/*
Theme Name: October Mountain
Theme URI: http://xxx.com/
Template: builder
Version: 3.4
Updated: 10/10/2024
Author: Thomas Digital - Billy
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/14.png) top center no-repeat;
    background-position: calc(50% - 15px) 0;
    */
}

/* #endregion */

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

:root {

    --font-size: 17px;
    --font-1: 'Inter';
    --font-2: 'Poppins';

    --color1: #73757C;
    --color2: #050E27;
    --color3: #008535;
    --color4: #006857;
    --color5: #5EB3C2;
    --color6a: #A47F4C;
    --color6b: #BC9258;
    --color7: #0F2642;

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

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

    --a: #DDA15E;
    --hover: #5EB3C2;       

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

/* #endregion */

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

section.element .wrap[id] {scroll-margin-block: 120px;}

.wp-admin .btitle,
.btitle {
    color: var(--color5);
    font-family: var(--font-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

.home .btitle {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
}

#poststuff .mtitle,
.wp-admin .mtitle,
.mtitle, .ititle {
    font-family: var(--font-2);
    font-weight: 700;
    line-height: 110%;    
    color: var(--color4);
}

.ntitle {
    color: var(--color4);
    font-family: var(--font-2);
    font-weight: 700;
    line-height: 110%;    
}

.dtitle {
    font-family: var(--font-2);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--color4);
}

.ititle {
    color: var(--color2);
    font-size: 24px;
}

.dtext, .ptext {
    line-height: 1.5;
    font-size: 18px;
}

.dtext p {
    margin-bottom: 25px;
}

.wp-admin .f-60,
.f-60 {
    font-size: 60px;
}

#poststuff .f-40,
.wp-admin .f-40,
.f-40 {
    font-size: 40px;
}

.wp-admin .f-24,
.f-24 {
    font-size: 24px;
}

.f-22 {
    font-size: 22px;
}


[data-colwidth="7"] .hero-opt, 
[data-colwidth="7"] .col-info {
    flex: 0 0 770px;
    max-width: 770px;
}


[data-colwidth="8"] .hero-opt, 
[data-colwidth="8"] .col-info {
    flex: 0 0 68.4%;
    max-width: 68.4%;
}

[data-colwidth="9"] .hero-opt, 
[data-colwidth="9"] .col-info {
    flex: 0 0 calc(77% + 1px);
    max-width: calc(77% + 1px);
}

[data-margin] .btitle + .mtitle {
    margin-top: 10px;
}

.home [data-margin] .btitle + .mtitle {
    margin-top: 25px;
}


section[data-theme="dark"] .btitle {
    color: var(--color5);
}
#poststuff section[data-theme="dark"] .mtitle,
section[data-theme="dark"] .mtitle {
    color: white;
}

.bg-grey {
    background-color: #f6f6f6;
}

.max-1200 {
    margin: 0 auto;
}

/* #endregion */

/*------------------------------------------
    #MARK: UL
------------------------------------------*/
/* #region */
ul.en10 {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.en10 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

ul.en10 li:last-child {
    margin-bottom: 0;
}

ul.en10 li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--color6a);
    border-radius: 100%;
    left: -1px;
    top: 11px;
}

ul.flexic.en60 {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-left: -40px;
    margin-right: -40px;
}

ul.flexic.en60 li {
    flex: 0 0 33%;
    max-width: 33%;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
}


ul.flexic.en60 li .itext {
    padding-left: 23px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: -0.1px;
    position: relative;
}

ul.flexic.en60 li .itext::before {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 8px;
    content: '';
    background-color: var(--color6a);
}

ul.en18a,
ul.en18 {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 21px;
}

ul.en18a li,
ul.en18 li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0px !important;
    margin-bottom: 14.8px;
    color: #2c2c2c;
}

ul.en18a li:last-child,
ul.en18 li:last-child {
    margin-bottom: 0;
}

ul.en18a li::before,
ul.en18 li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--color5);
    left: 1px;
    top: 9px;
    border-radius: 100%;
}

ul.en18a li {
    color: var(--color1);
    padding-left: 17px;
    letter-spacing: -0.03px;
    margin-bottom: 10px;
}
ul.en18a li::before {
    width: 6px;
    height: 6px;
    background-color: var(--color6a);
    left: 0px;
    top: 9px;
}

/* #endregion */

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

.btn-2::after,
.btn-1::after {
    opacity: 0;
}

.btn-1 {
    background-color: var(--color3);
    border: none;
    padding: 16px 22px;
    border-radius: 100px;
}

.btn-2:hover,
.btn-1:hover {
    background-color: var(--color5);
}

.btn-2 span,
.btn-1 span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; /* 16px */
    text-transform: uppercase;    
}

.btn-2 {
    background-color: transparent;
    border: none;
    padding: 15px 22px;
    border-radius: 100px;
    border: 1px solid var(--color3);
}

.btn-2 span {
    color: var(--color3);
}

.btn-2:hover {
    border-color: var(--color5);
}

.btn-2:hover span {
    color: white;
}

/* #endregion */

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

.navbar-brand {
    width: 240px;
}

header .menu_wrap {
    padding: 19px 0 18px;
    background-color: white;
}

/* #endregion */

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

header #navbar-home .main-menu {
    margin-bottom: 4px;
}

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

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

.main-menu .navbar-nav .nav-link {
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
    text-transform: uppercase;    
}

.mobile-menu .menu-item {border-bottom: none;}
.mobile-menu .box {padding: 60px 30px 30px;}
.mobile-menu .navbar-nav > .menu-item {
    position: relative;
    border-bottom: none;
    border-top: 2px solid var(--color5);
}

#menu-oc-right .menu-item a.dropdown-item:hover {background-color: var(--color5);}
header .mobile-menu .closer.menu-oc-right {margin-bottom: 30px;}
header .mobile-menu .closer.menu-oc-right svg {width: 30px;}
.main-menu .navbar-nav .menu-item::before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--color5);
    opacity: 0;
    bottom: -24px;
    content: '';
    transition: 0.3s;
    z-index: 0;
}

.mobile-menu .main-menu .m-toggler {background-color: transparent; opacity: 1 !important ; top: 20px;}
.mobile-menu .main-menu .m-toggler svg {filter: none !important;}
.mobile-menu .main-menu .m-toggler svg path {fill: #000;}

.main-menu .nav-link span {
    color: #000;
}

.main-menu .menu-item {
    /* padding */
    position: relative;
}

.main-menu .navbar-nav .menu-item:hover::before,
.main-menu .navbar-nav .active::before {
    opacity: 1;
    bottom: -14px;
    z-index: 1;
}

.dropdown-menu .nav-item::before {
    display: none !important;
}

header.sticky-head .menu_wrap {
	padding: 10px 0;
}

header.sticky-head .navbar-brand {
	width: 160px;
}

.sticky-head .main-menu .navbar-nav .menu-item:hover::before,
.sticky-head .main-menu .navbar-nav .active::before {
    bottom: -5px;
}

#navbar-home .dropdown-menu .menu-item a {
    background-color: #f6f6f6;
    padding: 10px 25px;    
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#navbar-home .dropdown-menu .menu-item a:hover {
    background-color: var(--color7);
}

#navbar-home .dropdown-menu .menu-item a:hover span {
    color: white;
}

