/* Global CSS */
a[href^="tel"] {
    color: inherit;
    text-decoration: inherit;
}

:root{
    --font-europa : "europa",sans-serif;
    --font-gibson : "canada-type-gibson",sans-serif;
    --plane-img-offset : -380px;
    --ship-img-offset : -570px;
    --animate-duration: 1.5s;
}  
a {
    text-decoration: none;
    color: #111D4A;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover{
    color: #58CAEE
}
input {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    font-weight: 400;
    color: #121212;
    line-height: 1.45;
    font-size: 17px;
    font-family: var(--font-europa);
    -webkit-transition: margin 0.3s linear;
    -o-transition: margin 0.3s linear;
    transition: margin 0.3s linear;
}
h1, h2, h3, h4, h5, h6 {
    color: #233E94;
    font-weight: 800;
    line-height: 1.3;
    font-family: var(--font-gibson);
}
pre{
    display: block;
    margin: 30px;
    border: 3px solid #9f9f9f;
    padding: 30px;
    background-color: #dbdbdb;
}
video {
    -o-object-fit: cover;
    object-fit: cover;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus{
    outline: none;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select, .nice-select {
    padding: 15px 30px;
    width: 100%;
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
    border-radius: 40px;
    color: #111D4A;
}
textarea{
    height: 155px;
}
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111D4A;
    opacity: 1; /* Firefox */
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111D4A;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111D4A;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111D4A;
    opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111D4A;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #111D4A;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #111D4A;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.z-index-3{
    z-index: 3
}
.z-index-4{
    z-index: 4;
}
.z-index-5{
    z-index: 5;
}
.container{
    max-width : 1134px;
}
.container-2{
    max-width : 1193px;
}
.container-lg{
    max-width : 1564px;
}
.container-md{
    max-width :1390px;
}
.nema-btn.radius:after,
.nema-btn.radius{
    border-radius: 30px;
}

.nema-btn {
    color: #111D4A;
    display: inline-block;
    font-weight: 700;
    padding: 15px 15px;
    min-width: 200px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 26px;
    background-color: #57CAED;
}
.nema-card .nema-btn:hover,
.nema-btn:hover{
    color: #ffffff;
}
.nema-btn:before,
.nema-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 35px;
    visibility: hidden;
}
.nema-btn:after{
    background: rgb(35,62,148);
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(35,62,148,1)),to(rgba(88,202,238,1)));
    background: -o-linear-gradient(left,  rgba(35,62,148,1) 0%,rgba(88,202,238,1) 100%);
    background: linear-gradient(to right,  rgba(35,62,148,1) 0%,rgba(88,202,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233e94', endColorstr='#58caee',GradientType=1 );
}
.nema-btn:before{
    background: rgb(88,202,238);
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(88,202,238,1)),to(rgba(35,62,148,1)));
    background: -o-linear-gradient(left,  rgba(88,202,238,1) 0%,rgba(35,62,148,1) 100%);
    background: linear-gradient(to right,  rgba(88,202,238,1) 0%,rgba(35,62,148,1) 100%);
}
.nema-btn:hover:after{
    -webkit-animation: animBefore 2s linear infinite;
    animation: animBefore 2s linear infinite; 
    -webkit-transform: scale(1.1); 
        -ms-transform: scale(1.1); 
            transform: scale(1.1);
    visibility: visible;
}
.nema-btn:hover:before{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    visibility: visible;
}
.nema-btn.style-2 {
    background-color: transparent;
    border: 2px solid #58CAEE;
    -webkit-transition: outline-color 0s linear 0.3s, color 0.3s;
    -o-transition: outline-color 0s linear 0.3s, color 0.3s;
    transition: outline-color 0s linear 0.3s, color 0.3s;
    padding: 13px;
}
.nema-btn.style-2:hover {
    outline-color: transparent;
    -webkit-transition: outline-color 0s linear 0s, color 0.3s;
    -o-transition: outline-color 0s linear 0s, color 0.3s;
    transition: outline-color 0s linear 0s, color 0.3s;
}

