body {
    overflow-x: hidden;
    font-weight: 300;
}
.text-primary {
    color: var(--primary-color) !important;
}
.text-green {
    color: var(--rangoongreen) !important;
}
.bg-very-light-gray {
    background-color: #f2f2f2;
}
.bg-crusoe-green {
    background-color: #e5e7d9;
  }
.bg-crusoe-green-light {
    background-color: #e9efe9;
}
.bg-solitude-blue {
    background-color: rgb(19 87 138 / 11%);;
}
.bg-slate-blue {
    background-color: #262b3563;
    background-image: linear-gradient(109deg, transparent 45%, rgb(243 239 224 / 45%) 45%, #0e4f2d 55%, transparent 0);
    background-size: 5px 3px;
    -webkit-transition: all 650ms cubic-bezier(.23,1,.32,1);
    transition: all 650ms cubic-bezier(.23,1,.32,1);
    -moz-transition: all 650ms cubic-bezier(.23,1,.32,1);
    -ms-transition: all 650ms cubic-bezier(.23,1,.32,1);
    -o-transition: all 650ms cubic-bezier(.23,1,.32,1);
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 18%);
    box-shadow: 0 0 30px rgb(0 0 0 / 18%);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.page-title-big-typography {
    margin-top: 95px !important;
}
.page-title-extra-small h2 {
    font-size: calc(26px + (50 - 26) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.1;
}
h2, .h2 {
    font-size: calc(36px + (52 - 36) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.1;
}
h3, .h3 {
    font-size:calc(32px + (50 - 32) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.1;
}
h4 {
    font-size: calc(25px + (38 - 25) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.2;
}
h5 {
    font-size: calc(21px + (32 - 21) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.2;
}
.fs-40 {
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.2;
}
.fs-140 {
    font-size: calc(75px + (140 - 75) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.2;
}

.fs-20 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.2;
}
.small-screen {
   height: 30vw !important;
}

/* ---------------------------- header --------------------------------- */

header .navbar-brand {
    padding: 20px 0;
}
header .navbar-brand .default-logo {
    width: 160px;
    max-height: 100%;
}
header.sticky.sticky-active .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 0;
    width: auto;
}
header.sticky.sticky-active .header-reverse.glass-effect {
    /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); */
    border-bottom: 8px solid var(--base-color) !important;
}
header.sticky.sticky-active .navbar-brand .default-logo {
    visibility: visible;
    opacity: 1;
    width: 160px;
}
.navbar-nav .nav-item.active .nav-link {
    color: var(--base-color);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    line-height: 1;
    padding: 12px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 1;
}

[class*=btn-gradient-]:hover {
    background-position: center center;
}
.quote-icon img { width: 65px;}
.quotewrap {
    background-position: center right !important;
}

.quote-block {
    width: 70%;
    position: relative;
    z-index: 3  ;
}
.slider-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    max-width: 100%;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 42px 50px 0;
}
.slider-col {
    background: linear-gradient(142deg, rgb(5 95 74 / 30%) 21.93%, rgb(103 193 140 / 30%) 71.68%, rgb(255 213 48 / 30%) 126.75%);
    padding: 55px 46px;
    position: relative;
}
.slider-left {
    -webkit-border-radius: 40px 10px 40px 10px;
    -moz-border-radius: 40px 10px 40px 10px;
    -ms-border-radius: 40px 10px 40px 10px;
    -o-border-radius: 40px 10px 40px 10px;
    border-radius: 40px 10px 40px 10px;
}
.slider-right {
    -webkit-border-radius: 40px 10px 40px 10px;
    -moz-border-radius: 40px 10px 40px 10px;
    -ms-border-radius: 40px 10px 40px 10px;
    -o-border-radius: 40px 10px 40px 10px;
    border-radius: 40px 10px 40px 10px;
}
.slider-icon {
    position: absolute;
    top: -36px;
    /* background: linear-gradient(128deg, #2bb673, #083a1f); */
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    opacity: 0.6;
    font-family: var(--alt-font);
}
.slider-left .slider-icon {
    left: 30px;
}
.slider-right .slider-icon {
    left: 30px;
}
.slider-description {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    color: #131615;
}
.opacity-light {
    opacity: 0.7;
}
select.form-control {
    appearance: auto;
}

.insights-block .blog-simple figure:hover .box-overlay {
    background-color: #083a1f;
}   
.insights-block .post-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(182deg, rgb(13 61 38 / 0%) 15.93%, rgb(8 58 31 / 55%) 59.68%, rgb(19 65 47 / 61%) 143.75%);
    bottom: 0;
    left: 0;
} 
.blog-image img { width: 100%;}
.box-shadow-quadruple-large, .box-shadow-quadruple-large-hover:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);  
    -moz-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.icon-with-text-style-04 .feature-box-icon {
    margin-bottom: 20px;
}
.icon-with-text-style-04 .feature-box-icon img {
    width: 60px;
}
footer .footer-logo img {
    max-height: max-content;
    width: 180px;
}
.ftr-links li a:hover {
    padding-left: 10px;
}
.newsletter-style-02 .btn {
    height: 50px;
    border-left: 1px solid #2bb673;
}
.newsletter-style-02 input { height: 50px;}
.error-msg-popup, .success-msg-popup {
    display: none;
}
.ajax-loader {
    width: 35px;
    margin-top: 10px;
    transform: scaleX(-1);
    display: none;
}
.error {
    color: #cd0b0b;
    font-size: 13px;
    line-height: 1;
    padding-top: 10px;
}

.success-msg-popup {
    font-size: 18px;
    line-height: 1.2;
    color: var(--base-color);
    font-weight: 500;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: 1px solid transparent;
}

.contact-form-style-03 .form-control  {
    height: 50px;
}
.contact-form-style-03 .form-group .form-icon { right: 25px;}
.success-msg {
    font-size: 30px;
    line-height: 1.4;
    color: var(--base-color);
    font-weight: 500;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#down-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(203 220 209 / 39%);
    z-index: -1;
}

footer ul li {
    margin-bottom: 8px;
}
@media (max-width: 1366px) {
    .small-screen {
        height: 26vw !important;
     }
}
@media (max-width: 1200px) {
    .container, .container-md, .container-sm {
        max-width: 86%;
    }
    section.big-section {
        padding-top: 130px;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .md-w-100 {
        width: 100% !important;
    }
    section.big-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .btn.btn-large {
        font-size: 14px;
        padding: 12px 30px;
    }
    .swiper-light-pagination .swiper-pagination-bullet {
        margin: 0 10px !important;}
    .blog-post.h-100 {
        height: auto !important;
        margin-bottom: 40px;
    }
    .quotewrap  {
        background-position: 112% 0% !important;
        background-size: 133vw !important;
        padding-top: 75vw !important;
    }
    .quotewrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(69vw - 1px);
        width: 84%;
        height: 1px;
        border-bottom: 1px solid #083a1f;
        margin: 0 auto;
        right: 0;
}
    .quote-block {  width: 100%; }
    .quote-icon img {
        width: 45px;
    }
    .testimonials-style-02.md-mb-30px { margin-bottom: 0 !important;}
    header.sticky.sticky-active .navbar-brand .default-logo {
        width: 130px;
    }
}
@media (max-width: 767px) {
    .sm-p-40px {
        padding: 40px !important;
    }
    footer ul li {
        margin-bottom: 12px;
    }
    .sm-w-100 {
        width: 100% !important;
    }
    .sm-pt-60px {
        padding-top: 60px !important;
    }
    .sm-pt-0 {
        padding-top: 0 !important;
    }
    .bottom-10px {
        bottom: 5px;
    }
    .slider-icon { top: -26px; font-size: 30px;}
    .slider-col { padding: 35px 25px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
    .myths-panel h3 .text-highlight { display: inline-block; }
    .container, .container-md, .container-sm {  max-width: 94%; }
    header .navbar [class*=col-] { padding: 0 25px;}
    h2.w-90 {
        width: 100% !important;
    }
    .sm-pt-50px {
        padding-top: 50px !important;
    }
}
@media (max-width: 680px) {
    .slider-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 80px;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 42px 50px 0;
    }
    .slider-description {
        font-size: 18px;}
        .quote-block h4 {
            font-size: calc(20px + (38 - 20) * ((100vw - 300px) / (1920 - 300)));}
}
@media (max-width: 575px) {
    .xs-mb-50px {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 480px) {
    .ftr-links.col-6 { width: 100%;}
}