/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
*/
body{font-family: 'Open Sans', sans-serif;font-size: 16px;font-weight: 400;line-height: 26px;color: #3B3E43;padding-top: 125px;}
img{max-width: 100%; height: auto;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color: #3B3E43;}
a{text-decoration: none;}

.gray_bg{background-color: #F1F1F1;}
.darkblue_bg{background-color: #202B31;}
.lightblue_bg{background-color: #274472;}
.white_bg{background-color: #FFFFFF;}
.heading-black{color: #3B3E43;}
.heading-lightgreen{color: #CCD67F;}

.default-btn.white_bg svg,
.default-transition {transition: all 0.3s ease;}
.default-btn {align-items: center; gap: 12px; background-color:#274472; display: inline-flex;    padding: 9px 30px 11px;border-radius: 26px;color: #fff;font-weight: 400;text-decoration: none;font-size: 16px;line-height: 28px;transition: all 0.3s ease;}
.default-btn:hover{background-color: #CCD67F;}
.default-btn svg{fill: #fff;width: 11px;}
.default-btn.transparent_bg{background-color: transparent;color: #274472;border: 1px solid transparent;}
.default-btn.transparent_bg:hover{border-color:#274472;}
.default-btn.white_bg{background-color: #fff;color: #3B3E43;font-weight: 600;}
.default-btn.white_bg svg{fill: #3B3E43;}

.hightlight-color{color: #CCD67F;}
.default-btn.white_bg:hover{background-color: #274472;color: #fff;}
.default-btn.white_bg:hover svg{fill: #fff;}

#header-section {position: fixed;top: 0;left: 0;right: 0;z-index: 99;}
#header-section.menu-fixed {background-color: #fff;box-shadow: 0px 3px 5px rgba(0,0,0,0.1);}
#header-section.menu-fixed .navbar .navbar-nav .nav-item .nav-link {padding: 25px 15px;}
#header-section.menu-fixed .navbar-brand img {max-width: 170px;}
#header-section .navbar .navbar-nav .nav-item .nav-link {font-size: 16px; color: #646A72;margin: 0 15px;font-weight: 600;padding: 50px 15px;transition: all 0.3s ease;}
#header-section .navbar .navbar-nav .nav-item .nav-link:hover,
#header-section .navbar .navbar-nav .nav-item .nav-link.active{color: #274472;}
#header-section .navbar .navbar-nav .dropdown-menu {padding: 0;border: none;border-radius: 0;margin-top: -0.5px;box-shadow: 0px 3px 5px rgba(0,0,0,0.15);}
#header-section .navbar .navbar-nav .dropdown-toggle::after { display: none;}
#header-section .navbar .navbar-nav .dropdown-toggle svg {fill: #646A72;width: 21px;height: 21px;transition: all 0.3s ease;}
#header-section .navbar .navbar-nav .dropdown-toggle:hover svg{fill: #274472;}
#header-section .navbar .navbar-nav .dropdown-menu .dropdown-item {width: 380px;font-size: 14px;line-height: 22px;font-weight: 700;word-wrap: break-word;white-space: normal;border-bottom: 1px solid #f0f0f0;padding: 18px 20px;}
#header-section .navbar .navbar-nav .dropdown-menu li:last-of-type .dropdown-item{border-bottom: none;}
#header-section .navbar .navbar-nav .dropdown-menu .dropdown-item:hover{background-color: #274472;color: #fff;}
#header-section .navbar .navbar-nav .dropdown-menu .dropdown-item .mega-menu-description{display: block;font-weight: 500;font-size: 13px;}
#header-section .navbar-toggler-icon svg {width: 30px;height: 30px;}
.header-right{display: flex;gap: 30px;align-items: center;margin-left: 35px;}
.dropdown-menu[data-bs-popper] {
    top: 99%;
}
.home-banner-section {position: relative;background-color: #F1F1F1;}
.home-banner-content {padding-top: 10vw;padding-bottom: 13vw;}
.home-banner-content h1{font-family: 'Poppins', sans-serif;color: #274472;font-size: 72px;font-weight:800;line-height: 84px;text-transform: uppercase;}
.home-banner-content p {font-size: 20px;font-weight: 500;font-family: 'Montserrat', sans-serif;line-height: 30px;color: #646A72;}
.home-banner-content ul {font-size: 20px;font-weight: 500;font-family: 'Montserrat', sans-serif;line-height: 30px;color: #646A72;}
.home-banner-section .home-banner-image{position: absolute;right: 0;top: 0;bottom: 0;padding: 0;}
.home-banner-section .home-banner-image img {width: 100%;height: 100%;object-fit: cover;object-position: left;}
.imgleft_layout.home-banner-section .home-banner-image{right: auto; left: 0;}
.imgleft_layout.home-banner-section .home-banner-content {padding-right: 20px;padding-left: 50px;position: relative;left: 50%;}
.imgleft_layout.home-banner-section .home-banner-content.col-md-7{left: 43%;}

.imgright_layout.home-banner-section .home-banner-content {padding-right: 20px;padding-left: 15px;position: relative;}
.imgright_layout.home-banner-section .home-banner-content{width: 55%;}
.imgright_layout.home-banner-section .home-banner-image{width: 45%;}


.home-banner-content a {margin-top: 40px;}
.home-banner-content .transparent_bg.default-btn{margin-left: 15px;}
.banner_overlay::before{
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.48);
    inset: 0;
    pointer-events: none;
}
#videopopup_btn{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    cursor: pointer;
    width: 110px;
}
#videopopup iframe {
    aspect-ratio: 16/9;
}
#videopopup .btn-close {
    position: absolute;
    top: -30px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
    right: 0;
    font-size: 16px;
    padding: 7px;
}




.cta-section{background: transparent linear-gradient(259deg, #C6D64D 0%, #8A9A10 100%) 0% 0% no-repeat;padding: 100px 0;text-align: center;}
.cta-section h3{font-family: 'Poppins', sans-serif;font-size: 60px;font-weight: 700;color: #fff;margin-bottom: 25px;}
.cta-section p{color: #fff;}
.cta-section .default-btn.white_bg{margin-top: 20px;}

.section-header{margin-bottom: 80px;}
.section-header h2 {font-size: 51px;
    line-height: 80px;font-weight: 700;font-family: 'Poppins', sans-serif;}
.section-header p {font-size: 18px;}
.heading-white{color: #fff;}

.productbox-section{padding: 110px 0 150px;}
.productbox-section .section-header h2{margin-bottom: 30px;}
.product-wrapper{display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 24px;}
.productbox {padding: 70px 35px 35px;background-color: rgba(255,255,255,0.95);box-shadow: 0px 3px 26px #F1F2F226;border-radius: 30px;transition: all 0.3s ease;}
.productbox svg{fill: #274472;margin-bottom: 30px;transition: all 0.5s ease;}
.productbox h4 {color: #202B31;font-size: 23px;line-height: 33px;font-weight: 600;}
.productbox p{color: #FEFFFB;opacity: 0;transition: all 0.5s ease;transition-delay: 0.05s;margin-bottom: 0;}
.productbox:hover{background: transparent linear-gradient(180deg, #C6D64D 0%, #8A9A10 100%) 0% 0% no-repeat;}
.productbox:hover svg{fill: #fff;}
.productbox:hover h4{display: none;}
.productbox:hover p {opacity: 1;}

.timeline-section {padding: 100px 0 150px;}
.timeline-section .section-header p {color: #646A72;padding: 0 8vw;margin-bottom: 0;}

.agent-section{padding: 150px 0;}
.agent-section .section-header h3{color: #CCD67F;font-size: 55px;line-height: 65px;margin-bottom: 20px;}
.agent-section .section-header p{color: #fff;font-size: 30px;line-height: 40px;}
#agent-carousel img{border-radius: 18px;opacity: 0.98;}
#agent-carousel.owl-theme .owl-nav {margin: 0;left: 0;right: 0;color: #fff;}
#agent-carousel.owl-theme .owl-nav .owl-prev,#agent-carousel.owl-theme .owl-nav .owl-next{margin: 0;position: absolute;top: 50%;transform: translateY(-50%);}
#agent-carousel.owl-theme .owl-nav .owl-prev {left: -30px;right: auto;}
#agent-carousel.owl-theme .owl-nav .owl-next {right: -30px;left: auto;position: absolute;margin: 0;}
.owl-theme .owl-nav [class*=owl-]:hover{background-color: transparent; color: #8A9A10;}


.type-post .testimonial-image {
    width: 90px; 
    height: 130px; 
    border-radius: 50%; 
    object-fit: cover; 
    margin-right: 15px; 
    display: inline-block; 
}

.testimonial-section{padding: 100px 0;}
.testimonial-block{max-width: 950px;margin: 0 auto;}
.testimonial-block h3{font-size: 35px;font-weight: 600;line-height: 45px;margin-bottom: 30px;margin-top: 50px;color: #3B3E43;}
.testimonial-block h4 {font-size: 25px;font-weight: 700;line-height: 35px;color: #3B3E43;margin-bottom: 30px;}
.testimonial-block p{color: #898D92;font-size: 22px;margin-bottom: 0;}

#testimonial-carousel.owl-theme .owl-nav {
    margin: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#testimonial-carousel.owl-theme .owl-nav .owl-prev,
#testimonial-carousel.owl-theme .owl-nav .owl-next {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

#testimonial-carousel.owl-theme .owl-nav .owl-prev {
    background: url("../images/icon-arrow-left-circle.svg") no-repeat;
    background-size: 100%;
    width: 26px;
    left: -60px; 
    right: auto;
}

#testimonial-carousel.owl-theme .owl-nav .owl-next {
    right: -60px; 
    left: auto;
    background: url("../images/icon-arrow-left-circle.svg") no-repeat;
    background-size: 100%;
    transform: scaleX(-1);
    width: 26px;
}

.client-section{padding: 30px 50px;}
#client-carousel{display: flex;align-items: center;}
#client-carousel.owl-carousel .owl-item img{width: auto;margin: 0 auto;}
#client-carousel .owl-stage{display: flex;justify-content: center;align-items: center;}

.news-article-section {padding: 100px 0 150px;overflow: hidden;}
.news-article-section .section-header p{color: #646A72;}
.type-post{background-color: #fff;border-radius: 20px 20px 15px 15px;max-width: 100%;}
.type-post .postimg img{border-radius: 20px 20px 10px 10px;}
.type-post .post-details{padding: 20px 25px;box-shadow: 0px 5px 5px #03030308;height:465px;display: flex; flex-direction:column}
.type-post .post-meta{display: flex;justify-content: space-between;margin-bottom: 5px;}
.type-post .post-meta p{font-size: 18px;line-height: 28px;font-weight: 300;}
.type-post p{color: #949495;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;}
.type-post .post-date p{display: flex;}
.type-post .post-date img{width: 16px;}
.type-post .post-details h3{font-size: 23px; font-weight: 600; line-height:36px; color: #191932;margin-bottom: 15px;max-width: 100%;}
.type-post .post-details p{height: 100%}
/*#news-article-wrapper.owl-theme .owl-nav {margin: 0;left: 0;right: 0;color: #fff;}
#news-article-wrapper.owl-theme .owl-nav .owl-prev,
#news-article-wrapper.owl-theme .owl-nav .owl-next{
    margin: 0;position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;
}
#news-article-wrapper.owl-theme .owl-nav .owl-prev {
    background: url("../images/icon-arrow-left-circle.svg") no-repeat;
    background-size: 100%;
    width: 26px;
    left: -60px;
    right: auto;
}
#news-article-wrapper.owl-theme .owl-nav .owl-next {
    right: -60px;
    left: auto;
    background: url("../images/icon-arrow-left-circle.svg") no-repeat;
    background-size: 100%;
    transform:scaleX(-1);
    width: 26px;
}
*/

.view-all {
    align-items: center; 
    display: block;
    margin: 20px auto; 
    padding: 10px 20px; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    background-color: #CCD67F; 
    color: #202B31; 
    text-align: center; 
    font-size: 16px;
    font-weight: bold; 
}

.pagebanner-section{display: grid;grid-template-columns: 45% 55%;align-items: center;}
.pagebanner-content {padding: 0 10vw 0 4vw;}
.ctalisting-box h3,
.cta-section2 h2,
.pagebanner-section h1{font-size: 60px;line-height: 85px;font-weight: 700;color: #274472;font-family: 'Poppins', sans-serif;margin-bottom: 30px;}

.cta-section2{padding-top: 13vw;padding-bottom: 16vw;background-color: #202B31;}
.cta-section2 p{max-width: 900px;margin: 0 auto;}
.cta-section2 p,.cta-section2 h2{color: #fff;}



.ctalisting-section{padding: 5vw 0;}
.ctalisting-box{margin-bottom: 50px;}
.ctalisting-box h3{margin-bottom: 10px;}
.ctalisting-box p{font-size: 26px;line-height: 38px;color: #646A72;}


.layout2.home-banner-section{grid-template-columns: 55% 45%;}
.layout2 .home-banner-content {padding-right: 10vw;padding-bottom: 150px;padding-top: 120px;}
.layout2 .home-banner-content h1{font-size: 54px; line-height:70px;text-transform: inherit;font-weight: 700;margin-bottom: 30px;}
.layout2 .home-banner-content p{color: #274472;font-size: 25px;line-height: 38px;}
.layout2 .home-banner-content ul{color: #274472;font-size: 22px;line-height: 34px;}


.layout_alt.layout2.home-banner-section{overflow: hidden;}
.layout_alt.layout2.home-banner-section .home-banner-content{order: 2;padding-left: 7vw;padding-right: 6vw;}
.layout_alt.layout2 .home-banner-content p{font-size: 20px; line-height: 30px;}


.playout2 .section-header p{color: #fff;}
.playout2 .product-wrapper{grid-template-columns: repeat(4,1fr);margin: 0 auto;}
//.playout2 .product-wrapper{grid-template-columns: repeat(5,1fr);}
.playout2 .productbox{padding: 40px 25px 50px;}
.playout2 .productbox h4{font-size: 22px;color: #202B31;font-weight: 700;margin-bottom: 15px;}
.playout2 .productbox p{opacity: 1;color: #646A72;font-size: 18px;line-height: 30px;}
.playout2 .productbox:hover p{color: #646A72;}
.playout2 .productbox:hover h4 {display: block;color: #202B31;}
.playout2 .productbox:hover{background: rgba(255,255,255,0.99);}
.playout2 .productbox:hover svg {fill: #274472;}

.benefits-section{padding: 120px 20px 180px;}
.easytogo-section .section-header h3,
.benefits-section .section-header h3 {font-size: 60px;line-height: 70px;color: #202B31;}
.benefits-section.darkblue_bg .section-header h3 {color: #fff;}
.benefits-block{background-color: rgba(255,255,255,0.95);padding: 50px 50px 80px;box-shadow: 0px 3px 26px #F1F2F226;border-radius: 30px;}
.benefits-block h3 {
    color: #202B31;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 40px;
}
.benefits-block ul {
    padding: 0;
    columns: 2;
    gap: 30px;
}
.leadership-content ul li,
.benefits-block ul li{
    list-style: none;
    color: #202B31;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
}
.leadership-content ul li::before,
.benefits-block ul li::before{
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    background: url("../images/icon-check.svg") no-repeat;
    width: 19px;
    height: 14px;
    display: inline-block;
    background-size: 100%;
    margin-right: 18px;
}


.easytogo-section{
    padding: 7vw 20px 10vw;
}
.easytogo-section .container{
    max-width: 80%;
    color: #fff;
}
.easytogo-section .container p {
    font-size: 31px;
    line-height: 40px;
    color: #F3F4F4;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.easytogo-section .section-header h3{color: #fff;line-height: 75px;}
.easytogo-wrapper{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    text-align: center;
    grid-gap: 50px;
}
.easytogo-imgbox{
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 90px;
    background-color: #fff;
    margin-bottom: 40px;
}
.easytogo-wrapper .easytogo-box p {
    color: #FEFFFB;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    text-transform: inherit;
    margin-bottom: 0;
}

.alt_easytogo.easytogo-section .section-header h3{color: #202B31;}
.alt_easytogo.easytogo-section .container{max-width: 1130px;}
.alt_easytogo .easytogo-imgbox{background-color: #274472;}
.alt_easytogo .easytogo-wrapper{grid-template-columns: repeat(5,1fr);grid-gap: 40px;}
.alt_easytogo.easytogo-section .container p,
.alt_easytogo .easytogo-wrapper .easytogo-box p {color: #3B3E43;margin-bottom: 0;}
.alt_easytogo .easytogo-wrapper{margin-top: 60px;}


.leaderhip-section {display: grid;grid-template-columns: 48% 52%;}
.leadership-content{padding: 9vw 15vw 7vw 50px;}
.leadership-content h3{font-family: 'Poppins', sans-serif;color: #fff;font-size: 50px;font-weight: 700; line-height: 60px;}
.leadership-content ul{padding: 0;margin-top: 40px;}
.leadership-content ul li{color: #fff;margin-bottom: 20px;}
.leadership-img {
    background: url("../images/leadership-thumb.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.leadership-content .default-btn {
    margin-top: 30px;
    margin-left: 40px;
    background-color: #fff;
    color: #274472;
    font-weight: 600;
}
.leadership-content .default-btn svg{fill: #274472;}
.leadership-content .default-btn:hover {background-color: #C6D64D;color: #fff;}
.leadership-content .default-btn:hover svg{fill: #fff;}



.cashbuy_layout .home-banner-content {padding-right: 50px;}
.theprocess-section{padding: 80px 0 80px 0;}
.theprocess-block{padding-left: 220px;position: relative;margin-bottom: 50px;}
.theprocess-box{
    display: inline-flex;
    height: 170px;
    width: 170px;  
    position: relative;
    justify-content: center;
    position: absolute;
    left: 0;
}
.theprocess-box::before{
    position: absolute;
    content: "";
    inset: 0;
    background-color: #fff;
    border-radius: 0px 90px 90px 90px;
    transform: matrix(0.6, -0.6, 0.6, 0.6, 0, 0);
    height: 170px;
    width: 170px;  
}
.theprocess-section .container {
    position: relative;
}
.theprocess-section .container::before{
    position: absolute;
    content: "";
    left: -25px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 13px;
    border-radius: 10px;
}
.theprocess-box img{
    position: relative;
    z-index: 2;
    width: 55px;
}
.theprocess-content{
    background-color: #fff;
    padding: 50px 50px;
    border-radius: 30px;
    border: 1px solid #707070;
}
.theprocess-content h3 {
    font-size: 24px;
    line-height: 40px;
    color:#3B3E43;
    font-weight: 700;
}
.theprocess-content p span {
    position: relative;
    color: #3B3E43;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
}
.theprocess-content p {
    position: relative;
    color: #3B3E43;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
}

.cash_layout .section-header h3 {
    color: #000;
    max-width: 850px;
    margin: 0 auto;
}
.cash_layout .product-wrapper {
    grid-template-columns: repeat(4,1fr);
    max-width: 1300px;
    margin: 0 auto;
} 




.footer-section{padding: 110px 15px 30px;background-color: #1E1F21;word-wrap: break-word;}
.footer-logo-box{padding-left: 150px;}
.footer-logo{margin-bottom: 30px;display: block;}
.footer-box h3 {color: #fff;font-size:24px; font-weight: 700;margin-bottom: 25px;}
.footer-box p a,.footer-box p {color: #FFF6F2;text-decoration: none;transition: all 0.3s ease-in-out;font-family: 'Poppins', sans-serif;}
.footer-social a{transition: all 0.2s ease-in-out;}
.footer-logo-box.footer-box h3{margin-bottom: 10px;}
.footer-social svg{fill: #fff;transition: all 0.3s ease-in-out;}
.flist-details p:hover svg,.footer-social a:hover svg{fill: #CCD67F;}
.footer-social{display: flex;gap: 25px;}
.footer-box p a:hover{color: #CCD67F;}
.footer-box p >img{margin-right: 10px;}
.flist-box p img{float: left;}
.flist-details p{position: relative;padding-left: 35px;}
.flist-details p svg{position: absolute;left: 0;top: 5px;fill: #fff;transition: all 0.3s ease-in-out;}
.fshort-intro{max-width: 410px;margin-bottom: 40px;}
.copyright-text{color: #fff; font-weight: 500;font-size: 15px;margin-bottom: 0;padding-top: 25px; margin-top: 60px;border-top: 1px solid #363636;}
.copyright-text a{transition: all 0.3s ease-in-out; color: #fff;}
.copyright-text a:hover{color:#8A9A10;}
.nmls-text{color: #fff; font-weight: 500;font-size: 15px;}