/* ***** Global ***** */
:root {
    --lqd-color-primary: #661940;
    --lqd-color-secondary: #1f4735;
    --lqd-color-primary-light: #c13080;
    --lqd-color-secondary-light: #a1d6a6;
    --lqd-color-link: #1f4735;
    --lqd-color-link-hover: #a1d6a6;
    --lqd-body-text-color: #a9a9a9;

    --lqd-color-accent: #c13080;
    --lqd-color-dark: #292929;
    --lqd-color-title: #292929;
    --lqd-badge-color: var(--lqd-color-primary);
    --lqd-color-gradient-start: #f1e97e;
    --lqd-color-gradient-stop: #ff4d54;
    --lqd-color-orange-500: #661940;
    --lqd-color-blue-100: #f1f7fd;
    --lqd-color-blue-200: rgba(0, 35, 82, 0.6);
    --lqd-color-blue-300: #1f4735;
    --lqd-color-blue-900: #292929;
    --lqd-color-gray-100: #eef3f9;
    --lqd-color-gray-200: #f8f8f8;
    --lqd-color-gray-400: #efefef;
    --lqd-color-gray-500: #646464;
    --lqd-color-pink-100: #fef7fc;
    --lqd-color-purple-100: #f0f8ff;
    --lqd-color-red: red;
    --lqd-color-red-100: #a1d6a6;
    --lqd-color-slate-100: #fffaf6;
    --lqd-color-orange-100: #ffe6e7;
    --lqd-color-yellow-100: #ffedef;

    --lqd-row-gutter-x: 20px;
    --lqd-row-gutter-y: 20px;

    --lqd-body-font-family: "poppins", sans-serif;
    --lqd-brittany-font-family: "brittany signature", sans-serif;
    --lqd-heading-font-family: "Nunito", sans-serif;

    --lqd-heading-font-family2: "Manrope", sans-serif;
    --lqd-heading-font-family3: "Be Vietnam Pro", sans-serif;
    --lqd-body-text-color: #808291;
    --lqd-body-font-size: 1em;
    --lqd-body-font-weight: 400;
    --lqd-body-line-height: 1.7em;
    --lqd-body-letter-spacing: 0px;

    --lqd-heading-color: var(--lqd-color-title);
    --lqd-heading-font-weight: 700;
    --lqd-heading-line-height: 1.2em;
    --lqd-h1-letter-spacing: -0.2px;
    --lqd-h1-font-size: 52px;
    --lqd-h2-font-size: 48px;
    --lqd-h3-font-size: 38px;
    --lqd-h4-font-size: 25px;
    --lqd-h5-font-size: 20px;
    --lqd-h5-font-weight: 600;
    --lqd-h6-font-size: 14px;
    --lqd-h6-font-weight: 500;
    --lqd-h6-letter-spacing: 0.28px;
    --lqd-h6-color: #c13080;

    --lqd-cc-bc: var(--lqd-color-primary);
    --lqd-cc-bg: var(--lqd-color-primary);
    --lqd-cc-size-outer: 35px;
    --lqd-cc-size-inner: 7px;
    --lqd-cc-bw: 1px;
    --lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
    --lqd-cc-active-bc: var(--lqd-color-primary);
    --lqd-cc-active-bg: var(--lqd-color-primary);
    --lqd-cc-active-bw: 1px;
    --lqd-cc-active-circle-color: #fff;
    --lqd-cc-active-circle-txt: #000;
    --lqd-cc-active-arrow-color: #fff;
}

.font-brit {
    font-family: var(--lqd-brittany-font-family);
}

.font-primary {
    font-family: var(--lqd-heading-font-family);
}

.font-primary2 {
    font-family: var(--lqd-heading-font-family2);
}

.font-primary3 {
    font-family: var(--lqd-heading-font-family3);
}

.font-secondary {
    font-family: var(--lqd-body-font-family);
}

.lqd-gdpr-accept:hover {
    color: #eff3f5;
    background-color: #184341;
}

.lqd-post-content,
.lqd-post-header .entry-excerpt {
    font-family: var(--lqd-body-font-family);
    font-size: 18px;
    line-height: 1.7em;
}

