* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'proximanova-regular';
    font-size: 15px;
    color: #000;
}

a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clr,
.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

p {
    font-family: 'proximanova-regular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000;
}

ul li {
    list-style: none;
}

.subpega ul:not([class]) li {
    list-style: none;
    background: url(assets/images/bullet.png) no-repeat 0 7px;
    position: relative;
    padding-left: 8px;
}

li.clr {
    clear: both;
    float: none !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.header {
    width: 100%;
    height: auto;
    padding: 30px 0;
    position: fixed;
    z-index: 999;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;

}

.header .logo-main {
    width: 123px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.header .container {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
}

html {
    scroll-behavior: auto;
    scroll-behavior: smooth;

}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header-sticky {
    background: #104379;
    padding: 10px 0;
}

.header-sticky .logo-main {
    width: 70px;
}

.header-sticky nav .navbar .links li a {
    line-height: 50px;
}

.header-sticky nav .navbar .links li .arrow {
    line-height: 50px;
}

.header-sticky .navbar .links li .sub-menu a {
    line-height: 18px;
}

.header-sticky nav .navbar .links>li:last-child .sub-menu {
    top: 40px;
}




/* ----------------------------------------------------------------------------- */
.banner {
    width: 100%;
    height: calc(100vh - 55px);
    z-index: 2;
}

.banner .item {
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .container {
    display: flex;
    align-items: center;
    height: 100vh;
}

.banner .content h1 {
    color: #ffffff;
    font-size: 52px;
    font-family: 'Optima';
    line-height: 54px;
    font-weight: 100;
    text-shadow: 0 0 80px #000;
}

.banner .content span {
    font-weight: 600;
    font-family: 'Optima Medium';
}

.banner .content p {
    color: #ffffff;
    margin: 17px 0 80px 0;
    font-size: 18px;
    line-height: 20px;

}

.banner .banner-btn {
    width: 198px;
    height: 57px;
    line-height: 57px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 13px;
    font-family: 'proximanova-bold';
    font-weight: bold;
    text-align: center;
}

.banner .banner-btn:hover {
    background: #22c2f3;
    border-color: #22c2f3;
}

.banner .owl-dots {
    position: absolute;
    bottom: 100px;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.banner .owl-dot {
    width: 9px;
    height: 9px;
    background: #ffffff !important;
    position: relative;
}

.banner .owl-dot,
.banner .owl-dot::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.banner .owl-dot::after {
    content: "";
    width: 21px;
    height: 21px;
    border: 1px solid transparent;
    position: absolute;
    left: -7px;
    top: -7px;
}

.banner .owl-dot.active::after {
    border: 1px solid #ffffff;
}

.banner .owl-dot+.owl-dot {
    margin-left: 30px;
}



.hm-banner-slider.owl-carousel .owl-next {
    width: 30px;
    height: 60px;
    border: none;
    position: absolute;
    right: 0px;
    top: 45%;
    font-size: 0px;
    background: rgba(255, 255, 255, 0.64) !important;
    transition: background .35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.hm-banner-slider.owl-carousel .owl-next::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(/images/right-arrow-grey.svg) !important;
    background-position: center !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}



.hm-banner-slider.owl-carousel .owl-next span {
    display: none;
}


.hm-banner-slider.owl-carousel .owl-next:hover {
    background: rgba(255, 255, 255, 1) !important;
}


.hm-banner-slider.owl-carousel .owl-prev {
    width: 30px;
    height: 60px;
    border: none;
    position: absolute;
    left: 0px;
    font-size: 0px;
    top: 45%;
    background: rgba(255, 255, 255, 0.64) !important;
    transition: background .35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.hm-banner-slider.owl-carousel:hover .owl-prev,
.hm-banner-slider.owl-carousel:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.hm-banner-slider.owl-carousel .owl-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(/images/left-arrow-grey.svg) !important;
    background-position: center !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}


.hm-banner-slider.owl-carousel .owl-prev:hover {
    background: rgba(255, 255, 255, 1) !important;
}

.hm-banner-slider.owl-carousel .owl-prev span {
    display: none;
}


/* ----------------------------------------------------------------------------- */

.menu-main {
    width: auto;
    display: flex;
    align-items: center;
}



.marquee-wrapper {
    width: 100%;
    min-height: 55px;
    position: relative;
    z-index: 3;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
}


.ScrollerContainer {
    font-size: 20px !important;
}

.home-about-section {
    width: 100%;
    padding: 110px 0px;
}


.home-project-section {
    width: 100%;
    height: auto;
    padding-top: 100px;
}

.home-project-slider {
    width: 100%;
    height: auto;
    margin-top: -140px;
}

.feature-slider {
    padding: 0px 80px;
}


.feature-slider-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
}

.feature-slider-content {
    width: 540px;
    height: 540px;
    background-color: #daedd4;
    background-image: url(../images/feature-content-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding-left: 80px;
    box-sizing: border-box;
    box-shadow: 1px 2px 35px -11px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 1px 2px 35px -11px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 1px 2px 35px -11px rgba(0, 0, 0, 0.24);
}

.feature-slider-image {
    width: 540px;
    height: 540px;
    position: absolute;
    z-index: 9;
    right: 20px;

}

.feature-slider-image img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.feature-slider-content h2 {
    font-size: 20px;
    color: #22c2f3;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'optima_lt_stdmedium';
}

.feature-slider-content p {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    font-family: 'optima_lt_stdmedium';
}

.feature-slider-content-inner {
    position: relative;
    z-index: 11;
}

.feature-slider.owl-carousel .owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid #7e7e7e !important;
    position: absolute;
    right: 35px;
    top: 58%;
    border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/right-arrow-grey.svg) !important;
    background-position: center !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    transition: background .35s ease-in-out;
}

.feature-slider.owl-carousel .owl-next:hover {
    border: 1px solid #22c2f3 !important;
    background-color: #22c2f3 !important;
    background-image: url(../images/right-arrow-white.svg) !important;
}

.feature-slider.owl-carousel .owl-next span {
    display: none;
}

.feature-slider.owl-carousel .owl-prev {
    width: 45px;
    height: 45px;
    border: 1px solid #7e7e7e !important;
    position: absolute;
    left: 35px;
    top: 58%;
    border-radius: 4px;
    background-image: url(../images/left-arrow-grey.svg) !important;
    background-position: center !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    transition: background .35s ease-in-out;
}

.feature-slider.owl-carousel .owl-prev:hover {
    border: 1px solid #22c2f3 !important;
    background-color: #22c2f3 !important;
    background-image: url(../images/left-arrow-white.svg) !important;
}

.feature-slider.owl-carousel .owl-prev span {
    display: none;
}

.home-distict-section {
    width: 100%;
    min-height: 800px;
    background-color: #22c2f3;
    margin-top: -125px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.home-distict-section::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(34, 194, 243, 0.8);
    z-index: 3;
}

.home-distict-section h2 {
    font-size: 48px;
    font-family: 'optima_lt_stdmedium';
    line-height: 55px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

.home-project-slider-section {
    width: 100%;
    height: auto;
    margin-top: -50px;
}

.project-slider-image {
    width: 100%;
    height: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.project-slider-image::after {
    content: "";
    width: 100%;
    height: 150px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9724264705882353) 9%, rgba(0, 0, 0, 0.025647759103641476) 67%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.project-slider-image h2 {
    position: absolute;
    bottom: 30px;
    padding: 0px 40px;
    box-sizing: border-box;
    color: #fff;
    font-family: 'proximanova-medium';
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    z-index: 3;
    min-height: 50px;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.project-slider-image img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.project-slider-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.project-slider .owl-stage {
    margin-left: -25px;
}


.project-slider.owl-carousel .owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid #7e7e7e !important;
    position: absolute;
    right: -70px;
    top: 45%;
    border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/right-arrow-grey.svg) !important;
    background-position: center !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    transition: background .35s ease-in-out;
}

.project-slider.owl-carousel .owl-next:hover {
    border: 1px solid #22c2f3 !important;
    background-color: #22c2f3 !important;
    background-image: url(../images/right-arrow-white.svg) !important;
}

.project-slider.owl-carousel .owl-next span {
    display: none;
}

.project-slider.owl-carousel .owl-prev {
    width: 45px;
    height: 45px;
    border: 1px solid #7e7e7e !important;
    position: absolute;
    left: -70px;
    top: 45%;
    border-radius: 4px;
    background-image: url(../images/left-arrow-grey.svg) !important;
    background-position: center !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    transition: background .35s ease-in-out;
}

.project-slider.owl-carousel .owl-prev:hover {
    border: 1px solid #22c2f3 !important;
    background-color: #22c2f3 !important;
    background-image: url(../images/left-arrow-white.svg) !important;
}

.project-slider.owl-carousel .owl-prev span {
    display: none;
}


.home-plant-section {
    width: 100%;
    min-height: 910px;
    margin-top: 100px;
    /* background-image: url(../images/bg-plant.jpg);
    background-size: cover;
    background-position: right center; */
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hand-image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: 1;
    display: flex;
    justify-content: right;
}

.home-plant-section h2 {
    font-size: 180px;
    line-height: 160px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 500;
    letter-spacing: -12px;
    color: #dcdcdc;
    position: relative;
    z-index: 5;
}

.home-plant-section h2 .first-line {
    padding-left: 20px;
}

.home-plant-section h2 .second-line {
    padding-left: 255px;
}

.home-news-section {
    width: 100%;
    padding: 100px 0px 90px;
}

.news-title-main {
    width: 100%;
    text-align: center;
}

.news-title-main h2 {
    font-size: 40px;
    color: #000;
    font-family: 'optima_lt_stdmedium';
    font-weight: 500;
}

.news-title-main p {
    font-size: 18px;
    color: #2c2525;
    font-family: 'proximanova-regular';
    font-weight: 400;
}

.home-news-slider {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.news-slider-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.news-slider-image img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
}

.news-slider-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news-slider-content {
    width: 100%;
    padding-top: 25px;
}

.news-slider-content p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'proximanova-regular';
    font-weight: 400;
    color: #2c2525;
}

.news-slider-content p a {
    color: #2c2525;
    text-decoration: none;
}

.news-slider-content span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-family: 'proximanova-regular';
    font-weight: 400;
    color: #2c2525;
}

.home-companies-section {
    width: 100%;
    height: auto;
    padding: 35px 0px;
    border-top: 1px solid #e5e5e5;
}

.home-companies-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-companies-title {
    width: 40%;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 30px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 500;
}

.home-companies-logos {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.home-companies-logos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.home-companies-logos ul li {
    width: 32.33%;
    height: 94px;
    margin-right: 1.5%;
    color: #3a3636;
    border: 1px solid #dbdcda;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.home-companies-logos ul li img {
    max-width: 100%;
    max-height: 100%;
}

.home-companies-logos ul li:nth-child(3n) {
    margin-right: 0px;
}

.footer {
    width: 100%;
    padding-top: 95px;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
}

.footer-copyright {
    width: 100%;
    padding: 30px 0px;
    border-top: 1px solid #eaeaea;
    color: #3a3636;
    font-size: 14px;
    font-family: 'proximanova-regular';
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
}

.footertop-section {
    padding-bottom: 85px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footertop-left {
    width: 50%;
}

.footertop-left ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 25px;
    margin: 0 -1%;
}

.footertop-left li {
    width: 31.33%;
    margin: 0 1%;
}

.footertop-left a {
    color: #3a3636;
    font-size: 15px;
}


.footertop-left a:hover,
.footertop-right .info a:hover {
    color: #22c2f3;
}

.footertop-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.footertop-right .address {
    width: 47%;
    padding: 0 10px 0 0;
}

.footertop-right .info {
    width: 53%;
}


.footertop-right .info h4,
.footertop-right .address h4 {
    color: #3a3636;
    font-family: 'proximanova-medium';
    margin: 0 0 25px 0;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 16px;
}

.footertop-right .address li {
    color: #3a3636;
    line-height: 24px;
}

.footertop-right .info a {
    display: block;
    color: #3a3636;
}

.footertop-right .info a+a {
    margin: 10px 0 0 0;
}

/* -------------------------------------------------------------------- */
.hm-banner-slider .owl-item.active h1 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.hm-banner-slider .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.hm-banner-slider .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

/*------------------key frame animation-------------------*/


@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.home-distict-section video {
    width: 100% !important;
    height: auto !important;
    right: 0px;
    top: 0px;
    position: absolute;
}



.news-slider.owl-carousel .owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid #7e7e7e !important;
    position: absolute;
    right: -70px;
    top: 45%;
    border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/right-arrow-grey.svg) !important;
    background-position: center !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    transition: background .35s ease-in-out;
}

