@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/* Common CSS structure */
body {
    font-family: "Source Sans 3", serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    background-color: #f8f5f2;
    color: #676d6f;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", serif;
    margin-top: 0px;
    font-weight: 600;
    color: #2d2f30;
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    line-height: 1.1;
    letter-spacing: 0;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-size: 20px;
}
a {
    font-family: "Source Sans 3", serif;
    color: #0e90c1;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn {
    padding: 12px 26px 10px 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 5px;
}
.h-48 {height: 48px;}

/* Navigation CSS structure */
.navbar-toggler{background: #cbcbcb57;}
.navbar-toggler-icon {filter: invert();}
.nav-top {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 8px;
    text-transform: none;
    font-family: "Source Sans 3", serif;
    font-weight: 900;
    position: relative;
    z-index: 99;
}
nav ul > li.has-sub > a {
    padding-right: 30px;
}
nav ul > li.has-sub > a {
    padding-right: 30px;
}
.bg-dark {
    --bs-bg-opacity: .8;
}
.navbar-expand-lg {
    background-color: transparent;
    border-bottom: 1px solid #545454;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    margin-bottom: 0px;
    border-radius: 0px;
}
nav ul > li > a {
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    letter-spacing: 1px !important;
    font-family: 'Raleway', sans-serif !important;
}
nav ul > li > a.nav-link {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
nav ul, nav ul li, nav ul li a, nav #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #000;
    border-radius: 0;
    padding: 0;
    margin-top: 8px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {padding: 0 !important; font-size: 11px !important; color: #989999 !important;}
.navbar-expand-lg .navbar-nav .dropdown-item:hover {color: #00cb8b !important; background-color: transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li {padding: 15px 17px; border-bottom: 1px solid #494747;}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child {border-bottom: none;}
nav .btn-secondary {
    background-color: #ec6b08;
    color: #fff;
    border-bottom: 2px solid #c45704 !important;
}
nav .btn {
    padding: 15px 20px 15px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Source Sans 3", serif;
    border: transparent;
}
nav .navigation-v1 a.btn-block {
    margin-bottom: 0;
}
.carousel-inner .carousel-item h1 {font-weight: 300;}
.carousel-inner .carousel-item img {height: 780px; object-fit: cover;}
.welcome-text {font-size: 12px; color: #77787e; margin: 0; text-transform: uppercase; line-height: 2;}
.call-text {color: #fff; font-size: 12px; padding-right: 20px; margin: 0;text-transform: uppercase;}
.mail-text {font-size: 12px; padding-right: 25px; text-transform: uppercase;}
.mail-text a {color: #00cb8b;}
.search-icon {
    font-size: 12px;
    top: 0px;
    position: absolute;
    width: 100%;
    right: 0px;
}
.searchbox-icon {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 99;
}
.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
/* What Makes Us CSS structure */
.why-choose li {list-style-type: none; border-left: 1px solid #e0dad2; border-right: 1px solid #e0dad2; margin-top: 50px; padding: 40px;}
.why-choose li:first-child {
    border-left: 0;
    border-right: 0;
}
.why-choose li:last-child {
    border-left: 0;
    border-right: 0;
}
.why-choose h3 {text-transform: uppercase;}
.why-choose .feature .feature-icon {
    color: #6b42bc;
    /* font-size: 52px; */
    margin: auto;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;

    &.margin-inherit {
        margin: inherit;
        margin-bottom: 20px;
    }

    & img {
        width: 100%;
        height: 100%;
    }
}
.what-make {background-color: #f0ebe6; ; padding: 70px 0;}
.what-make h2 {text-align: center; text-transform: uppercase;}
.what-make .title-text {
    display: flex;
    justify-content: center;
}
.what-make .title-wrapper {
    width: 50%;
    text-align: center;
}
.what-make .super-lead {
    font-style: italic;
    font-size: 21px;
    font-weight: 500;
    color: #2d2f30;
    line-height: 32px;
}
.what-make .feature p {
    font-size: 16px;
}
.sub-text-wrapper {
    line-height: 27px;
    font-family: "Source Sans 3", serif;
}
/* About CSS structure */
.about-block {
    padding: 80px;
    background-color: #fff;
    margin-bottom: -120px;
}
.about-block .lead {font-weight: 700; font-size: 16px; line-height: 1.5;}
.about-block p {line-height: 1.5;}
.about-block h2 {text-transform: uppercase; text-align: left;}
.about-link {background-color: #00cb8b; border: 1px solid #00cb8b; color: #fff; border-bottom: 2px solid #01ba80;}
.about-link:hover {background-color: #ffff; border: 1px solid #00cb8b; border-bottom: 2px solid #01ba80;}
.history-link {background-color: #6840b3; color: #fff; border: 1px solid #6840b3; border-bottom: 2px solid #5b35a8;}
.history-link:hover {background-color: #ffff; border: 1px solid #6840b3; border-bottom: 2px solid #5b35a8;}
/* Slider CSS structure */
.slider-wrapper {position: relative; z-index: 100;}
.slider-wrapper .header-sticky {position: sticky; z-index: 1000;}
.slider-wrapper .carousel {margin-top: -67px;}
.slider-wrapper .wrapper-bg {
    background-color: rgba(0, 0, 0, .3);
    height: -webkit-fill-available;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none;
}
.slider-wrapper .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    z-index: 100;
    margin: auto 0;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    /* padding-top: 150px; */
}
.slider-wrapper .carousel-caption h1 {
    color: #fff;
}
.slider-wrapper .carousel-caption p {
    font-family: "Source Sans 3", serif;
    color: #fff;
    font-size: 18px;
}
.slider-wrapper .carousel-control-next, .carousel-control-prev {
    z-index: 100;
    width: 5%;
}
.slider-wrapper .carousel-indicators {
    z-index: 1000;

    & [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 8px;
        margin-left: 8px;
        cursor: pointer;
    }
}
.slider-wrapper .carousel-caption .btn {
    background-color: rgb(0, 203, 139);
    font-family: "Source Sans 3", serif;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    border-color: rgb(0, 203, 139);
    border-style: solid;
    border-width: 1px;
    padding: 15px 20px;
}
.slider-wrapper .header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.3s ease;
    background-color: transparent;
    z-index: 99999;
}
.slider-wrapper .bg-dark {opacity: 1;}
.tax-solution {padding: 80px 0; overflow-x: hidden;}
.tax-solution h2 {text-align: center;}
.tax-solution p {font-size: 18px; text-align: center;}
.tax-solution .text-wrapper {display: flex; justify-content: center;}
.tax-solution .sub-text-wrapper {
    width: 50%;
    text-align: center;
}

/* Services CSS structure */
.service-block {min-height: 220px;}
.service-block .service-img {overflow: hidden; height: 250px;}
.service-block .service-img img {width: 100%; height: 250px; object-fit: cover; transition: .3s;}
.service-block .service-img img:hover {width: 100%; height: 250px; object-fit: cover; transform: scale(1.2); transition: .3s;}
.service-desc {padding: 40px; background-color: #fcfcfc;}
.service-desc p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    font-size: 16px;
}
.service-desc h3 > .heading-title {
    font-family: "Raleway", serif;
    color: #2d2f30;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.show-link {
    position: relative;
    color: #6b42bc;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    margin-top: 15px;
}

/* Tax Solutions CSS structure */
.tax-solution .link-text {background-color: #fcfcfc; padding: 30px;}

/* Insight Tax Solution CSS structure */
.insight {background-color: #fcfcfc; padding: 80px 0;}
.insight h2 {text-align: center;}
.insight p {font-size: 18px; text-align: center;}
.insight .text-wrapper {display: flex; justify-content: center;}
.insight .sub-text-wrapper {
    width: 50%;
    text-align: center;
}
.insight .nav-pills {border-bottom: 1px solid #e9e8e5;}
.insight .nav-pills .nav-link {font-size: 14px; color: #2d2f30; text-transform: uppercase; font-family: 'Poppins', sans-serif; padding: 20px 15px; font-weight: 600;}
.insight .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0a759d;
    background-color: transparent;
    border-bottom: 1px solid #0a759d;
    border-radius: 0;
}
.insight .insight-section {border: 1px solid #e9e8e5; margin-top: 30px;}
.insight .insight-section .tab-content {padding: 30px; text-align: left;}
.insight .insight-section p {text-align: left; font-size: 18px;}

/* Meet The Expert CSS structure */
.expert {background-color: #0e92c3; overflow-x: hidden;}
.expert img {height: 580px; object-fit: cover;}
.expert ul li {list-style-type: none; border-left: 5px solid #fcfcfc; border-right: 5px solid #fcfcfc;}
.expert ul li:first-child  {border-left: none; border-right: none;}
.expert ul li:last-child  {border-left: none; border-right: none;}
.expert ul {padding-left: 0; margin-bottom: 0;}
.expert h2 {color: #fff;}
.expert p {font-size: 18px; color: #fff;}
.expert .content-align {padding: 0 120px;}
.expert .btn-link-invers {
    color: #91cce2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
/* Advisor CSS structure */
.advisor-bg {
    padding: 120px 0 80px 0;
} 
.advisor-bg h2 {
    text-align: center;
    text-transform: uppercase;
}
.advisor-bg .text-wrapper {
    display: flex;
    justify-content: center;
}
.advisor-bg .sub-text-wrapper {
    width: 50%;
}
.advisor-bg .sub-text-wrapper p {
    font-size: 18px;
    text-align: center;
}
.advisor-bg .team-management {margin-top: 50px;}
.advisor-bg .team-management .team-img {
    overflow: hidden;
    height: 300px;
}
.advisor-bg .team-management .team-img img {width: 100%; height: 300px; object-fit: cover; margin-bottom: 15px; transition: .3s;}
.advisor-bg .team-management .team-img img:hover {transform: scale(1.2); transition: .3s;}
.advisor-bg .team-management h3 {text-transform: uppercase; margin: 15px 0;}
.advisor-bg .team-management h3 a {color: #303136;}
.advisor-bg .team-management p {text-transform: uppercase; margin-top: 15px 0; font-size: 14px; font-weight: 600;}


/* What Client Says CSS structure */
.clients {padding: 80px 0;}
.clients h2 {text-align: center; text-transform: uppercase;}
.clients p {font-size: 16px; text-align: center; margin-top: 7px;}
.clients .text-wrapper {display: flex; justify-content: center;}
.clients .sub-text-wrapper {
    width: 50%;
    text-align: center;
}
.clients .testimonial-section {
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 8px 8px 0px 0px rgba(234, 232, 228, 1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(234, 232, 228, 1);
    box-shadow: 8px 8px 0px 0px rgba(234, 232, 228, 1); */
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: -1;
}
.clients .testimonial-section .testimonial-text p {
    font-size: 18px;
    color: #333;
    font-style: italic;
    line-height: 1.8;
    position: relative;
    z-index: -1;
    text-align: center;
}
.clients .testimonial-quote {
    text-align: center;
    font-size: 34px;
    color: #e3ddd7;
    margin-bottom: 30px;
}
.clients .testimonial-client {margin-bottom: 30px; display: flex; align-items: center;}
.clients .testimonial-img {float: left; padding-right: 30px;}
.clients img.size-image {
    max-width: 100%;
    width: auto !important;
}
.clients .testimonial-meta {
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 35px;
    color: #6b42bc;
}
.clients .client-name {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}

/* Experts Help You CSS structure */
.experts-help {background: #00cb8b; padding: 50px 0;}
.experts-help h2 {margin-bottom: 5px; color: #fff; font-size: 24px; line-height: 2.4; letter-spacing: 2px;}
.experts-help .text-wrap p {font-size: 20px; margin-bottom: 0;}
.experts-help .btn {
    width: 100%;
    padding: 15px 20px 15px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: transparent;
}
.experts-help .btn-secondary {
    background-color: #ffeb8c;
    color: #2e2d28;
    border-bottom: 2px solid #ffe465;
}
.experts-help .btn-secondary:hover {
    background-color: #ffe465;
}
.experts-help i {font-size: 70px; color: #0a759d; margin-right: 15px;}

/* News CSS structure */
.insight-blogs {padding: 80px 0;  background: #f0ebe6;}
.insight-blogs h2 {text-align: center;}
.insight-blogs p {font-size: 16px; text-align: left;}
.insight-blogs .text-wrapper {display: flex; justify-content: center;}
.insight-blogs .sub-text-wrapper {
    width: 50%;
    text-align: center;
}
.insight-blogs .sub-text-wrapper p {text-align: center;}
.insight-blogs .blog-content {
    padding: 40px;
}
.insight-blogs .btn-link {
    color: #6b42bc;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.insight-blogs .heading-title {
    color: #2d2f30;
}
.insight-blogs .meta {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #747179;
    line-height: 16px;
    padding: 20px 40px;
    border-top: 1px solid #e7e1da;
    background-color: #f6f3f0;
}
.insight-blogs .meta-dt {color: #747179; margin-right: 7px;}
.insight-blogs .meta-comment a {color: #2d2a31; margin-left: 7px;}
.insight-blogs .blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.insight-blogs img.post-image {
    height: auto;
    max-width: 100%;
    width: auto !important;
}
.insight-blogs .blog-card-post {
    min-height: 320px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(224, 222, 217, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(224, 222, 217, 1);
    box-shadow: 0px 0px 3px 0px rgba(224, 222, 217, 1);
    margin-bottom: 30px;
    margin-top: 30px;
}
footer {
    background-color: #29292c;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Footer CSS structure */
.footer-bg img {margin-bottom: 15px;}
.footer-bg p {font-size: 16px; color: #77787E;}
.footer-bg h4 {color: #fff; font-size: 18px; text-transform: uppercase;}
.footer-bg .contact li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.footer-bg .contact li i {
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    font-size: 16px;
    text-align: center;
}
.footer-bg ul {padding-left: 0; color: #77787E;}
.footer-bg ul li {padding-left: 0; list-style-type: none; line-height: 27px;}
.footer-bg ul li a {color: #77787E;}
.footer-bg .wrapper a {font-size: 14px;}
.bdr-bottom {
    border-bottom: 1px solid #313334;
    margin: 30px 0;
}
.footer-bg .footer-title {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.footer-bg .btn-default {
    background: #6b42bc;
    color: #fff;
    border: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 48px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.footer-bg .input-group {
    position: relative;
    display: block;
    align-items: stretch;
    width: 100%;
}

/* Footer bottom */
.tinyfooter {
    background-color: #2b2f31;
    padding: 20px 0;
}
.copyright-text {
    text-transform: uppercase;
    font-size: 12px;
}
.copyright-text p {
    margin-bottom: 0;
}
.pull-right {
    float: right !important;
}
.social-widget ul {
    margin-bottom: 0;
    padding-left: 0;
}
.social-widget ul li {
    float: left;
    margin-left: 5px;
    list-style-type: none;
    background-color: #38383c;
    padding: 12px 14px;
    border-radius: 2px;
    color: #58585d;
    display: inline-block;
    line-height: 0;
    margin-bottom: 5px;
}
.social-widget ul li:first-child {
    margin-left: 0;
}





/* Breakpoint CSS Structure */
/* Small devices (landscape phones, 320px and up) */
@media (min-width: 320px) {
    h1 {font-size: 24px;}
    h2 {font-size: 20px; line-height: 24px;}
    h3 {font-size: 16px;}
    h1, h2, h3, h4, h5, h6 {margin-bottom: 5px;}
    .welcome-text, .call-text, .mail-text {padding-right: 4px; font-size: 10px;}
    .navbar-expand-lg {border-bottom: none; background-color: #0e0d0de0;}
    .bg-dark {background-color: #000000; --bs-bg-opacity: .9;}
    nav ul > li > a {padding-left: 0px !important; font-size: 13px !important; padding-top: 12px !important; padding-bottom: 12px !important;}
    .slider-wrapper .carousel {margin-top: 55px;}
    /* .slider-wrapper .carousel-caption {padding-top: 30px;} */
    .slider-wrapper .wrapper-bg {background-color: rgba(0, 0, 0, .5);}
    .carousel-inner .carousel-item img {height: 250px;}
    .carousel-caption p, .carousel-caption .btn {display: none;}
    .why-choose li {border-left: 0; border-right: 0; margin-top: 12px; padding: 12px;}
    .about-block {padding: 24px;}
    .advisor-bg .team-management {margin-top: 24px;}
    .advisor-bg .sub-text-wrapper {width: 100%;}
    .what-make {padding: 30px 0;}
    .what-make .title-wrapper {width: 100%;}
    .what-make .feature {margin-bottom: 0; text-align: center;}
    .what-make .feature p {font-size: 14px;}
    .what-make .super-lead {font-size: 16px; line-height: 24px;}
    .tax-solution .sub-text-wrapper {width: 100%;}
    .tax-solution {padding: 30px 0;}
    .insight {padding: 30px 0;}
    .insight .sub-text-wrapper {width: 100%;}
    .expert .content-align {padding: 24px 12px;}
    .expert img {height: 380px;}
    .clients {padding: 30px 0;}
    .clients .testimonial-section {margin-top: 24px;}
    .clients .sub-text-wrapper {width: 100%;}
    .experts-help {padding: 30px 0;}
    .experts-help h2 {font-size: 16px; line-height: inherit; letter-spacing: 0px;}
    .experts-help i {font-size: 21px;}
    .experts-help .text-wrap p {font-size: 16px;}
    .insight-blogs {padding: 30px 0;}
    .insight-blogs .sub-text-wrapper {width: 100%;}
    .clients .testimonial-section {padding: 20px;}
    .footer-bg h4 {font-size: 16px;}
    footer {padding-top: 30px; padding-bottom: 30px;}
}

/* Small devices (landscape phones, 360px and up) */
@media (min-width: 360px) {
    h1 {font-size: 24px;}
    h2 {font-size: 20px; line-height: 24px;}
    h3 {font-size: 16px;}
    h1, h2, h3, h4, h5, h6 {margin-bottom: 5px;}
    .welcome-text, .call-text, .mail-text {padding-right: 4px; font-size: 11px;}
    .slider-wrapper .carousel {margin-top: 57px;}
    /* .slider-wrapper .carousel-caption {position: relative; padding-top: 18px; background: #0e92c3;} */
    .slider-wrapper .wrapper-bg {background-color: rgba(0, 0, 0, .5);}
    .navbar-expand-lg {background-color: #0e0d0de0;}
    .carousel-inner .carousel-item img {height: 250px;}
    .what-make {padding: 30px 0;}
    .what-make .title-wrapper {width: 100%;}
    .what-make .feature {margin-bottom: 0;}
    .what-make .feature p {font-size: 14px;}
    .what-make .super-lead {font-size: 16px; line-height: 24px;}
    .tax-solution .sub-text-wrapper {width: 100%;}
    .tax-solution {padding: 30px 0;}
    .insight {padding: 30px 0;}
    .insight .sub-text-wrapper {width: 100%;}
    .expert .content-align {padding: 24px 12px;}
    .expert img {height: 380px;}
    .clients {padding: 30px 0;}
    .clients .sub-text-wrapper {width: 100%;}
    .experts-help i {font-size: 21px;}
    .experts-help .text-wrap p {font-size: 16px;}
    .insight-blogs {padding: 30px 0;}
    .insight-blogs .sub-text-wrapper {width: 100%;}
    .clients .testimonial-section {padding: 20px;}
    .footer-bg h4 {font-size: 16px;}
    footer {padding-top: 30px; padding-bottom: 30px;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .welcome-text, .call-text, .mail-text {padding-right: 4px; font-size: 12px;}
    .carousel-inner .carousel-item img {height: 300px;}
    .expert img {height: 480px;}
    .experts-help i {font-size: 50px;}
    .footer-bg h4 {font-size: 16px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {font-size: 24px;}
    h2 {font-size: 20px; line-height: 24px;}
    h3 {font-size: 16px;}
    h1, h2, h3, h4, h5, h6 {margin-bottom: 5px;}
    .slider-wrapper .wrapper-bg {background-color: rgba(0, 0, 0, .3);}
    nav ul > li > a {padding-left: 0px !important; font-size: 13px !important; padding-top: 15px !important; padding-bottom: 15px !important;}
    .welcome-text, .call-text, .mail-text {padding-right: 15px;}
    .carousel-inner .carousel-item img {height: 400px;}
    .slider-wrapper .carousel {margin-top: 40px;}
    .slider-wrapper .carousel-caption {position: absolute; /* padding-top: 85px; */ background: transparent;}
    .slider-wrapper .wrapper-bg {background-color: rgba(0, 0, 0, .5);}
    .navbar-expand-lg {background-color: transparent;}
    .carousel-caption p {display: block;}
    .carousel-caption .btn {display: inline-block;}
    .why-choose li {border-left: 1px solid #e0dad2; border-right: 1px solid #e0dad2; margin-top: 50px; padding: 40px;}
    .about-block {padding: 80px;}
    .advisor-bg .team-management {margin-top: 24px;}
    .advisor-bg .sub-text-wrapper {width: 50%;}
    .what-make {padding: 30px 0;}
    .what-make .title-wrapper {width: 100%;}
    .what-make .feature {margin-bottom: 0;}
    .what-make .feature p {font-size: 16px;}
    .what-make .super-lead {font-size: 16px; line-height: 24px;}
    .tax-solution .sub-text-wrapper {width: 100%;}
    .tax-solution {padding: 30px 0;}
    .insight {padding: 30px 0;}
    .insight .sub-text-wrapper {width: 100%;}
    .expert .content-align {padding: 24px 60px;}
    .expert img {height: 500px;}
    .clients {padding: 30px 0;}
    .clients .testimonial-section {margin-top: 40px;}
    .clients .sub-text-wrapper {width: 100%;}
    .experts-help {padding: 50px 0;}
    .experts-help h2 {font-size: 20px; line-height: 1.5; letter-spacing: 1px;}
    .experts-help i {font-size: 21px;}
    .experts-help .text-wrap p {font-size: 16px;}
    .insight-blogs {padding: 30px 0;}
    .insight-blogs .sub-text-wrapper {width: 100%;}
    .experts-help i {font-size: 60px;}
    footer {padding-top: 30px; padding-bottom: 30px;}
    .clients .testimonial-section {padding: 20px;}
    .footer-bg h4 {font-size: 16px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {font-size: 35px;}
    h2 {font-size: 24px; line-height: 30px;}
    h3 {font-size: 18px;}
    h1, h2, h3, h4, h5, h6 {margin-bottom: 16px;}
    .navbar-expand-lg {border-bottom: 1px solid #545454;}
    nav ul > li > a {padding-left: 15px !important; font-size: 12px !important; padding-top: 30px !important; padding-bottom: 30px !important;}
    .carousel-inner .carousel-item img {height: 580px;}
    .expert .content-align {padding: 24px 10px;}
    .expert img {height: 400px;}
    .experts-help h2 {font-size: 24px; letter-spacing: 2px;}
    .experts-help i {font-size: 35px;}
    .footer-bg h4 {font-size: 18px;}

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {font-size: 48px;}
    h2 {font-size: 32px; line-height: 40px;}
    h3 {font-size: 24px;}
    h1, h2, h3, h4, h5, h6 {margin-bottom: 20px;}
    .carousel-inner .carousel-item img {height: 680px;}
    .what-make {padding: 70px 0;}
    .what-make .title-wrapper {width: 50%;}
    .what-make .super-lead {font-size: 21px; line-height: 32px;}
    .what-make .feature p {font-size: 16px;}
    .tax-solution {padding: 80px 0;}
    .tax-solution .sub-text-wrapper {width: 50%;}
    .insight {padding: 80px 0;}
    .insight .sub-text-wrapper {width: 50%;}
    .expert .content-align {padding: 0 120px;}
    .expert img {height: 580px;}
    .clients {padding: 80px 0;}
    .clients .sub-text-wrapper {width: 50%;}
    .experts-help i {font-size: 70px;}
    .experts-help .text-wrap p {font-size: 20px;}
    .insight-blogs {padding: 80px 0;}
    .insight-blogs .sub-text-wrapper {width: 50%;}
    footer {padding-top: 80px; padding-bottom: 80px;}
    .footer-bg h4 {font-size: 20px;}

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    h1 {font-size: 48px;}
    h2 {font-size: 32px; line-height: 40px;}
    h3 {font-size: 20px;}
    h1, h2, h3, h4, h5, h6 {margin-bottom: 20px;}
    .slider-wrapper .wrapper-bg {background-color: rgba(0, 0, 0, .7);}
    .slider-wrapper .carousel-caption {position: absolute; /* padding-top: 150px; */ background: transparent;}
    .slider-wrapper .carousel {margin-top: 40px;}
    .carousel-inner .carousel-item img {height: 780px;}
    .what-make {padding: 70px 0;}
    .what-make .title-wrapper {width: 50%;}
    .what-make .super-lead {font-size: 21px; line-height: 32px;}
    .what-make .feature p {font-size: 16px;}
    .tax-solution {padding: 80px 0;}
    .tax-solution .sub-text-wrapper {width: 50%;}
    .insight {padding: 80px 0;}
    .insight .sub-text-wrapper {width: 50%;}
    .expert .content-align {padding: 0 120px;}
    .expert img {height: 580px;}
    .clients {padding: 80px 0;}
    .clients .sub-text-wrapper {width: 50%;}
    .experts-help i {font-size: 70px;}
    .experts-help .text-wrap p {font-size: 20px;}
    .insight-blogs {padding: 80px 0;}
    .insight-blogs .sub-text-wrapper {width: 50%;}
    .clients .testimonial-section {padding: 40px;}
    .footer-bg h4 {font-size: 18px;}
    footer {padding-top: 80px; padding-bottom: 50px;}
}

.vveb_hidden_element {
    display: none;
}

.vveb_hidden_element.vveb_hidden_element_preview {
    display: block !important;
    border : 1px solid #ff0000 !important;
}

.fintello_dynamic_container.fintello_dynamic_container_preview {
    position: relative;
    &:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: not-allowed;
    }
}
.fintello_dynamic_partials.fintello_dynamic_partials_preview {
    position: relative;

    &:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: not-allowed !important;
    }
}

.slider-wrapper .header-sticky.fintello_dynamic_partials.fintello_dynamic_partials_preview {
    background-color: rgba(33, 37, 41, .9);

    & .navbar-expand-lg.navbar {
        background-color: rgba(33, 37, 41, .9);
    }
}