.ld-fancy-heading .lqd-highlight-inner {
    background: var(--lqd-color-secondary-light);
    bottom: 0.15em;
    left: 0;
}

@media screen and (min-width: 992px) {
    body.has-sidebar #lqd-contents-wrap {
        padding-top: 25px;
    }
}

@media (min-width: 1200px) {
    .is-stuck section:not(.lqd-stickybar-wrap) {
        background: rgba(255, 255, 255, 0.96) !important;
    }
}

@media (max-width: 1199px) {
    :root {
        --lqd-h2-font-size: 40px;
    }
}

@media (max-width: 767px) {
    :root {
        --lqd-h2-font-size: 37px;
    }
}

/* ***** Button ***** */
button,
input[type="button"],
input[type="submit"],
.button {
    font-family: "IBM Plex Sans", Sans-serif;
}

/* ***** Main Header ***** */
/* .is-stuck .module-logo {
	padding: 25px 50px 25px 25px;
} */

/* ***** Left Sticky ***** */
.main-header .lqd-stickybar-left {
    padding: 100px 0 25px 0;
}

/* ***** Left Side Drawer ***** */
.main-header .ld-module-sd-left .ld-module-dropdown {
    width: 350px;
    --grid-template-columns: repeat(0, auto);
    --grid-column-gap: 17px;
    --grid-row-gap: 0;
}

/* ***** Lity Modal ***** */
.lity-modal .ld-fancy-heading h2 span {
    font-family: "DM Serif Text", serif;
    font-style: italic;
}

.lity-modal .ld-fancy-heading span {
    font-family: "DM Serif Text", serif;
    font-style: italic;
}

.lity-modal .lqd-contact-form {
    --inputs-margin: 0 0 30px 0;
    --input-margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .lity-modal .module-content {
        padding: 10px;
    }

    .lity-modal .ld-fancy-heading h2 {
        font-size: 48px;
        line-height: 1em;
    }
}

@media (max-width: 767px) {
    .lity-modal .ld-fancy-heading h2 {
        font-size: 34px;
    }
}

/* ***** Banner Image ***** */
.banner-image .module-btn {
    right: 19%;
    top: 32vh;
}

.banner-image .btn {
    --icon-font-size: 22px;
}

.banner-image .btn-icon:before {
    border-color: #ffffff;
}

@media (max-width: 1199px) {
    .banner-image .module-img {
        width: 600px;
        max-width: 600px;
    }

    .banner-image .module-btn {
        right: 17%;
        z-index: 5;
        top: 19vh;
    }
}

@media (max-width: 767px) {
    .banner-image .module-img {
        width: 100vw;
        max-width: 100vw;
        top: 65px;
    }

    .banner-image .lqd-imggrp-single {
        margin: -65px 0px 0px 0px;
    }

    .banner-image .module-btn {
        right: 30vw;
    }
}

/* ***** Banner ***** */
.banner .module-bg {
    background-position: 95% 95%;
}

.banner .btn-xl {
    --btn-pt: 1.5em;
    --btn-pe: 3.15em;
    --btn-pb: 1.5em;
    --btn-ps: 3.15em;
}

@media (max-width: 1199px) {
    .banner {
        padding: 0 30px;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 320px 10px 50px 10px;
    }

    .banner .ld-fancy-heading h1 {
        font-size: 10vw;
    }

    .banner .module-text p {
        font-size: 18px;
    }

    .banner .btn-solid {
        margin-bottom: 15px;
    }
}

/* ***** Clients ***** */
@media (max-width: 767px) {
    .clients .ld-fancy-heading p {
        margin-bottom: 1em;
    }
}

/* ***** About ***** */
@media (max-width: 767px) {
    .about {
        padding: 20px 10px 0 10px;
    }

    .about .module-first {
        margin-bottom: 30px;
    }
}

/* ***** Digital Experience ***** */
.digital-experience .module-img-1 {
    right: 4vw;
}

.digital-experience .module-img-2 {
    right: 55px;
}

.digital-experience .module-img-3 {
    left: -19%;
}

@media (max-width: 1199px) {
    .digital-experience {
        padding: 50px 30px;
    }

    .digital-experience .module-img-2 {
        width: 192px;
        max-width: 192px;
        top: 6.5%;
        right: 5%;
    }

    .digital-experience .module-img-3 {
        width: 272px;
        max-width: 272px;
        top: 0%;
        left: 15px;
    }

    .digital-experience .module-img-4 {
        width: 319px;
        max-width: 319px;
    }
}