.news-slider.owl-carousel .owl-next:hover {
    border: 1px solid #22c2f3 !important;
    background-color: #22c2f3 !important;
    background-image: url(../images/right-arrow-white.svg) !important;
}

.news-slider.owl-carousel .owl-next span {
    display: none;
}

.news-slider.owl-carousel .owl-prev {
    width: 45px;
    height: 45px;
    border: 1px solid #7e7e7e !important;
    position: absolute;
    left: -70px;
    top: 45%;
    border-radius: 4px;
    background-image: url(../images/left-arrow-grey.svg) !important;
    background-position: center !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    transition: background .35s ease-in-out;
}

.news-slider.owl-carousel .owl-prev:hover {
    border: 1px solid #22c2f3 !important;
    background-color: #22c2f3 !important;
    background-image: url(../images/left-arrow-white.svg) !important;
}

.news-slider.owl-carousel .owl-prev span {
    display: none;
}

.feature-slider.owl-carousel .owl-stage-outer {
    padding-top: 150px;
}

.btn-main {
    width: auto;
    text-align: center;
    padding: 0px 33px;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    display: inline-block;
    background-color: #22c2f3;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-main:hover {
    background-color: #000;
}

.home-about-section-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-about-image {
    width: 35%;
}

.home-about-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.home-about-content {
    width: 65%;
    padding-left: 60px;
    box-sizing: border-box;
}

