
/** Keyframes */
@-webkit-keyframes dash {to {stroke-dashoffset: 0;}}
@keyframes dash {to {stroke-dashoffset: 0;}}
/** Keyframes */

/** Global CSS */
:root {
    --transition-0_3s: all 0.3s ease-in-out;
}
a {
    transition: var(--transition-0_3s);
}
p {
    margin-bottom: 16px !important;
}
p:last-child {
    margin-bottom: 0 !important;
}
.link-hover-blue a {
    color: inherit;
}
.link-hover-blue a:hover {
    color: #0193CF;
}
.button-arrow {
    display: inline-flex !important;
    flex-direction: row !important;
}
.button-arrow .x-anchor-content {
    border: 1px solid #0193CF;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.button-arrow:hover .x-anchor-content {
    border-color: #0A1F3E;
}
.button-arrow .x-anchor-button-arrow {
    min-width: 64px;
    height:auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #017BAE;
    border: 1px solid #017BAE;
    border-left: 0 !important;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.button-arrow:hover .x-anchor-button-arrow {
    background-color: #000000;
    border-color: #000000;
}
.button-arrow .x-anchor-button-arrow svg {
    width: 24px;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.button-arrow.btn-border-white .x-anchor-content {
    border: 1px solid #FFFFFF;
}
.button-arrow.btn-border-white:hover .x-anchor-content {
    border-color: #0193CF;
}
.button-arrow.btn-border-white .x-anchor-button-arrow {
    border: 1px solid #FFFFFF;
    background-color: transparent;
}
.button-arrow.btn-border-white:hover .x-anchor-button-arrow {
    background-color: #017BAE;
    border-color: #017BAE;
}
.button-arrow.btn-border-white-hover:hover .x-anchor-content {
    border-color: #FFFFFF;
}
.button-arrow.btn-border-white-hover:hover .x-anchor-button-arrow {
    background-color: transparent;
    border-color: #FFFFFF;
}
.button-arrow.btn-hover-dark:hover .x-anchor-content {
    border-color: #0A1F3E;
}
.button-arrow.btn-hover-dark:hover .x-anchor-button-arrow {
    background-color: #000000;
    border-color: #000000;
}
.dropdown-button-main {
    position: relative;
}
.dropdown-button-main.active .button-arrow .x-anchor-button-arrow svg {
    transform: rotate(-90deg);
}
.dropdown-button-main .dropdown-button-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    backdrop-filter: blur(25px);
}
.dropdown-button-main .dropdown-button-content .x-menu .menu-item:last-child .x-anchor {
    border-bottom: 0;
}
#breadcrumbs span {
    display: inline-block;
}
#breadcrumbs > span {
    display: flex;
    align-items: center;
} 
#breadcrumbs > span > span:not(.breadcrumb_last) {
    position: relative;
}
#breadcrumbs > span > span:not(.breadcrumb_last)::after {
    content: '';
    background: url('../images/icon-arrow-right-white.svg') center no-repeat;
    background-size: contain;
    width: 7px;
    height: 12px;
    display: inline-block;
    margin: 0 9px 0 10px;
}
#breadcrumbs a:hover {
    color: inherit;
}
#breadcrumbs a:not(:hover) {
    color: #FFFFFF;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumb a.breadcrumb-item:hover {
    color: inherit;
}
.breadcrumb a.breadcrumb-item:not(:hover) {
    color: #FFFFFF;
}
.breadcrumb .separator {
    width: 7px;
    height: auto;
    line-height: 1;
    display: inline-flex;
    margin: 0 9px 0 10px;
}
.breadcrumb .separator svg {
    width: 100%;
    height: 100%;
}
.x-video.x-video-player .mejs-layers .mejs-poster {
    background-size: cover;
}
.x-video.x-video-player .mejs-layers .mejs-poster::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.x-video.x-video-player .mejs-layers .mejs-poster::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url('/wp-content/uploads/2024/10/icon-video-play.svg') center no-repeat;
    background-size: contain;
    z-index: 0;
    cursor: pointer;
    transition: var(--transition-0_3s);
}
.x-video.x-video-player:hover .mejs-layers .mejs-poster::after {
    transform: translate(-50%, -50%) scale(1.1);
}
.x-video.x-video-player .mejs-layers .mejs-poster .mejs-poster-img {
    object-fit: cover;
    display: none !important;
}
.post-content {
    word-break: break-word;
}
.gform_wrapper form .gform_body .gform_fields .gfield input {
    border: 2px solid #0193CF;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 18px 25px;
    height: auto;
    min-height: unset !important;
    font-family: "d-din", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4 !important;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_body .gform_button, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .gform_button {
    overflow: hidden;
    display: inline-flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: stretch;
    position: relative;
    min-width: 1px;
    text-decoration: none;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: border-color, background-color, box-shadow, opacity, filter, transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    background-color: #0193CF;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    outline: none;
    box-shadow: unset;
    gap: 0;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_body .gform_button:hover, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .gform_button:hover {
    background-color: #0A1F3E;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_button .x-anchor-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 41px;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_button .x-anchor-text {
    margin: 5px;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_button .x-anchor-text-primary {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.17;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-right: calc(0.02em* -1);
    text-transform: uppercase;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_button .x-anchor-button-arrow:nth-child(3) {
    display: none;
}
.gform_wrapper form .gform_button svg path {
    d: path("M 9 18.5 L 15 12.5 L 9 6.5");
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
/** Global CSS */

/** Header CSS */
.header-main .mega-menu-wrap {
    background-color: transparent !important;
    display: flex !important;
    justify-content: center;
}
/* .header-main .mega-menu-wrap .mega-menu {
    text-align: right !important;
} */
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item {
    margin: 0 25px !important;
    padding: 6px 0 !important;
    position: relative !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item:first-child {
    margin-left: 0 !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item:last-child {
    margin-right: 0 !important;
}
.header-main .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    height: unset !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: "d-din-condensed", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.09 !important;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    transition: var(--transition-0_3s) !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link {
    color: #FFFFFF !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover, .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-current-menu-item > .mega-menu-link {
    color: #107fc4 !important;
}
.header-main .mega-menu-wrap .mega-menu .mega-menu-item.mega-menu-item-has-children.mega-toggle-on .mega-menu-link .mega-indicator::after {
    content: "" !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu {
    max-width: 244px !important;
    min-width: 244px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    border-top: 5px solid #0193CF !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(25px);
    box-shadow: 0px 8px 25px 0px #00000040 !important;
    padding: 13px 20px 8px !important;
}
.header-main .mega-menu-wrap .mega-menu > .company-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu {
    padding: 13px 25px 8px !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children.service-megamenu > .mega-sub-menu {
    max-width: 666px !important;
    min-width: 666px !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item {
    padding: 25px 0 !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(10, 31, 62, 0.15) !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item .mega-menu-link {
    letter-spacing: 0.02em;
    color: #0A1F3E !important;
    padding: 0 !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
    color: #107fc4 !important;
}
.header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item.mega-menu-item-type-widget {
    padding: 0 !important;
}
.header-main .mega-menu-wrap .mega-menu > .service-megamenu > .mega-sub-menu .mega-menu-row > .mega-sub-menu {
    margin: -10px -15px !important;
    display: flex !important;
    flex-wrap: wrap;
}

.services-img-wrap {position: relative;}
.services-img-wrap img{position:absolute;left: 0;top:24px;opacity: 0;}
.services-img-wrap img.active{opacity:1;}

.header-main .mega-menu-wrap .mega-menu > .service-megamenu > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column {
    padding: 10px 15px !important;
}
.mobile-menu .x-off-canvas-close {
    top: 10px;
}
.mobile-menu .x-menu .menu-item.menu-item-has-children > .x-anchor.x-active .x-anchor-content .x-anchor-sub-indicator::before {
    content: '';
}
/** Header CSS */

/** Footer CSS */
.footer-main a {
    color: inherit;
}
.footer-main a:hover {
    color: #0193CF;
}
.footer-main .x-menu .menu-item .x-anchor {
    position: relative;
    padding-left: 16px;
}
.footer-main .x-menu .menu-item .x-anchor::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0193CF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/** Footer CSS */

/** Home Page CSS */
.home-banner .x-bg .x-video .x-video-inner video {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
.home-banner .x-bg::before {
    content: '';
    width: 5px;
    height: 232px;
    background-color: #0193CF;
    position: absolute;
    top: 230px;
    left: 0;
    z-index: 3;
}
.why-item .why-item-icon .normal-state, .why-item .why-item-icon .hover-state {
    transition: var(--transition-0_3s);
    position: absolute;
    top: 0;
    left: 0;
}
.why-item .why-item-icon .normal-state svg, .why-item .why-item-icon .hover-state svg {
    width: 100%;
    height: 100%;
}
.why-item:hover .why-item-icon .normal-state, .why-item:not(:hover) .why-item-icon .hover-state {
    opacity: 0;
    visibility: hidden;
}
.why-item:hover .why-item-icon .hover-state svg path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: dash 20s linear forwards;
    animation: dash 20s linear forwards;
    animation-delay: 0.3s;
}
.benefits-item:hover {
    border-color: transparent !important;
}
.benefits-item::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 147, 207, 0) 0%, #0193CF 100%);
    border: 1px solid #0093D0;
    border-bottom-width: 4px;
    box-shadow: 0px 34px 75px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: var(--transition-0_3s);
    position: absolute;
    top: 0;
    left: 0;
}
.benefits-item:hover::after {
    opacity: 1;
    visibility: visible;
}
.benefits-item > * {
    z-index: 2;
    position: relative;
}
.benefits-item .benefits-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-0_3s);
}
.benefits-item:hover .benefits-img {
    opacity: 0.1;
    visibility: visible;
}
.benefits-item .x-text-content-text-primary, .benefits-item .x-text.x-content {
    transition: var(--transition-0_3s);
}
.benefits-item:hover .x-text-content-text-primary, .benefits-item:hover .x-text.x-content {
    color: #FFFFFF !important;
}
.testimonial-item .before-quote, .testimonial-item .after-quote {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('/wp-content/uploads/2024/10/quotation-marks-1.svg') center no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.testimonial-item .after-quote {
    background: url('/wp-content/uploads/2024/10/quotation-marks-2.svg') center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px;
}
.testimonial-item .read-more {
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
    text-underline-offset: 4px;
}
/** Home Page CSS */

/** Services Page CSS */
.services-item .services-item-image {
    position: relative;
}
.services-item .services-item-image::before, .services-item .services-item-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(10, 31, 62, 0) 29.51%, #0A1F3E 100%);
    transition: var(--transition-0_3s);
    z-index: 0;
}
.services-item:hover .services-item-image::before {
    opacity: 0;
    visibility: hidden;
}
.services-item .services-item-image::after {
    background: linear-gradient(180deg, rgba(1, 147, 207, 0) 0%, #0193CF 100%);
    opacity: 0;
    visibility: hidden;
}
.services-item:hover .services-item-image::after {
    opacity: 1;
    visibility: visible;
}
/** Services Page CSS */

/** Project Single CSS */
.project-single-gallery > .x-slide-pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.project-single-gallery > .x-slide-pagination li {
    cursor: pointer;
}
/** Project Single CSS */

/** News Page CSS */
.news-item .news-item-image > .x-image, .news-item .news-item-image > .x-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}
.news-item .news-item-image > .x-frame {
    width: 100%;
}
.news-item .news-item-image > .x-image img {
    height: 100%;
}
.news-item .news-item-image > .x-frame .x-frame-inner, .news-item .news-item-image > .x-frame .x-frame-inner .x-is-video {
    height: 100%;
}
/** News Page CSS */

/** Leadership Page CSS */
.member-item .member-item-wrapper .member-item-content {
    transition: var(--transition-0_3s);
    background: transparent;
    /* opacity: 0;
    visibility: hidden; */
}
.member-item .member-item-wrapper:hover .member-item-content {
    /* background: linear-gradient(180deg, rgba(1, 147, 207, 0) 0%, #0193CF 100%); */
    /* opacity: 1;
    visibility: visible; */
}
.member-item .member-item-wrapper .member-item-content::before, .member-item .member-item-wrapper .member-item-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--transition-0_3s);
    background: linear-gradient(180deg, rgba(1, 147, 207, 0) 0%, #000000 100%);
}
.member-item .member-item-wrapper .member-item-content::after {
    background: linear-gradient(180deg, rgba(1, 147, 207, 0) 0%, #0193CF 100%);
}
.member-item .member-item-wrapper:hover .member-item-content::before, .member-item .member-item-wrapper:not(:hover) .member-item-content::after {
    opacity: 0;
    visibility: hidden;
}
.member-item .member-item-wrapper .member-item-content > * {
    z-index: 1;
    position: relative;
}
.member-item .member-item-wrapper .member-item-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
/** Leadership Page CSS */


/* About Us Page */
.timeline{ position: relative; min-height: 15rem; }
.timeline .line{ background-color:#0A1F3E; position: absolute; z-index: 2; left: calc(50% - 1px); width: 2px; top: -2.5rem; bottom: -2.5rem; display: none; }  
.timeline .line::before,.timeline .line::after { background-color:#0A1F3E; position: absolute; display: block; content: ""; height: 2rem; width: 2rem; border-radius: 50%; left: 50%; transform: translateX(-50%); }
.timeline .line::after { bottom: 0; }
.timeline .section { display: flex; opacity: 0; transform: translateX(-100%); transition: 600ms ease; position: relative; z-index: 1; margin:50px 0; padding: 1rem; border-radius: 1rem; background-color: transparent; align-items: center; min-height:150px; }
.timeline .section h3{margin-top:19px;margin-bottom: 0px;}
.timeline .section h4 { color:#0193CF; font-weight:600; margin-top:0px;margin-bottom:14px;}
.timeline .section:nth-child(odd) { flex-direction: row-reverse; transform: translateX(100%); }
.timeline  .section:nth-child(even) { text-align: right; }
.timeline .bead { position: absolute; display: block; height: 1rem; width: 1rem; border-radius: 50%; background-color:#000; left: 50%; top: 20%; transform: translateX(-50%); }
.timeline .content { width: calc(50% - 2rem); }
.timeline .show-me:nth-child(n) { transform: none; opacity: 1; }
  
/* Testimonials */
.project-part{height: 100%;background-color: #f4f4f4;padding-bottom:100px;}
.project-part .t-project-part{height: 100%;width: 100%;background-repeat:no-repeat;background-position: center;background-size: cover;position: relative;display: flex;flex-wrap: wrap;align-items: flex-start;padding: 50px;flex-direction: column;justify-content: flex-end;border-radius: 0px 0px 50px 0px;overflow: hidden;}
.project-part .t-project-part:before{content: ''; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(1, 147, 207, 0) 0%, #0A1F3E 100%); box-shadow: 0px 34px 75px 0px rgba(0, 0, 0, 0.08); z-index: 1; transition: var(--transition-0_3s); position: absolute; top: 0; left: 0;}
.project-part .t-project-part h3{width: 100%;color: #fff;margin: 0px;padding-bottom:30px;}
.project-part .t-project-part h3,.project-part .t-project-part a{z-index: 2;}
.project-part .t-project-part a{background-color: #0193CF;}
.project-part .t-project-part a:hover{background-color:transparent;}
.project-part .t-project-part a .x-anchor-content{padding: 15px 41px;}
.project-part .t-project-part a .x-anchor-content .x-anchor-text-primary{color: #fff;font-size: 20px;font-weight: 700;text-transform: uppercase;}
 

/* Location page */
.location-services-wrap .location-a{display: flex;justify-content: center;gap:10px;margin-top: 40px;}
.location-services-wrap .location-a .slick-arrow{width:64px;height: 64px;background: #0193CF;color: #fff;display: flex;align-items: center;justify-content: center;box-shadow: none;border: none;} 
.location-services-wrap .location-a .slick-arrow:hover{background-color: #0A1F3E;} 
.location-services .slick-track{display: flex;}
.location-services .slick-list{margin: 0px -25px;}
.location-services .service-col .service-col-inner{display: flex;flex-wrap: wrap;}
.location-services .service-col .service-col-inner .service-col-left,.location-services .service-col .service-col-inner .service-col-right{width: 50%;}
.location-services .service-col .service-col-inner .service-col-left{background-color: #0A1F3E;padding: 30px;border-radius: 15px;}
.location-services .service-col .service-col-inner .service-col-left h3,.location-services .service-col .service-col-inner .service-col-left p{color: #fff;margin: 0px;}
.location-services .service-col .service-col-inner .service-col-left h3{margin-bottom: 20px;}
.location-services .service-col{height: auto;padding: 0px 25px;}
.location-services .service-col .service-col-inner .projects-wrap{ width: 100%; }
.location-services .service-col .service-col-inner .projects{  display: flex; flex-wrap: nowrap;overflow: hidden;}
.location-services .service-col .service-col-inner .projects .project{height:400px;position: relative;overflow: hidden;padding:5px 5px; flex-grow: 0; flex-shrink: 0;width: 25%;}
.location-services .service-col .service-col-inner .projects .project:hover span{color: #fff;}
.location-services .service-col .service-col-inner .projects .project h4{margin: 0 auto;color: #FFFFFF;z-index: 2;font-size: 28px;text-transform: uppercase;}
.location-services .service-col .service-col-inner .top-service{display: flex;flex-wrap: wrap;position: relative;padding-right: 40px;}
.location-services .service-col .service-col-inner .top-service h3{text-transform: uppercase;width:40%;}
.location-services .service-col .service-col-inner .top-service p{width:60%;}
.location-services .service-col .service-col-inner .top-service .arrow{position: absolute;top: 7px;right: 0;width: 25px;height: 25px;fill: #0193CF;z-index: 2;cursor: pointer;display: flex;}
.location-services .service-col .service-col-inner .top-service .arrow svg{width: 100%;height: 100%;transition: var(--transition-0_3s);}
.location-services .service-col .service-col-inner .top-service .arrow.active svg{transform: rotateX(180deg);}
.location-services .service-col .service-col-inner .service-content{margin-top: 40px;display: none;}
.location-services .service-col .service-col-inner .projects .project{transition: .5s ease all;}
.location-services .service-col .service-col-inner .projects .project .text{top:50%; width:100%; padding:20px 50px; position: absolute;right:0;left: 0px;transform: translateY(-50%);text-align: center;}
.location-services .service-col .service-col-inner .projects .project span{text-transform: uppercase;    font-family: "d-din-condensed", sans-serif; font-weight: 700; line-height: 1.09; color: #fff;}
.location-services .service-col .service-col-inner .projects .project .project-img{height: 100%;width: 100%;position: relative;overflow: hidden;}
.location-services .service-col .service-col-inner .projects .project .project-img img{transition: .5s ease all;-moz-transition: .5s ease all;-webkit-transition: .5s ease all;}
.location-services .service-col .service-col-inner .projects .project .project-img:after{content: '';position:absolute;left: 0;right: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,.3);top: 0;}
.location-services .service-col .service-col-inner .projects .project .project-img img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}
.location-services .service-col .service-col-inner .projects .project:hover .project-img img{transform:scale(1.10);} 
.location-services .service-col .service-col-inner .service h3{color: #0A1F3E;margin: 0px 0px 0px 0px;font-size: 60px;padding-right: 40px;line-height: 70px;} 
.location-services .service-col .service-col-inner .service p{margin:0;} 
.location-services .service-col .service-col-inner .service ul{margin: 0px;padding: 0px;list-style: none;display: flex;flex-wrap: wrap;} 
.location-services .service-col .service-col-inner .service ul li{padding-left:24px;position: relative;width: 50%;margin-bottom: 10px;padding-right: 30px;} 
.location-services .service-col .service-col-inner .service ul.three-col li{width: 33.33%;} 
.location-services .service-col .service-col-inner .service ul li:before{content: '';height: 10px;width: 10px;background-color: #0193CF;left: 0;top: 10px;position: absolute;} 
.location-services .service-col .services-list{margin-bottom: 40px;} 
.location-services .service-col{ background-color:rgb(1 147 207 / 8%); padding: 40px 40px;} 
.location-services .service-col:not(:last-child){margin-bottom: 30px;}
.location-services .service-col .service-col-inner .projects-wrap{position: relative;}
.location-services .service-col .service-col-inner .slider__control { width:40px; height:80px; border: 0px; background-color:rgba(0,0,0,.7); color: #fff;position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;}
/* .location-services .service-col .service-col-inner .slider__control.disabled{pointer-events: none;opacity: .7;} */
.location-services .service-col .service-col-inner .slider__control:hover{background-color: #000;}
.location-services .service-col .service-col-inner .slider__control.inner-prev{left:5px;border-radius: 0px 80px 80px 0px;}
.location-services .service-col .service-col-inner .slider__control.inner-prev i{margin-left: -8px;}
.location-services .service-col .service-col-inner .slider__control.inner-next{right:5px;border-radius: 80px 0px 0px 80px;}
.location-services .service-col .service-col-inner .slider__control.inner-next i{margin-right: -8px;}
.location-services .service-col .service-col-inner .projects.col-1 .project{width: 100%;}

/** Other CSS */
.newsletter-form_wrapper.gform_wrapper form .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}
.newsletter-form_wrapper.gform_wrapper form .gform_body .gform_fields .gfield--type-email {
    flex: 1 1 auto;
}
.newsletter-form_wrapper.gform_wrapper form .gform_footer {
    margin: 0;
}
.newsletter-form_wrapper.gform_wrapper .gform_validation_errors {
    display: none;
}
.newsletter-form_wrapper.gform_wrapper .gfield_validation_message {
    color: #ff0000;
}
/** Other CSS */


/* Career Page */
#BDHRJobListings .categorySection{padding: 20px;border:1px solid #0193CF;margin-bottom: 20px;background-color: #F4F4F4;}
#BDHRJobListings .categorySection .categoryHeadingSection{    line-height: 1.2; letter-spacing: -0.02em; margin-right: calc(-0.02em* -1); color: #0A1F3E;font-size: 30px;font-family: "d-din-condensed", sans-serif;text-transform: uppercase;margin-bottom: 20px;}
#BDHRJobListings .categorySection .jobSection{font-size: 1em; font-weight: 500; line-height: inherit; text-transform: none; color: #000000;margin-left:0px;margin-right: 0px;padding-left:20px;position: relative;display: flex;flex-wrap: wrap;margin-bottom: 7px;}
#BDHRJobListings .categorySection .jobSection:before{content: '';height: 10px;width: 10px;background-color: #0193CF;position: absolute;left: 0;top: 10px;}
#BDHRJobListings .categorySection .jobSection a{color: #000000;font-weight: 500;}
#BDHRJobListings .categorySection .jobSection a:hover{color:#0193CF;}
#BDHRJobListings .categorySection .jobSection .jobLinkText{font-weight: 500;}
#BDHRJobListings .categorySection .jobSection .jobLinkContainer{width: 34%;padding-right: 20px;}
#BDHRJobListings #commondivjobalert{margin-top: 50px; padding-top:10px; padding-right: 50px; padding-bottom:10px; padding-left: 50px; background-color: #f4f4f4;}
#BDHRJobListings #commondivjobalert span{    line-height: 1.2; letter-spacing: -0.02em; margin-right: calc(-0.02em* -1); color: #0A1F3E;font-family: "d-din-condensed", sans-serif; font-weight: 700; font-size:20px; text-transform: uppercase;}
#BDHRJobListings #commondivjobalert .boldedText{    line-height: 1.2; letter-spacing: -0.02em; color: #0A1F3E;font-family: "d-din-condensed", sans-serif; font-weight: 700; font-size: 30px; text-transform: uppercase;margin-bottom:15px;display: inline-block;}
#BDHRJobListings #commondivjobalert input[type="text"]{    border: 2px solid #0193CF; border-radius: 0; outline: none; box-shadow: none; padding: 18px 25px; height: auto; min-height: unset !important; font-family: "d-din", sans-serif; font-size: 18px; font-weight: 500; line-height: 1.4 !important; width:calc(100% - 230px);margin-right: 30px;margin-bottom: 0px;}
#BDHRJobListings #commondivjobalert input[type="button"]{overflow: hidden;cursor: pointer; transition-duration: .3s; background-color: #0193CF; padding: 0; border: 0 none; border-radius: 0; outline: none; box-shadow: unset; gap: 0;    font-family: "Roboto Condensed", sans-serif; font-size: 20px; font-weight: 700; line-height: 1.17; font-style: normal; letter-spacing: 0.02em; color: #ffffff; margin-right: calc(0.02em* -1); text-transform: uppercase;    padding:20.5px 41px;}


body .mobile-menu-new-wrap{display: none;} 
body .x-anchor.x-anchor-menu-item.x-active [data-x-icon-s]:before{content: "\f068";}

.post-password-required {
    background-image: url('/wp-content/uploads/2024/12/Projects-Page-Header-Background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 198px 0 107px;
}
.post-password-required::before {
    content: '';
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
    background-color: rgba(10, 31, 62, 0.64);
    z-index: 0;
}
.post-password-required .entry-content {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}
.post-password-required form {
    color: #FFFFFF;
}
.post-password-required form input:not([type="submit"]) {
    border-radius: 0;
    border: 0;
}
.post-password-required form input[type="submit"] {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Mobile new menu */
/* .mobile-menu-new-wrap{height: 86vh !important;}   */

/** Media CSS */
@media screen  and (min-width:768px){
    .location-services .service-col .service-col-inner .projects.col-2 .project{width: 50%;}
}
@media screen  and (min-width:1200px){
    .location-services .service-col .service-col-inner .projects.col-3 .project{width:33.33%;}
}
@media screen and (max-width: 1500px){
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item {
        margin: 0 8px !important;
    }
}
@media screen and (max-width:1400px) {
    .location-services .service-col{padding-left: 20px;padding-right: 20px;}
}
@media screen and (max-width: 1300px){
    .header-main .x-row, .header-main .x-row .x-col {
        position: static;
    }
    .header-main .nav-col {
        text-align: right;
        display: none !important;
    }
    .header-main .desktop-menu {
        display: none !important;
    }
    .header-main .mega-menu-wrap {
        justify-content: flex-end;
        position: static !important;
        padding-right: 10px !important;
    }
    .header-main .mega-menu-wrap .mega-menu-toggle {
        display: block !important;
        background-color: transparent !important;
        width: auto !important;
        height: auto !important;
        line-height: 1 !important;
    }
    .header-main .mega-menu-wrap .mega-menu-toggle .mega-toggle-block {
        margin: 0 !important;
    }
    .header-main .mega-menu-wrap .mega-menu-toggle .mega-toggle-block button .mega-toggle-animated-box .mega-toggle-animated-inner, .header-main .mega-menu-wrap .mega-menu-toggle .mega-toggle-block button .mega-toggle-animated-box .mega-toggle-animated-inner::before, .header-main .mega-menu-wrap .mega-menu-toggle .mega-toggle-block button .mega-toggle-animated-box .mega-toggle-animated-inner::after {
        background-color: #FFFFFF !important;
    }
    .header-main .mega-menu-wrap .mega-menu {
        display: none !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100vw !important;
        background-color: #FFFFFF !important;
        padding: 10px 0 !important;
    }
    .header-main .mega-menu-wrap .mega-menu-toggle.mega-menu-open + .mega-menu {
        display: flex !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item {
        margin: 0 !important;
        padding: 10px 20px !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link {
        color: #0A1F3E !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover {
        color: #107fc4 !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu, .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children.service-megamenu > .mega-sub-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        display: none !important;
        flex-direction: column !important;
        box-shadow: none !important;
        border: 2px solid #107fc4 !important;
        margin-top: 10px !important;
        padding: 20px !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children.mega-toggle-on > .mega-sub-menu {
        display: flex !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item {
        padding: 15px 0 !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item:first-child {
        padding-top: 0 !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item:last-child {
        padding-bottom: 0 !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item.mega-menu-item-type-widget img {
        max-height: 230px;
        object-fit: cover;
    }

    #BDHRJobListings .categorySection .jobSection .jobLinkContainer{width: 50%;}
}
@media screen and (max-width: 1199px){
    .gform-theme.gform-theme--framework.gform_wrapper form .gform_button .x-anchor-content {
        padding: 15px 29px;
    }
    .br-xl-none br {
        display: none;
    }
    .location-services .service-col .service-col-inner .service h3{font-size: 50px;line-height: 60px;}
    .location-services .service-col .service-col-inner .projects .project{width: 50%;}
    .post-password-required {
        padding: 198px 0 70px;
    }
}
@media screen and (max-width:1023px) {
    .location-services .service-col .service-col-inner .projects .project{height: 300px;}
    .location-services .service-col .service-col-inner .service h3{font-size: 36px;line-height:46px;}
}
@media screen and (max-width: 978px){
    .gform_wrapper form .gform_body .gform_fields .gfield input {
        padding: 13px 20px;
    }
    .gform-theme.gform-theme--framework.gform_wrapper form .gform_button .x-anchor-content {
        padding: 11px 19px;
    }
    .gform-theme.gform-theme--framework.gform_wrapper form .gform_button .x-anchor-text-primary {
        font-size: 18px;
    }
    .x-video.x-video-player .mejs-layers .mejs-poster::after {
        width: 80px;
        height: 80px;
    }
    .order-lg-0 {
        -webkit-order: 0;order: 0;
    }
    .order-lg-1 {
        -webkit-order: 1;order: 1;
    }
    .button-arrow .x-anchor-button-arrow {
        min-width: 55px;
    }
    .button-arrow .x-anchor-button-arrow svg {
        width: 22px;
    }
    .benefits-item::after {
        box-shadow: 0px 24px 55px 0px rgba(0, 0, 0, 0.08);
    }
    .project-single-gallery > .x-slide-pagination {
        bottom: 20px;
    }

    .project-part {padding-bottom: 40px;padding-right: 20px;}
}
@media screen and (max-width: 767px){
    .br-md-none br {
        display: none;
    }
    .header-main .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
        font-size: 18px !important;
    }
    .header-main .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-item {
        padding: 10px 0 !important;
    }
    .benefits-item::after {
        box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.08);
    }
    .testimonial-item .before-quote, .testimonial-item .after-quote {
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }

    .timeline .line{left:20px;} 
    .timeline .bead{left: 20px;}
    .timeline .content{width:100%;padding-left: 40px;}
    .timeline .section:nth-child(odd){flex-direction: row;}
    .timeline .section:not(.show-me){transform: translateX(100%);}
    .timeline .section:nth-child(even){text-align: left;}
    .project-part .t-project-part{padding: 30px 20px;}
    .project-part .t-project-part a .x-anchor-content{padding: 10px 20px;}
    .project-part .t-project-part a .x-anchor-content .x-anchor-text-primary{font-size: 16px;}
    .project-part .t-project-part h3{font-size: 26px;padding-bottom: 20px;}
    .location-services .service-col .service-col-inner .top-service{padding-right: 0;}
    .location-services .service-col .service-col-inner .top-service > .arrow{display: none;}
    .location-services .service-col .service-col-inner .service h3{font-size: 30px;padding-right: 40px;width: 100%;margin-bottom: 20px;line-height:38px;position: relative;}
    .location-services .service-col .service-col-inner .service p{width: 100%;}
    .location-services .service-col .service-col-inner .service ul li{width: 100%;padding-right: 0px;}
    .location-services .service-col .service-col-inner .projects .project{        flex: none; width: 100%;}
    .location-services-wrap .location-a .slick-arrow{width: 50px;height: 50px;}

    .newsletter-form_wrapper.gform_wrapper form .gform_body .gform_fields {
        justify-content: center;
	}
    .newsletter-form_wrapper.gform_wrapper form .gform_body .gform_fields .gfield--type-email {
        flex: 0 0 100%;
        width: 100%;
    }

    #BDHRJobListings .categorySection .categoryHeadingSection{font-size: 26px;}
    #BDHRJobListings .categorySection .jobSection .jobLinkContainer{width: 100%;}
    #BDHRJobListings #commondivjobalert{padding-left: 20px;padding-right: 20px;text-align: center;}
    #BDHRJobListings #commondivjobalert .boldedText{font-size:26px;text-align: center;}
    #BDHRJobListings #commondivjobalert span{display: block;text-align: center;}
    #BDHRJobListings #commondivjobalert input[type="text"]{width: 100%;margin-right: 0px;}
    #BDHRJobListings #commondivjobalert input[type="button"]{margin: 0 auto;margin-top: 20px;padding: 11px 19px;}
    #e17-e15-off-canvas{display: none !important;}
    .x-body-scroll-disabled{width: 100% !important;}
    .location-services .service-col .service-col-inner .service ul.three-col li{width: 100%;}
    .post-password-required {
        padding: 180px 0 70px;
    }
}
@media screen and (max-width: 479px){
    .x-video.x-video-player .mejs-layers .mejs-poster::after {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 768px){
    .location-services .service-col .service-col-inner .service h3 .arrow{display: none;}
}
@media screen and (min-width: 979px){
    .bg-col-left::after {
        content: '';
        width: 100vw;
        height: 100%;
        background-color: #F4F4F4;
        position: absolute;
        top: 0;
        right: calc(100% - 2px);
        z-index: -1;
    }
    .bg-col-right::after {
        content: '';
        width: 100vw;
        height: 100%;
        background-color: #F4F4F4;
        position: absolute;
        top: 0;
        left: calc(100% - 2px);
        z-index: -1;
    }
    .why-main .why-image {
        height: calc(100% - 300px) !important;
    }
}
@media screen and (min-width: 1200px){
    .mobile-menu.x-anchor-toggle {
        margin-left: 10px !important;
    }
    .why-main .why-image {
        height: calc(100% - 180px) !important;
    }
}
@media screen and (min-width: 1301px){
    .header-main .mobile-menu {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px){
    .header-main .nav-col + .x-col {
        flex-basis: calc(100% - 225px - clamp(0px, var(--gap), 9999px)) !important;
    }
   /* .project-item .project-item-content .x-text-headline .x-text-content-text-primary {
        font-size: 24px;
    }*/
} 

@media screen and (min-width: 1200px) and (max-width: 1366px){
    /*.header-main .nav-col + .x-col {
        flex-basis: calc(100% - 225px - clamp(0px, var(--gap), 9999px)) !important;
    }*/
    .project-item .project-item-content .x-text-headline .x-text-content-text-primary {
        font-size: 24px;
    }
} 

@media screen and (min-width: 1200px) and (max-width: 1500px){
    .contact-item .contact-item-content {
        padding: 20px;
    }
    .why-main .why-completed-projects .x-text-headline:not(:last-child) .x-text-content-text-primary {
        font-size: 60px;
    }
}
/** Media CSS */