#navbar-home .dropdown-menu .menu-item a span {
    text-transform: uppercase;
    color: var(--color7);
    font-size: 14px;
}

#navbar-home .menu-item .dropdown-menu {
    z-index: 99;
}

#menu-oc-right .navbar-nav .menu-item::before {
    display: none;
}

/* #endregion */

/*------------------------------------------
    #MARK: FOOTER
------------------------------------------*/
/* #region */

footer {
    background-color: #0F2642;
}

footer .wrap {
    padding: 74px 0 0;
}

footer .navbar-brand {
    filter: brightness(0) invert(1);
}

footer .container-xl {
    max-width: 1222px;
}

footer .flexic {
    padding-bottom: 41px;
    border-bottom: 1px solid #d9d9d9;
    justify-content: space-between;
}

footer .menu-title,
footer .ftitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    color: white;
    margin-bottom: 16px;
}

footer .ftitle {
    margin-bottom: 19px;
}

footer .menu-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .menu-links li {
    margin-bottom: 8.5px;
}

footer .sc-ba {
    flex: 0 0 100%;
}
footer .oh-hrs,
footer .sc-ba,
footer .sc-contact,
footer .menu-links a span {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;    
    color: white;
}

footer .quicklinks a span {
    white-space: nowrap;
}

footer .sc-div:first-child {
    margin-top: 0;
}

footer .cp {
    margin-top: 18px;
    flex-direction: column;
}

footer .oh-day {
    display: none;
}

footer .wex.logo {

}

footer .wex.contact-1 {
    flex: 0 0 222px;
}

footer .wex.contact-2,
footer .wex.office {
    flex: 0 0 180px;
}

footer .wex.office .menu-title {
    margin-bottom: 18px;
}

footer .wex.office li {
    line-height: 1;
    margin-bottom: 18px;
}

footer .wex.contact .oh-hrs,
footer .wex.contact .sc-ba,
footer .wex.contact .sc-contact,
footer .wex.office li span {
    color: #C6C7CE;
}
footer .wex.office li:first-child a span {
    color: var(--color3);
}

footer .fx {
    display: flex;
    gap: 60px;
}

footer .liner {
    max-width: 1px;
    flex: 1;
    height: 225px;
    background-color: var(--color6b);
}

footer .copyright a {
    color: #fff;
}

footer .copyright .web a {
    color: #C6C7CE;
}

footer .copyright .mini-links {
    display: flex;
}

footer .copyright .sep {
    margin: 0 4px;
}

footer .copyright {
    padding: 42px 0;
    font-size: 14px;
    color: #C6C7CE;
    font-weight: 300;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

footer .wex.office li a:hover span,
footer a:hover p,
footer a:hover span {
    color: var(--color5);
}

footer .sc-div {
    margin-top: 15px;
}

footer .company-phone + .company-phone {
    margin-top: 0;
}

/* #endregion */

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

.heroslider-01 .wrap {
    height: 710px;
    align-items: flex-end;
}

.heroslider-01.active .hero-opt { 
    padding: 0 0 25px; 
}

.heroslider-01 .hero-opt { 
    padding: 0 0 85px; 
}

.heroslider-01 .overlay.color {
    background: linear-gradient(270deg, rgba(55, 51, 93, 0.00) 31.04%, rgba(55, 51, 93, 0.70) 100%);
    z-index: 1;
}

.heroslider-01 .dtext {
    font-weight: 500;
    line-height: 130%;
    padding-right: 10px;
    margin-top: 40px;
}

.heroslider-01 .btn-loop {
    margin-top: 40px;
}

.annon {
    flex: 0 0 100%;
    background-color: rgba(15, 38, 66, 0.9);
    position: relative;
    z-index: 2;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 41px 0px 43px;
}

.annon .btitle {
    font-family: var(--font-2);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 13px */
    letter-spacing: 2.08px;
    text-transform: uppercase;    
    margin-left: 5px;
}
.annon .mtitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;     
    margin: 13px 0 0 4px;
}


.annon a {
    color: var(--color3);
}

.annon .dtext {
    font-weight: 400;
    margin-top: 17px;
}

.annon .dinfo {
    max-width: 1000px;
    padding: 0 2px;
}