.home-about-content h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.home-about-content h2 {
    font-family: 'optima_lt_stdmedium';
    font-size: 60px;
    line-height: 65px;
    color: #000;
    margin-top: 35px;
    margin-bottom: 30px;
}

.home-about-content p {
    font-size: 16px;
    line-height: 25px;
}

.home-about-content .btn-main {
    margin-top: 60px;
    background-color: #104379;
}

.home-about-content .btn-main:hover {
    background-color: #000;
}

.uppercase {
    text-transform: uppercase;
}

.uppercase-new {
    text-align: center;
    text-transform: uppercase;
}

.banner .container.center {
    justify-content: center;
}


.customer-services-main-section {
    width: 100%;
    padding: 100px 0px;
}

.customer-services-main-section ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.customer-services-main-section ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    list-style: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.customer-services-main-section ul li a {
    width: 100%;
    height: 100%;
}

.customer-services-main-section ul li a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}



.customer-services-image-box {
    width: 100%;
    height: auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;

}

.customer-services-image-box img {
    width: 100%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.customer-services-main-section ul li:hover .customer-services-image-box img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.customer-services-title {
    position: absolute;
    bottom: 30px;
    padding: 0px 35px;
    left: 0px;
    box-sizing: border-box;
    z-index: 10;
    width: 100%;
}

.customer-services-title h2 {
    color: #fff;
    font-size: 35px;
    font-family: 'proximanova-medium';
    font-weight: 500;
}

.customer-registration-first-section {
    padding: 70px 0px 30px;
}


/*customer service*/

.second-title {
    font-family: 'optima_lt_stdmedium';
    font-size: 45px;
    line-height: 50px;
    color: #000000;
    font-weight: 400;
}

.customer-registration-second-section {
    width: 100%;
    height: auto;
    padding: 40px 0px 40px;
    border-bottom: 1px solid #dddddd;
}

.customer-registration-second-section:last-child {
    border-bottom: none;
}

.customer-registration-second-section p {
    margin-bottom: 15px;
    color: #000;
}

.customer-registration-second-section ul {
    margin-left: 15px;
}

.customer-registration-second-section ul li {
    margin: 15px 0;
    list-style: disc;
}

.customer-registration-second-section ol {
    margin-left: 15px;
}

.customer-registration-second-section ol li {
    margin: 15px 0;
}

.customer-registration-second-section ul li a,
.customer-registration-second-section ol li a {
    color: #00adee;
    font-family: 'proximanova-bold';
    font-weight: bold;
}

.customer-registration-second-section ul li a:hover,
.customer-registration-second-section ol li a:hover {
    color: #000;
}

.customer-registration-second-section p a {
    color: #00adee;
    font-family: 'proximanova-bold';
    font-weight: bold;
}

.customer-registration-second-section p a:hover {
    color: #000;
}

.customer-registration-title {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.customer-registration-title h2 {
    font-size: 30px;
    color: #000000;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
}

.icon-customer {
    width: 55px;
}

.icon-customer img {
    max-width: 40px;
}

.customer-registration-two-box {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 15px;
}

.customer-registration-two-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

.customer-registration-two-box ul li {
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #797979;
    padding: 40px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-sizing: border-box;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.customer-registration-two-box ul li:nth-child(2n) {
    margin-right: 0px;
}

.third-title {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    margin-bottom: 0px;
}

.customer-registration-two-box ul li .third-title {
    margin-bottom: 15px;
}

.customer-registration-two-inner {
    width: 100%;
    margin-bottom: 20px;
}

.customer-registration-two-inner:last-child {
    margin-bottom: 0px;
}

.customer-registration-two-inner p b {
    font-family: 'proximanova-bold';
    font-weight: bold;
}

.customer-registration-two-inner ul li {
    width: 100%;
    height: auto;
    padding: 0px;
    border-radius: 0px;
    border: none;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5px;
}

.customer-registration-two-inner p {
    margin-bottom: 5px;
}

.customer-registration-two-inner ul li::after {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #23b9f1;
    position: absolute;
    left: 0px;
    top: 5px;
}

.company-note {
    font-size: 14px;
}

.customer-registration-white-section {
    width: 100%;
    padding: 50px 0px 80px;
}

.customer-registration-white-section .customer-three-box {
    width: 100%;
    margin-left: -1%;
    margin-right: -1%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 25px;
}

.customer-registration-white-section .customer-three-box li {
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33%;
    min-height: 100px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #797979;
}

.customer-registration-grey-section {
    width: 100%;
    padding: 60px 0px;
    background-color: #f1f1f1;
}

.customer-registration-grey-section .third-title {
    margin-bottom: 20px;
}

.customer-registration-grey-section p {
    margin-bottom: 20px;
}

.customer-registration-grey-section p a {
    color: #000;
}

.customer-registration-grey-section p a:hover {
    color: #22c2f3;
}

.customer-single-list ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    margin-bottom: 20px;

}

.customer-single-list ul li {
    font-family: 'proximanova-regular';
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    margin-left: 0px;
    color: #000;
    position: relative;
    margin-bottom: 5px;
    list-style: none;
}

.customer-single-list ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 10px;
    background-color: #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.resp-tabs-container.customer-tab-content .resp-tab-content {
    padding: 0px;
    border: none;
}

.customer-tab-menu {
    width: 100%;

}

.resp-tabs-container.customer-tab-content {
    border-top: 1px solid #dddddd;
}

.customer-tab-menu .resp-tabs-list li {
    font-family: 'proximanova-regular';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-tab-menu .resp-tabs-list li.resp-tab-active {
    padding: 14px 15px 13px !important;
}

.customer-bill-two-box {
    width: 100%;
    height: auto;
}

.customer-bill-two-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.customer-bill-two-box ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #797979;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.customer-bill-two-box ul li p {
    margin-bottom: 0px;
}

.customer-bill-two-box ul li h5 {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    font-family: 'proximanova-bold';
    font-weight: bold;
}

.customer-registration-security-section {
    padding: 70px 0px;
    width: 100%;
}

.customer-registration-security-section h5 {
    font-family: 'proximanova-bold';
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}

.customer-registration-security-section p a {
    font-family: 'proximanova-bold';
    font-weight: bold;
    color: #00a5ed;
}

.customer-tearms-section {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    border-top: 1px solid #dddddd;
}

.customer-tearms-section-inner {
    width: 100%;
    box-sizing: border-box;
    padding-right: 160px;
    position: relative;
}

.customer-tearms-section-inner a {
    position: absolute;
    right: 0px;
    top: 10px;
    text-transform: none;
}

.customer-cash-payment-section {
    width: 100%;
    padding: 65px 0px 80px;
}

.customer-cash-payment-inner {
    width: 100%;
    height: auto;
}

.customer-cash-payment-inner ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.customer-cash-payment-inner ul li {
    width: 40%;
    margin-right: 2%;
    height: auto;
    padding: 30px;
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.customer-cash-payment-inner ul li.big {
    width: 100%;
    margin-right: 0;
}

.table {
    border-radius: 0;
}

.table th {
    /*background-color: #e4e4e4;*/
    padding: 0px 10px 20px;
    vertical-align: top;
    width: 1%;
    white-space: nowrap;
}

.table td {
    padding: 10px;
    vertical-align: top;
}

.table tr:nth-child(2n+2) td {
    background-color: #f0f0f0;
}

.customer-cash-payment-inner ul li p {
    margin-bottom: 0px;
}

.customer-cash-payment-inner ul li p a,
.customer-cash-payment-inner ul li ul a {
    color: #00a5ed;
    font-family: 'proximanova-bold';
    font-weight: normal;
    word-break: break-all;
}

.customer-cash-payment-inner ul li p a:hover,
.customer-cash-payment-inner ul li ul a:hover {
    color: #000;
}

@media(max-width: 1024px) {
    .table {
        width: 1100px;
    }

    .table-overflow {
        overflow-x: auto;
    }
}

.customer-cash-payment-inner ul li ul {
    margin-left: 15px;
    margin-top: 5px;
}

.customer-cash-payment-inner ul li ul li {
    padding: 0;
    border: 0;
    margin: 5px 0;
    width: auto;
    list-style: disc;
}

.link-text {
    color: #000;
}

.link-text:hover {
    color: #00a5ed;
}

.content-page p {
    margin-bottom: 20px;
}

.content-page h3 {
    margin-bottom: 10px;
    font-family: 'proximanova-bold';
    font-weight: normal;
}

.content-page ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

.content-page ul li {
    margin: 10px 0;
    list-style: disc;
}

.upload-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.upload-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.upload-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}



.customer-cash-payment-inner ul li h3 {
    margin-bottom: 3px;
}

.customer-cash-payment-inner ul li h3 span {
    font-family: 'proximanova-regular';
    font-weight: normal;
    font-size: 75%;
}

.customer-cash-logo {
    margin-bottom: 20px;
    height: 50px;
}

.customer-cash-logo img {
    max-height: 50px;
}

.customer-vat-notification {
    width: 100%;
    padding: 70px 0px 60px;
    border-top: 1px solid #dddddd;
}

.customer-vat-notification p a {
    color: #000;
}

.customer-vat-notification p a:hover {
    color: #00adee;
}

.customer-vat-notification h5 {
    font-family: 'proximanova-bold';
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}

.customer-vat-notification .third-title {
    margin-bottom: 30px;
}

.customer-location-address-listing {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.customer-location-address-listing ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.customer-location-address-listing ul li {
    margin-bottom: 0px;
    width: 30%;
    padding: 0px 55px;
    box-sizing: border-box;
    border-left: 1px solid #aaaaaa;
}

.customer-location-address-listing ul li:first-child {
    width: 40%;
    padding-left: 0px;
    border-left: none;
}

.customer-location-address-listing ul li p {
    margin-bottom: 0px;
    color: #282828;
    font-size: 18px;
    line-height: 26px;
}

.customer-location-address-listing ul li p a {
    color: #282828;
}

.customer-location-address-listing ul li p a:hover {
    color: #00a5ed;
}

.customer-contact-map {
    width: 100%;
    height: 740px;
}

.customer-contact-first-section {
    padding: 100px 0px;
}

.customer-contact-first-section .third-title {
    margin: 10px 0;
}

.customer-contact-bottom-section {
    width: 100%;
    padding: 75px 0px;
}

.contact-bottom-three {
    width: auto;
    height: auto;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.contact-bottom-three li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 40px 45px 70px;
    position: relative;
}

.contact-bottom-three li p {
    color: #000;
}

.contact-bottom-three li p:nth-child(1) b {
    font-size: 18px;
}

.contact-bottom-three li p b {
    font-size: 15px;
    font-family: 'proximanova-bold';
    font-weight: normal;
}


.contact-bottom-three li a.btn {
    display: block;
    color: #282828;
    font-size: 15px;
    position: absolute;
    text-decoration: underline;
    bottom: 40px;
    left: 50px;
    font-family: 'proximanova-bold';
}

.customer-location-address-listing a.btn {

    color: #282828;
    font-size: 15px;
    text-decoration: underline;
    font-family: 'proximanova-bold';
}

.contact-bottom-three li a.btn:hover {
    color: #00a5ed;
}

.news-listing-section {
    width: 100%;
    height: auto;
    padding: 100px 0px 110px;
}

.news-listing-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8%;
    margin-right: -0.8%;
}

.news-listing-inner li {
    width: 32.5%;
    margin-left: 0.4%;
    margin-right: 0.4%;
    margin-bottom: 50px;
    list-style: none;
}

.news-loadmore-btn-container {
    width: 100%;
    text-align: center;
}

.news-load-btn {
    min-width: 168px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-load-btn:hover {
    background-color: #00a5ed;
}

.news-social-section {
    width: 100%;
    padding: 100px 0px;
}

.news-social-section-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-social-section-inner h2 {
    font-size: 35px;
    color: #38383b;
    font-family: 'optima_lt_stdmedium';
    font-weight: 500;
    margin-bottom: 15px;
}

.social-twitter-main {
    width: 48%;

}

.social-twitter-inner {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.social-twitter-inner img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.social-facebook-inner {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.three_col_set {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.three_col_set li {
    width: 31.3%;
    margin: 0 1%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.three_col_set li .youtube_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    max-width: 90px;
    transform: translateY(-50%);
}

.fourth-title {
    font-size: 35px;
    line-height: 35px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 500;
    color: #38383b;
}

.how_its_work_sec h2.fourth-title {
    margin-bottom: 30px;
}

.facebook-slider-image {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.facebook-slider-image img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.facebook-slider.owl-carousel .owl-nav button.owl-prev span,
.facebook-slider.owl-carousel .owl-nav button.owl-next span {
    display: none;
}


.facebook-slider.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    border: 1px solid #fff !important;
    position: absolute;
    left: 15px;
    top: 45%;
    border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/left-arrow-white.svg) !important;
    background-position: center !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    transition: background .35s ease-in-out;
}

.facebook-slider.owl-carousel .owl-nav button.owl-prev:hover {
    border: 1px solid #22c2f3 !important;
    background-color: #22c2f3 !important;
}

.facebook-slider.owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid #fff !important;
    position: absolute;
    right: 15px;
    top: 45%;
    border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/right-arrow-white.svg) !important;
    background-position: center !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    transition: background .35s ease-in-out;
}

.facebook-slider.owl-carousel .owl-nav button.owl-next:hover {
    border: 1px solid #22c2f3 !important;
    background-color: #22c2f3 !important;
}

.news-details-main-section {
    padding: 70px 0px;
}

.news-details-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.news-details-inner img {
    margin-bottom: 40px;
    border: 1px solid #e7e7e7;
}

.news-details-inner p {
    margin-bottom: 15px;
}

.news-detail_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 810px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 70px;
}

.news-detail_banner h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
}