.nema-btn.style-2:hover {
    outline-color: transparent;
}
.mfp-bg,
.offcanvas-backdrop {
    background-color: #111D4A;
}
.mfp-bg,
.offcanvas-backdrop.show {
    opacity: 0.93;
}
.serve-wrap h2,
.section-title h2 {
    color: #233E94;
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.08;
}

.section-title h4 {
    font-size: 25px;
    font-family: var(--font-europa);
    color: #233E94;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.colored {
    color: #58CAEE;
}

@-webkit-keyframes animBefore {
    0% {
        opacity: 1
    }
    50%{
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

@keyframes animBefore {
    0% {
        opacity: 1
    }
    50%{
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

/* Header CSS */
.preloader {
    position: fixed;
    z-index: 99;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header-top {
    background-color: #233E94;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 0px;
}

.header-top a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 18px;
}

.header-top p {
    margin: 0;
}

.header-top a:hover {
    text-decoration: none;
}
#header-close {
    position: absolute;
    right: 15px;
    top: 10px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 18px;
}
.menu-btn {
    border: none;
    outline: none;
    background: no-repeat;
    font-weight: 700;
    color: #233E94;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 10px;
}
.menu-btn img {
    margin: -6px 0 0 5px;
}
.header-main {
    padding: 21px 0;
}
.header .offcanvas {
    width: 914px;
    background-color: #233E94;
    padding: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header .offcanvas:after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('../img/menu-bg.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    opacity: 0.25;
    position: absolute;
    mix-blend-mode: multiply;
}
#closeOffcanvas {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 16px;
}

#closeOffcanvas img {
    margin-top: -6px;
}

.menu-nav a {
    font-family: var(--font-gibson);
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.25;
}
.menu-nav > .menu > li {
    padding: 15px 0;
}
.sub-menu a {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.7;
}
.sub-menu a:hover {
    color: #58CAEE;
}

.menu-nav .menu-item-has-children {
    position: relative;
    z-index: 1;
}

.menu-nav .menu-item-has-children > a:after, .menu-nav .menu-item-has-children > a:before {
    content: "";
    height: 2px;
    width: 29px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 41px;
}
.menu-nav .menu-item-has-children.menu-opened > a:before {
    display: none;
}

.menu-nav .menu-item-has-children > a {
    position: relative;
    z-index: 1;
    padding-right: 55px;
}
.menu-nav .menu-item-has-children > a:before {
    height: 30px;
    width: 2px;
    margin-top: -14px;
    right: 14px;
}

.sub-menu {
    padding-left: 47px;
    display: none;
}

.offcanvas .nema-btn {
    background-color: #ffffff;
    border-color: #ffffff;
    margin-top: 30px;
    min-width: 250px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #233E94;
}
.offcanvas .nema-btn:hover {
    background-color: #58CAEE;
    color: #ffffff;
}
/* CTA section CSS */
.cta {
    background: transparent -webkit-gradient(linear, left top, right top, from(#233E94), to(#111D4A)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #233E94 0%, #111D4A 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #233E94 0%, #111D4A 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
}
.cta-bg {
    position: absolute;
    z-index: -1;
}
.cta-img {
    position: relative;
    z-index: 1;
    padding-top: 65px;
    text-align: right;
    padding-right: 50px;
}
.cta-contents h3 {
    color: #ffffff;
    font-size: 56px;
    font-weight: 600;
}

.cta-contents {
    text-align: center;
    color: #ffffff;
}
.cta-bg {
    position: absolute;
    z-index: -1;
    max-width: 481px;
    right: 50px;
    top: 0;
    opacity: 0.37;
}
.man-img {
    max-width: 267px;
}
.cta-contents {
    text-align: center;
    color: #ffffff;
    display: inline-block;
}
.service_cta .cta-img {
    padding: 293px 0;
}
/* Footer CSS */
.copyright {
    font-size: 15px;
    padding-top: 60px
}
.footer {
    background-color: #111D4A;
    padding: 116px 0 30px;
    color: #ffffff;
}
address a {
    color: #ffffff;
}
.footer p {
    margin: 0;
}

address {
    margin: 0;
}
.contact-numbers a {
    color: #ffffff;
}

.contact-numbers a:hover {
    color: #58CAEE;
}


/* Hero css */
.hero-section video {
    height: 746px;
    display: block;
    width: 100%;
}
.play-btn {
    display: inline-block;
    position: relative;
}
.play-btn text {
    font-family: var(--font-gibson);
    fill: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.play-circle {
    position: absolute;
    background-color: #57CAED;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 32px;
    left: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.play-circle svg {
    margin-left: 8px;
}

.play-circle:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: rgb(35, 62, 148);
    background: -o-linear-gradient(315deg,  rgba(35,62,148,1) 0%,rgba(88,202,238,1) 100%);
    background: linear-gradient(135deg,  rgba(35,62,148,1) 0%,rgba(88,202,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233e94', endColorstr='#58caee',GradientType=1 );
    z-index: -2;
}
.play-circle:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-animation: animBefore 2s linear infinite;
    animation: animBefore 2s linear infinite;
    background: rgb(88,202,238);
    background: -o-linear-gradient(315deg,  rgba(88,202,238,1) 1%,rgba(35,62,148,1) 100%);
    background: linear-gradient(135deg,  rgba(88,202,238,1) 1%,rgba(35,62,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58caee', endColorstr='#233e94',GradientType=1 );
    z-index: -1;
}
.play-btn:hover .play-circle:before,
.play-btn:hover .play-circle:after {
    visibility: visible;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.hero-section h1 {
    color: #ffffff;
    font-size: 105px;
    font-weight: 800;
    line-height: 0.9;
    margin: 0;
}

.hero-section .play-btn {
    margin-bottom: 75px;
}

.hero-section > .position-absolute {
    bottom: 75px;
}
.hero-section:after {
    content: "";
    background-color: #111D4A;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.34;
}
/* Service CSS */
.logo-down{
    -webkit-animation: animBefore 2s linear infinite;
    animation: animBefore 2s linear infinite; 
}
.preloader .logo-down{
    -webkit-animation: animBefore 1s linear infinite;
    animation: animBefore 1s linear infinite; 
}
.built-to-serve .col-lg-4:nth-child(4) .service-item {
    border-top-left-radius: 60px;
}

.built-to-serve .col-lg-4:nth-child(2) .service-item {
    border-bottom-left-radius: 60px;
}

.built-to-serve .col-lg-4:nth-child(3) .service-item {
    border-top-right-radius: 60px;
}

.built-to-serve .col-lg-4:last-child .service-item {
    border-bottom-right-radius: 60px;
}

.service-item .nema-btn {
    min-width: 190px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.service-item h4 {
    color: #ffffff;
    font-size: 30px;
    font-family: var(--font-europa);
    font-weight: 700;
}

.service-item {
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}

.service-item:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #111D4A;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.49;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-item .text-center {
    margin-top: 30.82px;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.service-item:hover .text-center {
    margin: 0;
}

.service-item:hover .nema-btn {
    visibility: visible;
    opacity: 1;
}

.service-item:hover:after {
    opacity: 0.87;
}

.service-item img {
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    width: 100%;
}
.service-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.title,
.serve-wrap h2{
    font-size: 50px;
}
.title{
    margin-bottom: 30px;
}
.proccess-content {
    padding-left: 50px;
}
/* Our Proccess */
.map-img {
    border-radius: 40px;
    position: absolute;
    left: calc(100% - 505px);
    top: 0;
    height: 100%;
    width: auto;
}
.proccess-top {
    position: relative;
    background-color: #F5F5F5;
    padding: 85px 0 260px;
}

.proccess-content p {
    font-size: 23px;
    color: #111D4A;
}

.proccess-content a {
    font-weight: 700;
}
#bar {
    left: 90px;
    position: absolute;
    top: 105%;
}

.nema-card {
    background-color: #111D4A;
    color: #ffffff;
    border-radius: 41px;
    padding: 72px 45px;
    max-width: 528px;
}

.nema-card h4 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
}


.nema-card .nema-btn:last-child {
    margin-bottom: 0;
}
.service-item .nema-btn img {
    width: 6px;
    margin-left: 4px;
    margin-top: -2px;
}

.proccess-bottom {
    position: relative;
    z-index: 1;
    margin-top: -180px;
}
.truck-img {
    max-width: 1046px;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: -160px;
}
.served .serve-wrap h2 {
    font-size: 60px;
    line-height: 1;
}
.js-marquee {
    color: #E8E8E8;
    font-size: 90px;
    font-weight: 300;
    font-family: var(--font-gibson);
    line-height: 1.2;
}

.mvp {
    position: relative;
    z-index: 2;
    padding: 256px 0;
    background-size: cover;
    background-position: bottom center;
    background-color: #ffffff;
    margin-top: 30px;
}
.mvp:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.57;
}

.curve {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.ship-img {
    max-width: 950px;
    position: absolute;
    z-index: 2;
    bottom: 82px;
    right: 57%;
}
.plane-img {
    position: absolute;
    max-width: 555px;
    z-index: 4;
    right: 56%;
    top: -60px;
}
/* About us CSS */
.about-us{
    background-color: #EBEBEB;
}

.about_blurb p {
    text-align: center;
}

.animated-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #58CAEE;
    display: block;
    font-family: var(--font-gibson);
    text-transform: uppercase;
    color: #111D4A;
    padding: 15px 30px 13px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    width: 190px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}
.animated-btn:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(88,202,238);
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(88,202,238,1)),to(rgba(35,62,148,1)));
    background: -o-linear-gradient(left,  rgba(88,202,238,1) 0%,rgba(35,62,148,1) 100%);
    background: linear-gradient(to right,  rgba(88,202,238,1) 0%,rgba(35,62,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58caee', endColorstr='#233e94',GradientType=1 );
    top: 0;
    left: 0;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    visibility: hidden;
    z-index: -2;
}
.animated-btn:before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(35,62,148);
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(35,62,148,1)),to(rgba(88,202,238,1)));
    background: -o-linear-gradient(left,  rgba(35,62,148,1) 0%,rgba(88,202,238,1) 100%);
    background: linear-gradient(to right,  rgba(35,62,148,1) 0%,rgba(88,202,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233e94', endColorstr='#58caee',GradientType=1 );    
    top: 0;
    left: 0;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    visibility: hidden;
    z-index: -1;
}
.about-item:hover .animated-btn {
    color: #ffffff;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 30px;
}
.about-item:hover .animated-btn:before{
    visibility: visible;
    border-top-left-radius: 0;
    border-bottom-left-radius: 30px;
    -webkit-animation: animBefore 2s linear infinite;
    animation: animBefore 2s linear infinite; 
}
.about-item:hover .animated-btn:after {
    visibility: visible;
    border-top-left-radius: 0;
    border-bottom-left-radius: 30px;
}


.about-item {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.about-item img {
    border-radius: 30px;
}


/* Differences CSS */
.section-padding-xl{
    padding: 180px 0;
}
.section-padding {
    padding: 160px 0;
}
.section-padding-sm {
    padding: 125px 0;
}
.section-padding-md{
    padding: 140px 0 170px;
}
.section-padding-xs{
    padding: 80px 0;
}
.pb-230{
    padding-bottom: 230px;
}
.pt-100{
    padding-top: 100px;
}

.differences {
    color: #ffffff;
    position: relative;
    z-index:1;
    background-color: #ffffff;
}
.differences-bg{
    background-size: cover;
    background-position: center;
    opacity: 0.21;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.differences:after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 3;
    background-color: #2A3880;
    opacity: 0.84;
}
.differences:before {
    content: "";
    background-color: #1A1A1A;
    mix-blend-mode: saturation;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.differences h4 {
    color: #58CAEE;
}

.differences h2 {
    color: #ffffff;
}
.equipment-content-wrap {
    padding: 0 60px;
}
/* Our History */
.hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 85px;
}

.hero {
    background: rgb(17,29,74);
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(17,29,74,1)),to(rgba(34,61,147,1)));
    background: -o-linear-gradient(left,  rgba(17,29,74,1) 0%,rgba(34,61,147,1) 100%);
    background: linear-gradient(to right,  rgba(17,29,74,1) 0%,rgba(34,61,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111d4a', endColorstr='#223d93',GradientType=1 );
    border-bottom: 9px solid #58CAEE;
    padding: 150px 0 50px;
}
.hero-bg{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
}
.play-wrapper {
    top: -75px;
    background-color: #ffffff;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 18px;
    right: -75px;
}

.play-wrapper .play-btn text {
    fill: #233E94;
}
.rounded {
    border-radius: 30px !important;
}
.wwa {
    padding-top: 180px;
}
.core-values{
    background-color: #F8F8F8;
}
#vertical-line {
    bottom: 100px;
}
.gradient-overlay {
    height: 300px;
    top: 80px;
    left: 0;
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(248,248,248,1)),color-stop(66%, rgba(248,248,248,1)),to(rgba(248,248,248,0)));
    background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 66%,rgba(248,248,248,0) 100%);
    background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 66%,rgba(248,248,248,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00f8f8f8',GradientType=0 );
}
.core-value-bg {
    height: calc(100vh - 138.73px);
    top: 138.73px;
    background-size: 1346px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.styled-title {
    background-color: #FFFFFF;
    display: inline-block;
    border: 2px solid #233e94;
    border-radius: 15px;
    padding: 18.5px 40px 10.5px;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 0;
    line-height: 1;
}
.core-value-head {
    margin-top: calc(-100vh + 40px);
    top: 200px;
}

.single-core {
    padding-bottom: 140px;
    font-size: 22px;
}
.single-core:last-child {
    padding-bottom: 0;
}
.single-core p:last-child {
    margin-bottom: 0;
}

.core-values-inner {
    padding: 110px 128px;
}

.single-core h2 {
    color: #58CAEE;
    font-size: 85px;
}

#fullStory {
    padding-top: 130px;
    display: none;
}

.content-box-wrap {
    position: relative;
    margin-top: 140px;
    max-width: 770px;
}

.content-box {
    padding: 80px 60px;
    background-color: #F8F8F8;
    border-radius: 34px;
}

.content-box-wrap > svg {
    position: absolute;
    bottom: calc(100% - 70px);
    left: 50px;
    width: 362px;
    z-index: 1;
    height: auto;
}
.margin-fix.serve-wrap p {
    margin-bottom: 0;
}
#fullStory > .row:first-child .content-box-wrap {
    margin-top: 0;
}

.row.justify-content-end .content-box-wrap > svg {
    left: auto;
    right: 50px;
}

.our-journey {
    padding-top: 170px;
}

.sub-title {
    font-family: var(--font-europa);
    font-weight: 700;
    margin-bottom: 30px;
}

.full-story {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: var(--font-gibson);
    color: #111D4A;
    font-size: 18px;
    border: 2px solid #58CAEE;
    padding: 14.5px 23px 10.5px;
    border-radius: 30px;
    font-weight: 500;
    width: 168px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.serve-wrap .full-story {
    margin-top: 40px;
}

.full-story img {
    margin-left: 8px;
    margin-top: -3px;
}

.full-story:hover {
    color: #111D4A;
}
.gallery-items {
    padding-top: 112px;
}
.gallery-item .col-lg-4 img:first-child {
    margin-bottom: 24px;
}
.gallery-items img {
    border-radius: 30px;
}
.gallery-items img.gallery-0 {
    border-bottom-left-radius: 60px;
}

.gallery-items img.gallery-1 {
    border-top-right-radius: 60px;
    margin-top: 148px;
}

.gallery-items img.gallery-2 {
    border-bottom-right-radius: 120px;
    margin-top: 18px;
}
.customer-service {
    background-color: #EBEBEB;
    padding: 240px 0;
    margin-top: -80px;
}
.curve-gray {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}
@supports not (-webkit-touch-callout: none) {
    .curve-gray{
        margin-bottom: -1px;
    }
}
.close-text,
.full-story.active .open-text {
    display: none;
}

.full-story.active .close-text {
    display: inline;
}
.full-story.active img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


/* Our Proccess Page */
.center-logo > .position-absolute {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.center-logo {
    position: relative;
    max-width: 325px;
}

.center-logo > .position-absolute img {
    max-width: 115px;
}

.method {
    padding: 100px 0;
}
.icons-wrapper {
    position: relative;
    width: 325px;
    height: 325px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    -webkit-animation-name: rotateElement;
            animation-name: rotateElement;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.icons-wrapper > div {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.icons-wrapper > div > img{
    -webkit-animation-name: rotateElement;
            animation-name: rotateElement;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    animation-direction: reverse;
}
.icon-1 {
    -webkit-transform: rotate(240deg) translate(130px) rotate(-240deg);
        -ms-transform: rotate(240deg) translate(130px) rotate(-240deg);
            transform: rotate(240deg) translate(130px) rotate(-240deg);
}

.icon-2 {
    -webkit-transform: rotate(300deg) translate(130px) rotate(-300deg);
        -ms-transform: rotate(300deg) translate(130px) rotate(-300deg);
            transform: rotate(300deg) translate(130px) rotate(-300deg);
}

.icon-3 {
    -webkit-transform: rotate(0deg) translate(130px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(130px) rotate(0deg);
            transform: rotate(0deg) translate(130px) rotate(0deg);
}

.icon-4 {
    -webkit-transform: rotate(60deg) translate(130px) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(130px) rotate(-60deg);
            transform: rotate(60deg) translate(130px) rotate(-60deg);
}

.icon-5 {
    -webkit-transform: rotate(120deg) translate(130px) rotate(-120deg);
        -ms-transform: rotate(120deg) translate(130px) rotate(-120deg);
            transform: rotate(120deg) translate(130px) rotate(-120deg);
}

.icon-6 {
    -webkit-transform: rotate(180deg) translate(130px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(130px) rotate(-180deg);
            transform: rotate(180deg) translate(130px) rotate(-180deg);
}
@-webkit-keyframes rotateElement {
    from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@keyframes rotateElement {
    from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

















.bg-gray {
    background-color: #F8F8F8;
}
.method .serve-wrap h2 {
    font-size: 85px;
}
.has-shadow {
    position: relative;
    z-index: 1;
}

.has-shadow:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #F5F5F5;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 30px;
}
.unique .col-lg-5 h2 {
    font-size: 85px;
    margin-top: 150px;
}

.features {
    background-color: #F5F5F5;
    border-radius: 47px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 140px;
    padding-bottom: 90px;
}

.single-feature {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-feature img {
    left: -52px;
    top: 4px;
}

.single-feature:last-child {
    margin-bottom: 0;
}
.gallery-item .col-4 img:first-child {
    margin-bottom: 24px;
}

.gallery-item .col-8 img {
    border-top-left-radius: 120px !important;
}

.gallery-item .col-4 img:last-child {
    border-bottom-right-radius: 120px !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    border: 2px solid #233E94;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    top: 50%;
    left: -64px;
    margin-top: -47.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -64px;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    border: 1px solid #111D4A;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-carousel button.owl-dot.active {
    border-color: #58CAEE;
    background-color: #58CAEE;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    border-color: #58CAEE;
    background-color: #58CAEE;
}

.gallery-title {
    position: absolute;
    top: 3px;
    left: 33%;
    color: #942323;
    font-size: 50px;
}

/* Contact page css */
.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}
.contact-form br {
    display: none;
}

.wpcf7-list-item {
margin: 0;
}
.wpcf7-form-control input[type="checkbox"] {
opacity: 0;
display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding: 3px 0 0 40px;
    display: inline-block;
    cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
content: "";
height: 28px;
width: 28px;
display: inline-block;
border: 2px solid #111D4A;
border-radius: 6px;
position: absolute;
left: 0;
top: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label:after {
    height: 7px;
    width: 13px;
    position: absolute;
    top: 9px;
    left: 8px;
    border-bottom: 2px solid #111D4A;
    border-left: 2px solid #111D4A;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
}
.wpcf7-form-control input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
    background-color: #58CAEE;
    border-color: #58caee
}

.wpcf7-form-control input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after{
    display: block;;
}
button.nema-btn{
    border:none;
}
.contact-info-wrap {
    margin-top: 100px;
    margin-right: 0;
    margin-left: 100px;
    width: 100%
}
.contact-info-wrap h4 {
    color: #111D4A;
    font-family: var(--font-europa);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-info-wrap h4 a {
    color: #58CAEE;
    text-transform: uppercase;
    display: inline-block;
}

.contact-info-wrap h4 a img {
    margin-top: -5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact-info-wrap h4 a:hover img {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
}

.contact-card {
    margin-bottom: 40px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#233E94), to(#111D4A)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #233E94 0%, #111D4A 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #233E94 0%, #111D4A 100%) 0% 0% no-repeat padding-box;
    padding: 40px;
    color: #fff;
    font-weight: 700;
}
.google-map ifram {
    width: 100%;
    height: 300px;
}

.google-map iframe {
    width: 100%;
    height: 257px;
    border-radius: 30px;
}
.contact-info {
    position: relative;
    padding-left: 35px;
    margin-bottom: 28px;
}

.contact-info img {
    position: absolute;
    left: 0;
    top: -3px;
}
.contact-info a {
    color: #ffffff;
}

.contact-info a:hover {
    color: #58CAEE;
}
.faqs {
    background-size: cover;
    background-position: center;
    background-color: #F5F5F5;
    padding: 196px 0;
}

.faqs-wrap {
    background-color: #ffffff;
    padding: 100px;
    border-radius: 48px;
}

.accordion-item {
    margin-bottom: 16px;
    border: none;
}

.accordion-header {
    background-color: #E5F7FD;
    margin-bottom: 0;
    font-size: 18px;
    color: #111D4A;
    font-family: var(--font-europa);
    font-weight: 700;
    padding: 21px 30px;
    line-height: 1;
    border-radius: 57px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.accordion-header.collapsed {
    background-color: #F5F5F5;
}
.accordion-header:after {
    border-right: 2px solid #57CAED;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
    height: 9px;
    right: 30px;
    margin-top: -6px;
    border-bottom: 2px solid #57CAED;
}

.accordion-header.collapsed:after {
    border-color: #111D4A;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.accordion-body {
    padding: 30px 50px 40px;
}
.accordion-body p {
    margin: 0;
    color: #121212;
    font-size: 16px;
}
.accordion-item:last-child{
    margin-bottom: 0;
}
/* Career page css */
.works-for-company {
    padding: 0 51px;
}

.works-for-company-wrap {
    border-radius: 52px;
    padding: 172px 0;
}

.works-for-company-wrap .title {
    margin-bottom: 0;
}

.works-for-company-wrap .title-large {
    font-size: 95px;
    margin-bottom: 30px;
}
.benefit {
    background-color: #E5F7FD;
    min-height: 76px;
    border-radius: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 5px 30px 5px 70px;
    font-weight: 700;
    color: #111D4A;
}

.benefit img {
    position: absolute;
    left: 30px;
}
.logo-bg-wrap img {
    width: 800px;
    bottom: auto;
}

.logo-bg-wrap {
    z-index: -1;
    right: -400px;
    opacity: 0.1;
}
.features-box h6:after {
    background-color: #58CAEE;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    border-radius: 15px;
    border-bottom-left-radius: 0;
}

.features-box h6 {
    position: relative;
    z-index: 1;
    color: #233E94;
    font-size: 25px;
    font-family: var(--font-europa);
    font-weight: 700;
    max-width: 217px;
    padding: 53px 30px 53px;
    margin-bottom: 30px;
}

.features-box h6:before {
    content: "";
    position: absolute;
    opacity: 0.1;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #58caee;
    border-right: 40px solid transparent;
}

.features-box p {
    padding-left: 50px;
}

.features-box {
    padding-right: 32px;
}

.why-us {
    padding-top: 70px;
}
.why-us .title {
    color: #233E94;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 70px;
}
.single-gallery-wrap{
    padding-bottom: 170px;
    padding-top: 145px;
}
.get-in-touch {
    background-color: #E9EDF5;
}
.get-in-touch .contact-form {
    margin-top: 36px;
}
.get-in-touch input[type="text"], .get-in-touch input[type="email"], .get-in-touch input[type="tel"], .get-in-touch textarea, .get-in-touch select, .get-in-touch .nice-select{
    background-color: #ffffff;
}
input[type=file]::-webkit-file-upload-button {
    border-radius: 30px;
    background-color: transparent; 
    border: 1px solid #58CAEE;
    padding: 4px 22px;
    color: #111D4A;
    font-size: 16px;
}
input[type=file]::file-selector-button {
    border-radius: 30px;
    background-color: transparent; 
    border: 1px solid #58CAEE;
    padding: 4px 22px;
    color: #111D4A;
    font-size: 16px;
}

label {
    font-weight: 700;
    color: #111D4A;
    font-size: 18px;
    margin-bottom: 3px;
}
.gray-bg {
    background-color: #F5F5F5;
}

.gray-bg .has-shadow:after {
    background-color: #ffffff;
}
.extended-thumbnail {
    margin-top: 78px;
}
.extended-thumbnail .play-wrapper {
    right: auto;
    left: -75px;
    background-color: #f5f5f5;
}

.quote-icon {
    position: absolute;
}

.testimonial-slider.owl-carousel .owl-item img {
    width: inherit;
}

.single-testimonial blockquote {
    color: #111D4A;
    font-weight: 700;
    font-size: 24px;
    padding: 110px 150px;
    background-color: #E5F7FD;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    position: relative;
}

.quote-icon {
    position: absolute;
    top: -40px;
    left: 150px;
    z-index: 2;
}

.single-testimonial {
    margin-top: 40px;
    position: relative;
}

.single-testimonial blockquote:after {
    content: "";
    border-right: 130px solid transparent;
    border-top: 130px solid #e5f7fd;
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    bottom: -130px;
}

.author-info {
    padding-left: 150px;
    padding-top: 70px;
    padding-bottom: 5px;
}

.author-info h6 {
    color: #111D4A;
    font-size: 25px;
    font-family: var(--font-europa);
    font-weight: 700;
    margin: 0;
}

.position {
    margin-bottom: 0;
    color: #111D4A;
    font-size: 16px;
}
.single-testimonial blockquote p {
    margin: 0;
}
.section-padding-xl.benefits-wrap {
    padding-top: 70px;
}

.section-padding-xl.benefits-wrap .title {
    margin-bottom: 70px;
}
.benefit-content {
    padding: 25px 40px 0;
}
#served-map {
    max-width: 100%;
    height: auto;
}
.error-title {
    font-size: 200px;
    font-weight: 900;
    line-height: 1;
    padding-top: 50px;
    margin: 0;
}