.annon .pad {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.annon .close {
    color: white;
    font-weight: normal;
    text-shadow: none;
    position: absolute;
    font-size: 30px;
    top: 10px;
    right: 10px;
    line-height: 1;
    z-index: 3;
}

/* #endregion */

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

.title-opt .mtitle {
    color: var(--color4);
}

.title-opt .wrap {
    text-align: center;
}

.titleopt-01 .wrap {
    padding: 92px 0 42px;
}

.title-opt .col-info {
    margin: 0 auto;
}

.home .title-opt .dtext {
    margin-top: 35px;
    line-height: 1.5;
}

.title-opt .dtitle + .dtext {
    margin-top: 22px;
}

.title-opt .dtext {
    margin-top: 29px;
    line-height: 1.4;
}

.title-opt .btn-loop {
    gap: 23px;
    margin-top: 60px;
}

.title-opt .editors {
    margin: 30px -35px 0;
    row-gap: 30px;
}
.title-opt .editors .dtext {
    flex: 0 0 50%;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 0;
    text-align: left;
}

.titleopt-02 .wrap {
    padding: 92px 0 42px;
    background-color: #0F2642;
}

.titleopt-02 ul.flexic.en60 {
    margin-top: 85px;
}

.titleopt-02.ver-2 ul {
    gap: 30px;
    justify-content: space-between;
}

.titleopt-02.ver-2 ul li {
    flex: 0 0 47%;
    max-width: 47%;
}


/* #endregion */

/*------------------------------------------
    #MARK: TITLE OPT V 01
------------------------------------------*/
/* #region */

.titleopt-01.ver-2 .mtitle {
    margin-top: 15px;    
}

.titleopt-01.ver-2 .dtext {
    margin-top: 51px;
}

.titleopt-01.ver-3 .dtext {
    margin-top: 39px;
}

.titleopt-01.ver-3 .btn-loop {
    margin-top: 40px;
}



/* #endregion */

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

.icons-01 .wrap {
    padding: 50px 0 128px;
}

.icons-01 .ntitle {
    font-size: 27px;
    font-weight: 700;
    line-height: 120%; 
    color: var(--color7);    
    text-align: center;
    margin-bottom: 54px;
}

.icons-01 .row {
    margin-left: -43.5px;
    margin-right: -43.5px;
}

.icons-01 .row .col-md-4 {
    padding-left: 43.5px;
    padding-right: 43.5px;
}

.icons-01 .diconn {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: var(--color5);
    max-width: unset;
    margin-bottom: 23px;
}

.icons-01 .diconn img {
    width: 32px;
    height: auto;
    filter: brightness(0) invert(1);
}

.icons-01 .wrap .ptext {
    margin-top: 12px;
}

.icons-01 .btn-loop {
    margin-top: 93px;
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 19px;
}

.icons-01.imore .wrap {
    padding: 43px 0 73px;
}

.icons-01.imore .row {
    margin-left: -45px;
    margin-right: -45px;
}

.icons-01.imore .diconn {
    margin-bottom: 26px;
}

.icons-01.imore .diconn img {
    width: 36px;
}

.icons-01.imore .row .col-md-3,
.icons-01.imore .row .col-md-4,
.icons-01.imore .row .col-md-6 {
    padding-left: 45px;
    padding-right: 45px;
}

.icons-01.imore .ititle {
    font-size: 22px;
}

.icons-01.imore .wrap .ptext {
    line-height: 1.4;
    margin-top: 22px;
}

.icons-01.imore .ptext2 {
    display: none;
}

.icons-01.imore .toggleText {
    font-size: 18px;
    margin-top: 23px;
    display: inline-block;
    color: var(--color3);
}


/* #endregion */

/*------------------------------------------
    #MARK: ICONS VER-2
------------------------------------------*/
/* #region */

.icons-01.ver-2 .wrap {
    padding-bottom: 100px;
}

.icons-01.ver-2 .diconn {
    margin-bottom: 22px;
}

.icons-01.ver-2 .diconn img {
    width: 35px;
}

.icons-01.ver-2 .ititle {
    font-size: 22px;
    line-height: 1.2;
    color: var(--color7);
}

.icons-01.ver-2 .ptext {
    line-height: 1.39;
    margin-top: 21px;
    letter-spacing: -0.03px;
}

.icons-01.ver-2 .row {
    margin-left: -45.5px;
    margin-right: -45.5px;
    justify-content: center;
    row-gap: 59px;    
}

.icons-01.ver-2 .row .col-md-3,
.icons-01.ver-2 .row .col-md-4,
.icons-01.ver-2 .row .col-md-6 {
    padding-left: 45.5px;
    padding-right: 45.5px;    
}

/* V3 */

.icons-01.ver-3 .wrap {
    padding: 101px 0;
}

.icons-01.ver-3 .ntitle {
    font-size: 40px;
    line-height: 1.2;
    color: var(--color4);
    margin-bottom: 59px;
}

.icons-01.ver-3 .diconn {
    margin-bottom: 19px;
}

.icons-01.ver-3 .diconn img {
    width: 35px;
    height: 35px;
}

.icons-01.ver-3 .row {
    margin-left: -35px;
    margin-right: -35px;
    justify-content: center;
}

.icons-01.ver-3 .ititle {
    font-size: 22px;
    line-height: 1.2;
    color: var(--color7);
}

.icons-01.ver-3 .ptext {
    line-height: 1.39;
    margin-top: 20px;
}

.icons-01.ver-3 .row .col-md-3,
.icons-01.ver-3 .row .col-md-4,
.icons-01.ver-3 .row .col-md-6 {
    padding-left: 35px;
    padding-right: 35px;    
}

/* V4 */

.icons-01.ver-4 .wrap {
    padding: 50px 0;
}

.icons-01.ver-4 .row {
    margin-left: -55px;
    margin-right: -55px;
    justify-content: center;
    row-gap: 59px;    
}

.icons-01.ver-4 .row .col-md-3,
.icons-01.ver-4 .row .col-md-4,
.icons-01.ver-4 .row .col-md-6 {
    padding-left: 55px;
    padding-right: 55px;    
}

.icons-01.ver-4 .ititle {
    font-size: 22px;
    line-height: 1.2;
    color: var(--color7);    
}

.icons-01.ver-4 .diconn {
    margin-bottom: 23px;
}

.icons-01.ver-4 .diconn img {
    width: 35px;
    height: 35px;
}

.icons-01.ver-4 .ptext {
    line-height: 1.39;
    margin-top: 20px;
}

/* #endregion */

/*------------------------------------------
    #MARK: JS COLLAPSE 01
------------------------------------------*/
/* #region */

.js-collapse-01 .wrap {
    padding: 52px 0 94px;
    background-color: #0F2642;    
}

.js-collapse-01 .col1,
.js-collapse-01 .col2 {
    flex: 0 0 100%;
    max-width: 100%;
}

.js-collapse-01 .btn {
    padding: 0;
    width: 100%;
    text-align: center;
}

.js-collapse-01 .pad {
    padding: 0;
}

.js-collapse-01 .tab-content {
    border: none !important;
}

.js-collapse-01 .flexic {
    margin: 0 !important;
}

.js-collapse-01 .ntabs {
    display: flex;
    gap: 15px;
}

.js-collapse-01 .ntabs .nav-item {
    flex: 1;
}

.js-collapse-01 .ntabs .nav-item .ititle,
.js-collapse-01 .acc-content .ihead .ititle {
    font-size: 22px;
    color: white;
}

.js-collapse-01 .ntabs .navi {
    padding-bottom: 23px;
    border-radius: 0;
    border: none;    
    border-bottom: 4px solid var(--color5);
    transition: 0s;
    position: relative;
    overflow: visible;
}

.js-collapse-01 .ntabs .active .navi .ititle {
    color: var(--color5);
}

.js-collapse-01 .ntabs .active .navi {
    border-bottom: 10px solid var(--color5);
}

.js-collapse-01 .ntabs .navi::after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid var(--color5);
    top: unset;
    bottom: -29px;
    z-index: 3;
    opacity: 0;
}


.js-collapse-01 .ntabs .active .navi::after {
    opacity: 1;
}

.js-collapse-01 .acc-content .acc-indicator .off,
.js-collapse-01 .acc-content .acc-indicator .on {
    /* opacity: 1; */
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid var(--color5);
    top: unset;
    bottom: -29px;
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.js-collapse-01 .acc-content .acc-indicator .on {
    transform: translateY(-50%) rotate(180deg);
}

.js-collapse-01 .wrap .pad {
    padding: 70px 0 0;
}

.js-collapse-01 .tab-content .flexic {
    gap: 51px;
}

.js-collapse-01 .tab-content .dimage,
.js-collapse-01 .acc-content .dimage {
    flex: 0 0 610px;
    height: 400px;
}

.js-collapse-01 .tab-content .dinfo {
    flex: 1;
}

.js-collapse-01 .tab-content .dinfo .ititle {
    color: white;
}

.js-collapse-01 .tab-content .dinfo .dtext,
.js-collapse-01 .acc-content .dinfo .dtext {
    color: white;
    margin-top: 30px;
    line-height: 1.4;
    letter-spacing: -0.1px;
}



.js-collapse-01 ul.en10 {
    margin-top: 29px;
}

.js-collapse-01 ul.en10 .itext {
    color: white;
    font-size: 18px;
    line-height: 140%;    
}

.js-collapse-01 .desktop-ver {display: block;}
.js-collapse-01 .mobile-ver {display: none;}
/* #endregion */

/*------------------------------------------
    #MARK: CARDS FLEX 01
------------------------------------------*/
/* #region */

.cardsflex-01 .wrap {
    padding: 30px 0 100px;
}

.cardsflex-01 a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--color1);
}

.cardsflex-01 .mtitle {
    text-align: center;
    margin-bottom: 62px;
}

.cardsflex-01 .div-link {
    border-left: 3px solid var(--color6b);
    padding: 6px 1px 10px 30px;
    height: 100%;
}

.cardsflex-01 .ititle {
    color: var(--color7);
}

.cardsflex-01 .dtext,
.cardsflex-01 .ptext {
    line-height: 1.4;
    margin-top: 23px;
    color: var(--color1);
}

.cardsflex-01 .dtext ul li {
    margin-bottom: 9.5px;
}

.cardsflex-01 .dtext ul li::before {
    background-color: var(--color5);
}

