@font-face { font-family: Lava Bold; src: url('../fonts/lava.ttf'); } 

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #181818;
    font-size: 16px;
    font-weight: 500;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

.lava{
    font-family: "Lava Bold", sans-serif;
}

p{
    line-height: 28px;
}

.btn:focus{
    box-shadow: none;
}

/*Header*/
.header{
    background: transparent;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
}

/*Main Nav*/
.main-nav{
    padding: 10px 0px 20px;
    position: relative;
    background-color: #FFFFFF;
}
.navbar-nav{
    gap: 37px;
}
.nav-link{
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nav-item .nav-link.active, 
.nav-item .nav-link:hover{
    color: #033CA3;
}

#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}          
.navbar-toggler:focus{
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.h-contact{
    display: flex;
    align-items: center;
    gap: 26px;
}
.btn-theme{
    border-radius: 5px;
    background-color: #033CA3;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px 28px;
    border: 2px solid #033CA3;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}
.btn.btn-theme:hover, 
.btn:first-child:active{
    background-color: #0453e3;
    color: #FFFFFF;
    border-color: #0453e3;
}
.header .btn-theme{
    padding: 14px 18px;
    border: 0px;
}
.contact-btn{
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s ease-in-out;
}
.contact-btn:hover{
    color: #033CA3;
}
.contact-btn svg{
    height: auto;
}
.contact-btn svg path{
    transition: all 0.3s ease-in-out;
}
.contact-btn:hover svg path{
    stroke: #033CA3;
}

/* close */
.navbar-toggler{
    padding: 0px;
    border: 0px;
}
.menu_toggle{
    width: 50px !important;
    height: 50px;
    padding: 9px 10px 9px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
    align-items: flex-end;
}
.menu_toggle span{
    height: 3px;
    width: 100%;
    background: #000000;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}
.menu_toggle span:nth-child(2){
    width: 75%;
}
.menu_toggle span:nth-child(3){
    width: 48%;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1){
    width: 90%;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check1:checked~.menu_toggle span:nth-child(2){
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3){
    width: 90%;
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
}
#check1{
    display: none;
}


/*Hero Section*/
.hero-sec{
    background-size: cover;
    background-position: center;
    padding: 120px 0 94px;
    position: relative;
}
.hero-sec::after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0.01%, rgba(0, 0, 0, 0.80) 14.39%, rgba(0, 0, 0, 0.63) 31.46%, rgba(0, 0, 0, 0.51) 43.13%, rgba(0, 0, 0, 0.00) 54.89%);
    position: absolute;
    top: 0;
    left: 0;
}
.hero-title{
    color: #FEFDFD;
    font-size: 55px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.hero-title .text-blue{
    color: #25A1F7;
}
.hero-text{
    color: #FEFEFE;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    max-width: 470px;
    margin-bottom: 34px;
}
.btn-sec{
    display: flex;
    align-items: center;
    gap: 24px;
}
.btn-theme.transparent-bg{
    background-color: transparent;
    border: 2px solid #FFFFFF !important;
}
.btn.btn-theme.transparent-bg:hover{
    border-color: #0453e3 !important;
}


/*Our Services*/
.our-services-sec{
    padding: 34px 0;
}
.small-title{
    color: #033CA3;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-bottom: 15px;
}
.our-services-sec .title{
    color: #181818;
    font-size: 31px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.62px;
}
.os-box{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #f3f3f6;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
}
.os-box .img-box{
    position: relative;
}
.icon-box{
    width: 72px;
    height: 72px;
    background-color: #033CA3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
}
.os-box .content-box{
    padding: 26px 22px 24px;
}
.sub-title{
    font-family: "Lava Bold", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.21px;
}
.os-box p:last-child{
    margin-bottom: 0px;
}

/*Need help navigation real estate decisions?*/
.light-blue-box{
    border-radius: 10px;
    background-color: #F1F5FE;
    padding: 30px 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.light-blue-box .text-box{
    padding-left: 10px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.light-blue-box .text-box .title{
    color: #181818;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 14px;
}
.light-blue-box .text-box p{
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 0px;
}
.light-blue-box .btn-theme{
    padding: 16px 38px;
}

/*WHERE WE OPERATE*/
.sec-pad{
    padding: 30px 0px;
}
.title{
    font-family: "Lava Bold", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}
.location-box{
    border-radius: 10px;
    border: 1px solid #F1F2F4;
    background-color: #FCFCFC;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.map-box{
    min-height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-box h3{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    margin-bottom: 5px;
}
.location-box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}
.location-details{
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.cust-gap{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.location-box .top-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.text-theme{
    color: #033CA3;
}
.lh-38{
    line-height: 38px;
}
.wccu-sec{
    display: flex;
    align-items: stretch;
    gap: 0px;
}
.wccu-box{
    padding: 0px 20px;
    border-left: 1px solid #ECEDF1;
    border-right: 1px solid #ECEDF1;
    flex: 1;
}
.wccu-sec .wccu-box:first-child{
    padding-left: 0px;
    border-left: 0px;
}
.wccu-sec .wccu-box:last-child{
    padding-right: 0px;
    border-right: 0px;
}
.wccu-box h4{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.wccu-box p{
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}

/*Make A Payment*/
.mp-box{
    border-radius: 10px;
    background-color: #081933;
    overflow: hidden;
}
.mp-box .img-box{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.mp-box .content-box{
    padding: 45px;
    padding-right: 20px;
}
.mp-box .small-title{
    color: #69C4F1;
    letter-spacing: 1.12px;
}
.mp-box .title{
    color: #FFF;
    font-size: 30px;
    margin-bottom: 15px;
}
.mp-box p{
    line-height: normal;
    margin-bottom: 34px;
    color: #FFFFFF;
}
.mp-box .btn-sec{
    gap: 20px;
    flex-wrap: wrap;
}
.mp-box .btn-theme{
    padding: 16px 20px;
}

/*Let’s Talk About Your Goals*/
.ltayg-box{
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    padding: 25px 180px 25px 152px;
    position: relative;
    overflow: hidden;
}
.ltayg-box::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #033CA3F2;
    position: absolute;
    top: 0;
    left: 0;
}
.ltayg-box .flex-box{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.btn-theme.btn-white{
    background-color: #FCFEFD;
    color: #033CA3;
    border-color: #FCFEFD;
    padding: 16px 14px;
    min-width: 278px;
}
.btn-theme.btn-white:hover{
    background-color: transparent;
    color: #FCFEFD;
    border-color: #FCFEFD;
}
.btn-theme.btn-white svg{
    height: auto;
}
.btn-theme.btn-white svg path{
    transition: all 0.3s ease-in-out;
}
.btn-theme.btn-white:hover svg path{
    stroke: #FCFEFD;
}
.ltayg-arrow{
    min-width: 100px;
}
.ltayg-box .flex-box .cb{
    display: flex;
    align-items: center;
    gap: 24px;
}
.cb .icon-box1{
    min-width: 96px;
    height: 96px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cb .title{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 17px;
}
.cb p{
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

/*About*/
.about-box{
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.about-box::after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0.02%, #FFF 54.34%);
    position: absolute;
    top: 0;
    left: 0;
}
.about-box .content-box{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.about-box .content-box p{
    color: #181818;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
    max-width: 379px;
}
.btn-theme.btn-bg-less{
    background-color: transparent;
    color: #004FC5;
    border-color: #004FC5;
    width: fit-content;
    padding: 16px 20px;
}
.btn-theme.btn-bg-less svg{
    height: auto;
}
.btn-theme.btn-bg-less svg path{
    transition: all 0.3s ease-in-out;
}
.btn-theme.btn-bg-less:hover svg path{
    stroke: #FFFFFF;
}

/*FAQ*/
.faq-box{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 28px 0 69px;
}
.accordion-item{
    border-top: 1px solid #EFF1F0 !important;
    border-bottom: 1px solid #EFF1F0 !important;
}
.accordion-button{
    padding: 10px 0;
    border: 0px !important;
    color: #181818 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    background-color: transparent !important;
    align-items: flex-start;
}
.accordion-button:focus{
    box-shadow: none;
    border: 0px !important;
}
.accordion-body{
    padding: 0 0 10px;
    border: 0px !important;
}
.accordion-button::after{
    background-image: url(../../img/icons/faq-arrow.svg) !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    margin-top: 9px;
    transition: all 0.4s ease-in-out;
}


/*Footer*/
.footer{
    background-color: #031835;
    padding: 20px 0;
}
.copyright-text{
    color: #FEFEFE;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.logo-sec{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.social-sec{
    display: flex;
    align-items: center;
    gap: 28px;
}
.social-box{
    transition: all 0.3s ease-in-out;
}
.social-box:hover{
    transform: translateY(-10px);
}
.f-contact-sec{
    width: 100%;
    border-left: 1px solid #434343;
    border-right: 1px solid #434343;
    padding: 8px 38px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fcs-box{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #FEFEFE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
}
a.fcs-box:hover{
    color: #25A1F7;
}
.fcs-box svg path{
    transition: all 0.3s ease-in-out;
}
a.fcs-box:hover svg path{
    stroke: #25A1F7;
}
a.fcs-box svg{
    min-width: 24px;
    margin-top: -1px;
}


.bold{
    font-family: "Century-Gothic-Bold", sans-serif;
}

.z-1{
    position: relative;
    z-index: 1;
}
:root {
    scroll-padding-top: 116px;
}