/*
Theme Name: Flight Lease
Theme URI: http://xxx.com/
Template: builder
Version: 3.4
Updated: 10/10/2024
Author: Thomas Digital
Author URI: https://www.thomasdigital.com
Description: Builder with drag and drop elements using wireframe kit design.
Tags: wordpress, bootstrap, wireframe, acf
*/

/*------------------------------------------
    #MARK: REMOVE
------------------------------------------*/
/* #region */

.mh { 
    min-height: 2000px; 
}

body:not(.wp-admin) {
    /* background: url(upload/bg-1.jpg) top center no-repeat; */
}

/* #endregion */

/*------------------------------------------
    #MARK: ROOT
------------------------------------------*/
/* #region */

:root {

    --font-size: 25px;
    --font-1: "Inter";
    --font-2: "Ubuntu";


    --color1: #00183D;
    --color2: #0BBEF1;
    --color3: #2EABD8;

    /*


    --h1: 80px;
    --h2: 54px;
    --h3: 44px;
    --h4: 32px;
    --h5: 24px;
    --h6: 18px;
    */

    --color10: black;
    --color11: white;

    --a: #DDA15E;
    --hover: #A1AEB7;       

    --darktitle:white;
    --darktext:white;
}

.post-author {
    display: none;
}

/* #endregion */

/*------------------------------------------
    #MARK: GENERAL
------------------------------------------*/
/* #region */


.spacer {}

@media (max-width:1024px) {
    .spacer {
        padding: 0;
        height: 0;
    }
}

.flexd {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    gap: 20px; 
}

@media (max-width:768px) {
    .flexd {
    flex-wrap: wrap;
    }
}

.hidden {
    display: none !important;
}

.mtitle {
    color: #102C4E;
    font-family: var(--font-1);
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
}

.blue-layout {
    background-color: #102C4E;
}

.blue-layout .mtitle {
    color: white;
    
}



.dtext {
    color: #7F7F9E;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 40px */
}

.dtext ul {
    padding: 0 0 0 20px;
}

.dtext ul li::marker {
    font-size: 14px;
    color: #2EABD8; /* red */
}

.blue-layout .dtext {
    color: #BEBEC9;
    font-size: 25px;
}

.dmedia {
    max-width: 580px !important;
}


/*Search*/


.paginate ul li a, .post-pagination ul li a {
    font-size: 14px;
}

.element .f-icon svg {
    width: 27px !important;
    height: auto;
    max-height: 27px !important;
}

.archive-title .dtitle, .archive-title small {
    font-size: 30px !important;
}

/* #endregion */

/*------------------------------------------
    #MARK: BUTTONS
------------------------------------------*/
/* #region */