@media (max-width: 767px) {
    .digital-experience {
        padding: 0 10px 30px 10px;
    }

    .digital-experience .btn {
        margin-bottom: 15px;
    }
}

/* ***** Digital Experience Counter ***** */
@media (max-width: 1199px) {
    .digital-experience-counter {
        padding: 50px 30px 60px 30px;
    }

    .digital-experience-counter .module-counter {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .digital-experience-counter {
        padding: 30px 10px 0 10px;
    }
}

/* ***** Services ***** */
.services .icon-box-bg-color:hover {
    background-color: #ffffff;
    box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.07);
}

.services .icon-box-bg-color:hover .iconbox-heading-arrow-onhover h3 svg {
    opacity: 1;
    transform: translateX(0.5em);
}

.services .icon-box-bg-color:hover p {
    color: var(--lqd-color-title);
}

@media (max-width: 1199px) {
    .services {
        padding: 0 40px;
    }

    .services .col-sm-12 {
        padding: 0;
    }

    .services .icon-box-bg-color {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .services {
        padding: 50px 20px;
    }
}

/* ***** Case Studies ***** */
.case-studies .liquid-filter-items {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .case-studies {
        padding: 100px 30px 50px 30px;
    }
}

@media (max-width: 767px) {
    .case-studies {
        padding: 0 10px;
    }
}

/* ***** Testimonials ***** */
.testimonials .carousel-nav {
    bottom: -40px;
}

.testimonials .flickity-button,
.testimonials .flickity-button:focus,
.testimonials .flickity-button:hover {
    background-color: transparent;
    color: #000;
}

.testimonials .d-flex .module-shape-2 {
    right: 3vw;
}

.testimonials .carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
    margin-top: 2.25em;
}

@media (max-width: 1199px) {
    .testimonials {
        padding-right: 30px;
        padding-left: 30px;
    }

    .testimonials .d-flex .module-shape-2 {
        bottom: -70px;
        right: -50px;
    }
}

@media (max-width: 767px) {
    .testimonials {
        padding-right: 10px;
        padding-left: 10px;
    }

    .testimonials .carousel-item-content {
        font-size: 20px;
    }

    .testimonials .module-last {
        margin-bottom: 20px;
    }
}

/* ***** Global Companies ***** */
@media (max-width: 1199px) {
    .global-companies {
        padding: 40px 30px 60px 30px;
    }

    .global-companies .lqd-imggrp-single {
        margin: 40px 0 0 0;
    }
}

@media (max-width: 767px) {
    .global-companies {
        padding: 0 10px;
    }

    .global-companies .lqd-imggrp-single {
        margin: 0 0 15px 0;
    }

    .global-companies .btn-solid {
        margin-bottom: 15px;
    }
}

/* ***** Blog ***** */
@media (max-width: 1199px) {
    .blog {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .blog {
        padding: 20px 10px 40px 10px;
    }
}

/* ***** Contact ***** */
@media (max-width: 1199px) {
    .contact {
        padding: 0 30px 70px 30px;
    }

    .contact .module-content {
        padding: 40px;
    }

    .contact .module-shape {
        top: -10px;
        right: 32%;
    }
}

@media (max-width: 767px) {
    .contact {
        padding: 0 10px;
    }

    .contact .module-content {
        padding: 40px 15px;
    }

    .contact .btn-solid {
        margin-bottom: 15px;
    }
}

/* ***** Footer ***** */
.main-footer .module-btn button {
    color: #fff;
}

.main-footer .module-btn button:hover {
    color: #ffffff;
    background: var(--lqd-color-accent);
}

@media (max-width: 1199px) {
    .main-footer > .footer-menu {
        padding: 110px 30px 60px 30px;
    }

    .main-footer > .footer-info {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .main-footer > .footer-menu {
        padding: 0 10px;
    }

    .main-footer > .footer-info {
        padding: 0 10px;
    }

    .main-footer .footer-info .module-last {
        padding: 30px 0;
    }
}

.imgBlog {
    object-fit: contain;
}