.cardsflex-01 .abtn-loop {
    margin-top: 39px;
}

.cardsflex-01 .btn {

}
.cardsflex-01 .btn span {
    font-size: 13px;
}

/* #endregion */

/*------------------------------------------
    #MARK: ICONS V2 01
------------------------------------------*/
/* #region */

.icons-01.v2 .wrap {
    padding: 92px 0 121px;
}
.icons-01.v2 .ntitle {
    color: var(--color4);
    font-size: 40px;
}

.icons-01.v2 .dtop {
    text-align: center;
    margin-bottom: 72px;
}

.icons-01.v2 .diconn {
    width: 48px;
    height: 48px;
    background-color: transparent;
    margin-bottom: 22px;
}

.icons-01.v2 .diconn img {
    width: 100%;
    filter: none;
}

.icons-01.v2 .row {
    margin-left: -45px;
    margin-right: -45px;
}

.icons-01.v2 .row .col-md-4 {
    padding-left: 45px;
    padding-right: 45px;    
}

.icons-01.v2 .wrap .ptext {
    margin-top: 20px;
}

/* #endregion */

/*------------------------------------------
    #MARK: CTA OPT 01
------------------------------------------*/
/* #region */

.ctaopt-01 .wrap {
    padding: 116px 0 91px;
    background-color: #0F2642;
    aspect-ratio: 2309/750;
}

.ctaopt-01 .bg-img {
    opacity: 0.8;
    background-position: center 40%;
}

.ctaopt-01 .overlay.color {
    background: linear-gradient(270deg, rgba(5, 14, 39, 0.00) 0%, rgba(5, 14, 39, 0.40) 100%);
}

.ctaopt-01 .hero-opt {
    padding-bottom: 0;
}

.ctaopt-01 .dtext {
    margin-top: 29px;
    line-height: 1.4;
    max-width: 87%;
}

.ctaopt-01 .btn-loop {
    margin-top: 40px;
}


.ctaopt-01.v2 .wrap {
    padding: 51px 0;
}

.ctaopt-01.v2 .overlay.color1 {
    background: linear-gradient(270deg, rgba(5, 14, 39, 0.00) -13.02%, rgba(5, 14, 39, 0.30) 86.98%);
}

.ctaopt-01.v2 .overlay.color2 {
    background: linear-gradient(270deg, rgba(5, 14, 39, 0.00) -21.98%, rgba(5, 14, 39, 0.40) 78.02%);
}



/* #endregion */

/*------------------------------------------
    #MARK: ROW CONTACT 01
------------------------------------------*/
/* #region */

.rowxcontact-01 .wrap {
    padding: 100px 0;
}

.rowxcontact-01 .contact-col {
    flex: 0 0 750px;
    background: rgba(4, 23, 46, 0.90);
}

.rowxcontact-01 .contact-col .gform {
    min-height: 853px;
}

.rowxcontact-01 .dinfo {
    padding: 67px 4% 0 0;
}

.rowxcontact-01 .wrap .btitle {
    color: white;
    font-family: var(--font-2);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.8px;
    text-transform: uppercase;    
}

.rowxcontact-01 .wrap .mtitle {
    font-size: 40px;
    margin-top: 20px;
}

.rowxcontact-01 .dtext {
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;    
    margin-top: 33px;
}

.rowxcontact-01 .overlay.color {
    background: linear-gradient(318deg, rgba(5, 14, 39, 0.00) 35.59%, rgba(5, 14, 39, 0.40) 100%);
}

.gform.en {
    padding: 44px 75px 20px;
}

.gform.en .ntitle {
    color: white;
    font-family: var(--font-2);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin-bottom: 46px;
}


.gform.en .gf-stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  position: relative;
  counter-reset: step;
  padding: 0 20px 56px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.gform.en .gf-step {
  text-align: center;
  position: relative;
  flex: 1;
}

.gform.en .gf-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -50%;
  width: 100%;
  height: 8px;
  z-index: 0;
  background-image: url(images/bg/arrow.svg);
  background-repeat: no-repeat;
  background-position: 5px 0;

}

.gform.en .gf-step.completed:not(:last-child)::after {
  border: 1px solid var(--color5);
  background-color: var(--color5)
}

.gform.en .gf-circle {
  background: #04172E;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 6px;
  font-weight: normal;
  z-index: 1;
  position: relative;
  border: 1px solid #C6C7CE;
}

.gform.en .gf-step.active .gf-circle {
  border: 1px solid var(--color5);
  background-color: var(--color5);
}

.gform.en .gf-step span {
  display: block;
  font-size: 12px;
  color: #fff;
}

.gform.en .gf-step.active span {
    color: var(--color5);
}

.gform.en .gf-step-title,
.gform.en .gf-step-label {
    font-family: var(--font-2);
    font-size: 22px;
    font-weight: 300;
    line-height: 120%;
}

.gform.en .gf-step-title {
    font-weight: 700;
    margin-left: 15px;
    color: white;
}

.gform.en .gform_wrapper.gravity-theme .gfield input, 
.gform.en .gform_wrapper.gravity-theme .gfield select,
.gform.en .gform_wrapper.gravity-theme .gfield textarea {
    border-radius: 0;
    border: none;
    font-size: 17px;
    padding: 17px 20px;
    height: 60px;
    color: #73757C;
}

.gform.en .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 120px;
}

.gform.en .ginput_container_fileupload {
    display: none;
}

.gform.en .upload-btn {
    display: none;
}

.gform.en .gfield--type-fileupload {
    margin-top: 30px;
}

.gform.en .add-files-label {
    display: block;
    font-size: 15px;
    color: white;
    padding-left: 30px;
    background-image: url(images/bg/attach.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: -1px 1px;
}

.gform.en .gform_wrapper {
    margin-top: 38px;
}

.gform.en .gform_wrapper.gravity-theme .gfield--type-fileupload label {
    margin-bottom: 9px;
}

.gform.en .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
}

.gform.en ::placeholder {
    color: #73757C;
}

.gform.en .btn-1 {
    min-width: 103px;
    padding: 9px 22px;
    margin-bottom: 0 !important;
}

.gform.en .gform_previous_button {
    background-color: #050E27;
}

.gform.en .gform_previous_button:hover {
    background-color: var(--color5);
}

.gform.en .gform_wrapper.gravity-theme .gform_footer, 
.gform.en .gform_wrapper.gravity-theme .gform_page_footer {
    border-top: 3px solid #BC9258;
    margin: 49px 0 0;
}

.gform.en .gform_wrapper.gravity-theme .gform_page_footer {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 52px;
    padding-bottom: 40px;
}

.gform.en .gform_validation_errors {
    display: none;
}

.gform.en .gform_wrapper.gravity-theme .gfield_error .gfield_description {
    display: none;
} 

.gform.en .gfield_error input,
.gform.en .gfield_error select {
    border: 1px solid red !important;
}

.gform.en .gform_wrapper.gravity-theme .ginput_complex label, 
.gform.en .gform_wrapper.gravity-theme .gfield_label {
    text-transform: capitalize;
    font-size: 17px;
    color: white;
    margin-bottom: 15px;
}

.gform.en .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
}

.gform.en .ginput_container_consent, 
.gform.en .ginput_container_radio .gchoice, 
.gform.en .ginput_container_checkbox .gchoice {
    flex: 0 0 44%;
}