.news-detail_banner::after {
    content: "";
    position: absolute;
    width: 100%;
    min-height: 100%;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.inner_banner_contents span {
    font-weight: 200;
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 40px;
}

.photo-gallery-list {
    padding: 25px 0 45px 0;
}

.photo-gallery-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.photo-gallery-list ul li {
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 24%;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.photo-gallery-list ul li img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.photo-gallery-list ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.video-gallery-list {
    padding: 25px 0 0px 0;
}

.video-gallery-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8%;
    margin-right: -0.8%;
}

.video-gallery-list ul li {
    margin-left: 0.8%;
    margin-right: 0.8%;
    width: 31.7%;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

.video-gallery-list ul li img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.video-gallery-list ul li .youtube_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    max-width: 75px;
    transform: translateY(-50%);
}

.store-locator-info-window p {
    text-transform: none !important;
}

.accordion-title {
    padding-right: 30px;
    box-sizing: border-box;
}


.mobile-view {
    display: none !important;
}

.fancybox__thumbs,
.fancybox__thumbs.is-draggable {
    display: none !important;
}

.news-details-inner ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.news-details-inner ul li {
    font-size: 16px;
    line-height: 24px;
    font-family: 'proximanova-regular';
}


.overview_top_section .overview_top_left img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.team_popup .popup_left img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.customer-location-address-listing ul li a.btn {
    display: block;
    color: #282828;
    font-size: 15px;
    text-decoration: underline;
    font-family: 'proximanova-bold';
}

.mission_value-bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg-vision-main.jpg);
}