.btn-2 {
    border-radius: 5px;
    border: 1px solid var(--Color-5, #FFF);
    padding: 16px 40px;
    border-radius: 5px;
    /* background: #CFF2FF; */
}

.btn-2,.btn-2 span {
    color: var(--Color-5, #FFF);
    font-family: var(--font-1);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 16.5px */
}

.btn-2.active, .btn-2:hover, .btn-2:focus-visible, .btn-2::after {
    background: #CFF2FF;
    color: red;
}

.btn-2.active span, .btn-2:hover span {
    color: #0BBEF1;
}


.btn-1 {
    border-radius: 5px;
    border: 1px solid var(--Color-5, #0BBEF1);
    padding: 16px 40px;
    border-radius: 5px;
    /* background: #CFF2FF; */
}

.btn-1,.btn-1 span {
    background-color: transparent;
    color: var(--Color-5, #0BBEF1);
    font-family: var(--font-1);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 16.5px */
}

.btn-1.active, .btn-1:hover, .btn-1:focus-visible, .btn-1::after {
    background: #CFF2FF;
    color: red;
}

.btn-1.active span, .btn-1:hover span {
    color: #0BBEF1;
}



/* #endregion */

/*------------------------------------------
    #MARK: HEADER
------------------------------------------*/
/* #region */

.td-top {
    padding:7px 0 ;
    background: #003F70;
}

.td-top .d-links {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.td-top .d-links a {
    line-height: 0;
}

.td-top .d-links a span {
    color: var(--Color-5, #FFF) !important;
    text-align: right;
    font-family: var(--font-1);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    text-transform: uppercase;
}


/*Search*/
.pop-search .f-icon svg {
    width: 20px !important;
    height: 20px !important;
}

.element .f-icon svg path {
    fill: white !important;
}


.ext-show-search input, .show-search input {
    font-size: 13px;
    font-weight: 300;
    display: block;
    padding: 10px 13px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background: #f4f4f4;
    box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
    width: 268px;
}

header [data-mobth="light"] .closer svg { 
    fill: black;
    width: 21px;
    height: auto;
    max-height: 21px;
}

.show-search {
    position: absolute;
    display: none;
    background: #fff;
    border-top: 3px solid #999;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    z-index: 6;
    top: 100%;
    left: -13vw !important;
    padding: 15px;
}

@media (max-width:1024px) {
    .show-search {
        left: 1vw !important;
    }
}

#navbar-home .menu-extension {
    margin-left: 50px;
    margin-top: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.header {
    transition: all 0.3s ease-in-out;
}

.header[data-sticky="sticky"].sticky-head {
    background-color: #102C4E;
}



.navbar-brand {
    /* width: 176.925px; */
    width: 250px;
}

.home .navbar-brand {
    /* width */
    /* width: 220.925px; */
    width: 250px;
}

.logo-desktop-container {display: block;position: absolute; left: 80px;}
.logo-mobile-container {display: none;}

@media only screen and (max-width:1330px) {

.logo-desktop-container {display: none;}
.logo-mobile-container {display: block;}

}

@media only screen and (max-width:1024px) {

.navbar-brand {
    width: 200px;
}

.home .navbar-brand {
    /* width */
    width: 200px;
}
}

@media only screen and (max-width:767px) {

.navbar-brand {
    width: 160.925px;
}

.home .navbar-brand {
    /* width */
    width: 160.925px;
}
}

#navbar-home .navbar-nav {
    gap: 50px;
}

.navbar-expand-lg .navbar-collapse {    
    justify-content: flex-end;
}

.menu_wrap {
    position: relative;
    padding: 20px 0;
    background: #102C4E;
}

.menu-overlay .menu_wrap {
    background: transparent;
}

.mobile-menu {
    background-color: #00183D;
}

@media (max-width:1024px) {
    .menu-overlay .menu_wrap {
        background: #102C4E;
    }
}

/* #endregion */

/*------------------------------------------
    #MARK: MENUS
------------------------------------------*/
/* #region */

.main-menu .navbar-nav {
    /* gap */
}

.main-menu .navbar-nav  .nav-link {
    padding: 0;
}

.main-menu .nav-link span {
    color: var(--Color-5, #FFF);
    text-align: right;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
    padding-bottom: 14px;
    border-bottom: 2px solid transparent;
    transition:  all 0.3s ease-in-out;
    /* opacity: .7; */
    opacity: 1;

}

.main-menu .menu-item {
    /* padding */
}

.main-menu .menu-item.active .nav-link span,
.main-menu .menu-item .nav-link:hover span {
    border-bottom: 2px solid white;
}

/*Dropdown Menu*/
.dropdown-menu {
    background-color: rgba(16, 44, 78, 0.8);
    /* background-color: rgba(0, 0, 0, 0.7); */
    border: none;
    border-radius: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    font-size: 15px;
    color: white;
    margin-top: -10px;
}

.dropdown-menu a {
    color: var(--Color-5, #FFF);
    text-align: right;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
    padding: 15px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    color:rgba(16, 44, 78, 1);
}

/* #endregion */

/*------------------------------------------
    #MARK: FOOTER
------------------------------------------*/
/* #region */
.footer-0 {
    background: url(./images/theme/bg-footer.svg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    animation: move-bg 5s linear infinite;
    animation-direction: reverse;
}

.footer-0 .copyright {
    color: var(--Color-6, #F9F9F9);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}

.footer-0 .footer-menu .menu-title {
    display: none;
}

.footer-0 .menu-links.hide-lg {
    justify-content: flex-end;
    display: flex;
    list-style-type: none;
    gap: 50px;
    margin: 0 0 10px;
    padding: 0;
}


.footer-0 .menu-links.hide-lg li a {
    color: var(--Color-5, #FFF);
    text-align: right;
    font-family: var(--font-1);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
}

.footer-0 .copyright .join {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
}

.footer-0 .social-icons .soc-link {
    background-color: transparent !important;
    width: 16px !important;
    height: 16px !important;
}

.footer-0 .social-icons .soc-link img {
    filter: none !important;
    opacity: 1 !important;
}

.footer-0 .web a {
    color: var(--Color-6, #F9F9F9);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-1);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}


.footer-0 .web {
    margin-top: 10px;
}

.footer-0 .is-mobile {
    font-size: 16px;
    color: white;
    margin: 30px 0 !important;
}

.footer-0 .is-mobile a {
    color: white;
}

.menu-links.is-mobile li {
    transition: all ease-in 300ms !important;
}

.menu-links.is-mobile li:before {
    top: 16px !important;
}

.menu-links.is-mobile li:first-child {
    border-top: 1px solid transparent !important;
}

.menu-links.is-mobile li {
    border-top: 1px solid white !important;
}

.sel-menu ul.mv {
    transition: all ease-in 300ms;
    border: 1px solid #102C4E !important;
    background: #2EABD9;
}

.footer-0 .copyright {
    margin-top: 10px !important;
}

@media (max-width:1024px) {
    .footer-0 {
        padding: 60px 0;
    }
    .footer-0 .dcompany {
        text-align: center;
    }

    .footer-0 .menu-links.hide-lg {
        display: none;
}

footer .foot {
    justify-content: center !important;
}



.footer-0 .copyright .join {
    justify-content: center !important;
}
}

/* #endregion */

/*------------------------------------------
    #MARK: CTA Footer
------------------------------------------*/
/* #region */
.ff-cta.design-1 {
    position: relative;
    /*background: url(./images/theme/cta-bg-2.webp) no-repeat center center;*/
	background: url(https://flightleasestg.wpenginepowered.com/wp-content/uploads/2025/08/iStock-1474928161-e1756191676515.jpg);
    background-size: cover;
    padding: 0;
 
}

.ff-cta.design-1::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(93deg, rgba(16, 44, 78, 0.70) 1.52%, rgba(16, 44, 78, 0.20) 49.73%);
}

.ff-cta.design-1 .dinfo {
    position: relative;
    z-index: 3;
    padding: 125px 0 124px;
    max-width: 460px;
}

.ff-cta.design-1 .dinfo .mtitle {
    color: #FFF;
    font-family: var(--font-1);
    /* font-size: 45px; */
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
}

.ff-cta.design-1 .dinfo .d-links {
    margin-top: 50px;
}

/* #endregion */

/*------------------------------------------
    #MARK: HERO 01
------------------------------------------*/
/* #region */

.heroopt-01 {
    position: relative;
    line-height: 1;
}

.heroopt-01::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.7;
    background: linear-gradient(213deg, rgba(6, 28, 54, 0.00) 54.13%, rgba(6, 28, 54, 0.90) 77.76%);
}

.heroopt-01.before-none::before {
    display: none;
}

.heroopt-01::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(16, 44, 78, 0.80) 0%, rgba(16, 44, 78, 0.00) 26.83%);
}


.heroopt-01.home-page::after {
    display: none;
}


.heroopt-01.home-page::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.7;
    background: linear-gradient(180deg, #000 2.84%, rgba(0, 0, 0, 0.20) 63.86%, #000 100%);
}



.heroopt-01 .dinfo {
    position: relative;
    z-index: 3;
    padding: 0;
    max-width: 460px;
}

.heroopt-01 .dinfo .mtitle {
    /* H2 */
    color: white;
    font-family: var(--font-1);
    /* font-size: 45px; */
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
    padding-bottom: 100px;
}

@media (max-width:1024px) {
    .heroopt-01 .dinfo .mtitle {
        padding-top: 20%;
    }

    .heroopt-01 [data-design="hero"] {
        min-height: 500px;
    }

    
}

/* #endregion */

/*------------------------------------------
    #MARK: ICON FLEX
------------------------------------------*/
/* #region */

.iconflex-01 .flexic .dinfo .d-icon {
    width: 60px;
    height: 60px;
}

.iconflex-01 .mmtitle {
    color: var(--Color-1, #00183D);
    font-family: var(--font-1);
    /* font-size: 45px; */
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
}

.iconflex-01 .cards {
    margin-top: 60px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    gap: 60px;
}

.iconflex-01 .cards .item {
    max-width: 350px;
}

.iconflex-01 .cards .dinfo .d-icon {
    width: 60px;
    height: 60px;
}

.iconflex-01 .cards .dinfo .pad .ititle {
    margin-top: 25px;
    font-family: var(--font-1);
    /* font-size: 30px; */
    font-size: clamp(1.5625rem, 1.3857rem + 0.7645vw, 1.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
}



.iconflex-01 .cards .dinfo .pad .ptext {
    margin-top: 30px;
    color: #7F7F9E;
    /* P */
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
 
}

@media (max-width:1024px) {

}
/* #endregion */

/*------------------------------------------
    #MARK: IMAGE LINKS
------------------------------------------*/

/* #region */
.image_links {
    
}

.image_links .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
}

.image_links .list .item {
    width: 100%;
    height: 376px;
    max-width: 580px;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: all ease 300ms;
}

.image_links .list .item::before {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(16, 44, 78, 0.00) 0%, #102C4E 100%);
    height: 149px;
    width: 100%;
    transition: all ease 300ms;
}

.image_links .list .item:hover::before {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(16, 44, 78, 0.00) 0%, #102C4E 100%);
    height: 100%;
    width: 100%;
}

.image_links .list .item .dimg {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image_links .list .item {}

.image_links .list .item .info {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 40px;
    padding-bottom: 41px;
}

.image_links .list .item .info .title {
    color: var(--Color-5, #FFF);
    font-family: var(--font-1);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 30px */
    letter-spacing: -1px;
    
}

@media (max-width:1200px) {
    .image_links .list .item {
        max-width: 100%;
    }
}

@media (max-width:768px) {
    .image_links .list {
        margin-top: 30px;
    }

    .image_links .list .item .info .title {
        font-size: 21px;
}
}


/* #endregion */

/*------------------------------------------
    #MARK: ROW MEDIA 01
------------------------------------------*/

/* #region */

 .rowxmedia-01 .mmtitle {
    /* H2 */
    color: #00183D;
    font-family: var(--font-1);
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem) !important;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.rowxmedia-01 .dinfo .mtitle {
    font-family: var(--font-1);
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
    max-width: 500px;
}

.rowxmedia-01 .dinfo .dtext {
    margin-top: 60px;
    max-width: 498px !important;
    font-weight: 400;
}

/* .rowxmedia-01.dtext-bold .dinfo .dtext {
    font-weight: 400;;
} */

.rowxmedia-01 [data-design*="row"][data-rtl="0"] .dinfo {
    margin-left: 0;
    padding-left: 60px;
}

.rowxmedia-01 .d-links {
    margin-top: 60px;
}

@media (max-width:768px) {
    .rowxmedia-01 .flexic {
        flex-direction: column;
    }

    .rowxmedia-01 .dinfo .dtext {
        margin-top: 30px;
    }

    .rowxmedia-01 [data-design*="row"][data-rtl="0"] .dinfo {
        padding-left: 0;
    }
}

/* #endregion */

/*------------------------------------------
    #MARK: TEXT 01
------------------------------------------*/
/* #region */

.text-o-01 .dtext{
    max-width: 100%;
    margin-top: 60px;
    opacity: .7;
}

.text-o-01 .d-links {
    margin-top: 60px;
}

.text-o-01 .btn span {
    opacity: .7;
}

@media (max-width:768px) {
    .text-o-01 .dtext{
        margin-top: 30px;
    }
}

/* #endregion */
/*------------------------------------------
    #MARK: TITLE OPT
------------------------------------------*/
/* #region */

.blue-layout-container .container-xl {
	background-color: #00457A;
}

.blue-layout-container.margin-overflowtop .container-xl {
	margin-top: -100px;
}

.blue-layout-container .col-info {
	padding-top: 65px;
}

/* #endregion */

/*------------------------------------------
    #MARK: COUNT
------------------------------------------*/
/* #region */

.count-01 {
    position: relative;
    z-index: 2;
}

.count-01 .box.d1 {
    background-color: #003F70;
    padding: 70px 0; 
    margin: 0;
}

@media (max-width:1024px) {
.count-01 .box.d1 {
    margin-top: 0px !important;
}
}

.count-01 .row {
    margin: 0;
    gap: 0;
}

.count-01 .box .info {
    text-align: center;
    width: 100%;
}

.count-01 .box .info .ititle {
    color: white;
    text-align: center;
    font-family: var(--font-1);
    /* font-size: 45px; */
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
}

.count-01 .box.d2 .info .ititle {
    color: #00183D;
}

.count-01 .box .dcounters {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 65px;
}

.blue-layout-container .box .dcounters {
	padding-bottom: 70px;
}

.count-01 .cc-border:first-child {
	display: none;
}

.count-01 .cc-border .border {
    width: 1px;
    height: 120px;
    background: rgba(217, 217, 217, 0.40);
    margin-left: 20px;
    margin-right: 20px;
}

.count-01 .item .ct {
    color: #00183D;
    font-family: var(--font-1);
    /* font-size: 90px; */
    font-size: clamp(4.375rem, 1.2713rem + 6.8027vw, 5.625rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 99px */
    letter-spacing: -0.9px;
}

.count-01 .box.d2 .ct {
    color: #00183D;
}

[data-theme="dark"] .item .ct {
	color: var(--darktitle);
}

.count-01 .item .count_up {
    text-align: center;
}

.count-01 .item .cpre {
    font-family: var(--font-1);
    font-size: clamp(2.1875rem, -2.4681rem + 10.2041vw, 4.0625rem);
    color: #2EABD8;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.count-01 .item .cpre strong {
    color: var(--darktitle);
    font-family: var(--font-1);
    font-size: clamp(4.375rem, 1.2713rem + 6.8027vw, 5.625rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 99px */
}

.count-01 .item .cpos {
    font-family: var(--font-1);
    /* font-size: 65px; */
    font-size: clamp(2.1875rem, -2.4681rem + 10.2041vw, 4.0625rem);
    color: #2EABD8;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.65px;
}

.count-01 .item .dinfo .ititle {
    /* Small */
    color: #00183D;
    font-family: var(--font-1);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    text-align: center;
}

.count-01 .box.d2 .dinfo .ititle {
    color: #7F7F9E;
}

[data-theme="dark"] .item .dinfo .ititle {
	color: var(--darktitle);
}

@media (max-width:768px) {
    .count-01 .box .dcounters {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        gap: 0;
    }

    .count-01 .item .ct {
        font-size: 50px;
    }

}

@media (max-width:570px) {
    .count-01 .box .dcounters {
        flex-wrap: wrap;
    }

    .count-01 .dcounters .cc,
	.count-01 .dcounters .cc-border {
        width: 100%;
    }
	
	.count-01 .cc-border .border {
		width: 100%;
  		height: 1px;
		margin: 20px auto;
	}

}

/* #endregion */
/*------------------------------------------
    #MARK: LOGO GALLERY
------------------------------------------*/
/* #region */
.logo_gallery {

}

.logo_gallery .list {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    align-items: center;
}

.logo_gallery .list .item {
    width: 170px;
    height: 67.37px;
    /* outline: 1px solid red; */
}

.logo_gallery .list .item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all ease-in 300ms;
}

.logo_gallery .list .item:hover img {
    transform: scale(1.03);
}

@media (max-width:1024px) {
    .logo_gallery .list {
        justify-content: center;
    }
}

@media (max-width:600px) {
.logo_gallery .list {
    gap: 40px;
}

.logo_gallery .list .item {
    width: 150px;
    
}
}

/* #endregion */
/*------------------------------------------
    #MARK: FLEET Gallery
------------------------------------------*/
/* #region */
.fleet_gallery .fleet_info {
    display: flex;
    justify-content: space-between;
}

@media (max-width:1024px) {
    .fleet_gallery .fleet_info{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}

.fleet_gallery .fleet_info .mtitle {
    color: #102C4E;
    font-family: var(--font-1);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
}

.fleet_gallery .fleet_info .dinfo {
    max-width: 500px;
}

.fleet_gallery .fleet_info .dinfo .ptext {
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.fleet_gallery .list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.fleet_gallery .list .item {
    max-width: 370px;
}

.fleet_gallery .list .item .image {
    width: 100%;
    height: 240px;
    border: 1px solid #F1F2F7;
    position: relative;
}

@media (max-width:1024px) {
.fleet_gallery .list .item .image {
    width: 100%;
    height: auto;
    border: 1px solid #F1F2F7;
    position: relative;
}
}

.fleet_gallery .list .item .image .round {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    border-radius: 100px;
    background: rgba(11, 190, 241, 0.20);

    color: var(--Color-3, #2EABD8);
    text-align: center;
    font-family: var(--font-1);
    /* font-size: 45px; */
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
}

.fleet_gallery .list .item .image img {
    object-fit: cover;
    object-position: center;
}

.fleet_gallery .list .item .info {
    background-color: #F1F2F7;
    padding: 40px 40px 32px 40px;
    height: 319px;
}

.fleet_gallery .list .item .info.no-text {
    background-color: #F1F2F7;
    padding: 40px 40px 32px 40px;
    height: 100px;
}

.fleet_gallery .list .item .title {
    color: var(--Color-1, #00183D);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 31px */
    text-transform: uppercase;
}

.fleet_gallery .list .item .content {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    color: var(--Color-4, #7F7F9E);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: var(--font-1);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
}

.fleet_gallery .list .item svg {
    transition: all ease-in 300ms;
}

.fleet_gallery .list .item:hover svg {
    transform: rotate(90deg);
}

.fleet_gallery .gbuttons {
    position: absolute;
    height: 1px;
    top: 50%;
    width: 1330px;
    z-index: 10;
    transform: translateX(-70px);
}

@media (max-width:1332px) {

.fleet_gallery .gbuttons {
    /* outline: 1px solid red; */
    position: absolute;
    height: 1px;
    top: 50%;
    width: 100%;
    z-index: 10;
    transform: translateX(-0);
}
.fleet_gallery .gbuttons .owlnext {
    top: 2px;
}

}

.fleet_gallery .gbuttons .owlprev {
    left: 0;
}

.fleet_gallery .gbuttons .owlnext {
    right: 0;
}

.fleet_gallery .slider-wrapper {
    position: relative;
}
/* #endregion */
/*------------------------------------------
    #MARK: PARTNERS LAYOUT
------------------------------------------*/
/* #region */

.partners_layout .flexic {
    align-items: center;
    justify-content: space-between;
}

.partners_layout .dinfo .mtitle {
    color: #003F70;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 31px */
    text-transform: uppercase;
}



.partners_layout .partners {
    display: flex;
    gap: 60px;
    display: flex;
    justify-content: space-between;
    max-width: 49%;
}


@media (max-width:1024px) {

    .partners_layout .partners img {
        object-fit: contain;
        filter: contrast(120%) brightness(105%);
    }

    .partners_layout .partners {
        max-width: 100%;
        margin-top: 30px;
        gap: 1px;
    }   
}

.partners_layout .partner .item {
    max-width: 170px;
}

/* #endregion */
/*------------------------------------------
    #MARK: SECONDARY NAV
------------------------------------------*/
/* #region */
.secondary_nav {
    transition: all ease-in 600ms;
    transform: translateY(0);
    opacity: 1;
    background-color: rgb(0,63,112) !important;
}

.is-sticky {
    /* transform: translateY(147px); */
    transform: translateY(109px);
    position: fixed !important;
    top: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.logged-in .is-sticky {
    transform: translateY(142px);
}

@media (max-width:1024px) {
    .is-sticky {
        transform: translateY(104px);
    }
}

.secondary_nav .links {
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    gap: 60px;
}

.secondary_nav .links .item {
    color: var(--Color-3, #2EABD8);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 31px */
    text-transform: uppercase;
    transition: all ease 300ms;
}

.secondary_nav .links .item:hover {
    color: white;
}

@media (max-width:768px) {
.secondary_nav .links {
    gap: 40px;
}

.secondary_nav .links .item {
    font-size: 16px;
    
}
}

@media (max-width:500px) {
    .secondary_nav .links .item {
        font-size: 10px;
    }
}

/* #endregion */
/*------------------------------------------
    #MARK: MILESTONES LAYOUT
------------------------------------------*/
/* #region */

.milestones_layout {}

.milestones_layout .timeline {
      position: relative;
      margin: 50px auto 0;
      width: 100%;
      max-width: 1170px;
    }

.milestones_layout .timeline-item {
    position: relative;
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 540px;
    top: 40px;
}

.milestones_layout .timeline-item.left {
    left: 0;
    text-align: left;
}

.milestones_layout .timeline-item.right {
    left: 54%;
    text-align: left;
    margin-top: -55%;
}

.milestones_layout .timeline-item::before {
    content: '';
    position: absolute;
    top: 23px;
    width: 12px;
    height: 12px;
    background: #003F70;
    border-radius: 50%;
    border: 0;
    z-index: 1;
}

.milestones_layout .timeline-item.left::before {
    right: -51px;
}

.milestones_layout .timeline-item.right::before {
    left: -53px;
}

.milestones_layout .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #7F7F9E;
    transform: translateX(-50%);
}

.milestones_layout .timeline-content {
    background: white;
    padding: 0;
    width: 100%;
}

.milestones_layout .timeline-content .year {
    position: relative;
    background: #003F70;
    color: var(--Color-5, #FFF);
    text-align: left;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 31px */
    text-transform: uppercase;
    padding: 15px 30px;
}

.milestones_layout .timeline-item .timeline-content .year .arrow {
    width: 14px;
    height: 17px;
    position: absolute;
    top: 20px;
    right: -14px;
}

.milestones_layout .timeline-item.left .timeline-content .year .arrow {
    right: -14px;
}

.milestones_layout .timeline-item.right .timeline-content .year .arrow {
    right: 0;
    left: -14px;
    transform: scaleX(-1);
}

.milestones_layout .timeline-content .description {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.milestones_layout .timeline-content .title {
    color: var(--Color-4, #313131);
    font-family: var(--font-1);
    /* font-size: 30px; */
    font-size: clamp(1.5625rem, 1.3857rem + 0.7645vw, 1.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    padding: 0;
    margin: 0;
}

.milestones_layout .timeline-content .content {
    color: var(--Color-4, #7F7F9E);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* .milestones_layout .more-text {
    display: none;
    margin-top: 10px;
    color: #444;
}

.milestones_layout .learn-more {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #00bcd4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.milestones_layout .learn-more:hover {
    background-color: #0097a7;
} */

.milestones_layout .load-more-wrapper {
    text-align: center;
    margin-top: 130px;
    display: flex;
    justify-content: center;
    
}

.milestones_layout .load-more-wrapper span {
    text-transform: uppercase !important;
}

.milestones_layout .load-more {
    display: block !important;
}

.milestones_layout .load-more:hover {
    background-color: #0097a7;
}

.milestones_layout .timeline-item.tago {
    display: none;
}

.milestones_layout .dtop {
    position: absolute;
    top: -10px;
    left: 49.5%;
}

.milestones_layout .dbtm {
    position: absolute;
    bottom: -11px;
    left: 49.5%;
}

@media screen and (max-width: 1193px) {
    .milestones_layout .timeline {
        max-width: 768px;
    }

    .milestones_layout .timeline-item {
        max-width: 339px;
    }

    .milestones_layout .timeline-item.right {
        margin-top: -83%;
        left: 56.2%;
    }

    
}

 @media screen and (max-width: 795px) {

    

    .milestones_layout .timeline {
        max-width: 600px;
    }

    .milestones_layout .timeline::before {
        left: 10px;
    }
    
    .milestones_layout .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 50px;
        max-width: 100%;
    }

    .milestones_layout .timeline-item::before {
        left: 5px !important;
    }

    .milestones_layout .timeline-item.right {
        left: 54%;
        text-align: left;
        margin-top: 7%;
    }

    .milestones_layout .timeline-item.left .timeline-content .year .arrow {
       right: 0;
       left: -14px;
       transform: scaleX(-1);
    }

    .milestones_layout .dtop {
        left: 4px;
    }

    .milestones_layout .dbtm {
        position: absolute;
        bottom: -11px;
        left: 4px;
    }
    
}

@media (max-width:794px) {
    
}
    /* #endregion */
/*------------------------------------------
    #MARK: NEWS LAYOUT
------------------------------------------*/
/* #region */

.news_layout .posts {
    margin-top: 60px;
}

.news_layout .posts .item {
    display: flex;
    gap: 88px;
    margin-bottom: 40px;
}



.news_layout .posts .item .content {
    display: flex;
    gap: 30px;
    flex-direction: column;
    max-width: 500px;
}



.news_layout .posts .item .category {
    color: var(--Color-3, #2EABD8);
    font-family: var(--font-1);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
}

.news_layout .posts .item .mtitle {
    color: var(--Color-4, #313131);
    font-family: var(--font-1);
    /* font-size: 30px; */
    font-size: clamp(1.5625rem, 1.3857rem + 0.7645vw, 1.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    transition: all ease-in 300ms;
}

.news_layout .posts .item:hover .mtitle {
    color: #2EABD8;
}

.news_layout .posts .item  .date {
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
}

.news_layout .posts .item:hover .date {
    color: var(--Color-3, #2EABD8);
}

.news_layout .posts .item .description {
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    transition: all ease-in 300ms;
}

.news_layout .posts .item:hover .description {
    color: var(--Color-3, #2EABD8);
}

.news_layout .post-thumbnail {
    max-width: 580px;
    width: 100%;
}

.news_layout .post-thumbnail img {
    object-fit: cover;
    transition: transform 0.3s ease;
    object-position: top left;
}

.news_layout .posts .item:hover img {
    transform: scale(1.02); 
}

.loader {
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

.news_layout .loader .btn {
    display: block !important;
    text-transform: uppercase;
}



@media (max-width:962px) {
    .news_layout .posts {
        margin-top: 30px;
    }

    .news_layout .posts .item {
        flex-wrap: wrap;
        gap: 30px;
    }
    .news_layout .posts .item .content {
        gap: 20px;
        max-width: 100%;
    }

    .news_layout .post-thumbnail {
        max-width: 100%;
    }
}

/* #endregion */
/*------------------------------------------
    #MARK: ROW POSTER
------------------------------------------*/
/* #region */
.rowposter-01  [data-design*="row"][data-rtl="1"] .dinfo {
    margin-right: auto;
    max-width: 492px;
}

.rowposter-01 .mtitle {
    color: #102C4E;
}

.rowposter-01 .dinfo .dtext {
    margin-top: 60px;
}

@media (max-width:1024px) {
.rowposter-01  [data-design*="row"][data-rtl="1"] .dinfo {
    max-width: 100%;
}

.rowposter-01 [data-design*="row"][data-rtl="0"] .dinfo {
    max-width: 100% !important;
}

.rowposter-01 .dinfo .dtext {
    margin-top: 30px;
}
}


.rowposter-01 [data-design*="row"][data-rtl="0"] .dinfo {
    margin-left: auto;
    max-width: 492px;
}

.light-margin  .dinfo .mtitle {
    font-size: 30px;
}

.light-margin  .dinfo .dtext{
    margin-top: 40px;
    font-weight: 400;
}

.light-margin  .dinfo .dtext{
    margin-top: 40px;
}

.rowposter-01 [data-design*="row"][data-col="5-7"][data-rtl="1"] .dinfo {
    margin-right: auto;
    max-width: 560px;
}

.rowposter-01  .dinfo .dtext{
    font-weight: 400;
}


/* #endregion */
/*------------------------------------------
    #MARK: SLIDER LOGO
------------------------------------------*/
/* #region */

.sliderlogo-01 .dinfo .dtext {
    margin-top: 60px;
    color: var(--Color-4, #7F7F9E);
    max-width: 1160px;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 40px */
}

.sliderlogo-01 .dinfo {
    padding: 0 15px;
}

.sliderlogo-01 .dinfo .d-links { 
    margin-top: 70px;
}

.sliderlogo-01  .slide-bg {
    margin-top: 70px !important;
}

.sliderlogo-01 .slide-bg .dlogo img {
  filter: grayscale(100%);
}

.sliderlogo-01 .div-link.item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 70px;
}
.sliderlogo-01 .div-link.item img {
    object-fit: scale-down;
    max-width: 150px;
}

@media (max-width:1024px) {
.sliderlogo-01 .dinfo .dtext {
    margin-top: 30px;
    }
}

@media (max-width: 768px) {
  .owl-carousel .owl-stage {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .owl-carousel .owl-item {
    margin-right: 30px !important;
  }
}

/* #endregion */
/*------------------------------------------
    #MARK: TEAM 01
------------------------------------------*/
/* #region */

.team-01 .team-box {
    display: grid;
    gap: 30px;
    row-gap: 77px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 0 15px;
}


@media (max-width:768px) {
    .team-01 .team-box {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


@media (max-width:500px) {
    .team-01 .team-box {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


.team-01 .team-box .dinfo {
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
}

.team-01 .team-box .dinfo .ititle {
    font-family: var(--font-1);
    color: #00183D;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 30px */
    letter-spacing: -1px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}

.team-01 .team-box .item:hover .ititle {
    color: #0BBEF1;
}

.team-01 .team-box .dinfo .position {
    margin-top: 10px;
    font-family: var(--font-1);
    color: #7F7F9E;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    text-transform: uppercase;
}

.team-01 .team-box .dinfo .img-icon {
    width: 37px;
    height: 32px;
    transition: transform 0.3s ease;
    margin-right: 20px;
    line-height: 1;
}

.team-01 .team-box .item:hover .img-icon {
    transform: rotate(90deg);
}

.team-01 .team-box .dimage {
    background-color: transparent;
    height: 246px;
    border-bottom: 1px solid #000;
	filter: grayscale();
}

.team-01 .team-box .dimage img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
    
}

/* #endregion */
/*------------------------------------------
    #MARK: MAP LAYOUT
------------------------------------------*/
/* #region */

.map_layout.map-container {
    background-color: rgb(16,44,78);
}

.map_layout .is_map {
    width: 100%;
}

.map_layout .map {
    width: 100%;
}

@media (max-width:767px){
	.map_layout .is_map {
		height: auto;
	}
}

@media (max-width:617px) {
    .map_layout .map {
        max-height: 400px;
/*         margin-top: -158px; */
    }
}


.map_layout  .svg-tooltip {
    position: absolute;
    background: black;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
  }

.map_layout .dinfo .mtitle {
    color: #fff;
    margin-bottom: 60px;
}

.map_layout svg g rec:hover {

}

.map_layout .tooltip {
  position: absolute;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1000;
}


/* #endregion */
/*------------------------------------------
    #MARK: ROW ACCORDION
------------------------------------------*/
/* #region */
[data-design-2="container,row,poster"][data-col="5-7"] .overlay-bg {
    max-width: 44%;
}


.rowaccordion-01 .dinfo  {
    max-width: 555px;
    margin-left: 105px !important;
}

@media (max-width:1024px) {
.rowaccordion-01 .dinfo {
    max-width: 100%;
    margin-left: 15px !important;
}
}

.rowaccordion-01 .dinfo .mtitle  {
    color: #102C4E;
    font-family: var(--font-1);
    /* font-size: 30px; */
    font-size: clamp(1.5625rem, 1.3857rem + 0.7645vw, 1.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
}

.d-accordion {
    margin-top: 40px;
    border-top: 1px solid #D9D9D9;
    /* border-bottom: 1px solid #D9D9D9; */
}

.d-accordion .item {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 40px;
    
}

.d-accordion .item .ihead {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-left: 23px;
    
    gap: 12px;

    color: var(--Color-1, #00183D);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 31px */
    text-transform: uppercase;

}

.d-accordion .item .pad {
    padding-left: 30px;
    
}

.d-accordion .item .ititle {
    /* margin-top: 40px; */
    margin-top:8px;
}

/* #endregion */
/*------------------------------------------
    #MARK: CONTACT SECTION
------------------------------------------*/
/* #region */

.contact_section .mtitle {
    color: white;
}

.contact_section .box {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}



.contact_section .box .item {
    display: flex;
    width: 100%;
    max-width: 370px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    background-color: #003F70;
}

@media (max-width:847px) {
    .contact_section .box {
        flex-wrap: wrap;
    }

    .contact_section .box .item { 
        max-width: 100%;
    }
}

.contact_section .box .item span {
    color: #FFF;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 31px */
    text-transform: uppercase;
}

.contact_section .box .item .dinput {
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    transition: all ease 300ms;
}

.contact_section .box .item a.dinput:hover {
    color: white;
}

/* #endregion */
/*------------------------------------------
    #MARK: SINGLE TEAM POST
------------------------------------------*/
/* #region */
.single-team-post .bg-banner-team{
    background: url(./images/theme/bg-team.png) no-repeat center center;
    background-size: cover;
    
}

.single-team-post .top{
    display: flex;
    justify-content: flex-end;
    padding-top: 22px;;
}

.single-team-post .bg-banner-team .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 116px;
    width:430px;
}



.single-team-post .bg-banner-team .info .mtitle{
    color: white;
    font-family: var(--font-1);
    /* font-size: 45px; */
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
    text-transform: capitalize;
    
}

.single-team-post .bg-banner-team .info .position{
    /* H6 */
    color: #7F7F9E;
    font-family: var(--font-1);
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 40px */
    text-transform: uppercase;
    margin-top: 20px;
}

.single-team-post .bg-banner-team .post-thumb {
    /* max-width: 806px; */
    display: flex;
    justify-content: flex-end;
    max-height: 630px;
}

.single-team-post .bg-banner-team img.obj-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateX(110px);
    height: 536px;
}





.single-team-post .infobox {
    position: relative;
    padding: 100px 0;
}

.single-team-post .infobox:after, .single-team-post .infobox:before {
    content: "";
    width: 53%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.single-team-post .infobox:before{
     left: 0;
     
}

.single-team-post .infobox:after{
    right: 0;
    width: 38.5%;
    background: #F1F2F7;
}

.infobox .info {
    display: flex;
    gap: 130px;
}

.box-1 {
    max-width: 640px;
    
    
}

.box-1 .brief_description {
    border-left: 1px solid #2EABD8;
    padding-left: 50px;
    color: #102C4E;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.box-1 .content {
    margin-top: 73px;
    color: var(--Color-4, #7F7F9E);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

@media (max-width:768px) {
.box-1 .content {
    margin-top: 30px;
}
}

.box-2 {
    width: 282px;  
    /* outline: 1px solid red; */
    margin-left: auto;
}

.box-2 .info1 {
    display: flex;
    flex-direction: column;
    /* gap: 52px; */
    gap: 30px;
    max-width: 320px;
    margin: 0 auto;;
}


.box-2 .info1 .phone,.box-2 .info1 .email {
    color: #00183D;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.box-2 .border {
    max-width: 320px;
    margin: 64px auto 57px;
}

.box-2 .expertise {
    max-width: 320px;
    margin: 0 auto ;
}

.expertise h3 {
    color: #102C4E;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    text-transform: uppercase;
}

.expertise .item {
    display: flex;
    gap: 15px;
    align-items: center;
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin-bottom: 10px;
}

.expertise .item:last-child {
    margin-bottom: 0;
}

@media (max-width:1398px) {
.single-team-post .bg-banner-team img.obj-cover {
    transform: translateX(0);
    height: 100%;
}
.single-team-post .top {
    justify-content: flex-start;
}
}

@media (max-width:825px) {
    .infobox .info {
        gap: 46px;
    }
    .single-team-post .infobox:after {
        width: 44.5%;
    }
}

@media (max-width:750px) {
    .single-team-post .infobox:after {
        right: 0;
        width: 44.5%;
        background: white;
    }
}

@media (max-width: 660px) {
    .single-team-post .infobox {
        padding: 30px 0;    
    }

    .single-team-post .bg-banner-team .info .mtitle {
        font-size: 18px;
    }

    .single-team-post .bg-banner-team .info .position {
        font-size: 17px;
    }

    .infobox .info {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .box-2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background: #F1F2F7;
        padding: 15px;
    }

    .box-2 .info1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 320px;
        margin: 30px auto 0;
    }

    .box-2 .border {
        max-width: 320px;
        margin: 30px 30px;
    }
}



/*Single Post*/

.single-post .top {
    padding-top: 70px;
    background: #102C4E;
    min-height: 467px;
}

.single-post .top .dtitle {
    color: var(--Color-5, #FFF);
    text-align: center;
    font-family: var(--font-1);
    /* font-size: 45px; */
    font-size: clamp(1.875rem, 1.3446rem + 2.2936vw, 2.8125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
}

.single-post .top .date .post-date {
    margin-top: 30px;
    color: var(--Color-4, #7F7F9E);
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 40px */
}

.single-post .post-thumbnail {
    /* max-height: 611.325px; */
    margin-top: -222px;
}

.single-post .post-thumbnail .d-img {
    max-height: 611px;
    object-fit: contain;
}

.post-text {
    padding-bottom: 100px;
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    max-width: 800px;
    margin: 60px auto 0;
}

.dtext h3 {
    color: var(--Color-4, #313131);
    font-family: var(--font-1);
    /* font-size: 30px; */
    font-size: clamp(1.5625rem, 1.3857rem + 0.7645vw, 1.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    margin: 30px 0;
}

.div-share {
    display: flex;
    gap: 10px;
    align-items: center;
}

.post-text .border {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin: 30px 0;
}

.div-share h4 {
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */ 
    margin: 0;
    padding: 0;
}

/*SEARCH PAGE*/
.archive-title {
    border-top: 1px solid white;
    background-color: #102C4E !important;
}

.archive-title .dtitle, .archive-title small {
    color: white;
}

.archive-posts {
    background-color: white !important;
}

.archive-posts .post-info .post-category {
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
}

.archive-posts .post-info .ititle {
    color: var(--Color-4, #313131);
    font-family: Inter;
    /* font-size: 30px; */
    font-size: clamp(1.5625rem, 1.3857rem + 0.7645vw, 1.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    margin-top: 10px;
    margin-bottom: 20px;
}

.archive-posts .post-info .post-excerpt {
    color: var(--Color-4, #7F7F9E);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.archive-posts .meta .post-date , .archive-posts .meta .post-author{
    color: var(--Color-3, #2EABD8);
    font-family: var(--font-1);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
}

/*Animations*/

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

@keyframes move-bg {
  0% { background-position: 0 0; }
  100% { background-position: 100% 0; }
}

@keyframes rotate45 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* #endregion */
/*------------------------------------------
    #MARK: SINGLE TEAM POST
------------------------------------------*/
/* #region */
.simplemap-us .container-xl {position: relative;}

.simplemap-us .dinfo {margin-bottom: 60px;}
.simplemap-us .dinfo h1{
    color: #fff;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-1);
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1px;
}

.simplemap-us .binfo {max-width: 270px; position: absolute; bottom: 44px;}
.simplemap-us .binfo .dtext p{
color: #fff;
font-feature-settings: 'liga' off, 'clig' off;
font-family: var(--font-1);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 155%; /* 31px */
text-transform: uppercase;
}

.simplemap-us .wrap {padding-top: 180px;padding-bottom: 100px;background-color:#102C4E ;}

/* .simplemap-us circle.sm_location {position: relative;} */
.simplemap-us .sm_location {
    fill: #f9f9f9;
    stroke: #0000002B;
    animation: ripple-stroke 1.5s infinite ease-in;
}

section.simplemap-us .simplemap a[href="https://simplemaps.com"] {display: none !important; opacity: 0 !important; visibility: hidden !important; }
section.simplemap-us .simplemap a[href="https://simplemaps.com"]::after {content: ""; position: absolute; width: 100%; height: 100%; background-color: #102C4E; z-index: 9; top: 50%; left: 50%; transform: translate(-50%, -50%);}

@keyframes ripple-stroke {
    0% {
      /* Start with a thin, visible stroke */
      stroke-width: 0px;
      stroke-opacity: 1;
    }

    80% {
      /* End with a wide, completely faded-out stroke */
      stroke-width: 30px;
      stroke-opacity: 0.0;
    }

    100% {
      /* End with a wide, completely faded-out stroke */
      stroke-width: 30px;
      stroke-opacity: 0.0;
    }

  
  }
  

@media only screen and (max-width : 900px) { 
    .simplemap-us .dinfo {margin-bottom: 30px;}
    .simplemap-us .binfo {max-width: 270px; position: relative; bottom: 0px; margin-top: 30px;}
}