.gform.en .gform_wrapper.gravity-theme .gfield select {
    background-position: calc(100% - 20px) 55%;
}

.gform.en .gform_confirmation_message {
    text-align: center;
    color: wheat;
    padding: 30px;
}

.job .gform.en .gform_wrapper.gravity-theme .gform_footer, 
.job .gform.en .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 52px;
    padding-top: 50px;
    justify-content: center;
}

/* #endregion */

/*------------------------------------------
    #MARK: COL INSUU 01
------------------------------------------*/
/* #region */

.colinsuu-01 .wrap {
    padding: 101px 0 100px;
}

.colinsuu-01 .col-info {
    margin-top: 60px;
}

.colinsuu-01 .col-info iframe {
    height: 658px;
}

.colinsuu-01 .btn-loop {
    margin-top: 54px;
}

/* #endregion */

/*------------------------------------------
    #MARK: FORM POPUP 01
------------------------------------------*/
/* #region */

.nnmodal {
    border-radius: 0;
    min-height: 810px;
    background: #04172E;
}

.nnmodal .close {
    position: absolute;
    font-weight: 300;
    right: 44px;
    font-size: 30px;
    z-index: 3;
    text-shadow: none;
    color: white;
    opacity: 1;
    top: 40px;
}

.cmodal .modal-xl {
    max-width: 1170px;
}

.nnmodal .flexic {
    gap: 15px;
}

.nnmodal .gform.en {
    padding: 0;
    flex: 1;
    margin-right: 3px;
}

.nnmodal .dinfo {
    flex: 0 0 390px;
    padding: 9px 40px 0 0;
}

.nnmodal .pad {
    padding: 60px 80px 40px;
}

.nnmodal .btitle {
    font-family: var(--font-2);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3.9px;
    text-transform: uppercase;    
}
.nnmodal .mtitle {
    color: white;
    margin-top: 30px !important;
}

.nnmodal .dtext {
    color: white;
    line-height: 1.4;
    margin-top: 34px;
}

.nnmodal .gform.en .ntitle {
    display: none;
}

.nnmodal .gform.en .gf-step-label {
    color: white;
}

.nnmodal.job .dtext {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 1px;
}

.nnmodal.job {
}

.nnmodal.job .gform.en {
    padding: 13px 0 0;
}

.nnmodal.job .gtitle {
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;    
    font-family: var(--font-2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
}

.nnmodal.job .gform.en .gform_wrapper {
    margin-top: 51px;
}

/* #endregion */

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

.titlehero-01 .wrap {
    background-color: #006857;
    padding: 55px 0;
    min-height: 200px;
}

.titlehero-01 .bg-img {
    min-height: unset;
    mix-blend-mode: color-burn;
}

.titlehero-01 .bg-img img {
    object-position: top right;
    opacity: 0.5;
}


.titlehero-01 .liner {
    flex-shrink: 0;
    width: 1px;
    background-color: var(--color6b);
    margin-left: 1px;
}

.titlehero-01 .flexic {
    justify-content: center;
    gap: 50px;
    align-items: stretch;
}

.titlehero-01 .d-title { 
    align-self: center;
}

.titlehero-01 .btn-loop {
    margin-top: 41px;
}

.titlehero-01 .d-info {
    flex: 0 0 570px;
    padding: 20px 20px 20px 0;
    display: flex;
    align-items: center;
}

.titlehero-01 .dtext {
    line-height: 1.4;
}

.titlehero-01 .ptext {
    font-family: var(--font-2);
    font-size: 22px;
    line-height: 1.2;
}

.titlehero-01.ver-2 .d-title {
    flex: 1;
}

.titlehero-01.ver-2 .dtext {
    font-family: var(--font-2);
    line-height: 1.2;
    font-size: 22px;
}

.titlehero-01.ver-2 .dtext strong {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}

.titlehero-01.mtitle-ta-right .mtitle {
    text-align: right;
}

/* #endregion */

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

.titleannon-01 {
    text-align: left;
}

.titleannon-01 .wrap {
    height: 200px;
}

/* #endregion */

/*------------------------------------------
    #MARK: CARDS FLEX 02
------------------------------------------*/
/* #region */

.cardsflex-02 .wrap {
    padding: 95px 0 126px;
}

.cardsflex-02 a.div-link {
    display: block;
}

.cardsflex-02 .div-link {
    border: 1px solid rgba(217, 217, 217, 1);
    position: relative;
    padding: 35px 39px 39px;
    position: relative;
}

.cardsflex-02 .div-link::before {
    content: '';
    width: 5px;
    height: 48px;
    background-color: var(--color5);
    position: absolute;
    top: 23px;
    left: 0;
}

.cardsflex-02 .flexic {
    justify-content:  center;
}

.cardsflex-02 [data-ctr="1"] .flex-item {
    max-width: 780px;
}
 
.cardsflex-02 .atitle {
    font-family: var(--font-2);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
}

.cardsflex-02 .ptext,
.cardsflex-02 .dtext {
    line-height: 1.39;
}

/* #endregion */

/*------------------------------------------
    #MARK: CARDS FLEX 02 V2
------------------------------------------*/
/* #region */

.cardsflex-02.v2 .wrap {
    padding: 18px 0 100px;
}

.cardsflex-02.v2 .ititle {
    color: #0F2642;
    line-height: 1.2;
    margin-bottom: 23px;
}

.cardsflex-02.v2 .div-link {
    padding: 34px 39px 39px;
    height: 100%;
}

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

.cardsflex-02.is-team .wrap {
    padding: 58px 0 58px;
}

.cardsflex-02.is-team .ititle {
    position: relative;
    line-height: 1.2;
}

.cardsflex-02.is-team .flexic {
    row-gap: 51px;
}

.cardsflex-02.is-team .div-link::before {
    display: none;
}

.cardsflex-02 .div-link {
    padding: 34px 39px 39px;
    height: 100%;
}

.cardsflex-02.is-team .ititle::before {
    content: '';
    width: 5px;
    height: calc(100% + 21px);
    background-color: var(--color5);
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    left: -39px;
}

/* #endregion */

/*------------------------------------------
    #MARK: CPT GRID 01
------------------------------------------*/
/* #region */

.gcpt-01 .wrap {
    padding: 100px 0 102px;
    position: relative;
    background-color: #f6f6f6;
}

.gcpt-01 .wrap::after {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    height: 1px;
    background-color: #D9D9D9;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    bottom: 0;
}

.gcpt-01:last-child .wrap::after {
    display: none;
}

.gcpt-01 .dinfo {
    text-align: center;
    margin-bottom: 50px;
}

.gcpt-01 .div-bg {
    height: 270px;
    background-color: var(--color3);
    transition: 0.3s;
    overflow: hidden;
}

.gcpt-01 .div-bg img {
    transition: 0.3s;
}

.gcpt-01 .row {
    justify-content: center;
    row-gap: 51px;
}

.gcpt-01 .d-team {
  font-family: var(--font-1);
}  

.gcpt-01 .ititle {
    font-family: var(--font-1);    
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    color: var(--color4);
    letter-spacing: -0.1px;
    margin-top: 10px;
    transition: 0.3s;
}

.gcpt-01 .email,
.gcpt-01 .posn {
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    color: #0F2642;
    margin-top: 9px;
}

.gcpt-01 .email {
    color: var(--color1);
}

.gcpt-01 .d-team:hover .ititle {
    color: var(--color5);
}

.gcpt-01 .d-team:hover img {
    opacity: 0.9;
}


/* #endregion */

/*------------------------------------------
    #MARK: SINGLE MEMEBER 01
------------------------------------------*/
/* #region */

.post-member .wrap {
    padding: 93px 0;
    background-color: #f6f6f6;
}

.post-member .flexic {
    justify-content: space-between;
    margin-bottom: 7px;
}

.post-member .dimage {
    flex: 0 0 360px;
    background-color: transparent;
    padding-top: 7px;
}

.post-member .div-bg {
    height: 360px;
}

.post-member .dabout {
    flex: 0 0 705px;
}

.post-member .name {
    color: var(--color4);
    font-family: var(--font-2);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;    
}

.post-member .position {
    color: var(--color7);
    font-size: 18px;
    margin-top: 13px;    
}

.post-member .email {
    margin-top: 35px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;    
}

.post-member .dtext {
    margin-top: 37px;
    line-height: 1.4;
}

.post-member .div-back {
    padding: 50px 0;
    text-align: center;
}


/* #endregion */

/*------------------------------------------
    #MARK: ROW GRAPH 01
------------------------------------------*/
/* #region */

.rowxgraph-01 .wrap {
    padding: 99px 0 0;
}

.rowxgraph-01 .dtop {
    text-align: center;
    margin-bottom: 48px;
}

.rowxgraph-01 .mtitle {
    margin-top: 20px;
}

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

.rowxgraph-01 .dinfo {
    flex: 0 0 474px;
    margin-bottom: 13px;
}

.rowxgraph-01 .dinfo .ititle {
    color: var(--color7);
    font-family: var(--font-2);
    font-size: 27px;
    font-weight: 700;
    line-height: 120%;
}

.rowxgraph-01 .slice-path {
    transition: 0.3s;
}

.rowxgraph-01 .slice-path:hover {
    opacity: 0.9;
}

.rowxgraph-01 .dtext {
    line-height: 1.4;
}

.dtext ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    line-height: 1.4;
}