.footer-social {
    width: auto;
    margin-left: auto;
}

.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
}

.footer-social ul li {
    width: auto;
}

.footer-social ul li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #22c2f3;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-social ul li a:hover {
    background-color: #000;
}

.copy-right-content {
    line-height: 30px;
}

.inner_banner.video {
    overflow: hidden;
}

.inner_banner.video video {
    width: 100% !important;
    height: auto !important;
    right: 0px;
    top: 0px;
    position: absolute;
}

.inner_banner.video::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(34, 194, 243, 0.8);
    z-index: 3;
}

.inner_banner.video .container {
    position: relative;
    z-index: 9;
}

.contactus-success-alert {
    display: table;
    padding: 6px 40px;
    background: #119501;
    margin: 0 auto;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
}

.capcha label.error {
    width: 100%;
    display: block;
}


.btn.btn-primary.btn-file.career-file-info {
    background-image: url(../images/tick-icon.png);
    background-size: 22px;
    background-position: top 12px right 9px;
}

.overview-footnote {
    color: #fff;
    margin-top: 15px;
    font-style: italic;
    line-height: 20px;
    font-size: 13px;
}

.team_info p {
    font-family: 'proximanova-regular';
    font-size: 13px;
    line-height: 19px;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #7c7c7c;
}

.team_list .team_info h4 {
    font-size: 16px;
    color: rgb(16 67 121);
    font-family: 'optima_lt_stdmedium';
}

