@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-VariableFont.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-CL';
    src: url(../fonts/Roboto_Condensed-Light.ttf) format('truetype');
}


@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-VariableFont.ttf) format('truetype');
}

/* ***** Global ***** */
:root {
    --lqd-container-width: 1140px;
    --lqd-container-width-md: 970px;
    --lqd-container-width-sm: 750px;
    --lqd-row-gutter-x: 20px;
    --lqd-row-gutter-y: 20px;

    --lqd-body-text-color: #5F6973;
    --lqd-color-primary: #20306c;
    --lqd-color-secondary: #4d7d19;
    --lqd-color-link: #103c5e;
    --lqd-color-link-hover: #181b31;
    --lqd-color-dark: #20306c;
    --lqd-color-gradient-start: #007fff;
    --lqd-color-gradient-stop: #ff4d54;
    --lqd-color-accent: #F7F8FA;
    --lqd-color-blue-300: #39374D;
    --lqd-color-blue-900: #10131d;
    --lqd-color-green-100: rgba(0, 34, 44, 0.43);
    --lqd-color-green-600: rgba(17, 48, 46, 0.9);
    --lqd-color-green-700: #143331;
    --lqd-color-blue-700: #112446;
    --lqd-color-gray-100: #FCFAF9;
    --lqd-color-gray-200: #F4F4F4;
    --lqd-color-gray-300: #e5e3df;
    --lqd-color-gray-400: #909197;
    --lqd-color-gray-500: #7F8284;
    --lqd-color-slate-200: #F7F8F8;
    --lqd-color-slate-700: #3B4B53;
    --lqd-color-slate-900: #222232;
    --lqd-color-yellow-100: #F8F5F3;

    --lqd-body-font-family: 'Roboto', sans-serif;
    --lqd-body-font-size: 17px;
    --lqd-body-line-height: 1.64em;

    --lqd-heading-font-family: 'Roboto', sans-serif;
    /* --lqd-heading-font-family: 'Montserrat', sans-serif; */
    --lqd-heading-font-weight: 700;
    --lqd-heading-line-height: 1.25em;
    --lqd-heading-color: #20306c;
    --lqd-h1-font-size: 42px;
    --lqd-h2-font-size: 40px;
    --lqd-h3-font-size: 35px;
    --lqd-h4-font-size: 28px;
    --lqd-h5-font-size: 20px;
    --lqd-h5-line-height: 1.5em;
    --lqd-h6-font-size: 16px;
    --lqd-h6-line-height: 1.5em;

    --lqd-sticky-header-height: 72px;
}

/* Button & Link */
button,
input[type="button"],
input[type="submit"],
.btn,
.font-heading {
    font-family: var(--lqd-heading-font-family);
}

.btn-md {
    --btn-pt: 17px;
    --btn-pe: 55px;
    --btn-pb: 17px;
    --btn-ps: 55px;
}

/* ***** Main Header ****** */
.main-header .main-nav {
    --lqd-menu-items-top-padding: 25px;
    --lqd-menu-items-right-padding: 15px;
    --lqd-menu-items-bottom-padding: 6px;
    --lqd-menu-items-left-padding: 15px;
}

.main-header .main-nav>li>a {
    font-family: var(--lqd-heading-font-family);
    font-weight: normal;
    padding: 0 20px;
}

.main-header .nav-item-children a {
    font-size: 1em;
    font-weight: 500;
}

.is-stuck .main-nav {
    --lqd-menu-items-bottom-padding: 12px;
}

/* ***** Header Sticky ***** */
.is-stuck .module-header {
    background-color: #fff;
}

.is-stuck .navbar-collapse .main-nav>li>a,
.is-stuck .module-header h6 {
    color: #20306c;
}

/* ***** Mobile Header ***** */
.lqd-mobile-sec .main-nav>li>a {
    font-family: var(--lqd-body-font-family);
}

/* ***** Titlebar ***** */
.titlebar-inner h1 {
    font-weight: 700;
}

.titlebar-inner p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.accordion-active-has-fill .accordion-item.active .accordion-title a {
    background-color: var(--lqd-color-secondary);
    color: #fff;
}

.has-accordion .accordion-item.active .accordion-expander {
    color: #FFFFFF;
}