.dtext ul li {
    padding-left: 10px;
    padding-left: 23px;
    position: relative;
}

.dtext ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--color6a);
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 10px;
}

.gpie {
    flex: 0 0 570px;
    height: 570px;
}

.wheel-container {
    width: 570px;
    height: 570px;
    position: relative;
    margin-left: auto; /* mx-auto */
    margin-right: auto; /* mx-auto */
}

.wheel-svg {
    /* Ensures SVG fills its container */
    display: block;
}

/* Styling for the centered text */
.center-text {
    fill: #ffffff; /* White text for labels */
    font-weight: 600;
    text-anchor: middle;
    font-size: 18px;
    font-family: var(--font-2);
}

/* #endregion */


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

.listxtext-01 .wrap {
    padding: 103px 0;
}

.listxtext-01 .dtop {
    text-align: center;
    margin-bottom: 43px;
}

.listxtext-01 .mtitle {
    margin-top: 20px;
}

.listxtext-01 .n-cluster {
    margin: 0 auto;
    max-width: 968px;
    display: flex;
    flex-direction: column;
    gap: 126px;
    padding-top: 112px;
}

.listxtext-01 .numeric-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 83px;
}

.listxtext-01 .ititle {
    font-size: 27px;
    color: var(--color7);
}

.listxtext-01 .dtext {
    line-height: 1.4;
    margin-top: 20px;
}

.listxtext-01 .ptext {
    line-height: 140%;
    margin-top: 28px;
}

.listxtext-01 .ititle span {
    font-weight: 300;
    margin-right: 6px;
}

.listxtext-01 .numeric-item:nth-child(odd) .o-2 {
    opacity: 0;
}

.listxtext-01 .numeric-item:nth-child(even) .o-1 {
    opacity: 0;
}

.listxtext-01 .numeric-item:nth-child(odd) .o-info {
    padding-bottom: 17px;
}

.listxtext-01 .o-div,
.listxtext-01 .o-num {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;    
}

.listxtext-01 .o-div {
    border: 1px dashed var(--color5);
    width: 52px;
    height: 52px;
    position: relative;
}