.team_list .team_info h5 {
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    font-weight: 300;
    margin-top: 8px;
}

.team_list.shareholders-list {
    padding-top: 0px;
}

.team_list.shareholders-list li {
    width: 23%;
    margin: 0 1%;
}

.team_list.shareholders-list h2 {
    color: #030303;
    font-size: 25px;
    line-height: 30px;
    font-family: 'optima_lt_stdmedium';
    margin-bottom: 10px;
}

.qualification-repeater {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
}

.qualification-repeater:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.resum-popup .btn-main.red-colour {
    background-color: transparent;
    text-transform: none;
    font-size: 0px;
    padding: 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/delete-2.svg);
    width: 35px;
    height: 35px;
    background-size: 28px;
    line-height: 35px;
    margin-bottom: 2px;
    min-width: auto;
}

.career-form-group.current-work {
    max-width: 215px;
}

.resum-popup .btn-main.red-colour:hover {
    background-color: transparent;
}

.resum-popup .accordion-content p.career-cv-fileupload-formate {
    font-size: 12px;
    color: #ff6666;
    margin-top: 0px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.career-top-section {
    width: 100%;
    height: auto;
    padding: 150px 0px 230px;
}

.career-top-section-inner {
    width: 100%;
    max-width: 660px;
    text-align: center;
    margin: 0 auto;
}

.career-top-section-inner p {
    font-size: 22px;
    line-height: 30px;
    font-family: 'proximanova-regular';
    font-weight: 400;
}

.header.header-HR {
    background: #104379;
    padding: 10px 0;
}

.header.header-HR .logo-main {
    width: 70px;
}

.resume-list-search {
    width: 100%;
    padding: 30px 0px 10px;
}

.resume-list-search-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.resume-list-search-inner .career-form-group {
    width: 24%;
    margin-right: 1.5%;

}

.resume-list-search-inner .input-fld {
    border: 1px solid #dddddd;
    border-radius: 0;
    font-size: 14px;
    height: 48px;
    padding: 0px 20px;
    color: #000;
}

.career-form-serch {
    width: auto;
    margin-left: auto;
}

.career-form-serch .search-btn-main {
    height: 45px;
    line-height: 46px;
}

.career_popup {
    width: 100%;
    max-width: 1200px;
}

.career_popup.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #000;
}