/* Custom */
.home-banner {
    background: url('../images/main-banner.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    width: 90%;
    padding: 220px 0 120px;
}

.home-banner h1 {
    filter: drop-shadow(0 0mm 2mm black);
    text-shadow: 0px 6px 10px #383737;
    margin-bottom: 1.3em;
    font-size: 3.6vw;
    line-height: 1.1;
}

#header h1 {
    font-size: 3.5vw;
    margin-top: -80px;
}

.shadowed-text {
    filter: drop-shadow(0 0mm 2mm black);
    text-shadow: 0px 6px 10px #383737;
}

.text-tertiary {
    color: #93b8d3;
}

.about-desc-2 {
    padding: 1em;
    margin: auto;
}

footer {
    text-align: center;
    width: 100%;
    background: #92b8d3;
    color: #20306c;
}

footer p {
    margin-bottom: 0;
    font-weight: light;
    font-family: 'Roboto-CL';
}

.btn-default {
    background: #20306c;
    color: #fff;
    border: #20306c solid 1px;
    padding: 3px 35px;
    border-radius: 20px;
    font-weight: bold;
    font-family: 'Roboto';
    transition: all 0.3s;
    text-transform: capitalize;
}

.btn-default:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}

.btn-submit {
    background: #4d7d19;
    color: #fff;
    border: #4d7d19 solid 1px;
    padding: 1px 50px !important;
    border-radius: 25px;
    font-weight: bold;
    font-family: 'Roboto';
    transition: all 0.3s;
    height: auto !important;
    text-transform: capitalize;
}

p {
    color: #2a2a2a;
    line-height: 1.3;
}

.hr-default {
    border: solid 2px #93b8d3;
    width: 50px;
}

.bordered-heading {
    border-left: solid 5px #93b8d3;
    padding-left: 20px;
}

.card {
    background-color: #1b2a5e;
    color: white;
    border-radius: 12px;
    text-align: center;
    padding: 20px 30px 30px;
    position: relative;
    min-height: 250px;
}

.icon-container {
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-container img {
    width: 100px;
    height: 100px;
}

.title {
    margin-top: 60px;
}

ol li::marker {
    font-size: 28px;
    font-weight: bold;
    color: #4d7d19;
}

@counter-style pad-2 {
    system: numeric;
    symbols: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
    pad: 2 "0";
}

ol {
    list-style-type: pad-2;
    padding-left: 3rem !important;
}

ol li p {
    margin-left: -3rem;
    font-size: 20px;
    margin-bottom: 1em;
}

form label {
    color: #20306c;
}

#contact .module-col {
    margin: 0 auto 50px;
}

.contact-card {
    background-color: #1b2a5e;
    color: white;
    border-radius: 12px;
    padding: 50px 40px;
    width: 108%;
    margin-left: -100px;
    box-shadow: 1px 2px 20px 6px #7d92a2;
}

.contact-card p {
    color: #fff !important;
    padding-left: 20px;
    font-size: 18px;
    word-break: break-word;
}

.contact-card a[href^="tel"] {
    color: #ffffff;
    text-decoration: none;
}

.contact-card h5 {
    font-size: 24px;
}

.icon-whatsapp {
    position: absolute;
    right: 0;
    bottom: 0;
}

ul li {
    color: #2a2a2a;
}

.m-auto {
    margin: auto;
}

.product-name {
    color: #20306c;
    font-family: 'Roboto-CL';
    height: 25px;
    font-size: 20px;
}

.product-subtitle {
    font-size: 20px;
}

.image-box ul {
    padding-left: 1rem;
}

.ld-media-txt {
    width: 100%;
}

.ld-media-txt p {
    border: solid 1px white;
    padding: 10px 20px;
    font-family: 'Roboto-CL';
    font-size: 15px;
    color: #fff;
    opacity: 1;
}

.ld-media-txt p img {
    width: 18px;
    margin-left: 5px;
}

.contact-bg {
    background: #c9d2db;
}

#contact-form input {
    background: #e9fbfb;
}

#lqd-contents-wrap .lqd-section {
    padding-top: 70px;
}

#sustainable-tmr {
    background: url('../images/sustainable-tmr.jpg') no-repeat center top;
    background-size: cover;
}

#sustainable-tmr h2 {
    font-size: 2.5vw;
}