.listxtext-01 .o-div::before {
    width: 14px;
    height: 122px;
    content: '';
    position: absolute;
    top: 53px;
    background-image: url(images/bg/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden;
}

.listxtext-01 .numeric-item:last-child .o-div::before {
    display: none;
}

.listxtext-01 .o-num {
    font-size: 16px;
    width: 36px;
    height: 36px;    
    font-weight: 700;
    line-height: 120%;
    color: white;
    background-color: var(--color5);
}

.listxtext-01 .o-content {
    flex: 1;
    position: relative;
}

.listxtext-01 .o-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* #endregion */


/*------------------------------------------
    #MARK: SERVICES LIST 01
------------------------------------------*/
/* #region */

.serviceslist-01 .wrap {
    padding: 99px 0 99px;
    background-color: #f6f6f6;
}

.serviceslist-01 .flexic {
    gap: 18px;
    row-gap: 20px;
}

.serviceslist-01 .btn {
    transition: 0.3s;
}

.serviceslist-01 .btn span {
    font-size: 13px;
    color: var(--color7);
}

.serviceslist-01 .btn:hover span {
    color: white;
}

body .serviceslist-01.sticky {
    position: sticky;
    top: 65px;
    z-index: 100;
}

.admin-bar .serviceslist-01.sticky {
    
}

.serviceslist-01.sticky .wrap {
    padding: 32px 0;
}

.serviceslist-01.sticky .flexic {
    justify-content: center;
}

.serviceslist-01.sticky .btn {
    border: none;
    padding: 0;
    border-radius: 0;
}

.serviceslist-01.sticky .btn:hover {
    background-color: transparent;
}

.serviceslist-01.sticky .btn:hover span {
    color: var(--color3);
}



.serviceslist-01 .dropdown-button {
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid var(--color3);
    background-color: transparent;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceslist-01 .dropdown-button span{
    font-size: 13px;
    color: var(--color7);
    font-family: Inter;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

}

.serviceslist-01 .dropdown-button[aria-expanded="true"] svg {transform: rotate(180deg);}
.serviceslist-01 .dropdown-menu.show-menu {display: block;}
.serviceslist-01 .dropdown-menu {left: 15px; width: calc(100% - 30px); max-height: calc(100vh - 120px); overflow: scroll;}
.serviceslist-01 .dropdown-menu .btn-2 {padding: 10px; border-radius: 0; border: none; border-bottom: 2px solid #f7f7f7;}

.serviceslist-01 .desktop-ver {display: block;}
.serviceslist-01 .mobile-ver {display: none;}
/* #endregion */


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

.services-01 .wrap {
    padding: 101px 0 99px;
}

.services-01 .atitle {
    font-weight: normal;
    font-size: 18px;
    margin-top: 15px;
}

.services-01:nth-child(even) .wrap {
    background-color: #f6f6f6;
}
.services-01:nth-child(even) .flexic {
    flex-direction: row-reverse;
}
.services-01:nth-child(even) .quote-item {
    background-color: white;
}

.services-01:nth-child(even).quotes-nobg .quote-item {
    background-color: transparent;
}

.services-01 hr {
    margin: 50px 0 23px;
}

.services-01 .dtext {
    font-weight: 400;
    line-height: 140%;
}

.services-01 .quotes .dtext {
    font-style: italic;
    text-align: center;    
    font-size: 20px;
}

.services-01 .quote-item {
    background-color: #f6f6f6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-01.quotes-nobg .quote-item {background-color: transparent;}

.services-01 .quotes .dtext {
    letter-spacing: -0.06px;
}

.services-01 .swiper-slide {
    position: relative;
    padding-top: 26px;
}

.services-01 .q-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto; 
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.services-01 .q-icon::before {
    border: 1px dashed var(--color5);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    filter: drop-shadow(0 4px 4px rgba(0,0,0,0.25));
    background-color: rgba(0, 0, 0, 0.01);
    mix-blend-mode: multiply;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 1;
}

.services-01 .q-icon-inner {
    width: 40px;
    height: 40px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    border-radius: 100%;
}

.services-01 .q-icon-inner img {
    width: 12.88px;
}

.services-01 .quote-item .dtext {
    padding: 40px;
}

.services-01 .flexic {
    justify-content: space-between;
    margin: 59px 0 0;
}

.services-01 .attributes {
    flex: 0 0 521px;
}

.services-01 ul.en18a {
    margin-top: 33px;
}

.services-01 .help {
    flex: 0 0 540px;
    background-color: var(--color7);
    margin: 8px 0 0;
    padding: 31px 40px 41px;
}

.services-01 .htitle {
    font-size: 27px;
    font-family: var(--font-2);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color7);
}

.services-01 .help .dtext,
.services-01 .help .htitle {
    color: white;
}

.services-01 .help .dtext {
    line-height: 1.4;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    margin-top: 33px;
    color: rgba(255,255,255,0.6);
}

.services-01 .help .btn-loop {
    margin-top: 49px;
}

.services-01 .help .btn span {
    font-size: 13px;
    color: white;
}

.services-01 .swiper-button-next::after, 
.services-01 .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 700;
    color: var(--color5);
}


.services-01.v2 .dtop .dtext {
    max-width: 800px;
    margin: 29px auto 0;
    font-style: normal;
    font-size: 18px;
}

.services-01.v2 .dtext strong {
    color: var(--color7);
}

.services-01.v2 .dtop .htitle {
    margin-top: 58px;
    display: block;
}

.services-01.v2 .dtop {
    margin-bottom: 33px;
}

.services-01.v2 .flexic {
    margin-top: 57px;
}

.services-01.v2 .attributes {
    margin-top: 40px;
    flex: 0 0 540px;
}

.services-01.v2 .quote-item {
    align-items: flex-start;
}

/*------------------------------------------
    #MARK: RESOURCE LINKS 01
------------------------------------------*/
/* #region */

.resourcelinks-01 .wrap {
    text-align: center;
    padding: 40px 0;
    background-color: var(--color4);
}

.resourcelinks-01 .bg-img {
    min-height: unset;
    mix-blend-mode: color-burn;
}

.resourcelinks-01 .bg-img img {
    object-position: top right;
    opacity: 0.5;
}

.resourcelinks-01 .btn-loop {
    justify-content: center;
    margin-top: 31px;
    gap: 28px;
}

.resourcelinks-01 .btn {
    border-color: var(--color5);
}

.resourcelinks-01 .btn span {
    color: white;
    font-size: 13px;
}

.resourcelinks-01 .btn.is-active {
    background-color: var(--color5);
}

/* #endregion */


/*------------------------------------------
    #MARK: AJAX POST 01
------------------------------------------*/
/* #region */

.ajaxp-01 .wrap {
    padding: 101px 0 98px;
}

.ajaxp-01 .mtitle {
    margin-top: 15px;
}

.ajaxp-01 [data-design="grid-1.0"] .box {
    background-color: transparent;
    padding: 0;
    padding-right: 20px;
    border: none;
}

.ajaxp-01 [data-design="grid-1.0"] .title {
    padding-right: 20px;
    font-family: var(--font-2);
    font-size: 27px;
    font-weight: 700 !important;
    line-height: 120%;
    color: var(--color7);
}

.ajaxp-01 .wrap .cat-links {
    margin-bottom: 60px;
}

.ajaxp-01 .wrap .post-meta {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
}
.ajaxp-01 .wrap .post-meta .cat-div {
    padding: 5.5px 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.ajaxp-01 .wrap .post-excerpt {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 30px;
    color: var(--color1);
}

.ajaxp-01 .post-link {
    position: relative;
}

.ajaxp-01 .wrap .read-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: var(--color3);
    border-radius: 100%;
    margin-top: 10px;
    left: 0px;
    transition: 0.3s;
    position: relative;
}

.ajaxp-01 .post-link:hover .read-more {
    left: 20px;
    background-color: var(--color5);
}    

.ajaxp-01 .wrap .read-more img {
    width: 9px;
}

.ajaxp-01 .title {
    transition: 0.3s;
}

.ajaxp-01 .post-link:hover .title {
    color: var(--color5);
}

/* #endregion */

/*------------------------------------------
    #MARK: HELP LINKS 01
------------------------------------------*/
/* #region */

.helplinks-01 .wrap {
    padding: 59px 0 101px;
}

.helplinks-01 .dtext,
.helplinks-01 .ptext {
    color: var(--color1);
    margin-top: 32px;
    line-height: 1.4;
}

.helplinks-01 .flexic {
    gap: 60px;
}

.helplinks-01 .flexic div {
    width: 100%;
}

.helplinks-01 .div-link {
    display: block;
    width: 100%;
}

.helplinks-01 .div-link .read-more {
    display: none;
}

.helplinks-01 a.div-link .read-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: var(--color3);
    border-radius: 100%;
    margin-top: 40px;
    left: 0px;
    transition: 0.3s;
    position: relative;
}

.helplinks-01 .div-link:hover .read-more {
    left: 20px;
    background-color: var(--color5);
} 

.helplinks-01 .div-link .read-more img {
    width: 9px;
}

.helplinks-01 .div-link:hover .ititle {
    color: var(--color5);
}

.helplinks-01 .div-link:hover .dimage {
    background-color: rgba(94, 179, 194, 0.1)
}

.helplinks-01 .dinfo {
    display: flex;
    gap: 55px;
    align-items: center;
}

.helplinks-01 .dimage {
    flex: 0 0 370px;
    height: 270px;
    border: 1px solid #D9D9D9;
    background-color: white;
    transition: 0.3s;
}

.helplinks-01 .dimage img {
    width: auto;
    max-height: 151px;
    mix-blend-mode: multiply;
    max-width: 250px;
}

.helplinks-01 .pad {
    flex: 1;
    position: relative;
    padding-bottom: 5px;
}

.helplinks-01 .ititle {
    font-size: 27px;
    font-weight: 700;
    line-height: 120%;    
    color: var(--color7);
}

.helplinks-01 .cnt {
    border-top: 1px solid #D9D9D9;
    margin-top: 60px;
    padding-top: 60px;
}

.helplinks-01 .cnt .btn {
    margin-top: 0 !important;
    display: inline-block !important;
}



/* #endregion */

/*------------------------------------------
    #MARK: SINGLE POST 01
------------------------------------------*/
/* #region */

.single-post .page-inner .wrap {
    position: relative;
    background-color: #f6f6f6;
    padding-top: 100px;
}

.single-post .overlay.color {
    background-color: var(--color4);
    height: 719px;
    top: 0;
}

.single-post .div-bg {
    min-height: unset;
    mix-blend-mode: color-burn;
    height: 100%;
}

.single-post .div-bg img {
    object-position: top right;
    opacity: 0.5;
}

.single-post .container {
    max-width: 1170px;
    position: relative;
    z-index: 6;
    background-color: white;
}

.single-post .content {
    width: 800px;
    margin: 0 auto;
    padding: 100px 0px 96px;
}

.single-post .cat-link {
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    color: var(--color1);
    padding: 5px 10px;
    background-color: rgba(188, 146, 88, 0.10);
}

.single-post .dtitle {
    color: var(--color4);
    font-family: var(--font-2);
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    margin-top: 22px;
}

.single-post .meta {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;    
    color: var(--color7);
    gap: 7px;
    margin-top: 20px;
}


.single-post .meta-label {
    display: none;
}

.single-post .dload {
    margin-top: 40px;
    padding: 17px 22px;
}

.single-post .dload span {
    font-size: 13px;
    font-weight: 500;
    margin-top: 1px;
}

.single-post .dload img {
    width: 11px;
    margin-left: 5px;
    transform: translateY(-1px);
}

.single-post .post-title {
    margin-bottom: 59px;
}

/* #endregion */

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

.post-text p {
    line-height: 140%;
    font-size: 18px;
    letter-spacing: -0.01px;
    margin-bottom: 24.5px;
}

.post-text h2, 
.post-text h3, 
.post-text h4 {
    font-family: var(--font-2);
    color: var(--color7);
    line-height: 1.2;
    font-weight: 700;
    margin: 53px 0 23px;
}

.post-text h2 { 
    font-size: 40px;
}
.post-text h3 { 
    font-size: 35px;
}
.post-text h4 {
    font-size: 27px;
}

.post-text hr {
    border: none;
    border-top: 1px solid #D9D9D9;
    margin: 60px 0;
}

.post-text h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    color: var(--color7);
}

