/*font-weight : 400*/
@font-face {
    font-family: 'Aeroport';
    src: url('../fonts/Aeroport.eot');
    src: url('../fonts/Aeroport.eot') format('embedded-opentype'),
        url('../fonts/Aeroport.woff2') format('woff2'),
        url('../fonts/Aeroport.woff') format('woff'),
        url('../fonts/Aeroport.ttf') format('truetype'),
        url('../fonts/Aeroport.svg#Aeroport') format('svg');
}

/*font-weight : 700*/
@font-face {
    font-family: 'AeroportBold';
    src: url('../fonts/AeroportBold.eot');
    src: url('../fonts/AeroportBold.eot') format('embedded-opentype'),
        url('../fonts/AeroportBold.woff2') format('woff2'),
        url('../fonts/AeroportBold.woff') format('woff'),
        url('../fonts/AeroportBold.ttf') format('truetype'),
        url('../fonts/AeroportBold.svg#AeroportBold') format('svg');
}

/*font-weight: 400;*/
@font-face {
    font-family: 'GazRgRegular';
    src: url('../fonts/GazRgRegular.eot');
    src: url('../fonts/GazRgRegular.eot') format('embedded-opentype'),
        url('../fonts/GazRgRegular.woff2') format('woff2'),
        url('../fonts/GazRgRegular.woff') format('woff'),
        url('../fonts/GazRgRegular.ttf') format('truetype'),
        url('../fonts/GazRgRegular.svg#GazRgRegular') format('svg');
}

/*font-weight: 700;*/
@font-face {
    font-family: 'GazRgBold';
    src: url('../fonts/GazRgBold.eot');
    src: url('../fonts/GazRgBold.eot') format('embedded-opentype'),
        url('../fonts/GazRgBold.woff2') format('woff2'),
        url('../fonts/GazRgBold.woff') format('woff'),
        url('../fonts/GazRgBold.ttf') format('truetype'),
        url('../fonts/GazRgBold.svg#GazRgBold') format('svg');
}

/*font-weight: 900;*/
@font-face {
    font-family: 'GazHvRegular';
    src: url('../fonts/GazHvRegular.eot');
    src: url('../fonts/GazHvRegular.eot') format('embedded-opentype'),
        url('../fonts/GazHvRegular.woff2') format('woff2'),
        url('../fonts/GazHvRegular.woff') format('woff'),
        url('../fonts/GazHvRegular.ttf') format('truetype'),
        url('../fonts/GazHvRegular.svg#GazHvRegular') format('svg');
}