#products ul li {
    line-height: 1.2;
    margin-bottom: 0.8em;
}

.swiper.mainSwiper {
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.swiper.thumbnailSwiper {
    margin: 20px 1.5em;
}

.mainSwiper img {
    width: 100%;
}

.thumbnailSwiper .swiper-slide {
    width: 110px !important;
    height: 110px !important;
    flex-shrink: 0;
    margin-right: 15px !important;
}

.thumbnailSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bars {
    color: var(--lqd-color-primary);
}

@media (max-width: 575.98px) {
    .container {
        padding: 0 20px !important;
    }

    .home-banner {
        padding: 120px 0 90px;
    }

    .home-banner h1 {
        font-size: 7vw !important;
    }

    .ld-fancy-heading h1,
    #sustainability h2.ld-fh-element {
        font-size: 30px;
    }

    .case-study h3,
    #contact h3,
    h3.ld-fh-element,
    h3.ld-fh-element,
    #sustainability li h4 {
        font-size: 25px;
    }

    #sustainability p {
        font-size: 18px;
    }

    #lqd-contents-wrap .lqd-section {
        padding-top: 80px !important;
    }

    .case-study {
        padding: 20px 10px;
    }

    .case-study p {
        width: 100%;
    }

    #header h1 {
        font-size: 8vw;
        margin-top: -20px;
    }

    .about-desc-1,
    .about-desc-2 {
        padding: 0;
    }

    .about-desc-1,
    #home .ld-fancy-heading,
    #home p,
    .case-study .iconbox,
    #about p,
    #about .ld-fancy-heading,
    .industry .animation-element,
    .image-box .module-col h4 {
        text-align: center;
    }

    #about img {
        width: 100%;
        margin-bottom: 20px;
    }

    #about .col-12.col-md-4 .animation-element {
        text-align: center;
    }

    #about .col-12.col-md-4 .animation-element hr {
        margin: 8.5px auto;
    }

    #sustainability .col-12.col-md-6.col-xl-4 {
        margin-top: 60px;
    }

    .btn-contact {
        text-align: center;
    }

    .card {
        padding: 20px 30px 30px;
        min-height: 180px;
        margin: 0 10px;
    }

    .card p {
        font-size: 16px !important;
    }

    .title h5 {
        font-size: 22px;
    }

    .icon-container {
        width: 130px;
        height: 130px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .icon-container img {
        width: 80px;
        height: 80px;
    }

    .title {
        margin-top: 50px;
    }

    .module-col {
        padding: 0 10px;
    }

    .product-name {
        text-align: center;
        font-size: 15px;
    }

    .image-box {
        padding-bottom: 0;
    }

    .swiper.thumbnailSwiper .swiper-slide {
        width: 80px !important;
        height: 80px !important;
    }

    .thumbnailSwiper .swiper-wrapper {
        justify-content: center;
    }

    .contact-card {
        margin-left: 0;
        width: 100%;
        padding: 20px;
        margin-top: -50px;
    }

    .contact-card p {
        padding-left: 5px;
    }

    .module-form {
        padding: 1em;
    }

    #sustainable-tmr h2 {
        font-size: 35px;
    }

    #sustainable-tmr {
        padding: 100px 0 40px;
    }

    .contact-card p {
        font-size: 16px;
    }

    .icon-whatsapp img {
        width: 75px;
    }

    .masonry-item .ld-media-content {
        width: 100%;
    }

    .masonry-item .ld-media-content p {
        padding: 5px;
    }

    .ld-media-item-overlay {
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-card {
        margin-left: -55px;
        padding: 50px 30px;
    }

    #header h1 {
        margin-top: -40px;
        font-size: 6vw;
    }

    .swiper.thumbnailSwiper .swiper-slide {
        width: 80px !important;
        height: 80px !important;
    }

    .csos {
        padding: 0 20px;
        margin: auto 0;
    }

    #about img {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .icon-whatsapp {
        position: absolute;
        right: 0;
        bottom: 50px;
    }
}


@media screen and (min-width: 1361px) {
    .about-desc-2 {
        padding-left: 17em;
        margin: auto;
    }

    .icon-whatsapp {
        position: absolute;
        right: 13vw;
        bottom: 50px;
    }
}