.post-text h6 + p {
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    padding-right: 5px;    
}

.post-text .aligncenter {
    display: block;
    margin: 60px auto 58px;
}

.single-post .link-back {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color3);
}

/* #endregion */

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

.rowxmedia-01 .wrap {
    padding: 90px 0;
}

/* #endregion */

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

.cards-01 .wrap {
    padding: 100px 0;
}

.cards-01 .dtext {
    text-align: center;
    margin-bottom: 100px;
}

.cards-01 .flexic {
    justify-content: center;
}

.cards-01 .div-link {
    display: block;
}
.cards-01 .dimage {
    height: 198px;
    border: 1px solid rgba(217, 217, 217, 1);
    background-color: white;
}

.cards-01 .div-img {
    border: 1px solid transparent;
    height: 100%;
}

.cards-01 .div-img img {
    width: auto;
    height: auto;
    max-width: 220px;
    max-height: 107px;
    mix-blend-mode: multiply;
}

.cards-01 .div-link:hover .dimage,
.cards-01 .div-link:hover .div-img {
    border: 1px solid #5EB3C2;
}


/* #endregion */


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

/*
section.icons-01 .btn-loop { display: none; }
section.cardsflex-01 .abtn-loop { display: none; }
section.cardsflex-01 .div-link { padding: 5px 1px 5px 30px; }
section.cardsflex-01 .wrap { padding: 30px 0 70px; }
footer.element .copyright .mini-links,
footer.element .copyright .sep { display: none; }
*/

/* #endregion */



/*------------------------------------------
    #MARK: SERVICES LIST ADDITIOINAL STYLES
------------------------------------------*/
/* #region */
.serviceslist-01 .wrap { padding: 20px 0;}
.serviceslist-01 .dropdown-menu {overflow: scroll;overflow-x: hidden;}

.serviceslist-01.sticky-head {position: fixed; top: 60px; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1); z-index: 99; } 

.serviceslist-01.sticky-head .desktop-ver {display: none;}
.serviceslist-01.sticky-head .mobile-ver {display: block;}

/* #endregion */

/*------------------------------------------
    #MARK:  LATEST CLIENT FEEDBACK 08/12/2025
------------------------------------------*/
/* #region */
.rowxcontact-01 .gform_wrapper.gravity-theme .gfield_required {color: #fff !important; font-style: normal !important; text-transform: lowercase !important;}

.rowxcontact-01 .gform_wrapper.gravity-theme .gfield--type-choice .ginput_container  .gchoice label {color: #fff !important;}

.serviceslist-01.btemplate-tabs .anchor-tabs.btn.btn-2.active::after, .serviceslist-01.btemplate-tabs .anchor-tabs.btn.btn-2.active {background-color: var(--hover);}
.serviceslist-01.btemplate-tabs .anchor-tabs.btn.btn-2.active span {color: #fff;}

.post-text.sources_disclosure p,
.post-text.sources_disclosure li {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  padding-right: 5px;
}

.post-text.sources_disclosure ul,
.post-text.sources_disclosure ol {padding-left: 1rem;}

.hero-pt98 .titlehero-01 {padding-top: 98px;}


@media only screen and (max-width: 1024px) {
.hero-pt98 header.menu-overlay {
    position: fixed;
  }

  .hero-pt98 .titlehero-01 {padding-top: 74px;}
}

/* #endregion */

/*------------------------------------------
    #MARK:  LATEST CLIENT FEEDBACK 12/12/2025
------------------------------------------*/
/* #region */
.single-post .post-article .masthead {
    background-color: var(--color4);
    margin: 0 -15px;
}

.single-post .post-article .masthead .content {padding: 30px 0; text-align: center;}
.single-post .post-article .masthead h2 {color: var(--darktitle);}
.single-post .post-article .masthead .mast-line {margin: 15px 0; height: 1px; border-top: none; background: var(--darktext);} 
.single-post .post-article .masthead .site-logos {display: flex; justify-content: space-between; width: 100%;}
.single-post .post-article .masthead .site-logos img {max-width: 170px; filter: brightness(0) saturate(100%) invert(100%) sepia(60%) saturate(2600%) hue-rotate(183deg) brightness(122%) contrast(101%);}

@media print {

    .single-post .post-article .masthead {
        background-color: var(--color4) !important;
        margin: 0 -15px !important;
    }

    .single-post .post-article .masthead .content {
        padding: 30px 0 !important;
        text-align: center !important;
    }

    .single-post .post-article .masthead h2 {
        color: var(--darktitle) !important;
    }

    .single-post .post-article .masthead .mast-line {
        margin: 15px 0 !important;
        height: 1px !important;
        border-top: none !important;
        background: var(--darktext) !important;
    }

    .single-post .post-article .masthead .site-logos {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .single-post .post-article .masthead .site-logos img {
        max-width: 170px !important;
        filter: brightness(0) saturate(100%) invert(100%) sepia(60%) 
                saturate(2600%) hue-rotate(183deg) brightness(122%) 
                contrast(101%) !important;
    }

    .single-post .page-inner .wrap {padding-top: 0;}

    .single-post .footer-0 {display: none !important;}

    .btn {display: none !important;}

}