:root {
    --Yellow-Orange-Gradient: linear-gradient(180deg, #FEDA00 0%, #FFBB00 100%);
    --Green-Gradient: linear-gradient(180deg, #009444 0%, #39B54A 71.5%);
    --Green-Gradient-2: linear-gradient(180deg, #39B54A 12.5%, #009444 100%);
    --Light-Green: #39B54A;
    --Dark-Green: #009444;
    --White: #FFFFFF;
    --Black: #0A0C0A;
}

html {
    scroll-behavior: smooth !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    font-family: 'Aeroport';
    color: var(--Black);
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

ol,
ul {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    font-family: 'Aeroport';
    font-size: 16px;
    line-height: 26px;
    color: var(--Black);
    margin-top: 0;
}

b, strong {
	font-family: 'AeroportBold';
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'GazHvRegular';
    color: var(--Black);
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

h1 {
    font-size: 58px;
    line-height: 52px;
}

h2 {
    font-size: 48px;
    line-height: 42px;
}

h3 {
    font-size: 28px;
    line-height: 28px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

.green-title {
    display: block;
    background: var(--Green-Gradient);
    -webkit-background-clip: text;
    color: transparent;
}

.green-btn,
.yellow-btn,
.black-btn,
.gform_button {
    border-radius: 40px;
    padding: 0;
    padding: 0px 22px;
    min-width: 239px;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: var(--White);
    font-family: 'GazRgBold';
    text-transform: uppercase;
    font-size: 27px;
    /*font-weight: 700;*/
    line-height: 35px;
    letter-spacing: -0.02em;
    text-align: center;
    transition: all 0.33s ease;
}

.green-btn {
    /* background: var(--Green-Gradient-2); */
    /* min-width: 361px;*/
    padding: 0 26px;
    min-height: 47px;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    border: 1.5px solid transparent;
    background-image: var(--Green-Gradient-2), var(--Yellow-Orange-Gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.green-btn:hover {
    color: var(--White);
}

.green-btn::before {
    content: "";
    position: absolute;
    border-radius: 40px;
    background: var(--Black);
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.33s ease;
    transition: all 0.66s ease;
}

.yellow-btn {
    /* background: var( --Yellow-Orange-Gradient); */
    border: 1.5px solid var(--White);
    color: var(--Black);
    border: 1.5px solid transparent;
    background-image: var(--Yellow-Orange-Gradient), linear-gradient(#fff, #fff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.yellow-btn:hover,
.gform_button:hover {
    color: #FFF;
}

.yellow-btn::before {
    content: "";
    position: absolute;
    border-radius: 40px;
    background: var(--Black);
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.33s ease;
    transition: all 0.66s ease;
}

.black-btn {
    color: var(--White);
    border: 1.5px solid transparent;
    background-image: linear-gradient(#0A0C0A, #0A0C0A), var(--Yellow-Orange-Gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.black-btn::before {
    content: "";
    position: absolute;
    border-radius: 40px;
    background: var(--Yellow-Orange-Gradient);
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.33s ease;
    transition: all 0.66s ease;
}

.black-btn:hover {
    color: var(--Black);
}

.yellow-btn:hover::before,
.black-btn:hover::before,
.green-btn:hover::before {
    z-index: 1;
    opacity: 1;
}

.yellow-btn span,
.green-btn span,
.black-btn span {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%;
    /*transition: all 0.66s ease;*/
}

.black-btn:hover img {
    filter: brightness(0) saturate(100%) invert(6%) sepia(21%) saturate(183%) hue-rotate(71deg) brightness(93%) contrast(103%);
}

::placeholder {
    color: #837F73;
    /* Firefox */
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #837F73;
    opacity: 1;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #837F73;
    opacity: 1;
}

::placeholder {
    color: #837F73;
    opacity: 1;
}

img {
    height: auto;
    max-width: 100%
}

button:focus {
    outline: none
}

textarea {
    resize: none;
}

a {
    transition: all 0.33s linear;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #0A0C0A;
}

body {
    overflow-x: hidden;
}

body .main_menu ul>li>a:hover,
body .main_menu ul>li:hover>a,
.main_menu>ul>li.current-menu-item>a {
    color: #fff;
    background: transparent;
}

/* header css start */
body.fixnav header {
    box-shadow: 0 9px 31px 12px #0202022b;
}

header {
    position: fixed;
    transition: all 0.33s linear;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    z-index: 999;
    box-shadow: 0px 4px 20px 0px #4F4F4F73;
}

header .header-wrap {
    /*    display: grid;
    align-items: center;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 72px;
    padding: 21px 30px 23px;*/
}

header .header-wrap .top-section {
    background: var(--Green-Gradient-2);
    padding: 11px 32px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    column-gap: 100px;
    align-items: center;
}

header .top-header {
    background: var(--White);
    padding: 4px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-wrap .top-section .navigation {
    display: none;
}

header .top-header .left-wrp,
header .top-header .right-wrp {
    display: flex;
    gap: 6px;
    align-items: center;
}

header .top-header p {
    font-family: 'Aeroport';
    font-size: 14px;
    line-height: 19.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #191919;
}

header .logo img {
    max-width: 294px;
    display: block;
}

header .header-wrap .top-section .contact-wrp {
    text-align: right;
}

header .header-wrap .top-section .contact-wrp .emergency-service {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

header .header-wrap .top-section .contact-wrp .emergency-service p {
    font-family: 'AeroportBold';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: var(--White);
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18.42px;
}
header .header-wrap .top-section .contact-wrp .emergency-service>img {
    max-width: 12px;
}

header .header-wrap .top-section .contact-wrp a:not(.black-btn) {
    font-family: 'GazHvRegular';
    font-size: 52px;
    line-height: 55px;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    color: var(--White);
    line-height: 36px;
    font-size: 34.21px;
    line-height: 25px;
}
header .header-wrap .top-section .contact-wrp .contact-wrp-in {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
header .header-wrap .top-section .contact-wrp .contact-wrp-in .black-btn {
    margin-top: 10px;
}

header .header-wrap .bottom-section {
    background: var(--Black);
}

header .header-wrap .top-section .btn-wrp {
    max-width: 239px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

header .header-wrap .top-section .btn-wrp a {
    min-width: auto;
    box-shadow: none;
}

header .header-wrap .top-section .btn-wrp a span {
    height: auto;
}

/*mega menu*/
#mega-menu-wrap-main-nav {
    background: transparent !important;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav>li.mega-menu-item>a.mega-menu-link {
    display: block;
    text-decoration: none;
    transition: none;
    margin-bottom: 0px;
    position: relative;
    color: var(--White);
    font-size: 16px;
    font-style: normal;
    font-family: 'AeroportBold';
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 19px !important;
    padding: 9px 22.5px !important;
    background: transparent !important;
    height: auto !important;
    z-index: 2;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav>li.mega-menu-flyout ul.mega-sub-menu {
    background: #fff !important;
    min-width: 282px;
    width: max-content;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav>li.mega-menu-flyout ul.mega-sub-menu>li {
    padding: 0 !important;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav>li.mega-menu-flyout ul.mega-sub-menu>li a {
    font-family: "Jost", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    color: var(--Dark-Blue) !important;
    transition: all 0.3s linear;
    text-transform: uppercase !important;
    padding: 10px 58px 10px 46px !important;
    padding: 20px 30px !important;
    background: transparent !important;
    transition: all 0.3s linear;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav>li.mega-menu-flyout ul.mega-sub-menu>li a:hover {
    color: var(--Neon-Green) !important;
}

.mega-menu-wrap .info-col {
    text-align: center;
}

.mega-menu-wrap .info-col h2 {
    margin-bottom: 15px;
}

#mega-menu-wrap-main-nav.mega-menu-wrap .info-col p {
    margin-bottom: 21px !important;
    font-family: 'AeroportBold';
    font-size: 14px;
    line-height: 30px;
}

.mega-menu-wrap .info-col .btn-wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px auto 60px;
    border-top: 0.75px solid var(--Black);
    max-width: 307px;
}

.mega-menu-wrap .info-col .btn-wrp .green-btn {
    box-shadow: none;
}

.mega-menu-wrap .info-col h6 {
    font-size: 18.21px;
    font-family: 'AeroportBold';
    line-height: 25.49px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    position: relative;
    padding-left: 22px;
    display: inline-block;
}

.mega-menu-wrap .info-col h6::before {
    position: absolute;
    content: "";
    background: url(../images/contact-icon.svg) no-repeat center;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    background-size: contain;
}

.mega-menu-wrap .info-col h4 {
    font-size: 47.34px;
    line-height: 50.07px;
    letter-spacing: -0.04em;
    text-align: center;
}

.mega-menu-wrap .info-col h4 a {
    color: inherit;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:first-child>ul.mega-sub-menu>li.mega-menu-item {
    padding: 12px 26px 0 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:nth-child(2)>ul.mega-sub-menu li.mega-menu-item {
    padding: 15px 40px 17px 46px !important;
    position: static;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:nth-child(2)>ul.mega-sub-menu li.mega-menu-item>a {
    font-family: 'AeroportBold';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: var(--Black);
    transition: all 0.3s linear;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:nth-child(2)>ul.mega-sub-menu li.mega-menu-item ul li a {
    transition: color 0.3s ease;
    background: linear-gradient(360deg, #0A0C0A -68.12%, #0A0C0A 72.52%);
    -webkit-background-clip: text;
    background-clip: text;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:nth-child(2)>ul.mega-sub-menu li.mega-menu-item>a:hover {
    color: var(--White);
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:nth-child(2)>ul.mega-sub-menu li.mega-menu-item:hover>a {
    color: var(--White);
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:nth-child(2)>ul.mega-sub-menu li.mega-menu-item ul li:hover a {
    background: var(--Green-Gradient-2);
    -webkit-background-clip: text;
    color: transparent;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:nth-child(2)>ul.mega-sub-menu li.mega-menu-item ul li a:hover {
    background: var(--Green-Gradient-2);
    -webkit-background-clip: text;
    color: transparent;
}


#wpadminbar {
    z-index: 99999999;
}

/*#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    padding: 12px 14px !important;
}*/


.content {
    padding-top: 194px;
}

footer {
    background: var(--Green-Gradient-2);
    box-shadow: 0px 1px 12px 0px #CACACA73;
    position: relative;
    padding: 47px 0 0;
}

footer::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/footerbg.png) no-repeat center;
    background-size: cover;
    z-index: 1;
    height: 100%;
    width: 100%;
}

footer .container {
    z-index: 2;
    position: relative;
}

footer .footer-row {
    display: grid;
    grid-template-columns: 26% 51% 16%;
    grid-column-gap: 38px;
    grid-template-columns: 289px 1fr 1fr;
    grid-template-columns: 289px max-content 1fr;
    justify-content: space-between;
    grid-column-gap: 120px;
}

.col-right {
    max-width: 200px;
    margin-left: auto;
}

footer .col-right .menu-footer-quick-links-container {
    margin-left: 3px;
}

footer .col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.f-logo {
    max-width: 294px;
    margin: 0 auto 13px;
    width: 100%;
}

.f-logo img {
    display: block;
}

.f-social-list {
    display: flex;
    justify-content: center;
    grid-column-gap: 5px;
    margin: 0;
}

.f-social-list a {
    position: relative;
    width: 17.69px;
    height: 17.69px;
    display: block;
    transition: 0.3s ease;
}

.f-social-list a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
}

.f-social-list a img.hover {
    display: block;
    opacity: 0;
    z-index: 2;
    visibility: visible;
    transition: 0.3s ease;
}

.f-social-list a:hover img.hover {
    opacity: 1;
    visibility: visible;
}

footer .col-center .btn-wrp {
    max-width: 239px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

footer .col-center .btn-wrp .contact-ftr a {
    min-width: 239px;
    width: 100%;
    padding: 0;
    box-shadow: none;
}

.footer-row2 {
    display: flex;
    grid-column-gap: 0;
    justify-content: space-between;
    align-items: center;
    padding: 7px 30px;
    background: var(--Black);
    box-shadow: 0px 4px 20px 0px #4F4F4F73;
    position: relative;
    z-index: 2;
}

.footer-row2 p,
.footer-row2 a {
    font-family: 'Aeroport';
    font-size: 14px;
    line-height: 22px;
    color: var(--White);
    margin-bottom: 0;
}

.footer-row2 .power-by a {
    text-decoration: underline;
}

footer .contact-wrp .emergency-service {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

footer .contact-wrp .emergency-service p {
    font-family: 'AeroportBold';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: var(--White);
    margin-bottom: 0;
    text-transform: uppercase;
}

footer .contact-wrp a {
    font-family: 'GazHvRegular';
    font-size: 52px;
    font-weight: 900;
    line-height: 55px;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    color: var(--White);
    line-height: 36px;
    font-weight: normal;
}

footer .socials-wrp p,
footer .footer-row-one span {
    font-family: 'AeroportBold';
    color: var(--White);
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}

footer .socials-wrp {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

footer .map-container {
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    border-radius: 3px;
    overflow: hidden;
    background: var(--Yellow-Orange-Gradient);
    padding: 2px;
    margin-bottom: 22px;
    width: 100%;
    height: 285px;
    display: block;
    pointer-events: auto;
}

footer .map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

footer .map-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.f-cnt {
    text-align: center;
}

.f-cnt a {
    font-family: 'AeroportBold';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    width: 100%;
    display: block;
    color: var(--White);
    font-weight: normal;
}

.f-cnt span {
    font-family: 'GazHvRegular';
    font-size: 19px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: var(--White);
    text-transform: uppercase;
}

.col-in h2 {
    margin-bottom: 30px;
    color: var(--White);
}

.col-in ul li {
    margin-bottom: 31px;
}

.col-in ul li a {
    font-family: 'AeroportBold';
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    color: var(--White);
    font-weight: normal;
}

.col-in ul li a:hover,
.footer-row2 a:hover,
.f-cnt a:hover {
    color: #FFBB00;
}

.col-right {
    text-align: center;
    text-align: left;
}

footer .hours {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 13px 0 15px;
}

footer .hours p {
    font-family: 'AeroportBold';
    font-size: 20px;
    line-height: 28px;
    color: var(--White);
    margin-bottom: 0;
    text-transform: uppercase;
}

footer .footer-row-one {
    margin: 29px 0 39px;
    text-align: center;
}

footer .col-left .f-cnt {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
}

footer .col-left .f-cnt .addr {
    max-width: 144px;
    text-align: left;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
    border: 2px solid #ffffff !important;
    border-radius: 4px !important;
    padding: 12.5px 24px !important;
    background-color: #fff;
    font-weight: 500 !important;
    color: #837F73;
    font-family: 'Aeroport';
    font-size: 14px !important;
    line-height: 26px !important;
    line-height: 100% !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 31px !important;
    grid-column-gap: 19px !important;
}

.form-wrp .gform_wrapper.gravity-theme .gfield textarea {
    height: 113px !important;
    display: block;
}

.form-wrp  .gfield input:focus,
.form-wrp .gfield textarea:focus {
    outline: none;
    border-color: #FFF102 !important;
    box-shadow: 0px 1px 36px 0px #E7E7E752;
}

.form-wrp .gfield input:focus-visible,
.form-wrp .gfield textarea:focus-visible {
    outline: none;
}

.form-wrp .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
    padding: 0px 0px !important;
    margin: 35px auto 0px !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 283px;
    height: 47px;
    filter: drop-shadow(0px 1px 12px #CACACAD9);
}

.gform_wrapper.gravity-theme .gform_footer::before {
    content: "";
    position: absolute;
    background: #0A0C0A !important;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.66s ease;
    border-radius: 40px;
}

.form-wrp .gform_footer .gform_button {
    z-index: 9;
    min-height: 47px;
    background: transparent !important;
    color: #fff;
    border: 1.5px solid #FEDA00;
    transition: all 0.33s ease;
    margin: 0px auto !important;
    min-width: 100%;
}

.form-wrp .gform_wrapper.gravity-theme .gform_footer::after {
    content: "";
    position: absolute;
    border-radius: 40px;
    background: var(--Yellow-Orange-Gradient) !important;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.66s ease;
}

.form-wrp .gform_footer:hover .gform_button{
    color: var(--Black);
}

.form-wrp .gform_wrapper.gravity-theme .gform_footer:hover::after {
    opacity: 1;
}

.form-wrp .gform_footer .gform_button span {
    position: relative;
    z-index: 99999;
    display: block;
    width: 100%;
    height: 100%;
}

.form-wrp .gform_wrapper.gravity-theme .gform_validation_errors {
    background: #FFF9F9;
    border: 1px solid #C02B0A;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px;
}

.form-wrp .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    font-family: inherit;
    font-size: 13px;
    letter-spacing: normal;
    line-height: inherit;
    width: 100%;
}

.form-wrp .gform_wrapper.gravity-theme .gform_validation_errors h2 .gform-icon {
    display: none;
}

.form-wrp .gform_confirmation_message {
    color: #FFF102;
    text-align: center;
    font-size: 18px;
    line-height: 130%;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 2px #FFF102;
    padding: 16px 6px;
    border-radius: 5px;
}

.form-wrp .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    color: var(--White);
    margin: 0;
}

.form-wrp span.gform_fileupload_rules {
    display: none !important;
}

.form-wrp .gform_wrapper.gravity-theme .gfield select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/select-down.svg) !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 13px center !important;
    background-color: #FFFFFF !important;
    color: var(--Dark-Blue) !important;
}

.form-wrp .gform_wrapper.gravity-theme .gfield input#input_1_6{
    background-image: url(../images/upload-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
    background-size: 12px !important;
    padding-left: 41px !important;
    text-transform: capitalize;
}

.form-wrp .gfield--type-captcha label,
.form-wrp .instruction,
.form-wrp .gform_wrapper.gravity-theme .gform_validation_errors,
.form-wrp .gform_wrapper.gravity-theme .gfield_required {
    display: none !important;
}

.form-wrp .gform_heading .gform_required_legend, .form-wrp .gform_heading .gform_description {
    display: none ;
}

.form-wrp .validation_message {
    border: none !important;
    background: transparent !important;
    padding: 8px 0 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    height: auto !important;
    min-height: auto !important;
    line-height: normal !important;
    color: #e30d0d !important;
    color: #fff !important;
}

.form-wrp .gform_ajax_spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}

.modal-dialog {
    max-width: 812px;
    width: 100%;
    z-index: 999999;
}

.modal-dialog .modal-content {
    background: var(--Green-Gradient-2);
    box-shadow: 0px 4px 14px 0px #0000002E;
    border-radius: 8px;
    border: none;
    overflow: hidden;
}

.modal-dialog .close-btn {
    position: absolute;
    top: 20px;
    right: 21px;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
    padding: 0;
}

.modal-dialog .close-btn:before {
    content: '';
    background: url(../images/modal-close-icon.svg) no-repeat center;
    background-size: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog .close-btn span {
    display: none;
}

.modal-dialog .modal-body {
    padding: 0px 0px;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    background: url(../images/img-slider-next.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 18.91px;
    height: 37.18px;
    opacity: 1;
    z-index: 99;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    display: none;
}

.slick-slider .slick-prev {
    transform: rotateY(-180deg) translate(0, -50%);
    left: 38px;
}

.slick-slider .slick-next {
    right: 38px;
}

.slick-dots {
    bottom: -30px;
}

.slick-dots li {
    width: 7.8px;
    height: 7.8px;
    margin: 0 3px;
}

.slick-dots li button {
    width: 7.8px;
    height: 7.8px;
}

.slick-dots li button::before {
    width: 7.8px;
    height: 7.8px;
    color: transparent;
    border: 0.9px solid var(--Black);
    border-radius: 100%;
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: transparent;
    background: var(--Black);
}

.page-not-found {
    padding: 168px 0 196px;
    background: url(../images/404.png) no-repeat;
    background-size: 80%;
    background-size: 980px;
    background-position: top 105px center;
}

.page-not-found h1 {
    text-align: center;
    margin-bottom: 22px;
}

.page-not-found p {
    max-width: 810px;
    margin: 0 auto 17px;
}

.page-not-found ul {
    display: grid;
    column-gap: 33px;
    max-width: 747px;
    margin: 0 auto;
    grid-template-columns: max-content max-content max-content;
    justify-content: space-around;
    text-align: left;
}

.page-not-found ul li h4 {
    font-family: 'AeroportBold';
    font-size: 20px;
    line-height: 46px;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: normal;
}

.page-not-found ul li h4 a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-not-found ul li h4 a:hover {
    color: #39B54A;
}


.pagination {
    justify-content: center;
    align-items: center;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.pagination ul li a,
.pagination ul li span {
    padding: 5px 15px 6px;
    display: block;
    color: var(--Black);
    font-size: 16px;
    line-height: 26px;
    font-family: 'AeroportBold';
}

.pagination ul li.active span {
    background: var(--Green-Gradient-2);
    box-shadow: 0px 3.53px 15.88px 0px #02020212;
    border-radius: 3px;
    color: #fff;
}

.meta_social_btns {
    display: flex;
    gap: 13px;
    width: 100%;
    align-items: center;
}

.meta_social_btns a {
    position: relative;
    width: 31.36px;
    height: 31.36px;
    display: block;
    transition: 0.3s ease;
}

.meta_social_btns a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0px 5.02px 42.65px #01072314);
}

.meta_social_btns a img.hover {
    display: block;
    opacity: 0;
    z-index: 2;
    visibility: visible;
    transition: 0.3s ease;
}

.meta_social_btns a:hover img.hover {
    opacity: 1;
    visibility: visible;
}

body.modal-open {
    /*    height: 100vh;*/
    overflow-y: hidden;
}

#wpadminbar {
    position: fixed;
}

.meta_social_btns a .copy-to-clipboard,
.meta_social_btns a .copy-to-clipboard2 {
    position: absolute;
    left: 30px;
    top: 6px;
    min-width: 110px;
    font-size: 14px;
    margin-left: 10px;
    line-height: 20px;
    height: 20px;
    color: #030A0C;
    text-align: left;
}

/* home page section */
.hero-home {
    padding: 42px 0 117px;
    position: relative;
    overflow: hidden;
}

/*.hero-home::after {
    position: absolute;
    content: "";
    background: url(../images/hero-bg.png) no-repeat bottom;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -9;
    top: 180px;
    height: 100vh;
    background-position: top;
}*/

.hero-home .row {
    align-items: center;
}

.hero-home .truck {
    width: 82.812vw;
    transform: translate(100%, 0);
    transition: 1s;
    width: 77vw;
}

 .hero-home.animate-rgt .truck {
    transform: translate(0, 0);
}  

.hero-home .hero-home-wrp {
    max-width: 424px;
    margin-right: auto;
}

.hero-home .hero-home-wrp h6.top-title {
    font-family: 'GazRgRegular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.21em;
    margin-bottom: 11px;
    margin-left: 3px;
}

.hero-home .hero-home-wrp h1 {
    margin-bottom: 11px;
    font-size: 58px;
    line-height: 52px;
    letter-spacing: 0.02em;
}

.hero-home .hero-home-wrp p {
    font-size: 19px;
    line-height: 30px;
    margin-left: 4px;
    margin-bottom: 16px;
}

.hero-home .hero-home-badge {
    margin-top: 18px;
}

.hero-home .hero-home-badge img {
    display: block;
    width: auto;
    height: 180px;
    max-width: 100%;
}

.hero-home .truck img {
    filter: drop-shadow(0px 1px 28px #70707024);
}

.social-imgs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 30px;
    column-gap: 100px;
    padding: 0;
}

.social-imgs.desktop {
    display: flex !important;
}

.social-imgs .rating-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.social-imgs .rating-wrp .review-cnt {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-imgs .rating-wrp span {
    font-family: 'GazHvRegular';
    color: var(--Black);
    font-size: 58px;
    line-height: 50px;
    letter-spacing: -0.05em;
}

.social-imgs .rating-wrp .star-wrp {
    max-width: 69.8px;
    margin: 0 auto;
}

.social-imgs .rating-wrp .star-wrp img {
    display: block;
}

section .social-imgs .rating-wrp p {
    font-family: 'AeroportBold';
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}

.hero-home .green-btn span,
.financing .green-btn span,
.offer-cards .green-btn span,
.area-list-wrp .area-list-container .black-btn span,
.cta-wrp .green-btn span,
.lph-section .green-btn span,
.fi-section .green-btn span,
.single-blog-banner .green-btn span,
.cta-highlight .black-btn span,
.sph-section .green-btn span,
.service-list .black-btn span,
header .header-wrap .top-section .green-btn span,
header .header-wrap .top-section .black-btn span{
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.icon-with-green-bg {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    width: 68.38px;
    height: 68.38px;
    border: 1.5px solid transparent;
    background-image: var(--Green-Gradient-2), var(--Yellow-Orange-Gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.icon-with-green-bg img {
    object-fit: contain;
    filter: drop-shadow(0px 1px 12px #CACACAD9);
}

.service-list {
    text-align: center;
    padding: 24px 0;
    overflow: hidden;
}

.service-list .service-list-wrp {
    display: flex;
    /*grid-template-columns: repeat(5 ,1fr);*/
    column-gap: 110px;
    justify-content: space-between;
}

.service-list .service-list-wrp .service-list-wrp-inn a , .tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.service-list .service-list-wrp .icon-with-green-bg , .tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn .icon-with-green-bg {
    height: 124px;
    width: 124px;
    padding: 19px;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    margin-bottom: 12px;
    transition: 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}
.service-list-wrp-inn , .tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn .tcsl-services{
    display: inline-block;
    text-align: center;
    transition: transform 0.3s ease;
}
.service-list  .service-list-wrp-inn:hover , .tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn .tcsl-services:hover{
    transform: translateY(-5px);
}

.service-list .service-list-wrp h3 , .tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn h3 {
    margin-bottom: 0;
}

.financing {
    padding: 107px 0;
}

.financing .financing-wrp {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}

.financing .financing-wrp img.finance-title {
    margin-bottom: 22px;
}

.financing .financing-wrp p {
    font-size: 19px;
    line-height: 30px;
    max-width: 90%;
    margin: 0 auto 15px;
}

.financing .financing-wrp h2 {
    position: relative;
    margin-bottom: 48px;
    padding-bottom: 18px;
}

.financing .financing-wrp h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 491px;
    margin: 0 auto;
    right: 0;
}

.features-wrp {
    padding: 60px 0;
}

.features-wrp h2 {
    margin-bottom: 12px;
}

.features {
    margin-top: 30px;
}

.features .feature-wrp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.features .feature-wrp .icon-with-green-bg {
    margin-right: 14px;
    padding: 10px;
    height: 68.38px;
    width: 68.38px;
    min-width: 68.38px;
}

.features .feature-wrp .features-cnt-wrp p {
    margin-left: 7px;
}

.features .feature-wrp .features-cnt-wrp p:last-child {
    margin-bottom: 0;
}

.features .feature-wrp .feature-buttons {
    display: flex;
    gap: 13px;
    margin-bottom: 15px;
}

.features .feature-wrp .feature-buttons .green-btn {
    min-width: auto;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.03em;
    min-height: 35px;
    padding: 0 21px;
}

.features .feature-wrp .feature-buttons .green-btn span {
    gap: 6px;
}

.features .feature-wrp .features-cnt-wrp {
    margin-top: 4px;
}

.features .feature-wrp h3.title {
    font-family: 'AeroportBold';
    font-size: 28px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 14px;
    margin-left: 5px;
}

.features-wrp .row .col-md-6:first-child {
    display: flex;
    justify-content: center;
}

.features-wrp .shadow-main {
    margin-top: 84px;
    height: max-content;
}

.shadow-wrap {
    transform: rotate(45deg);
    box-shadow: 0px 13.93px 43.13px 0px #CACACAD9;
    border-radius: 2px;
    overflow: hidden;
    height: 395px;
    width: 399px;
}

.rhombus-img {
    overflow: hidden;
    height: 565px;
    aspect-ratio: 1;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transform: rotate(-45deg);
    margin-top: -85px;
    margin-left: -82px;
    position: relative;
}

.rhombus-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.features-wrp .rgt-wrp {
    max-width: 557px;
    margin: 0 auto 0 0;
}

.features .feature-wrp .features-buttons {
    display: flex;
    gap: 13px;
    margin-bottom: 12px;
}

.features .feature-wrp .features-buttons a {
    min-width: auto;
    padding: 0 21px;
    min-height: 35px;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.03em;
}

.features .feature-wrp .features-buttons a span {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
}

.features-wrp .right-wrp {
    max-width: 558px;
    margin-right: auto;
}

.offer-cards {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 35px 0;
    z-index: 2;
}

.offer-cards::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    height: 535px;
    width: 227px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 77%);
    z-index: 1;
    top: 130px;
    top: 13%;
    top: 20%;
    height: 510px;
}

.offer-cards .container-fluid {
    padding: 0;
}

.offer-cards h2.header-sec {
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 56px;
    padding: 0 12px 11px;
}

.offer-cards h2.header-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 333px;
    margin: 0 auto;
    right: 0;
}

.offer-cards .offer-list-wrp,
.news-slider-wrp .post-lists {
    padding-left: 64.5px;
    padding-left: 5%;
}

.offer-cards .offer-list-wrp {
    margin-bottom: 50px;
}

.offer-cards .slick-slider .slick-prev,
.news-slider-wrp .slick-slider .slick-prev {
    left: 30px;
}

.offer-cards .slick-slider .slick-next,
.news-slider-wrp .slick-slider .slick-next {
    right: 30px;
}

.offer-cards .offer-list-wrp .slick-track,
.news-slider-wrp .offer-list-wrp .slick-track {
    display: flex;
}

.offer-cards .offer-list-wrp .offer-wrp {
    border: 2px dashed #FFFFFF;
    background: linear-gradient(#fff, #fff) padding-box, var(--Green-Gradient-2) border-box;
    padding: 43px 48px 46px;
    text-align: center;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15.5px;
    margin: 10px 15.5px;
    position: relative;
    transition: all 0.3s linear;
}

.offer-cards .offer-list-wrp .offer-wrp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/offer-slider-bg.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s linear;
}

.offer-cards .offer-list-wrp .offer-wrp>div {
    position: relative;
    z-index: 2;
}

.offer-cards .offer-list-wrp .offer-wrp:hover::after {
    opacity: 1;
}

.offer-cards .offer-list-wrp .offer-wrp h2.title {
    font-size: 88px;
    line-height: 74px;
    margin-bottom: 3px;
}

.offer-cards .offer-list-wrp .offer-wrp h3.sub-title {
    margin-bottom: 17px;
}

.offer-cards .offer-list-wrp .offer-wrp h5 {
    font-family: 'AeroportBold';
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-bottom: 27px;
    text-transform: capitalize;
}

.offer-cards .offer-list-wrp .offer-wrp .offer-note {
    margin-top: auto;
}

.offer-cards .offer-list-wrp .offer-wrp .green-btn {
    margin-bottom: 20px;
}

.offer-cards .offer-list-wrp .offer-wrp p.desc {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.offer-cards .offer-list-wrp .slick-list,
.news-slider-wrp .post-lists .slick-list {
    padding-right: 217px !important;
}

.offer-cards .offer-list-wrp .offer-wrp:hover .title-wrp * {
    color: var(--White) !important;
}

.offer-cards .offer-list-wrp .offer-wrp:hover h5,
.offer-cards .offer-list-wrp .offer-wrp:hover p.desc {
    color: var(--White);
}


.why-choose-us {
    padding: 60px 0 44px;
    text-align: center;
}

.why-choose-us .top-sec {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
}

.why-choose-us .top-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.why-choose-us .bottom-sec {
    margin-top: -114px;
    align-items: flex-end;
}

.why-choose-us h2.title {
    padding-bottom: 15px;
    margin-bottom: 57px;
    position: relative;
}

.why-choose-us h2.title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: 100%;
    top: 100%;
    left: 0;
    max-width: 573px;
    margin: 0 auto;
    right: 0;
}

.why-choose-us .right-cnt {
    max-width: 580px;
    margin: 0 auto;
    margin: 0 auto 0 0;
}

.why-choose-us .img-container img {
    max-height: 327.64px;
    filter: drop-shadow(0px 1px 12px #CACACAD9);
}

.why-choose-us .right-cnt p:last-child {
    margin-bottom: 0;
}

.customer-reviews {
    padding: 37px 0;
    text-align: center;
}

.customer-reviews iframe {
    width: 100%;
    display: block;
    outline: none;
}

.customer-reviews h2.title {
    margin-bottom: 30px;
}

.customer-reviews .green-btn {
    margin-top: 27px;
}

.area-list-wrp {
    position: relative;
    padding: 44px 0;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
}

.area-list-wrp .bg-wrp img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.area-list-wrp .area-list-container {
    border-radius: 3px;
    max-width: 485px;
    background: var(--Green-Gradient-2);
    padding: 32px 30px 39px 33px;
}

.area-list-wrp .area-list-container h2 {
    color: var(--White);
    margin-bottom: 23px;
    margin-left: 2px;
}

.area-list-wrp .area-list-container ul.area-list {
    /*display: grid;
    grid-template-columns: 1fr 1fr;*/
    column-count: 2;
    margin-bottom: 17px;
    margin-left: 4px;
}

.area-list-wrp .area-list-container ul.area-list li {
    font-family: 'AeroportBold';
    font-size: 22px;
    line-height: 19px;
    margin-bottom: 15px;
}

.area-list-wrp .area-list-container ul.area-list li a {
    transition: color 0.3s ease;
    background: linear-gradient(360deg, #fff -68.12%, #fff 72.52%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    color: #fff;
}

.area-list-wrp .area-list-container ul.area-list li a:hover {
    background: var(--Yellow-Orange-Gradient);
    -webkit-background-clip: text;
    color: transparent;
}

.area-list-wrp .area-list-container h5 {
    font-family: 'AeroportBold';
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
    color: var(--White);
    margin-left: 4px;
}

.area-list-wrp .area-list-container p {
    margin-bottom: 8px;
    color: var(--White);
    margin-left: 4px;
}

.area-list-wrp .area-list-container .black-btn {
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    padding: 0 26px;
}

.logo-list {
    text-align: center;
    padding: 60px 0 120px;
}

.logo-list h2 {
    margin-bottom: 40px;
}

.logo-list h2 .green-title {
    display: inline-block;
}

.logo-list .logo-list-wrp .list-itm img {
    object-fit: contain;
    margin: 0 auto;
}

.logo-list .slick-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-list .slick-slider .slick-prev {
    left: 0;
}

.logo-list .slick-slider .slick-next {
    right: 0;
}

.news-slider-wrp {
    padding: 112px 0 50px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.news-slider-wrp .posts-row>.green-btn {
    margin-top: 31px;
    min-width: max-content;
    padding: 0 51px;
    z-index: 2;
}

.news-slider-wrp::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    height: 560px;
    width: 226px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 77%);
    z-index: 1;
    top: 26%;
    top: 24%;
    height: 580px;
}

.news-slider-wrp .container-fluid {
    padding: 0;
}

.news-slider-wrp h2 {
    position: relative;
    margin-bottom: 59px;
    padding: 0 12px 13px;
    text-align: center;
}

.news-slider-wrp h2 span.green-title {
    display: inline;
}

.news-slider-wrp h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 271px;
    margin: 0 auto;
    right: 0;
}

.news-slider-wrp .post-lists .slick-track {
    display: flex;
}

.news-slider-wrp .post-lists .post-wrp {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15.5px;
    margin: 10px 15.5px;
    position: relative;
    transition: all 0.3s linear;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    background: #fff;
}

.news-slider-wrp .post-lists .post-wrp .top-wrp {
    position: relative;
    width: 100%;
}

.news-slider-wrp .post-lists .post-wrp .img-wrp {
    overflow: hidden;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
}

.news-slider-wrp .post-lists .post-wrp .img-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 300px;
}

.news-slider-wrp .post-lists .post-wrp .top-wrp span.post-date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    box-shadow: 0px 1px 12px 0px #CACACA05;
    background: #fff;
    border-radius: 2px 2px 0 0;
    font-family: 'AeroportBold';
    font-size: 22px;
    line-height: 19px;
    padding: 5px 27px 5px;
    width: max-content;
}

.news-slider-wrp .post-lists .post-wrp .cnt-wrp {
    padding: 23px 36px 35px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}

.news-slider-wrp .post-lists .post-wrp .cnt-wrp .cnt-text {
    position: relative;
    z-index: 2;
}
.news-slider-wrp .post-lists .post-wrp .cnt-wrp h3 {
    font-family: 'AeroportBold';
    line-height: 30px;
    text-transform: none;
    margin-bottom: 7px;
    margin-left: 2px;
}

.news-slider-wrp .post-lists .post-wrp .cnt-wrp p {
    margin-bottom: 12px;
    margin-left: 2px;
}

.news-slider-wrp .post-lists .post-wrp .cnt-wrp .green-btn {
    padding: 0 28px;
    min-width: max-content;
}

.news-slider-wrp .post-lists .post-wrp .cnt-wrp .btn-wrp {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.news-slider-wrp .post-lists .post-wrp .cnt-wrp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/news-slider-bg.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s linear;
}

.news-slider-wrp .post-lists .post-wrp:hover .cnt-wrp::after {
    opacity: 1;
}

.news-slider-wrp .post-lists .post-wrp:hover .cnt-wrp h3,
.news-slider-wrp .post-lists .post-wrp:hover .cnt-wrp p {
    color: #fff;
}

.cta-wrp {
    text-align: center;
    position: relative;
    padding: 45px 0 58px;
    z-index: -1;
}

.cta-wrp {
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-wrp {
    margin-top: -250px;
    padding-top: 300px;
}

.parallax-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    background-color: #fff;
    height: calc(100vh + 250px);
}

.cta-wrp::after {
    position: absolute;
    content: "";
    background: #0A0C0A url(../images/cta-wrp-bg.png) no-repeat center;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    height: 438px;
    height: 470px;
}

.cta-wrp .row {
    position: relative;
    z-index: 2;
}

.cta-wrp .img-wrp-inn img {
    filter: drop-shadow(0px 1px 28px #70707024);
}

.cta-wrp .content-wrp {
    max-width: 520px;
    margin: 0 auto;
}

.cta-wrp .content-wrp h2.cta-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 50px;
    color: var(--White);
}

.cta-wrp .content-wrp h2.cta-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 491px;
    margin: 0 auto;
    right: 0;
}

.cta-wrp .content-wrp p.cta-cnt {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--White);
}


#mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    background: #FFFFFF;
}

#mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    background-color: #FFFFFF;
}

.area-list-wrp .area-list-container .black-btn:hover img {
    filter: brightness(0) saturate(100%) invert(6%) sepia(21%) saturate(183%) hue-rotate(71deg) brightness(93%) contrast(103%);
}

.mega-menu-wrap .info-col .btn-wrp {
    border-top: none;
}

.mega-menu-wrap .info-col .btn-wrp .btn-container {
    padding-top: 13px;
    padding-bottom: 14px;
    border-top: 0.75px solid var(--Black);
}

.mega-menu-wrap .info-col .btn-wrp .btn-container:last-child {
    border-bottom: 0.75px solid var(--Black);
}

#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #fff;
}

#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated:hover .mega-toggle-animated-inner, #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated:hover .mega-toggle-animated-inner::before, #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated:hover .mega-toggle-animated-inner::after { background-color: #ffbb00; }
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after { transition: 0.3s ease !important; }

.offer-cards::before { position: absolute; content: ''; left: 0; right: auto; height: 535px; width: 227px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 77%); z-index: 1; top: 130px; top: 13%; transform: rotate(180deg); top: 20%; height: 510px;}
.news-slider-wrp::before { position: absolute; content: ''; left: 0; right: auto; height: 560px; width: 226px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 77%); z-index: 1; top: 218px; top: 26%; transform: rotate(180deg); top: 24%; height: 580px;}
footer .col-center .contact-wrp a:hover { color: #feda00; }

header .header-wrap .top-section .contact-wrp a:not(.black-btn):hover{
    color: #FEDA00;
}
.mega-menu-wrap .info-col h4 a:hover{
        color: #39B54A;
}
.offer-cards .offer-list-wrp .slick-dots {
    margin-left: -5%;
}
.f-logo img {
    width: 100%;
    height: 100%;
    object-position: center;
}
.f-logo {
    margin: 0 auto 6px;
}
header .logo img{
    width: 100%;
    height: 100%;
    object-position: center;
}
.content {
    padding-top: 207px;
}
body.admin-bar header {
    top: 32px;
}

.offer-cards::before , .news-slider-wrp::before{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F6F5F1 77%);
    display: none;
}
.offer-cards::after , .news-slider-wrp::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F8F8F9 77%);
    display: none;
}

.offer-cards .slick-slider .slick-next, .news-slider-wrp .slick-slider .slick-next, .offer-cards .slick-slider .slick-prev, .news-slider-wrp .slick-slider .slick-prev , .team-slider .slick-slider .slick-next, .team-slider .slick-slider .slick-prev{
    background-image: url(../images/yellow-next-arrow.svg);
    height: 51.1px;
    width: 51.1px;
    background-size: cover !important;
}
.offer-cards .slick-slider .slick-next, .news-slider-wrp .slick-slider .slick-next{
    right: 0;
}
.offer-cards .slick-slider .slick-prev, .news-slider-wrp .slick-slider .slick-prev {
    left: 0;
}

.offer-cards .offer-list-wrp, .news-slider-wrp .post-lists{padding-left: 0 !important;}
.offer-cards .offer-list-wrp .slick-list, .news-slider-wrp .post-lists .slick-list {
    padding-left: 5%;
}
.offer-cards .offer-list-wrp .slick-dots {
    margin-left: 0;
}



/*inner pages*/
.git-wrp {
    position: relative;
    padding: 44px 0;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    z-index: 2;
}
.git-wrp .bg-wrp img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.git-wrp .form-wrp {
    background: var(--Green-Gradient-2);
    box-shadow: 0px 4.36px 4.36px 0px #17171740;
    border-radius: 3px;
    overflow: hidden;
    padding: 51px 32px 53px;
    position: relative;
    max-width: 482px;
    margin-right: auto;
}
.git-wrp .form-wrp::after{
    position: absolute;
    content: "";
    background: url(../images/form-bg.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.git-wrp .form-wrp .gform_wrapper {
    position: relative;
    z-index: 2;
}
.git-wrp .form-wrp h2 {
    color: #fff;
    margin-bottom: 26px;
    text-align: center;
}
.why-choose-us + .git-wrp {
    margin-top: -44px;
}
.git-wrp + .cta-wrp{
    padding-bottom: 0;
}
.git-wrp + .cta-wrp .img-wrp-inn {
    margin-bottom: -23px;
}
.git-wrp + .cta-wrp::after , .git-wrp + .cta-wrp::before{
    display: none;
}

.contact-details {
    padding: 58px 0 0;
    position: relative;
    text-align: center;
}
.contact-details::after {
    position: fixed;
    content: "";
    background: url(../images/contact-details-bg.png) no-repeat top;
    background-size: cover;
    width: 100%;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
    height: 100vh;
}
.contact-details .row {
    align-items: center;
}
.contact-details .cd-wrp {
    box-shadow: 0px 4.36px 4.36px 0px #17171740;
    background: var( --Green-Gradient-2);
    text-align: center;
    padding: 29px 25px 36px;
    border-radius: 4px;
    max-width: 384px;
    margin-left: auto;
}
.contact-details .cd-wrp *{
    color: #fff !important;
}
.contact-details .cd-wrp h3 {
    line-height: 35px;
    margin-bottom: 2px;
}
.contact-details .cd-wrp .cd-location li {
    display: inline;
    margin-right: 20px;
}
.contact-details .cd-wrp .cd-location li:not(:last-child) a::after {
    position: absolute;
    content: "-";
    background: var(  --Yellow-Orange-Gradient);
    -webkit-background-clip: text;
    left: calc(100% + 9px);
    color: transparent;
}
.contact-details .cd-wrp  .cd-content, .contact-details .cd-wrp .cd-location a {
    font-family: 'AeroportBold';
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    position: relative;
}
.contact-details .cd-wrp .cd-location a:hover {
    color: #FEDA00 !important;
}
.contact-details .cd-wrp .cd-content{
    margin-bottom: 23px;
}
.contact-details .bottom-wrp {
    margin-top: 49px;
}
.contact-details .cd-title h1 {
    position: relative;
    margin-bottom: 47px;
    padding-bottom: 10px;
}
.contact-details .cd-title h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 491px;
    margin: 0 auto;
    right: 0;
}

.contact-details .cd-number a {
    font-family: 'GazHvRegular';
    font-size: 66.51px;
    line-height: 70.35px;
    letter-spacing: -0.04em;
    color: var(--Black);
    line-height: 46px;
}
.contact-details .cd-number a:hover {
    color: #39B54A;
}
.contact-details .cd-subtitle {
    font-family: 'AeroportBold';
    font-size: 25.58px;
    line-height: 35.81px;
    letter-spacing: -0.03em;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 30px;
}
.contact-details .cd-subtitle::before{
    position: absolute;
    content: "";
    background: url(../images/contact-icon.svg) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0;
    height: 100%;
    width: 23px;
}

.lirc-section {
    padding: 50px 0 0;
}
.lirc-section .lirc-img {
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 33px;
    max-width: 528px;
    margin-right: auto;
}
.lirc-section .lirc-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.lirc-section .lirc-bimg {
    max-width: 530px;
    margin-right: auto;
}
.lirc-section h1 {
    margin-bottom: 25px;
}
.lirc-section .lirc-btitle {
    padding-top: 50px;
}
.lirc-section .lirc-btitle h2{
    margin-bottom: 22px;
}
.lcri-section {
    padding: 56px 0 0;
    position: relative;
    z-index: 1;
}
.lcri-section .lcri-img {
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    border-radius: 4px;
    overflow: hidden;
    max-width: 528px;
    margin-left: auto;
    margin-top: 6px;
}
.lcri-section .lcri-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.lcri-section .lcri-title h2 {
    margin-bottom: 20px;
}
.lcri-section .lcri-btitle {
    padding-top: 53px;
}
.lcri-section .lcri-btitle h3 {
    margin-bottom: 25px;
}
.lcri-section .lcri-bcontent p:last-child {
    margin-bottom: 0;
}
.content>h2.page-main-title {
    position: relative;
    margin-bottom: 41px;
    padding-bottom: 9px;
    padding-top: 70px;
}
.content>h2.page-main-title::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 491px;
    margin: 0 auto;
    right: 0;
}

 .membership-title::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    left: 0;
    max-width: 491px;
    margin: 0 auto;
    right: 0;
}

.green-title{
    background: var(--Green-Gradient, linear-gradient(180deg, #009444 0%, #39B54A 71.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solid-bg{
    position: relative;
}
.solid-bg::after {
    position: fixed;
    content: "";
    background: url(../images/solid-fix-bg.png) no-repeat top;
    background-size: cover;
    width: 100%;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
    height: 100vh;
}

.cms-section {
    padding: 75px 0 50px;
}
.cms-section h1 {
    text-align: center;
    margin-bottom: 41px;
}
.cms-section p, .cms-section li {
    font-family: 'Aeroport';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: var(--Black);
}
.cms-section p{
    margin-bottom: 25px;
}
.cms-section a{
    color: inherit;
    word-break: break-all;
}
.cms-section a:hover {
    text-decoration: underline;
}
.cms-section p + ul {
    margin-top: -22px;
}
.cms-section strong, .cms-section b {
    font-weight: 700;
    text-transform: uppercase;
}
.cms-section p:last-child {
    margin-bottom: 0;
}
.cms-section ul,.cms-section ol {
    padding-left: 30px;
    margin-bottom: 25px;
}
.cms-section ul li{
    list-style: disc;
}

.content>h1.page-main-title {
    position: relative;
    margin-bottom: 42px;
    padding: 57px 20px 15px;
    text-align: center;
}
.content>h1.page-main-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/yellow-line-2.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 707px;
    margin: 0 auto;
    right: 0;
}
.lph-section {
    padding: 40px 0 65px;
}
.lph-section .row {
    align-items: center;
}
.lph-section .lph-right-wrp {
    position: relative;
    border: 2px dashed var(--White);
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    background: url(../images/offer-slider-bg.png) no-repeat center;
    background: url(../images/offer-green-bg.png) no-repeat center;
    background-size: 101%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 49px 36px;
    text-align: center;
    max-width: 469px;
    margin-left: auto;
    overflow: hidden;
}
.lph-section .lph-right-wrp *{
    color: var(--White) !important;
}
.lph-section .lph-right-wrp h2 {
    font-family: 'GazHvRegular';
    font-size: 88px;
    line-height: 74px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 3px;
}
.lph-section .lph-right-wrp h3 {
    margin-bottom: 22px;
}
.lph-section .lph-right-wrp .lph-content {
    font-family: 'AeroportBold';
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.lph-section .lph-right-wrp .lph-bcontent {
    font-family: 'Aeroport';
    font-size: 14px;
    line-height: 21px;
}
.lph-section .lph-list-wrp {
    padding-left: 23px;
}
.lph-section .lph-list-wrp h2{
    margin-bottom: 41px;
    margin-left: 8px;
}
.lph-section .lph-list-wrp h2 img {
    vertical-align: bottom;
    margin-right: 18px;
}
.lph-section .lph-list-wrp h2 a {
    color: inherit;
}
.lph-section .lph-list-wrp .green-btn {
    margin-top: 17px;
    min-width: 324px;
}
.lph-section .social-imgs {
    margin-top: 86px;
}
.service-list .service-title h2 {
    margin-bottom: 43px;
    padding-bottom: 0;
}
.service-list .service-title h2::after{
    display: none;
}
.service-list .service-list-wrp {
    flex-wrap: wrap;
    row-gap: 43px;
    column-gap: 80px;
}
.service-list-wrp-inn {
    width: 13%;
}

.page-id-6839 .service-list-wrp-inn{
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-id-6839 .service-list .service-list-wrp{
	column-gap: 0 !important;
}

.page-id-6839  .service-list-wrp-inn h3{
	max-width: 90%;
}

.service-list-wrp-inn h3{
	text-align: center !important;
}

.tcri-section {
    padding: 129px 0 63px;
}
.tcri-section .row , .tcli-section .row{
    align-items: center;
}
.tcri-section .container .row>div , .tcli-section .container .row>div{
    display: flex;
    justify-content: center;
}
.tcri-section .tcri-left-wrp {
    max-width: 558px;
    margin-left: auto;
}
.tcli-section .tcli-right-wrp {
    max-width: 558px;
    margin-right: auto;
}
.tcri-section .tcri-left-wrp h2 , .tcli-section .tcli-right-wrp h2{
    margin-bottom: 26px;
}
.tcli-section {
    padding: 135px 0 86px;
}

.fi-section {
    padding: 0 0 120px;
    overflow: hidden;
}
.fi-section .row {
    align-items: center;
}
.fi-section .fi-right-wrp {
    padding: 50px 30px 47px;
    padding: 50px 26px 47px 22px;
    text-align: center;
    position: relative;
}
.fi-section .fi-right-wrp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/service-wector-shape.svg) no-repeat left;
    background-size: cover;
    left: 0;
    top: 0;
    filter: drop-shadow(0px 4.36px 4.36px #17171740);
    z-index: -1;
    left: -80px;
    width: 55.85vw;
}
.fi-section .fi-right-wrp .fi-title {
    margin-top: 22px;
}
.fi-section .fi-right-wrp h2 {
    padding-bottom: 18px;
    margin-bottom: 48px;
    position: relative;
}
.fi-section .fi-right-wrp h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 491px;
    margin: 0 auto;
    right: 0;
}
.fi-section .fi-right-wrp .fi-content{
    font-family: 'Aeroport';
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 16px;
}
.fi-section .fi-left-wrp {
    max-width: 526.93px;
    margin-right: auto;
}
.fi-section .fi-left-wrp img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.single-blog-banner {
    padding: 0 0 62px;
}
.single-blog-banner h5.date {
    font-family: 'AeroportBold';
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 12px;
}
.single-blog-banner h1 {
    margin-bottom: 19px;
}
.single-blog-banner .green-btn {
    min-width: 324px;
}
.single-blog-banner .meta_social_btns {
    margin: 21px 0 29px;
}
.meta_social_btns h5 {
    margin: 0;
    font-family: 'AeroportBold';
    font-size: 23px;
    line-height: 26px;
    text-transform: capitalize;
}
.single-blog-banner .img-wrp {
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}
.single-blog-banner .img-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 647px;
}
.single-blog-banner .blog-banner-left {
    max-width: 530px;
    margin-right: auto;
    padding: 57px 0 67px;
}

.single-blog {
    padding: 40px 0 0;
}
.services-wrp {
    background: var(--Green-Gradient);
    padding: 48px 19px;
    text-align: left;
    border-radius: 3px;
    max-width: 288px;
    margin: 0 0 0 auto;
}
.single-blog .row > div:first-child{
    max-width: 73.1%;
    width: 100%;
}
.single-blog .row > div:last-child{
    max-width: 26.9%;
    width: 100%;
}
.single-blog .post-cnt {
    max-width: 803px;
    margin-right: auto;
}
.cta-highlight {
    background: var(--Green-Gradient-2);
    border-radius: 3px;
    padding: 32px 25px 37px 34px;
    max-width: 770px;
    margin-top: 45px;
    width: 100%;
}
.single-blog .post-cnt-wrp blockquote , .left-content-right-sidebar .left-content blockquote{
    background: var(--Green-Gradient-2);
    border-radius: 3px;
    box-shadow: 0px 2px 10px 0px #64646433;
    position: relative;
    padding: 66px 77px 29px 29px;
    margin: 36px 0 47px;
    max-width: 770px;
}
.single-blog .post-cnt-wrp blockquote::before, .left-content-right-sidebar .left-content blockquote::before{
    content: " ";
    position: absolute;
    width: 36px;
    height: 31px;
    top: 25px;
    left: 32px;
    background: url(../images/coma.svg) no-repeat center;
    background-size: contain;
}
.single-blog .post-cnt-wrp blockquote p, .left-content-right-sidebar .left-content blockquote p {
    color: #fff;
    font-family: 'GazHvRegular';
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.services-wrp h2 {
    background-image: linear-gradient(276.53deg, rgba(153, 153, 153, 0.9216) 0%, rgba(242, 242, 242, 0.95) 6%, rgba(253, 253, 253, 0.9604) 28%, #E9E9E9 53%, #FAFAFA 62%, #FDFDFD 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 6px;
}
.services-wrp .service h4 {
    margin: 0;
}
.services-wrp .service a {
    padding: 16px 8px;
    color: #fff;
    display: block;
    border-bottom: 2px solid #FFFFFF;
    text-transform: uppercase;
    transition: color 0.3s ease;
    background: linear-gradient(360deg, #fff -68.12%, #fff 72.52%);
    -webkit-background-clip: text;
    background-clip: text;
}
.services-wrp .service:last-child a {
    border-bottom: none;
}
.services-wrp .service a:hover{
    color: transparent;
    background: var(--Yellow-Orange-Gradient);
    background-clip: text;
}
.single-blog .post-cnt h2 , .left-content-right-sidebar .left-content h2{
    margin-bottom: 25px;
}
.single-blog .post-cnt h3 , .left-content-right-sidebar .left-content h3{
    margin: 46px 0 17px;
    line-height: 35px;
}
.single-blog .post-cnt li , .left-content-right-sidebar .left-content li{
    font-family: 'Aeroport';
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-left: 33px;
}
.single-blog .post-cnt ul , .left-content-right-sidebar .left-content ul{
    margin-bottom: 31px;
}
.single-blog .post-cnt ul li::after , .left-content-right-sidebar .left-content ul li::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--Green-Gradient-2);
    display: inline-block;
    border-radius: 100%;
    left: 0;
    top: 12px;
}
.single-blog .post-cnt ol , .left-content-right-sidebar .left-content ol{
    list-style: none;
    counter-reset: my-counter;
    margin-bottom: 20px
}
.single-blog .post-cnt ol li , .left-content-right-sidebar .left-content ol li{
    position: relative;
    counter-increment: my-counter;
    padding-left: 33px
}

.single-blog .post-cnt ol li::before , .left-content-right-sidebar .left-content ol li::before{
    content: counter(my-counter) '.';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-family: 'AeroportBold';
    background: var(--Green-Gradient-2);
    -webkit-background-clip: text;
    color: transparent
}
.single-blog .post-cnt a, .left-content-right-sidebar .left-content a {
    text-decoration: underline;
    color: #009444;
    font-family: 'AeroportBold';
    text-underline-offset: 2px;
}
.single-blog .post-cnt a:hover, .left-content-right-sidebar .left-content a:hover {
    text-decoration: none;
}
.single-blog .post-cnt figure , .left-content-right-sidebar .left-content figure{
    box-shadow: 0px 4px 16px 0px #54545433;
    border-radius: 3px;
    overflow: hidden;
    margin: 65px 0 55px;
    max-width: 758px;
    margin-right: auto;
}
.left-content-right-sidebar .left-content figure{
    margin-bottom: 42px;
}
.single-blog .post-cnt figure img, .left-content-right-sidebar .left-content figure img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    max-height: 381px;
}
.single-blog .post-cnt h4, .left-content-right-sidebar .left-content h4 {
    margin: 49px 0 28px;
    max-width: 780px;
    margin-right: auto;
}

.cta-highlight h4 {
    margin-bottom: 11px;
    color: var(--White);
}
.cta-highlight .ctah-content {
    font-family: 'AeroportBold';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    color: var(--White);
}
.cta-highlight .black-btn {
    min-width: 1px;
    padding: 0 26px;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
}
.cta-highlight .black-btn:not(:last-child) {
    margin-right: 18px;
}

.sph-section {
    padding: 58px 0 65px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left 445px center !important;
    background-size: 78vw !important;
    background-position: left 34.76vw center !important;
    overflow: hidden;
}
.sph-section .sph-cnt-wrap{
    max-width: 530px;
    margin-right: auto;
}
.sph-section h1 {
    margin-bottom: 16px;
}
.sph-section .social-imgs {
    column-gap: 22px;
    margin-top: 22px;
}
.sph-section .social-imgs .rating-wrp {
    gap: 2px;
}
.sph-section .social-imgs .rating-wrp span {
    font-size: 45.91px;
    line-height: 39.58px;
}
section.sph-section .social-imgs .rating-wrp p {
    font-size: 11px;
    line-height: 17.41px;
    margin-left: -6px;
    margin-right: -6px;
    width: calc(100% + 12px);
}
.sph-section .green-btn {
    margin-top: 31px;
    min-width: 324px;
}

.left-content-right-sidebar{
    padding-top: 102px;
    padding-bottom: 10px;
    gap: 0 !important;
    margin-bottom: 0 !important;
}
.hero-home + .left-content-right-sidebar {
    padding-top: 0;
}
.left-content-right-sidebar .left-content {
    flex-basis: 70.7% !important;
}
.left-content-right-sidebar .right-sidebar {
    flex-basis: 29.3% !important;
}

.customer-reviews .review-overview {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    align-items: center;
}
.customer-reviews .review-overview p {
    font-weight: 800;
    margin: 0;
}
.customer-reviews .review-overview .review-left-wrap p {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.03em;
}
.customer-reviews .review-overview .review-rgt-wrap p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
}
.customer-reviews .review-overview .review-rgt-wrap span {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.02em;
}
.features-wrp.right-align-img .row{
    flex-direction: row-reverse;
}
.features-wrp.right-align-img .right-wrp {
    margin: 0 0 0 auto;
}

.page-title-wrp{
    padding-top: 57px;
}
.page-title-wrp h1 {
    text-align: center;
    position: relative;
    margin-bottom: 43px;
    padding-bottom: 15px;
}
.page-title-wrp h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 359px;
    margin: 0 auto;
    right: 0;
}
.post-list-sec {
    padding: 45px 0 40px;
    position: relative;
    z-index: 2;
}
.post-list-sec .ftr-post {
    padding-bottom: 66px;
}
.post-list-sec .ftr-post .blog-lists h2 {
    margin-bottom: 21px;
    text-align: center;
}
.post-list-sec .ftr-post .blog-lists .post-wrp {
    display: flex;
    flex-wrap: wrap;
    background: var(--Green-Gradient-2);
    overflow: hidden;
    box-shadow: 0px 1px 12px 0px #CACACA;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .img-wrp {
    max-width: 41.35%;
    width: 100%;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    position: relative;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .img-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .cnt-wrp {
    max-width: 58.65%;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 64px 62px 60px 59px;
    background: url(../images/blog-featured-bg.png) no-repeat center;
    background-size: cover;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .cnt-wrp .cnt-text{
    margin-left: 2px;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .cnt-wrp h3 {
    line-height: 30px;
    margin-bottom: 14px;
    color: #fff;
    font-family: 'AeroportBold';
    text-transform: none;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .cnt-wrp h3 a{
    color: inherit;
    display: block;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .cnt-wrp p {
    font-family: 'AeroportBold';
    color: #fff;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .cnt-wrp .black-btn {
    margin-top: 26px;
    min-width: 1px;
    padding: 0 28px;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
}
.post-list-sec .ftr-post .blog-lists .post-wrp .img-wrp span.post-date , .post-list-sec .posts-row .blog-lists .post-wrp .img-wrp  span.post-date{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    box-shadow: 0px 1px 12px 0px #CACACA05;
    background: #fff;
    border-radius: 2px 2px 0 0;
    font-family: 'AeroportBold';
    font-size: 22px;
    line-height: 19px;
    padding: 5px 27px 5px;
    width: max-content;
}
.post-list-sec .category-wrp {
    padding-bottom: 60px;
    text-align: center;
}
.post-list-sec .category-wrp h3 {
    margin-bottom: 11px;
    line-height: 35px;
}
.post-list-sec .category-wrp .category-dropdown {
    max-width: 886px;
    margin: 0 auto;
}
.post-list-sec .category-wrp .category-dropdown select {
    border-radius: 40px;
    border: 1px solid var(--Black)!important;
    padding: 11px 38px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: var(--Black) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/select-down.svg) !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 37px center !important;
    background-color: #FFFFFF !important;
    width: 100%;
}
.post-list-sec .category-wrp .category-dropdown select:focus-visible {
    outline: none;
}
.post-list-sec .category-wrp .category-dropdown select::placeholder{
    color: var(--Black) !important;
}
.post-list-sec .category-wrp .category-dropdown select option {
    background: var(--Black) !important;
    color: #fff !important;
    padding: 10px 38px !important;
    font-size: 16px !important;
    line-height: 32px !important;
}

.post-list-sec .posts-row h2 {
    text-align: center;
    margin-bottom: 24px;
}
.post-list-sec .posts-row .blog-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 32px;
    padding-bottom: 39px;
}
.post-list-sec .posts-row .blog-lists .post-wrp {
    box-shadow: 0px 0px 12px 0px #9C9C9C59;
    background: #FFFFFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: all 0.3s linear;
}
.post-list-sec .posts-row .blog-lists .post-wrp .img-wrp {
    position: relative;
    width: 100%;
    box-shadow: 0px 1px 12px 0px #CACACAD9;
}
.post-list-sec .posts-row .blog-lists .post-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
    max-height: 255px;
    min-height: 255px;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp {
    padding: 23px 28px 35px 21px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    position: relative;
    width: 100%;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/news-slider-bg.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s linear;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp .cnt-text{
    margin-left: 7px;
    position: relative;
    z-index: 2;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp .btn-wrp {
    margin-top: auto;
    position: relative;
    z-index: 2;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp h3 {
    font-family: 'AeroportBold';
    line-height: 30px;
    text-transform: none;
    margin-bottom: 7px;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp h3 a {
    color: inherit;
    display: block;
    transition: none;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp p {
    margin-bottom: 18px;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp .green-btn {
    min-width: 1px;
    padding: 0 28px;
}
.post-list-sec .posts-row .blog-lists .post-wrp:hover .cnt-wrp::after{
    opacity: 1;
}
.post-list-sec .posts-row .blog-lists .post-wrp:hover .cnt-wrp .cnt-text *{
    color: #fff;
}

.tcsl-section{
    padding: 20px 0 ;
    overflow: hidden;
}
.tcsl-section .tcsl-left-wrp , .tcsl-section .tcsl-rgt-wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.tcsl-section .tcsl-title h2 {
    margin-bottom: 33px;
}
.tcsl-section .tcsl-services-wrp {
    box-shadow: 0px 1px 12px 0px #CACACAD9;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    padding: 54px 42px 71px;
}
.tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 26px;
    row-gap: 12px;
}
.tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn h3{
    margin-bottom: 29px;
}
.tcsl-section .tcsl-services-wrp .black-btn {
    margin-top: 28px;
}
.tcsl-section .shadow-main {
    margin: 80px 0 110px;
}


.about-banner {
    padding: 55px 0 0;
}
.about-banner .row {
    align-items: center;
}
.about-banner h1 {
    position: relative;
    margin-bottom: 42px;
    padding-bottom: 15px;
    text-align: center;
}
.about-banner h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 413px;
    margin: 0 auto;
    right: 0;
}
.about-banner .img-wrp {
    max-width: 475.55px;
    margin-right: auto;
}
.about-banner .img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.team-slider {
    text-align: center;
    padding: 74px 0 50px;
}
.team-slider p {
    max-width: 576px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.team-slider .top-wrp {
    max-width: 1200px;
    margin: 0 auto;
}
.team-slider .team-list-wrp{
    margin-bottom: 7px !important;
}
.team-slider .slick-dots {
    bottom: -20px;
}
.team-slider .team-list-wrp .slick-list{
    max-width: 1168px;
    margin: 0 auto;
    max-width: 91.25vw;
}
.team-slider .slick-slider .slick-prev {
    left: -12px;
}
.team-slider .slick-slider .slick-next{
    right: -12px;
}
.team-slider .team-list-wrp .slick-track {
    display: flex;
}
.team-slider .img-wrp.slick-slide {
    margin: 14px 16px;
    box-shadow: 0px 4px 16px 0px #54545433;
    border-radius: 3px;
    overflow: hidden;
    height: auto;
}
.team-slider .img-wrp img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.news-slider-wrp .post-lists .post-wrp .cnt-wrp p a , .post-list-sec .ftr-post .blog-lists .post-wrp .cnt-wrp p a , .post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp p a{
    display: none;
}


.team-list {
    padding: 56px 0 52px;
}
.team-list h3 {
    text-align: center;
    margin-bottom: 25px;
}
.team-list .team-wrp {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 30px;
    justify-content: center;
}
.team-list .team-wrp .team-s {
    width: calc((100% - (35px * 3))/4 );
}
.team-list .team-wrp .team-s .list-itm{
    box-shadow: 0px 4px 14px 0px #0000002E;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    position: relative;
    transition: all 0.3s linear;
}
.team-list .team-wrp .team-s .list-itm::after{
    position: absolute;
    content: "";
    background: var(--Green-Gradient-2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s linear;
}
.team-list .team-wrp .team-s .team-img-wrp {
    box-shadow: 0px 4px 15px 0px #0000001A;
    position: relative;
    z-index: 2;
}
.team-list .team-wrp .team-s .team-img-wrp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team-list .team-wrp .team-s .team-cnt-wrap {
    padding: 14px 15px 35px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.team-list .team-wrp .team-s .team-cnt-wrap h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.team-list .team-wrp .team-s .team-cnt-wrap p {
    line-height: 20px;
    margin-bottom: 0;
}
.team-list .team-wrp .team-s:hover .list-itm *{
    color: #fff !important; 
}
.team-list .team-wrp .team-s:hover .list-itm::after{
    opacity: 1;
}
.team-list .modal-dialog .modal-content{
    padding-bottom: 37px;
}
.team-list .modal-dialog .modal-body {
    box-shadow: 0px 4px 14px 0px #0000002E;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 18px 22px 16px;
}
.team-list .modal-dialog .row-wrp {
    display: flex;
    flex-wrap: wrap;
}
.team-list .modal-dialog .left-pop {
    max-width: 45.45%;
    width: 100%;
}
.team-list .modal-dialog .left-pop .img-wrp{
    box-shadow: 0px 4px 15px 0px #0000001A;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}
.team-list .modal-dialog .left-pop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team-list .modal-dialog .right-pop {
    padding: 26px 15px 23px 44px;
    max-width: 54.55%;
    width: 100%;
    margin: auto;
}
.team-list .modal-dialog h4 {
    margin-bottom: 6px;
}
.team-list .modal-dialog span {
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 22px;
    display: block;
}
.team-list .modal-dialog p:last-child {
    margin-bottom: 0;
}
.apply-today {
    padding: 63px 0 0;
    text-align: center;
}
.apply-today h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 42px;
}
.apply-today h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 475px;
    margin: 0 auto;
    right: 0;
}
.apply-today + .tcri-section {
    padding-top: 70px;
}

.service-list h2{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 68px;
}
.service-list h2 span{
    display: inline-block;
}
.service-list h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 39px;
    background: url(../images/finance-yellow-line.svg) no-repeat center;
    background-size: contain;
    top: 100%;
    left: 0;
    max-width: 306px;
    margin: 0 auto;
    right: 0;
}
.service-list p {
    max-width: 620px;
    margin: 29px auto 32px;
}

.shadow-wrap {
   z-index: 1;
    position: relative;
    box-shadow: none;
    border-radius: 4px;
}
.shadow-main {
    position: relative;
}
.shadow-main::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 16px;
    background: var(--Yellow-Orange-Gradient);
    transform: rotate(45deg);
    box-shadow: 0px 1px 12px 0px rgba(202, 202, 202, 0.8509803922);
    border-radius: 4px;
    pointer-events: none;
}
header .logo {
    width: 294px;
}
.single-blog .post-cnt figure img, .left-content-right-sidebar .left-content figure img {
    object-position: top;
}

/*11-12-24*/

.team-slider .container-fluid {
    padding: 0;
}
.team-slider .team-list-wrp .slick-list {
    max-width: 100%;
    padding: 0 70px !important;
}
.team-slider .slick-slider .slick-next {
    right: 0;
}
.team-slider .slick-slider .slick-prev {
    left: 0;
}
/*.post-list-sec::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 280px;
    width: 100%;
    background: linear-gradient(180deg, rgb(243, 242, 238) 40%, rgba(239, 239, 239, 0) 100%);
    z-index: -1;
}*/

/*27-12-24*/
.service-list .service-list-wrp {
    justify-content: center;
}
.tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tcsl-section .tcsl-services-wrp .tcsl-services-wrp-inn .tcsl-services {
    width: calc((100% - 26px)/2);
}

.lirc-section ol , .lcri-section ol , .cms-text ol{
    list-style: none;
    counter-reset: my-counter;
    margin-bottom: 20px
}
.lirc-section ol li , .lcri-section ol li, .cms-text ol li {
    position: relative;
    counter-increment: my-counter;
    padding-left: 33px
}
.lirc-section ol li::before , .lcri-section ol li::before , .cms-text ol li::before{
    content: counter(my-counter) '.';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-family: 'AeroportBold';
    background: var(--Green-Gradient-2);
    -webkit-background-clip: text;
    color: transparent
}
.lirc-section ul , .lcri-section ul, .cms-text ul{
    margin-bottom: 20px;
}
.lirc-section ul li::after , .lcri-section ul li::after, .cms-text ul li::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--Green-Gradient-2);
    display: inline-block;
    border-radius: 100%;
    left: 0;
    top: 12px;
}
.lirc-section li , .lcri-section li, .cms-text li{
    font-family: 'Aeroport';
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-left: 33px;
    text-align: left;
}
.lirc-section li:empty , .lcri-section li:empty , .cms-text li:empty{
    display: none;
}
.lirc-section a, .lcri-section a , .cms-text a{
    text-decoration: underline;
    color: #009444;
    font-family: 'AeroportBold';
    text-underline-offset: 2px;
}
.lirc-section a:hover, .lcri-section a:hover , .cms-text a:hover{
    text-decoration: none;
}
.lirc-section .lirc-bcontent h3, .lcri-section .lcri-bcontent h3 {
    margin-top: 40px;
    margin-bottom: 17px;
}
.lirc-section .lirc-bcontent h2, .lcri-section .lcri-bcontent h2{
    margin-top: 40px;
    margin-bottom: 20px;
}
.contact-details .cd-wrp .cd-location a {
    white-space: nowrap;
    word-wrap: break-word;
}
.tcri-section p a{
    text-decoration: underline;
    color: #009444;
    font-family: 'AeroportBold';
    text-underline-offset: 2px;
}
.tcri-section p a:hover{
    text-decoration: none;
}

.cta-wrp::before{
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    right: 0;
    height: 280px;
    width: 100%;
    background: linear-gradient(180deg, rgb(243, 242, 238) 40%, rgba(239, 239, 239, 0) 100%);
    z-index: 1;
}
.service-list {
    position: relative;
    z-index: 2;
}
.lcri-section {
    z-index: 2;
}
.content>h1.page-main-title + .area-list-wrp {
    margin-top: 90px;
}
.tcsl-section {
    padding-bottom: 60px;
}
.news-slider-wrp .post-lists .post-wrp .cnt-wrp p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 104px; 
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cms-text {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}
.cms-text figure{
    box-shadow: 0px 4px 16px 0px #54545433;
    border-radius: 3px;
    overflow: hidden;
    margin: 30px 0 42px;
    width: 100%;
}
.cms-text figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 500px;
}
.cms-text h3 {
    margin: 30px 0 20px;
    text-align: left;
}
.cms-text h2{
    margin: 30px 0 30px;
}

.sph-section {
    position: relative;
    background-size: cover !important;
    background-position: center top !important;
    background-position: center !important;
}
.sph-section .container{
    position: relative;
    z-index: 2;
}
.sph-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(243, 242, 238) 30%, rgba(239, 239, 239, 0) 100%);
    background: linear-gradient(90deg, rgb(243, 242, 238) 20%, rgba(239, 239, 239, 0) 100%);
    z-index: 1;
}

.customer-reviews iframe.mobile{
    display: none !important;
}
.customer-reviews iframe:not(.mobile){
    display: block; !important;
}

header .btn:focus-visible {
    outline: none !important;
}
header .btn.black-btn:focus-visible , header .btn.black-btn:active{
    color: #0A0C0A !important;
}
header .btn.green-btn:focus-visible , header .btn.green-btn:active {
    color: #fff !important;
}


body.fixnav header {
    top: -28px;
}
/*body.fixnav .content{
    padding-top: 179px;
}*/
body.fixnav .solid-bg::after{
    top: 172px;
}
body.fixnav .contact-details::after{
    top: 172px;
}

.why-choose-section {
    padding: 60px 0;
    z-index: 10;
    position: relative;
}

.why-choose-title h2 {    margin-bottom: 20px;
    font-weight: bold;
    color: #0A0C0A;
}

.why-choose-subtitle {
    margin-bottom: 40px;
}

.why-choose-items {
    columns: 2;
    column-gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-items .why-choose-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
}

.why-choose-items .why-choose-item:before {
    content: "•";
    color: #28a745;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.why-choose-items .why-choose-item h3 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.why-choose-items .why-choose-item p {
    margin: 0;
    line-height: 1.6;
    color: #191919;
}

.full-image-section{
    padding: 60px 0;
}


.job-info{
    padding: 100px 0;
}

.jobs-icons-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.job-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  max-width: 200px;
  text-align: center;
}

.icon-with-green-bg {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  margin-bottom: 15px;
}

.job-icon-item .icon-with-green-bg{
    width: 150px;
    height: 150px;
}

.job-icon-item:hover .icon-with-green-bg {
  transform: scale(1.1);
}

.job-icon-item.active .icon-with-green-bg {
  opacity: 1;
  transform: scale(1.15);
  background: #0A0C0A;
  border: 1.5px solid #FEDA00;
}

.job-icon {
  max-width: 100%;
  height: 100%;
}

.job-icon-title {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  word-wrap: break-word;
  hyphens: auto;
}

.job-details-area {
  text-align: center;
  margin: 0 auto;
}

.job-detail {
  animation: fadeIn 0.3s ease-in-out;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(84, 84, 84, 0.20);
  padding: 60px 40px;
  text-align: left;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.job-description {
  margin: 20px 0;
}

.apply-button-wrp {
  margin-top: 30px;
}


.mobile-footerCta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0A0C0A;
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
  }