.career_popup.fancybox__content .carousel__button svg {
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.career_popup_content {
    width: 100%;
}

.career_popup_box {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
}

.career-pop-title {
    width: 100%;
    height: auto;
    margin-bottom: 20px;

}

.career-pop-title h3 {
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-family: 'proximanova-bold';
    font-weight: bold;
}

.personal-details-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.personal-details-list li {
    width: 49%;
    margin-bottom: 20px;
    font-family: 'proximanova-regular';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
}

.personal-details-list li:nth-child(2n) {
    margin-left: 2%;
}

.personal-details-list li label {
    width: 40%;
    padding-right: 15px;
    font-size: 16px;
    font-family: 'proximanova-medium';
    font-weight: 500;
}

.personal-details-list .personal-details-content {
    width: 60%;
    padding-right: 15px;
}

.career_popup_detailed-box {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    flex-wrap: wrap;
}

.career_popup_detailed-half {
    width: 49%;
}

.career_popup_detailed-half:nth-child(2n) {
    margin-left: 2%;
}

.education-details-list li {
    width: 100%;
    margin-bottom: 15px;
    font-family: 'proximanova-regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
}

.education-details-list li label {
    width: 40%;
    padding-right: 15px;
    font-size: 15px;
    font-family: 'proximanova-medium';
    font-weight: 500;
}

.education-details-list .personal-details-content {
    width: 60%;
    padding-right: 15px;
}

.education-details-one {
    width: 100%;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    padding: 15px;
}

.education-details-one h4 {
    font-size: 20px;
    font-family: 'proximanova-medium';
    font-weight: 500;
    margin-bottom: 10px;
}

.personal-details-content .umb-file-icon {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.personal-details-content .umb-icon svg {
    width: 70px;
    height: 70px;
    fill: currentColor;
    -webkit-animation: inherit;
    animation: inherit;
}

.personal-details-content .umb-file-icon__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.personal-details-content .umb-file-icon__inner>.icon {
    font-size: 50px;
    line-height: 100%;
    color: #68676b;
    display: block;
    text-align: center;
}

.personal-details-content .umb-file-icon--m .umb-file-icon__extension {
    font-size: 14px;
    margin-bottom: 0.95rem;
    min-width: 1.5rem;
}

.personal-details-content .umb-file-icon__extension {
    position: absolute;
    color: #1b264f;
    background: #fee4e1;
    padding: 1px 3px;
    font-size: 10px;
    line-height: 130%;
    display: block;
    margin-bottom: 0.75rem;
    min-width: 1.2rem;
    bottom: 0;
}

.personal-details-content .mt2.ng-binding {
    text-align: center;
    color: #000;
}

.personal-details-content .span6.thumbnail {
    border: 1px solid #cdcdcd;
    display: block;
}

.career_popup_detailed-half .career-pop-title {
    margin-bottom: 10px;
}

.view-icon {
    width: 30px;
    height: 25px;
    background-image: url(../images/view.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0;
    line-height: 33px;
    min-height: 48px;
    max-height: 48px;
    overflow-y: auto;
    border-radius: 0 !important;
    border: 1px solid #dddddd !important;
    padding: 0px 20px;
    margin-left: 0px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0px;
    font-size: 14px !important;
    font-family: 'proximanova-regular' !important;
    font-weight: 400 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 17px;
    margin-left: 0px !important;
    margin-right: 5px !important;
}

.lang-switch li {
    width: auto;
    border: 1px solid #fff;
    color: #fff;
    list-style: none;
}

.lang-switch li a {
    font-size: 16px;
    line-height: 50px;
    padding: 0px 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}