a,
button,
button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

a,
a:focus,
a:hover,
button,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

body,
p {
    color: var(--clr-body-text);
    font-family: Inter, sans-serif !important
}

a,
a:focus,
a:hover {
    text-decoration: none
}

.zq_common_width,
.zq_common_width-2,
.zq_common_width-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.ba-search-popup::after,
[data-overlay] {
    background-repeat: no-repeat;
    background-size: cover
}

.zq_header-btn,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Inter, sans-serif !important
}

body::-webkit-scrollbar {
    width: .5em
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / .3)
}

.zq_h2_price-btn a,
.zq_h3_price-btn a,
.zq_price-btn a {
    box-shadow: 0 16px 30px 0 rgb(1 6 20 / .1);
    background: #8af135
}

body::-webkit-scrollbar-thumb {
    background-color: #8af135;
    outline: #8af135 solid 1px
}

:root {
    --clr-common-white: #fff;
    --clr-common-black: #0f2923;
    --clr-common-gray: #333;
    --clr-common-border: #525252;
    --clr-common-lightBlack: #2a4741;
    --clr-body-heading: #fff;
    --clr-body-text: #fff;
    --clr-color-skyBlue: #a1eeff;
    --clr-color-lightPink: #ffbd8c;
    --clr-color-lightGreen: #c7ff6b;
    --clr-theme-primary: #8af135;
    --clr-bg-gray: #f6f6f6
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes wcSlideBottom {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@keyframes wcSlideBottom {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@-webkit-keyframes reveal {
    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes reveal {
    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes wcfadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes wcfadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes wcSpinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wcSpinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden !important;
    background: var(--clr-common-black)
}

.img,
img {
    max-width: 100%;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.button,
a,
button {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px
}

h1 {
    font-size: 64px
}

h2 {
    font-size: 44px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

.zq_header-btn,
h6 {
    font-size: 18px
}

a {
    transition: .3s linear
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.zq_mobile_menu .menu-navbar .main-menu ul,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

hr {
    border-top: 0;
    padding: 0;
    opacity: 1
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

::-moz-selection {
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    text-shadow: none
}

::selection {
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    text-shadow: none
}

.zq_common_width-2_inner,
.zq_common_width-3_inner,
.zq_common_width_inner {
    background-color: var(--clr-common-lightBlack)
}

.author-info img,
.h3_testimonial-img img,
.home-service-slider-inner .zq_h3_project-item-img img,
.zq_h2_team-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0
}

input::-webkit-input-placeholder {
    color: var(--clr-body-text);
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

input:-moz-placeholder {
    color: var(--clr-body-text);
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

input::-moz-placeholder {
    color: var(--clr-body-text);
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

input:-ms-input-placeholder {
    color: var(--clr-body-text);
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

textarea::-webkit-input-placeholder {
    color: var(--clr-body-text);
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

textarea:-moz-placeholder {
    color: var(--clr-body-text);
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

textarea::-moz-placeholder {
    color: var(--clr-body-text);
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

textarea:-ms-input-placeholder {
    color: var(--clr-body-text);
    font-size: 14px;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.zq_common_width {
    max-width: 1780px
}

.zq_common_width_inner {
    border-radius: 34px
}

.zq_common_width-2 {
    max-width: 1750px
}

.zq_common_width-2_inner,
.zq_h4_header-wrap {
    border-radius: 8px
}

.zq_common_width-3 {
    max-width: 1790px
}

.zq_common_width-3_inner {
    border-radius: 16px
}

.zq_border-top,
.zq_h2_price-feature,
.zq_h3_price-feature {
    border-top: 1px solid rgb(255 255 255 / .2)
}

.zq_border-bottom {
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

.zq_dark_bg {
    background-color: #33574f
}

.pt-205 {
    padding-top: 205px
}

.mb-05,
.mb-5 {
    margin-bottom: 5px
}

.zq_navigation {
    display: flex;
    gap: 15px;
    align-items: center
}

.zq_navigation div {
    width: 56px;
    height: 56px;
    border: 1px solid rgb(138 241 53 / .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    color: var(--clr-theme-primary)
}

.h3_testimonial-wrap .h3_testimonial-nav:hover,
.zq_inner-pagination ul li a:hover,
.zq_navigation div:hover {
    background: var(--clr-theme-primary);
    color: var(--clr-common-black)
}

.z-index-9 {
    z-index: 9
}

[data-overlay] {
    position: relative;
    background-position: center center
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mb-10,
.mb-50,
.zq_blog-widget-category li:not(:last-child),
.zq_h3_service-item-icon {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20,
.zq_h4_project-item-img {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45,
.zq_error-wrap img {
    margin-bottom: 45px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40,
.zq_project-single {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-205 {
    padding-bottom: 205px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-215 {
    padding-bottom: 215px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-225 {
    padding-bottom: 225px
}

.pb-230 {
    padding-bottom: 230px
}

.pb-235 {
    padding-bottom: 235px
}

.pb-240 {
    padding-bottom: 240px
}

.pb-245 {
    padding-bottom: 245px
}

.pb-250 {
    padding-bottom: 250px
}

.pb-255 {
    padding-bottom: 255px
}

.pb-260 {
    padding-bottom: 260px
}

.pb-265 {
    padding-bottom: 265px
}

.pb-270 {
    padding-bottom: 270px
}

.pb-275 {
    padding-bottom: 275px
}

.pb-280 {
    padding-bottom: 280px
}

.pb-285 {
    padding-bottom: 285px
}

.pb-290 {
    padding-bottom: 290px
}

.pb-295 {
    padding-bottom: 295px
}

.pb-300 {
    padding-bottom: 300px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}

.container {
    padding-right: 15px;
    padding-left: 15px
}

.row {
    --bs-gutter-x: 30px
}

.row.g-0 {
    --bs-gutter-x: 0
}

.row.g-20 {
    --bs-gutter-x: 20px
}

@media (min-width:1400px) {
    .container {
        max-width: 1350px
    }
}

@media (min-width:576px) {
    .container.container-custom-1 {
        max-width: 1750px;
        padding-left: 15px;
        padding-right: 15px
    }
}

i[class*=" flaticon-"]:before,
i[class^=flaticon-]:before {
    line-height: inherit
}

.eu_header_nav_menu ul>li>a .menu-text {
    display: flex;
    overflow: hidden;
    text-shadow: 0 16px 0 var(--black-2);
    color: var(--clr-common-white)
}

.eu_header_nav_menu ul>li>a .menu-text span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(var(--m)) translateZ(0);
    transform: translateY(var(--m)) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.eu_header_nav_menu ul>li>a .menu-text span:first-child {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(9) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(11) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(12) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(13) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(14) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(15) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(16) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(17) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(18) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s
}

.eu_header_nav_menu ul>li>a .menu-text span:nth-child(20) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.eu_header_nav_menu ul>li>a:hover {
    --y: -4px;
    transform: translateY(0)
}

.eu_header_nav_menu ul>li>a:hover span {
    --m: calc(16px * -1);
    transform: translateY(-25px) translateZ(0)
}

.ba-search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-110%);
    -webkit-transition: .6s linear;
    -moz-transition: .6s linear;
    -o-transition: .6s linear;
    transition: .6s linear;
    -ms-transition: .6s linear
}

.ba-search-popup::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/bg/waves-shape.png);
    background-position: center;
    margin-top: 0;
    content: ""
}

.ba-search-popup .ba-color-layer {
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background-color: rgb(0 0 0 / .9);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: 1.5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.ba-search-popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    width: 50%
}

@media (max-width:991px) {
    .ba-search-popup-inner {
        width: 70%
    }

    .zq_header-menu {
        display: none
    }
}

.ba-search-popup-inner form {
    position: relative
}

.ba-search-popup-inner form input {
    width: 100%;
    height: 70px;
    border: 0;
    border-radius: 4px;
    padding: 0 90px 0 20px
}

.ba-search-popup-inner form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: var(--clr-theme-primary);
    color: #fff;
    font-size: 20px
}

.zq_blog-item-content-admin span:hover a,
.zq_blog-item-content-title:hover a,
.zq_blog-item-small-content-admin span:hover a,
.zq_blog-item-small-content-title:hover a,
.zq_blog-widget-post-content h4:hover a,
.zq_blog-widget-post-content span i,
.zq_blog_details-content-meta span i,
.zq_blog_details-reply-item label span,
.zq_blog_list-item-content-meta span i,
.zq_blog_list-item-content-meta span:hover a,
.zq_blog_list-item-content-title:hover a,
.zq_breadcrumb-content-list a:hover,
.zq_choose-item:hover .zq_choose-item-btn,
.zq_contact-call-info a:hover,
.zq_faq-content .accordion-button span,
.zq_footer-widget-mail a:hover,
.zq_footer-widget-post h5:hover a,
.zq_h2_blog-item-big-content-title:hover a,
.zq_h2_blog-item-content-admin span:hover a,
.zq_h2_blog-item-content-title:hover a,
.zq_h2_blog-widget-item-info p:hover,
.zq_h2_choose-content .accordion-button span,
.zq_h2_header-menu nav ul li:hover>a,
.zq_h2_project-item-content h3:hover a,
.zq_h3_blog-item-content-admin span:hover a,
.zq_h3_blog-item-content-btn a svg:hover,
.zq_h3_blog-item-content-title:hover a,
.zq_h3_header-menu nav ul li:hover>a,
.zq_h4_blog-item-content-admin span:hover a,
.zq_h4_blog-item-content-title:hover a,
.zq_h5_blog-item-content-admin span:hover a,
.zq_h5_blog-item-content-title:hover a,
.zq_h5_blog-item:hover .zq_h5_blog-item-content-btn a svg,
.zq_h5_header-menu nav ul li:hover>a,
.zq_h5_service-item-content h4:hover a,
.zq_h5_service-item:hover .zq_h5_service-item-content-btn,
.zq_h5_service_2-item-btn:hover,
.zq_h5_service_2-item-title:hover a,
.zq_header-action-shape svg,
.zq_header-menu nav ul li:hover>a,
.zq_inner_blog-content-btn:hover,
.zq_inner_blog-content-meta span:hover a,
.zq_inner_blog-content-title:hover a,
.zq_inner_contact-call-info a:hover,
.zq_inner_project-content-title:hover a,
.zq_inner_project-item:hover .zq_inner_project-content-btn,
.zq_inner_service-item-btn:hover,
.zq_inner_team-item-content h3:hover a,
.zq_mobile_menu .cont-info .item h5:hover a,
.zq_mobile_menu .cont-info .item ul.social li a:hover,
.zq_project-content-title:hover a,
.zq_project-item:hover .zq_project-content-btn,
.zq_service-item-btn:hover,
.zq_service-item-title:hover a {
    color: var(--clr-theme-primary)
}

.search-active .ba-search-popup {
    transform: translateY(0);
    margin-top: var(--margin-zero)
}

.zq_h5_header-left,
.zq_header-left {
    display: flex;
    align-items: center;
    gap: 120px
}

.zq_h2_header-logo,
.zq_h3_header-logo,
.zq_h5_header-logo,
.zq_header-logo {
    max-width: 150px;
    flex-shrink: 0
}

.zq_h2_header-menu nav ul,
.zq_h3_header-menu nav ul,
.zq_h5_header-menu nav ul,
.zq_header-menu nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px
}

.zq_h2_header-menu nav ul .menu-has-child,
.zq_h3_header-menu nav ul .menu-has-child,
.zq_h5_header-menu nav ul .menu-has-child,
.zq_header-menu nav ul .menu-has-child {
    position: relative;
    z-index: 99;
    text-align: start
}

.zq_h2_header-menu nav ul li a,
.zq_h3_header-menu nav ul li a,
.zq_h5_header-menu nav ul li a,
.zq_header-menu nav ul li a {
    color: var(--clr-body-text);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    line-height: 44px
}

.zq_h2_header-menu nav ul li .submenu,
.zq_h3_header-menu nav ul li .submenu,
.zq_h5_header-menu nav ul li .submenu,
.zq_header-menu nav ul li .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    box-shadow: 0 9px 19px rgb(0 0 0 / .1);
    display: block
}

.zq_h2_header-menu nav ul li .submenu li,
.zq_h3_header-menu nav ul li .submenu li,
.zq_h5_header-menu nav ul li .submenu li,
.zq_header-menu nav ul li .submenu li {
    display: block;
    margin-right: 0;
    position: relative;
    z-index: 99
}

.zq_h2_header-menu nav ul li .submenu li a,
.zq_h3_header-menu nav ul li .submenu li a,
.zq_h5_header-menu nav ul li .submenu li a,
.zq_header-menu nav ul li .submenu li a {
    padding: 12px 25px;
    color: var(--clr-common-black);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    height: auto;
    line-height: 20px
}

.zq_h2_header-menu nav ul li .submenu li .submenu,
.zq_h3_header-menu nav ul li .submenu li .submenu,
.zq_h5_header-menu nav ul li .submenu li .submenu,
.zq_header-menu nav ul li .submenu li .submenu {
    left: 100%;
    top: 0
}

.zq_h2_header-menu nav ul li .submenu li:hover>a,
.zq_h2_service-item:hover,
.zq_h2_team-item:hover .zq_h2_team-item-content,
.zq_h3_header-menu nav ul li .submenu li:hover>a,
.zq_h3_price_item:hover,
.zq_h3_project-item:hover,
.zq_h3_service-item:hover,
.zq_h4_price_item:hover,
.zq_h5_header-menu nav ul li .submenu li:hover>a,
.zq_h5_project-item:hover,
.zq_header-menu nav ul li .submenu li:hover>a,
.zq_inner_contact_top-item:hover,
.zq_service_inner_2-item:hover {
    background-color: var(--clr-theme-primary)
}

.zq_h2_header-menu nav ul li .submenu li:not(:last-child),
.zq_h3_header-menu nav ul li .submenu li:not(:last-child),
.zq_h5_header-menu nav ul li .submenu li:not(:last-child),
.zq_header-menu nav ul li .submenu li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2
}

.h3_testimonial-thumbs .swiper-slide-thumb-active .h3_testimonial-img-shape,
.zq_h2_header-menu nav ul li:hover>.submenu,
.zq_h2_project-item:hover .zq_h2_project-item-img-icon,
.zq_h3_header-menu nav ul li:hover>.submenu,
.zq_h3_service-item:hover .zq_h3_service-item-content-btn,
.zq_h5_brand-item:hover .zq_brand-img-2,
.zq_h5_header-menu nav ul li:hover>.submenu,
.zq_header-menu nav ul li:hover>.submenu,
.zq_inner_map-item_1:hover .zq_inner_map-item-content,
.zq_inner_map-item_2:hover .zq_inner_map-item-content {
    opacity: 1;
    visibility: visible
}

.swiper-slide {
    height: auto
}

.zq_header-right {
    display: flex;
    align-items: center;
    gap: 30px;
    background: var(--clr-theme-primary);
    padding: 18px 45px;
    border-radius: 34px 34px 0 0;
    width: max-content;
    position: relative;
    z-index: 1
}

@media (max-width:1599px) {
    .body-wrapper.pt-30 {
        padding-top: 15px
    }

    .zq_header-right {
        padding: 18px 35px
    }
}

.zq_header-action-shape {
    position: absolute;
    left: -34px;
    bottom: 0;
    z-index: 999;
    transform: rotate(180deg)
}

.zq_header-action-shape svg {
    width: 34px
}

.zq_header-btn {
    border-radius: 60px;
    background: #0f2923;
    color: #fff;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 30px;
    height: 56px
}

.zq_h2_header-action-btn svg,
.zq_h3_header-action-btn svg,
.zq_h5_header-btn svg,
.zq_header-btn svg {
    width: 12px;
    height: 15px
}

.zq_blog_details-reply-item button:hover,
.zq_blog_list-item-content-btn:hover,
.zq_h2_header-action-btn:hover,
.zq_h2_theme-btn:hover,
.zq_h3_header-action-btn:hover,
.zq_h5_header-btn:hover,
.zq_header-btn:hover,
.zq_theme-btn:hover {
    background-color: #fff;
    color: var(--clr-common-black)
}

@media (max-width:575px) {
    .ba-search-popup-inner {
        width: 85%
    }

    .zq_header-btn {
        display: none
    }
}

.zq_header-menuIcon {
    color: var(--clr-common-black);
    font-size: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.zq_blog-item-content-admin span a,
.zq_cta-action-info a:hover,
.zq_footer-copyright p a,
.zq_footer-widget ul li a:hover,
.zq_h2_header-action-search,
.zq_h3_header-action-search,
.zq_h5_header_icon:hover,
.zq_h5_service_2-item:hover .zq_h5_service_2-item-icon svg,
.zq_header-menuIcon:hover,
.zq_inner_service-item:hover .zq_inner_service-item-icon svg {
    color: #fff
}

.zq_h2_header-area {
    position: fixed;
    left: 0;
    top: 35px;
    right: 0;
    z-index: 9;
    transition: position .3s, top .3s
}

.zq_h3_header-area,
.zq_h5_header-area {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9
}

.zq_h2_header-area.fixed {
    position: fixed;
    transition: .5s;
    transform: none !important
}

.zq_h2_hero-brand-item,
.zq_h5_header_icon {
    cursor: pointer;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear
}

.zq_h2_header-wrap {
    background-color: #2a4741;
    padding: 16px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 88px
}

.zq_h2_header-action-btn,
.zq_h3_header-action-btn,
.zq_h5_header-btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 30px;
    height: 56px;
    font-family: Inter, sans-serif !important
}

.zq_h2_choose-wrap,
.zq_h2_header-left {
    display: flex;
    align-items: center;
    gap: 100px
}

.zq_contact-call,
.zq_h2_header-action,
.zq_h3_header-action,
.zq_h5_header-right {
    display: flex;
    align-items: center;
    gap: 30px
}

.zq_h2_header-action-btn,
.zq_h3_header-action-btn {
    border-radius: 60px;
    background: var(--clr-theme-primary);
    color: var(--clr-common-black);
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 6px
}

.zq_h3_header-area {
    top: 35px
}

.zq_h2_price-btn,
.zq_h3_header-menu,
.zq_h3_price-btn,
.zq_inner_service-btn {
    display: flex;
    justify-content: center
}

.zq_h5_header-area {
    top: 30px;
    width: 100%
}

.zq_h5_header-btn {
    border-radius: 60px;
    background: #8af135;
    color: #0f2923;
    line-height: 23px;
    display: flex;
    align-items: center;
    gap: 6px
}

.zq_h5_header_icon {
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    transition: .3s linear
}

.zq_hero-container {
    background: var(--clr-theme-primary);
    border-radius: 34px 0 34px 34px
}

.zq_hero-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 44px 30px 58px
}

.zq_hero-circle-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(3%, -54%);
    width: 180px;
    height: 180px;
    border: 50%
}

.zq_hero-circle-btn::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, #fff0 30.994%, #0f2923 88.889%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1
}

.zq_hero-circle-btn img {
    width: 100%;
    height: 100%;
    animation: 10s linear infinite hero-circle-1
}

.zq_hero-circle-btn a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}

.zq_blog-item-img img,
.zq_blog_list-item-img img,
.zq_footer-logo img,
.zq_h2_blog-item-img img,
.zq_h2_choose-content,
.zq_h2_project-img img,
.zq_h2_project-item-img img,
.zq_h2_team-item-img img,
.zq_h3_team-item-img img,
.zq_h4_blog-item-img img,
.zq_h4_choose-img img,
.zq_hero-content,
.zq_inner_blog-img img {
    width: 100%
}

.zq_hero-content-title {
    color: var(--clr-common-black);
    font-family: Inter, sans-serif !important;
    font-size: 130px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px
}

.zq_hero-content-title span {
    display: block;
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke: 1px var(--clr-common-black)
}

.zq_hero-content p {
    color: rgb(0 0 0 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.zq_hero-img {
    max-width: 662px;
    width: 100%
}

.zq_h2_hero-area {
    position: relative;
    z-index: 1;
    padding-top: 210px;
    padding-bottom: 110px;
    background-color: rgb(138 241 53 / .05)
}

.zq_h2_hero-shape,
.zq_h4_hero-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%
}

.zq_h2_hero-content-title {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
    text-align: left
}

.zq_h2_hero-content-title span {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: max-content
}

.zq_h2_hero-content-title span img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%
}

.zq_error-content p,
.zq_h2_hero-content p {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 33px
}

.zq_h2_hero-brand span {
    color: #8af135;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px
}

.zq_h2_hero-form-item input,
.zq_h2_hero-form-item textarea {
    background: 0 0;
    line-height: 52px;
    color: #b3b3b3;
    font-weight: 400;
    padding: 0 15px;
    width: 100%;
    font-family: Inter, sans-serif !important;
    font-size: 16px
}

.zq_h2_hero-content {
    margin-bottom: 69px
}

.zq_h2_hero-brand-wrap,
.zq_h2_hero-form-item {
    display: flex;
    align-items: center;
    gap: 20px
}

.zq_h2_hero-brand-item {
    border: 1px solid rgb(255 255 255 / .08);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    transition: .3s linear
}

.h3_testimonial-img,
.h3_testimonial-img-shape,
.h3_testimonial-wrap .h3_testimonial-nav,
.zq_brand-item,
.zq_brand-item img,
.zq_choose-item,
.zq_faq-content .accordion-button,
.zq_h2_choose-content .accordion-button,
.zq_h2_hero-brand-item img,
.zq_h2_service-item,
.zq_h2_team-item-content,
.zq_h2_team-item-content p,
.zq_h2_team-item-content span,
.zq_h2_team-item-content::after,
.zq_h2_team-item-img,
.zq_h2_testimonial-item,
.zq_h3_brand-item,
.zq_h3_brand-item img,
.zq_h3_price-amount h2,
.zq_h3_price-amount span,
.zq_h3_price-category p,
.zq_h3_price-feature,
.zq_h3_price-feature ul li,
.zq_h3_price-feature ul li i,
.zq_h3_price-text,
.zq_h3_price_item,
.zq_h3_project-item,
.zq_h3_project-item-content span,
.zq_h3_project-item-content span del,
.zq_h3_project-item-content-icon svg,
.zq_h3_service-item-number,
.zq_h3_team-item-img::before,
.zq_h4_choose-content-item-icon,
.zq_h4_choose-content-item-icon svg,
.zq_h4_choose_2-content-item,
.zq_h4_price-amount h2,
.zq_h4_price-category p,
.zq_h4_price-feature ul li i,
.zq_h4_price_item,
.zq_h5_blog-item-content-btn a svg,
.zq_h5_blog-item-content-tag,
.zq_h5_brand-item,
.zq_h5_brand-item img,
.zq_h5_project-item-content span,
.zq_h5_project-item-content span del,
.zq_h5_project-item-content-icon svg,
.zq_h5_service-item,
.zq_h5_service-item-icon svg,
.zq_h5_service_2-item,
.zq_h5_service_2-item p,
.zq_h5_service_2-item-icon,
.zq_h5_service_2-item-icon svg,
.zq_h5_team-item-content::after,
.zq_inner_contact_top-item,
.zq_inner_contact_top-item-icon,
.zq_inner_faq-content .accordion-body,
.zq_inner_faq-content .accordion-button span i,
.zq_inner_service-item,
.zq_inner_service-item p,
.zq_inner_service-item-icon,
.zq_inner_service-item-icon svg,
.zq_service-item,
.zq_service-item-icon,
.zq_service-item-icon svg,
.zq_service_inner_2-item,
.zq_service_inner_2-item-icon svg {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear
}

.zq_inner_faq-content .accordion-button span i,
.zq_inner_faq-content .accordion-button span svg {
    font-size: 18px;
    color: #000
}

.zq_brand-item img,
.zq_h2_hero-brand-item img,
.zq_h3_brand-item img,
.zq_h5_brand-item img {
    transition: .3s linear;
    filter: opacity(.6)
}

.zq_brand-item:hover,
.zq_choose-item:hover,
.zq_h2_hero-brand-item:hover,
.zq_h3_brand-item:hover,
.zq_service-item:hover {
    border-color: var(--clr-theme-primary);
    background: var(--clr-common-lightBlack)
}

.zq_brand-item:hover img,
.zq_h2_hero-brand-item:hover img,
.zq_h3_brand-item:hover img,
.zq_h5_brand-item:hover img {
    filter: opacity(1)
}

.zq_h2_hero-form {
    background: var(--clr-common-lightBlack);
    padding: 30px 30px 35px;
    border-radius: 8px
}

.zq_h2_hero-form-title {
    color: var(--clr-body-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.zq_h2_hero-form-item input {
    height: 56px;
    border: 1px solid rgb(255 255 255 / .3);
    letter-spacing: -1px;
    border-radius: 8px
}

.zq_h2_hero-form form,
.zq_h2_hero-right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.zq_h2_hero-form-item textarea {
    height: 140px;
    border: 1px solid rgb(255 255 255 / .3);
    letter-spacing: -1px;
    border-radius: 8px
}

.zq_h2_hero-form-item button {
    width: 112px;
    height: 112px;
    border: 0;
    padding: 0;
    margin: 0;
    background: var(--clr-theme-primary);
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.nice-select.has-nice-select-2 .nice-select .option.selected.focus,
.nice-select.has-nice-select-2 .option.focus,
.nice-select.has-nice-select-2 ul li:hover,
.zq_h2_hero-form-item button:hover {
    background-color: var(--clr-common-black);
    color: #fff
}

.zq_h2_hero-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%
}

.zq_h2_hero-bottom-item {
    width: 100%;
    background: var(--clr-common-lightBlack);
    height: 100%;
    min-height: 218px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px 22px
}

.zq_h2_hero-bottom-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.zq_h2_hero-bottom-item h2 {
    color: var(--clr-body-heading);
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 0
}

.zq_h2_hero-bottom-item p {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 0
}

.zq_h3_hero-content h1,
.zq_h4_hero-content-title {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1
}

.zq_h2_hero-bottom-item:first-child:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 85px;
    height: 85px;
    filter: blur(30px);
    background: linear-gradient(180deg, #8af135, #fff0 100%);
    opacity: .8;
    border-radius: 50%
}

.h3_testimonial-img-shape,
.zq_brand-img-2,
.zq_h2_project-item-img-icon,
.zq_h5_brand-item:hover .zq_brand-img-1 {
    opacity: 0;
    visibility: hidden
}

.zq_h3_hero-single {
    background-color: rgb(24 66 57 / .2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 262px;
    padding-bottom: 230px
}

.zq_h3_hero-content,
.zq_h3_team-item-content,
.zq_h3_testimonial-item,
.zq_inner_team-item-content {
    text-align: center
}

.zq_h3_hero-content h1 {
    color: var(--clr-body-heading);
    letter-spacing: -3px;
    text-transform: capitalize
}

.zq_h3_hero-content form input,
.zq_h3_hero-content p,
.zq_h4_hero-content p {
    font-weight: 400;
    font-family: Inter, sans-serif !important
}

.zq_h3_hero-content p {
    color: rgb(255 255 255 / .7);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px
}

.zq_h3_hero-content form {
    max-width: 530px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
    margin-right: auto
}

.zq_h3_hero-content form input {
    width: 100%;
    height: 64px;
    border: 2px solid var(--clr-theme-primary);
    border-radius: 70px;
    background: #2a4741;
    padding: 0 40px;
    color: rgb(255 255 255 / .5);
    font-size: 16px;
    line-height: 24px
}

.zq_h3_hero-content form button {
    width: 64px;
    height: 64px;
    background: var(--clr-theme-primary);
    border: none;
    border-radius: 50%;
    font-size: 26px;
    color: var(--clr-common-black);
    flex-shrink: 0
}

.zq_h4_hero-area {
    position: relative;
    z-index: 1;
    padding-top: 235px;
    padding-bottom: 95px;
    background-color: #0f2923
}

.zq_h4_hero-area::before {
    position: absolute;
    left: calc(29% + 9px);
    top: calc(37% - 5px);
    content: "";
    width: 237px;
    height: 240px;
    filter: blur(400px);
    background: #8af135;
    z-index: -1
}

.zq_h4_hero-area::after {
    position: absolute;
    top: -46px;
    right: -50px;
    content: "";
    width: 168px;
    height: 170px;
    filter: blur(400px);
    background: #8af135;
    z-index: -1
}

.zq_h4_hero-shape-1 {
    position: absolute;
    left: 205px;
    top: 225px
}

.zq_h4_hero-shape-2 {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.zq_h4_hero-shape-3 {
    position: absolute;
    bottom: 85px;
    right: 385px
}

.zq_h4_hero-form {
    margin-left: 37px;
    margin-right: -5px
}

.zq_h4_hero-form form {
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 8px;
    backdrop-filter: blur(54px);
    background: rgb(42 71 65 / .3);
    padding: 30px 40px 50px
}

.zq_h4_hero-form form input,
.zq_h4_hero-form form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / .2);
    background-color: #fff0;
    padding-bottom: 14px;
    margin-bottom: 21px;
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -.5px
}

.zq_h4_hero-form form textarea {
    padding-bottom: 62px
}

.zq_h4_hero-form form button {
    margin-top: 6px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 50px;
    border: none;
    background-color: var(--clr-theme-primary);
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize
}

.zq_h4_hero-content-title {
    color: #8af135;
    letter-spacing: -2px
}

.zq_h4_hero-content-title span {
    display: block;
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke: 1px #8af135
}

.zq_h4_hero-content p {
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
}

.zq_h3_choose-content-admin,
.zq_h4_hero-content-admin {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0
}

.zq_h3_choose-content-admin img,
.zq_h3_choose-content-bottom a,
.zq_h4_hero-content-admin img {
    flex-shrink: 0
}

.zq_h3_choose-content-admin h4,
.zq_h4_hero-content-admin h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.7px;
    margin-bottom: 0;
    flex-shrink: 0
}

.zq_h3_choose-content-admin h4 span,
.zq_h4_hero-content-admin h4 span {
    display: block;
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

.zq_h5_hero-single {
    padding-top: 240px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1
}

.zq_h5_hero-circle {
    position: absolute;
    left: 50%;
    top: 115px;
    transform: translateX(-50%);
    width: max-content;
    height: auto;
    z-index: -1
}

.zq_h5_hero-content {
    text-align: center;
    margin-bottom: 120px
}

.zq_h5_hero-content-title {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 19px
}

.zq_h5_hero-content p {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 42px
}

.zq_h5_hero-content-btn {
    border-radius: 58px;
    background: #8af135;
    height: 56px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    color: #000;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.zq_h5_hero-img {
    margin-left: -27px;
    margin-right: -27px
}

.zq_h5_hero-single::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "";
    filter: blur(600px);
    background: #8af135;
    width: 500px;
    height: 500px;
    z-index: -1
}

@keyframes hero-circle-1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.zq_section-subtitle {
    color: var(--clr-theme-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2.5px
}

.zq_h2_section-subtitle,
.zq_h3_section-subtitle {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px
}

.zq_section-title {
    color: var(--clr-body-heading);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -1.1px
}

.zq_section-text {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77
}

.zq_h2_section-subtitle {
    border-radius: 40px;
    background: var(--clr-common-lightBlack);
    height: 30px;
    padding: 0 16px;
    color: var(--clr-theme-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize
}

.zq_h2_section-title,
.zq_h3_section-title {
    color: var(--clr-body-heading);
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px
}

.zq_h3_section-subtitle {
    color: var(--clr-theme-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 2.5px;
    padding-left: 14px
}

.zq_h3_section-subtitle::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--clr-theme-primary);
    border-radius: 50%
}

.zq_brand-item,
.zq_h3_brand-item {
    border: 1px solid rgb(255 255 255 / .08);
    align-items: center
}

.nice-select.has-nice-select,
.nice-select.has-nice-select-2,
.zq_h3_section-text,
.zq_inner_brand-subtitle,
.zq_inner_map-item-info span {
    font-size: 16px;
    font-family: Inter, sans-serif !important
}

.zq_h3_section-text {
    color: rgb(255 255 255 / .7);
    font-weight: 400;
    line-height: 30px
}

.zq_inner_section .zq_section-title span {
    color: #8af135
}

.zq_brand-item {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    transition: .3s linear
}

.zq_h3_brand-item,
.zq_h5_brand-item {
    height: 100px;
    cursor: pointer;
    display: flex;
    width: 100%
}

.zq_h3_brand-item {
    justify-content: center;
    border-radius: 90px;
    transition: .3s linear
}

.zq_h5_brand-item {
    border: 1px solid rgb(255 255 255 / .08);
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    transition: .3s linear
}

.zq_brand-img-2 {
    position: absolute
}

.zq_h5_brand-item:hover {
    border-color: var(--clr-theme-primary);
    background: var(--clr-theme-primary)
}

.zq_inner_brand-wrap {
    background-color: var(--clr-theme-primary);
    max-width: 1650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px
}

.zq_inner_brand-subtitle {
    color: #0f2923;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
    display: block
}

.zq_inner_brand-title {
    color: #0f2923;
    font-family: Inter, sans-serif !important;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 40px
}

.zq_inner_brand-item {
    background: rgb(15 41 35 / .1);
    justify-content: center;
    display: flex;
    align-items: center;
    height: 105px;
    border-radius: 8px
}

.zq_faq-content .accordion-button,
.zq_inner_faq-content .accordion-button {
    align-items: center;
    display: flex;
    position: relative;
    box-shadow: none;
    line-height: 1.25;
    cursor: pointer
}

.zq_faq-img img,
.zq_inner_faq-img img {
    border-radius: 17px
}

.zq_faq-content .accordion-item,
.zq_inner_faq-content .accordion-item {
    overflow: hidden;
    background: 0 0;
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / .1)
}

.zq_faq-content .accordion-button {
    background: 0 0;
    border: 1px solid #fff0;
    border-bottom: 0;
    transition: .3s linear;
    color: var(--clr-body-heading);
    font-size: 24px;
    font-weight: 600;
    border-radius: 8px 8px 0 0 !important;
    gap: 10px;
    padding: 23px 20px 24px
}

.zq_faq-content .accordion-button::after,
.zq_h2_choose-content .accordion-button::after,
.zq_inner_faq-content .accordion-button::after,
.zq_inner_faq-content .accordion-button::before {
    display: none
}

.zq_faq-content .accordion-button::before,
.zq_h2_choose-content .accordion-button::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-weight: 700;
    color: rgb(255 255 255 / .7);
    text-align: center;
    font-size: 20px;
    border-radius: 50%
}

.zq_faq-content .accordion-button:not(.collapsed),
.zq_h2_choose-content .accordion-button:not(.collapsed) {
    background-color: var(--clr-common-lightBlack);
    padding-bottom: 17px;
    border: 1px solid var(--clr-theme-primary);
    border-bottom: 0
}

.zq_faq-content .accordion-button:not(.collapsed)::before,
.zq_h2_choose-content .accordion-button:not(.collapsed)::before {
    color: var(--clr-theme-primary);
    content: "\f106"
}

.zq_faq-content .accordion-body,
.zq_h2_choose-content .accordion-body {
    padding: 0 40px 28px 62px;
    background: var(--clr-common-lightBlack);
    border: 1px solid var(--clr-theme-primary);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.zq_faq-content .accordion-body p,
.zq_h2_choose-content .accordion-body p,
.zq_inner_project-content p,
.zq_project-content p {
    color: rgb(255 255 255 / .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.zq_inner_faq-content .accordion-button {
    background: #2a4741;
    border: 1px solid #2a4741;
    border-bottom: 0;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    color: var(--clr-body-heading);
    font-size: 24px;
    font-weight: 600;
    border-radius: 8px 8px 0 0 !important;
    gap: 12px;
    padding: 30px
}

.zq_inner_faq-content .accordion-button span {
    background-color: var(--clr-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    flex-shrink: 0
}

.zq_inner_faq-content .accordion-button span i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--clr-common-black);
    font-size: 14px;
    transition: .3s linear;
    text-align: center;
    width: 100%
}

.zq_inner_faq-content .accordion-button:not(.collapsed) {
    padding-bottom: 25px;
    border: 1px solid var(--clr-theme-primary);
    border-bottom: 0
}

.zq_inner_faq-content .accordion-button:not(.collapsed) span i {
    transform: translateY(-50%) rotate(45deg)
}

.zq_inner_faq-content .accordion-body {
    padding: 0 30px 25px 76px;
    background: var(--clr-common-lightBlack);
    border: 1px solid var(--clr-theme-primary);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    transition: .3s linear
}

.zq_inner_faq-content .accordion-body p {
    border-top: 1px solid rgb(255 255 255 / .15);
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 19px;
    margin-bottom: 0
}

.zq_project-wrapper {
    border-top: 1px solid rgb(255 255 255 / .1);
    display: flex;
    align-items: start
}

.zq_project-img {
    overflow: hidden;
    border-radius: 17px;
    margin-bottom: 20px
}

.zq_project-img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover
}

.zq_project-single:first-child {
    border-right: 1px solid rgb(255 255 255 / .1)
}

.zq_project-item {
    border-bottom: 1px solid rgb(255 255 255 / .1);
    padding-bottom: 35px;
    margin-bottom: 30px
}

.zq_project-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px
}

.zq_inner_project-content-title,
.zq_project-content-title {
    color: var(--clr-body-heading);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0
}

.zq_inner_project-content-btn,
.zq_project-content-btn {
    color: rgb(255 255 255 / .2);
    font-size: 30px;
    font-weight: 700
}

.zq_project-client {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px
}

.zq_project-client-info h3 {
    color: var(--clr-body-heading);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0
}

.zq_project-client-info p {
    color: var(--clr-body-heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    font-family: Inter, sans-serif
}

.zq_h2_project-item-content h3,
.zq_h2_project-item-content span {
    color: var(--clr-body-heading);
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1px
}

.zq_project-client-img {
    display: flex;
    align-items: center
}

.zq_project-client-img img:not(:first-child) {
    margin-left: -20px
}

.zq_h2_project-item {
    background-color: #33574f;
    border-radius: 8px
}

.zq_h2_project-item-content {
    padding: 25px 30px 24px
}

.zq_h2_project-item-content span {
    font-size: 18px;
    line-height: 26px;
    display: block
}

.zq_h2_project-item-content h3 {
    font-size: 32px;
    line-height: 1.2
}

.zq_h2_project-item-content p,
.zq_h3_choose-content-item-info p,
.zq_h3_choose_2-content-item p,
.zq_h4_choose-content-item-info p {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.zq_h2_project-item-img-icon,
.zq_h2_project-item-img-icon:hover,
.zq_h2_service-item:hover .zq_h2_service-item-content h4,
.zq_h2_service-item:hover .zq_h2_service-item-content p,
.zq_h2_team-item:hover .zq_h2_team-item-content h3,
.zq_h2_team-item:hover .zq_h2_team-item-content p,
.zq_h2_team-item:hover .zq_h2_team-item-content span,
.zq_h3_price_item:hover .zq_h3_price-amount h2,
.zq_h3_price_item:hover .zq_h3_price-category p,
.zq_h3_price_item:hover .zq_h3_price-feature ul li,
.zq_h3_price_item:hover .zq_h3_price-feature ul li i,
.zq_h3_price_item:hover .zq_h3_price-text,
.zq_h3_project-item:hover .zq_h3_project-item-content p,
.zq_h3_project-item:hover .zq_h3_project-item-content-icon svg,
.zq_h3_project-item:hover .zq_h3_project-item-content-title h3,
.zq_h3_service-item-content-btn svg,
.zq_h3_service-item-content-btn:hover,
.zq_h3_service-item:hover .zq_h3_service-item-content h4,
.zq_h3_service-item:hover .zq_h3_service-item-content p,
.zq_h4_price_item:hover .zq_h4_price-amount h2,
.zq_h4_price_item:hover .zq_h4_price-category p,
.zq_h4_price_item:hover .zq_h4_price-feature ul li,
.zq_h4_price_item:hover .zq_h4_price-feature ul li i,
.zq_h4_price_item:hover .zq_h4_price-text,
.zq_h5_project-item:hover .zq_h5_project-item-content-icon svg,
.zq_h5_project-item:hover .zq_h5_project-item-content-title h3,
.zq_inner_contact-call-icon svg,
.zq_inner_contact_top-item:hover .zq_inner_contact_top-item-info a,
.zq_inner_contact_top-item:hover .zq_inner_contact_top-item-info h4,
.zq_inner_contact_top-item:hover .zq_inner_contact_top-item-info p {
    color: var(--clr-common-black)
}

.zq_h2_service-item:hover .zq_h2_service-item-icon img,
.zq_h3_service-item:hover .zq_h3_service-item-icon img {
    filter: brightness(30%)
}

.zq_h2_project-item-img {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.zq_h2_project-item-img-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    box-shadow: 0 16px 30px 0 rgb(1 6 20 / .1);
    background: var(--clr-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px
}

.zq_h2_project-item-img::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff0, rgb(0 0 0 / .5) 100%);
    opacity: .7
}

.zq_blog_list-item-img,
.zq_h2_project-img {
    overflow: hidden;
    border-radius: 8px
}

.swiper.h3_project-active {
    margin-left: -290px;
    margin-right: -290px
}

.zq_h3_project-item {
    padding: 20px;
    background: #33574f;
    border-radius: 8px;
    transition: .3s linear
}

.zq_h3_project-item-img {
    margin-bottom: 20px;
    max-height: 300px;
    overflow: hidden
}

.zq_h3_blog-item-img img,
.zq_h3_project-item-img img,
.zq_h4_project-item-img img,
.zq_h5_blog-item-img img,
.zq_h5_project-item-img img,
.zq_h5_team-item-img img,
.zq_team_details-img img {
    width: 100%;
    border-radius: 8px
}

.zq_h3_project-item-content-icon svg,
.zq_h5_project-item-content-icon svg {
    transition: .3s linear;
    color: #fff;
    width: 20px
}

.zq_h3_project-item-content-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 16px
}

.zq_h3_project-item-content-title h3 {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 0
}

.zq_h3_project-item-content span {
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -.6px;
    gap: 15px;
    transition: .3s linear
}

.zq_h3_project-item-content span del,
.zq_h5_project-item-content span del {
    transition: .3s linear;
    color: rgb(255 255 255 / .5);
    position: relative;
    z-index: 1;
    padding-left: 13px
}

.zq_h3_project-item-content span del::before,
.zq_h5_project-item-content span del::before {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 4px;
    background: rgb(255 255 255 / .7);
    border-radius: 50%
}

.zq_h2_service-item:hover .zq_h2_service-item-icon svg,
.zq_h2_team-area .zq_h2_team-item:hover .zq_h2_team-item-content h4,
.zq_h3_service-item:hover .zq_h3_service-item-icon svg,
.zq_h4_choose-content-item:hover .zq_h4_choose-content-item-icon svg,
.zq_service-item:hover .zq_service-item-icon svg {
    color: #000
}

.zq_h3_price_item:hover .zq_h3_price-amount span,
.zq_h3_project-item:hover .zq_h3_project-item-content span,
.zq_h4_price_item:hover .zq_h4_price-amount span,
.zq_h5_project-item:hover .zq_h5_project-item-content span,
.zq_inner_service-item:hover p,
.zq_service_inner_2-item:hover p {
    color: rgb(15 41 35 / .7)
}

.zq_h3_project-item:hover .zq_h3_project-item-content span del,
.zq_h5_project-item:hover .zq_h5_project-item-content span del {
    color: rgb(15 41 35 / .5)
}

.zq_h3_project-item:hover .zq_h3_project-item-content span del::before,
.zq_h5_project-item:hover .zq_h5_project-item-content span del::before {
    background-color: rgb(15 41 35 / .7)
}

.zq_h4_project-item-content h3,
.zq_h5_team-item-content h3,
.zq_inner_team-item-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 5px
}

.zq_blog_details-comment-info h5,
.zq_blog_details-content-list li,
.zq_blog_details-content-text,
.zq_h4_project-item-btn,
.zq_h4_project-item-content span,
.zq_inner-pagination ul li a {
    line-height: 28px;
    font-family: Inter, sans-serif !important
}

.zq_h4_project-item-content span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 31px
}

.zq_h4_project-item-content span del {
    color: rgb(255 255 255 / .5);
    position: relative;
    z-index: 1;
    padding-left: 15px
}

.zq_h4_project-item-content span del::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
    background-color: rgb(255 255 255 / .5);
    border-radius: 50%
}

.zq_h4_project-item-btn {
    color: var(--clr-common-black);
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    height: 55px;
    background: #fff;
    padding: 0 35px;
    border-radius: 50px
}

.zq_h4_project-item-btn:hover,
.zq_h5_blog-item:hover .zq_h5_blog-item-content-tag,
.zq_inner_service-btn a:hover {
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-black)
}

.swiper.h5_project-active {
    margin-right: -451px
}

.zq_h5_project-item {
    padding: 20px;
    background: #33574f;
    border-radius: 8px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.zq_inner_project-img,
.zq_inner_project-item {
    border-radius: 17px;
    overflow: hidden
}

.zq_h5_project-item-img {
    overflow: hidden;
    margin-bottom: 15px
}

.zq_h5_project-item-content-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 6px
}

.zq_h5_project-item-content-title h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 0
}

.zq_h5_project-item-content span {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.6px;
    gap: 15px;
    transition: .3s linear
}

.zq_inner_project-item {
    background-color: #2a4741
}

.zq_inner_project-img img {
    width: 100%;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear
}

.zq_inner_project-content {
    padding: 27px 30px 35px
}

.zq_inner_project-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px
}

.zq_inner_project-item:hover .zq_inner_project-img img {
    transform: scale(1.1)
}

.zq_inner-pagination ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 8px;
    align-items: center
}

.zq_inner-pagination ul li a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(138 241 53 / .5);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.zq_portfolio_details-info {
    border: 1px solid rgb(255 255 255 / .16);
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.zq_portfolio_details-info-item {
    border-right: 1px solid rgb(255 255 255 / .16);
    padding: 32px 30px 34px
}

.zq_portfolio_details-info-item span {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 10px
}

.zq_portfolio_details-info-item p {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -1px;
    margin-bottom: 0
}

.portfolio-dtls-items h6 {
    font-size: 16px;
    color: #ffffff87
}

.portfolio-dtls-items h4 {
    font-size: 25px
}

.zq_choose-wrapper {
    border-top: 1px solid rgb(255 255 255 / .1);
    padding-top: 40px
}

.zq_choose-item {
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 8px;
    padding: 30px 30px 45px;
    transition: .3s linear
}

.zq_h2_choose-content .accordion-button,
.zq_h4_choose-content-item-icon {
    display: flex
}

.zq_choose-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px
}

.zq_choose-item-icon svg,
.zq_h2_choose-content .accordion-single-icon svg,
.zq_service-item-icon svg {
    color: var(--clr-theme-primary);
    width: 40px
}

.zq_choose-item-btn {
    font-size: 30px;
    color: rgb(255 255 255 / .4)
}

.zq_choose-item-title {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px
}

.zq_choose-item p {
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.zq_choose-img img,
.zq_service_details-img img {
    width: 100%;
    border-radius: 16px
}

.zq_h2_choose-img {
    max-width: 665px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 1
}

.zq_h2_choose-img img {
    width: 100%;
    min-height: 300px;
    height: 100%
}

.zq_h2_choose-img-info {
    background-color: var(--clr-theme-primary);
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
    margin-top: -57px;
    z-index: 9;
    position: relative;
    margin-right: 25px;
    margin-left: 25px
}

.zq_blog-widget-post,
.zq_footer-widget-mail,
.zq_footer-widget-social,
.zq_h2_blog-item-big-admin,
.zq_h2_blog-item-content-admin,
.zq_h2_choose-img-info-item,
.zq_h4_blog-item-content-admin {
    display: flex;
    align-items: center;
    gap: 10px
}

.h3_testimonial-wrap,
.zq_blog-item,
.zq_blog-widget form,
.zq_blog_details-content-img,
.zq_error-area,
.zq_h2_blog-item-big,
.zq_h2_choose-img-info-item:first-child,
.zq_h3_blog-item-content,
.zq_h3_choose-img,
.zq_h4_choose-right .inner-item,
.zq_h5_blog-item-content,
.zq_inner_map-wrap,
.zq_service_details_2-img,
.zq_testimonial-item,
.zq_video-img {
    position: relative;
    z-index: 1
}

.zq_h2_choose-img-info-item:first-child::before {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 54px;
    width: 2px;
    background-color: var(--clr-common-black)
}

.zq_h2_choose-img-info-item h2 {
    margin-bottom: 0;
    color: var(--clr-common-black);
    font-size: 44px;
    font-weight: 600;
    line-height: 54px
}

.zq_h2_choose-img-info-item span {
    display: block;
    color: var(--clr-common-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -1px
}

.zq_h2_choose-content .accordion-item {
    width: 100%;
    overflow: hidden;
    background: 0 0;
    border-radius: 8px;
    border: 1px solid rgb(138 241 53 / .1)
}

.zq_h2_choose-content .accordion-button {
    position: relative;
    cursor: pointer;
    box-shadow: none;
    background: 0 0;
    border: 1px solid #fff0;
    border-bottom: 0;
    transition: .3s linear;
    color: var(--clr-body-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 8px 8px 0 0 !important;
    align-items: center;
    gap: 10px;
    padding: 23px 40px 24px 20px
}

.zq_h2_choose-content .accordion-single {
    display: flex;
    align-items: flex-start;
    gap: 30px
}

.zq_h2_choose-content .accordion-single-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border: 1px solid rgb(138 241 53 / .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.zq_h3_choose-content-item {
    display: flex;
    align-items: flex-start;
    gap: 15px
}

.zq_h3_choose-content-item-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(138 241 53 / .1);
    flex-shrink: 0;
    border-radius: 50%
}

.zq_h3_choose-content-item-icon svg,
.zq_inner_contact_top-item-icon svg {
    color: var(--clr-theme-primary);
    width: 30px
}

.zq_h3_choose-content-item-info h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px
}

.zq_h3_choose-content-bottom {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap
}

.zq_h3_choose-img-inner {
    border-radius: 8px;
    padding-bottom: 15px
}

.zq_h3_choose-img-shape-1 {
    position: absolute;
    left: -15px;
    bottom: 0;
    z-index: -1
}

.zq_h3_choose-img-shape-2 {
    position: absolute;
    right: 30px;
    bottom: 70px
}

.zq_h3_choose_2-content {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    gap: 115px;
    position: relative;
    z-index: 1
}

.zq_h3_choose_2-content::before {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 1px;
    height: 86px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #8af135, #508b1f)
}

.zq_h3_choose_2-content-item h2 {
    color: var(--clr-theme-primary);
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -1px;
    margin-bottom: 5px
}

.zq_h4_choose-wrap {
    padding-top: 95px;
    padding-bottom: 100px
}

.zq_h4_choose-content-item {
    display: flex;
    align-items: center;
    gap: 15px
}

.zq_h4_choose-content-item-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border: 1px solid rgb(138 241 53 / .2);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transition: .3s linear
}

.zq_h4_choose-content-item-icon svg {
    transition: .3s linear;
    color: var(--clr-theme-primary);
    width: 38px
}

.zq_h4_choose-content-item-info h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 7px
}

.zq_h4_choose-right {
    margin-left: auto;
    width: 550px;
    flex-shrink: 0;
    display: flex;
    gap: 30px;
    max-height: 800px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width:1399px) {
    .zq_hero-content-title {
        font-size: 115px
    }

    .zq_h2_hero-content-title,
    .zq_h4_hero-content-title {
        font-size: 90px
    }

    .zq_h2_choose-img-info-item:first-child::before,
    .zq_h2_hero-content p br,
    .zq_h4_service-item-content p br {
        display: none
    }

    .zq_h4_hero-content {
        margin-left: 50px
    }

    .zq_faq-wrapper.ml-50,
    .zq_inner_faq-wrap.ml-50 {
        margin-left: 0
    }

    .zq_faq-wrapper.mr-30 {
        margin-right: 0
    }

    .zq_h2_project-item-content h3 {
        font-size: 28px
    }

    .zq_h2_choose-wrap {
        gap: 50px
    }

    .zq_h2_choose-img {
        max-width: 565px
    }

    .zq_h2_choose-img-info-item h2 {
        font-size: 40px
    }

    .zq_h4_choose-right {
        width: 540px
    }
}

.zq_h4_choose-right::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #2a4741 0, #fff0 50.75%, #2a4741 100%);
    z-index: 9
}

.zq_h4_choose-right .inner-item:first-child::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    content: "";
    background-color: #2a4741;
    z-index: 9
}

.zq_h4_choose-right .inner-item:last-child::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
    content: "";
    background-color: #2a4741;
    z-index: 9
}

.h4_choose-active .swiper-wrapper,
.h4_choose-active-2 .swiper-wrapper {
    height: 780px;
    transition-timing-function: linear
}

.zq_h4_choose-content-item:hover .zq_h4_choose-content-item-icon {
    background-color: #8af135;
    border-color: #fff0
}

.zq_h4_choose_2-content-item {
    background: #184239;
    border-radius: 8px;
    padding: 30px 30px 43px;
    border: 1px solid #fff0;
    transition: .3s linear
}

.zq_h4_choose_2-content-item:hover {
    border-color: #8af135;
    background-color: #2a4741
}

.zq_h4_choose_2-content-item h2 {
    color: #8af135;
    font-size: 68px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.zq_h4_choose_2-content-item p,
.zq_h4_service-item-content p {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0
}

.zq_price_item {
    background: #33574f;
    padding: 35px 30px 40px;
    border-radius: 8px
}

.zq_price-category p {
    color: var(--clr-body-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 11px
}

.zq_price-amount {
    display: flex;
    align-items: end;
    margin-bottom: 13px
}

.zq_price-amount h2 {
    color: var(--clr-body-heading);
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0
}

.zq_price-amount h2 span {
    color: #bbb;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1
}

.zq_price-amount span {
    color: #bbb;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px
}

.zq_price-text {
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px
}

.zq_price-feature {
    background: #223a35;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px
}

.zq_h2_price_item,
.zq_h3_price_item,
.zq_h4_price_item {
    background: #33574f;
    border-radius: 8px
}

.zq_blog-widget-category,
.zq_blog_details-content-list,
.zq_footer-widget ul,
.zq_h2_blog-widget ul,
.zq_h2_price-feature ul,
.zq_h3_price-feature ul,
.zq_h4_price-feature ul,
.zq_mobile_menu .cont-info .item ul.social,
.zq_price-feature ul,
.zq_service_details_2-list ul {
    list-style: none
}

.zq_h2_price-feature ul li,
.zq_price-feature ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px
}

.zq_blog_details-content-list li:last-child,
.zq_footer-widget ul li:last-child,
.zq_h2_blog-widget ul li:last-child,
.zq_h2_price-feature ul li:last-child,
.zq_h3_price-feature ul li:last-child,
.zq_h4_price-feature ul li:last-child,
.zq_price-feature ul li:last-child,
.zq_service_details_2-list ul li:last-child {
    margin-bottom: 0
}

.zq_price-feature ul li i {
    font-size: 18px;
    color: #fff
}

.zq_price-btn a {
    border-radius: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    gap: 5px;
    color: #000;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize
}

.zq_h2_price-amount h2,
.zq_h2_price-category p {
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center
}

.zq_h2_price-btn a,
.zq_h3_price-btn a {
    gap: 10px;
    font-family: Inter, sans-serif !important;
    display: flex;
    text-transform: capitalize
}

.zq_h2_price-btn a:hover,
.zq_h3_price-btn a:hover,
.zq_price-btn a:hover {
    background-color: var(--clr-common-white);
    color: #000
}

.zq_h2_price_item {
    padding: 30px 30px 40px
}

.zq_h2_price-category p,
.zq_h3_price-category p {
    color: var(--clr-theme-primary);
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px
}

.zq_h2_price-amount,
.zq_h3_price-amount {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 34px
}

.zq_h2_price-amount h2,
.zq_h3_price-amount h2,
.zq_h4_price-amount h2 {
    color: var(--clr-body-heading);
    font-size: 62px;
    line-height: 1;
    margin-bottom: 0
}

.zq_h2_price-amount span,
.zq_h2_price-text,
.zq_h3_price-amount span,
.zq_h3_price-text {
    color: rgb(255 255 255 / .7);
    text-align: center
}

.zq_h2_price-amount span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.zq_h2_price-text {
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px
}

.zq_h2_price-feature {
    margin-bottom: 65px;
    padding-top: 30px
}

.zq_h2_price-feature ul li i {
    font-size: 18px;
    color: var(--clr-theme-primary)
}

.zq_h2_price-btn a {
    border-radius: 8px;
    max-width: 260px;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 64px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

.zq_h3_price-amount h2,
.zq_h3_price-category p {
    font-weight: 600;
    transition: .3s linear;
    letter-spacing: -1px;
    text-align: center
}

.zq_h3_price_item {
    padding: 40px 50px 50px;
    transition: .3s linear
}

.zq_h3_price-amount span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    transition: .3s linear
}

.zq_h3_price-text {
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
    transition: .3s linear
}

.zq_h3_price-feature {
    margin-bottom: 40px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    transition: .3s linear
}

.zq_h3_price-feature ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b8b8b8;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 29px;
    transition: .3s linear
}

.zq_h3_price-feature ul li i,
.zq_h4_price-feature ul li i {
    font-size: 12px;
    color: #b3b3b3;
    transition: .3s linear
}

.zq_h3_price-btn a {
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 65px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

.zq_h4_price-amount h2,
.zq_h4_price-category p {
    font-weight: 600;
    transition: .3s linear;
    letter-spacing: -1px
}

.zq_h3_price_item:hover .zq_h3_price-feature,
.zq_h4_price_item:hover .zq_h4_price-feature {
    border-color: rgb(15 41 35 / .5)
}

.zq_h3_price_item:hover .zq_h3_price-btn a {
    background-color: #fff;
    color: #000
}

.zq_h4_price_item {
    padding: 30px 30px 40px;
    transition: .3s linear
}

.zq_h2_service-item,
.zq_h3_service-item {
    background: var(--clr-common-lightBlack)
}

.zq_h4_price-category p {
    line-height: 1.2;
    margin-bottom: 20px;
    color: #8af135;
    font-size: 24px
}

.zq_h4_price-amount {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    margin-bottom: 34px
}

.zq_h4_price-amount span,
.zq_h4_price-text {
    font-size: 18px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    color: rgb(255 255 255 / .7)
}

.zq_h4_price-amount span {
    font-weight: 500;
    line-height: 30px;
    transition: .3s linear
}

.zq_h4_price-text {
    font-family: Inter, sans-serif !important;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
    transition: .3s linear
}

.zq_h4_price-btn,
.zq_h4_price-tab .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: Inter, sans-serif !important
}

.zq_h4_price-feature,
.zq_h4_price-feature ul li {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    display: flex
}

.zq_h4_price-btn {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8af135;
    border-radius: 50px;
    color: #8af135
}

.zq_h4_price-feature {
    padding-top: 35px;
    justify-content: space-between;
    gap: 30px;
    transition: .3s linear
}

.zq_h4_price-feature ul li {
    align-items: center;
    gap: 20px;
    color: #b8b8b8;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 29px;
    transition: .3s linear
}

.zq_h4_price_item:hover .zq_h4_price-btn {
    background-color: var(--clr-common-black);
    color: #fff;
    border-color: #fff0
}

.zq_blog_details-content blockquote span,
.zq_h4_price-tab {
    display: flex;
    justify-content: end
}

.zq_h4_price-tab .nav-tabs {
    border: 1px solid rgb(138 241 53 / .3);
    border-radius: 58px;
    padding: 6px
}

.zq_h4_price-tab .nav-tabs .nav-link {
    height: 44px;
    border-radius: 45px;
    border: 0;
    padding: 0 22px;
    color: #8af135
}

.zq_h4_price-tab .nav-tabs .nav-link.active {
    background: #8af135;
    color: #000
}

.zq_h5_service_2-item,
.zq_service-item {
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 8px;
    padding: 50px 30px 45px;
    transition: .3s linear
}

.zq_h5_service_2-item-title,
.zq_service-item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px
}

.zq_service-item p {
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 38px
}

.zq_h5_service_2-item-btn,
.zq_inner_service-item-btn,
.zq_service-item-btn {
    color: var(--clr-body-heading);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px
}

.zq_service-item-icon {
    width: 80px;
    height: 80px;
    border: 2px solid rgb(255 255 255 / .2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: .3s linear
}

.zq_service-item-icon svg {
    color: var(--clr-theme-primary);
    max-width: 35px;
    transition: .3s linear
}

.zq_service-item:hover .zq_service-item-icon {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary)
}

.zq_h2_service-item {
    padding: 20px 25px 22px;
    border-radius: 8px;
    transition: .3s linear
}

.zq_h2_blog-widget ul li,
.zq_h2_service-item-icon {
    margin-bottom: 22px
}

.zq_h2_service-item-icon svg,
.zq_h3_service-item-icon svg {
    color: var(--clr-theme-primary);
    width: 40px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.zq_h2_service-item-content h4 {
    color: var(--clr-body-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 15px
}

.zq_h2_service-item-content p,
.zq_h3_service-item-content p,
.zq_h5_service-item-content p,
.zq_service_inner_2-item p {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0
}

.zq_h3_service-item,
.zq_h3_service-item-main {
    border-radius: 8px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    height: 100%
}

.zq_h3_service-item-main {
    overflow: hidden;
    transition: .3s linear
}

#zsalesiq {
    height: 0
}

.zq_h3_service-item {
    padding: 45px 30px 42px;
    transition: .3s linear;
    position: relative;
    z-index: 9
}

.zq_h3_service-item-content-btn,
.zq_h3_service-item-number {
    font-size: 18px;
    align-items: center;
    position: absolute;
    font-weight: 600
}

.zq_h3_service-item-number {
    right: 30px;
    top: 50px;
    box-sizing: border-box;
    border-left: 1px solid #8af135;
    border-right: 1px solid #8af135;
    border-radius: 50px;
    display: inline-flex;
    height: 26px;
    padding: 0 16px;
    color: #8af135;
    line-height: 26px;
    letter-spacing: -.6px;
    background: rgb(138 241 53 / .1);
    transition: .3s linear
}

.zq_h3_service-item-content h4,
.zq_h5_service-item-content h4 {
    color: var(--clr-body-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 17px
}

.zq_h3_service-item-content-btn {
    margin-top: 15px;
    color: var(--clr-common-black);
    font-family: Inter, sans-serif !important;
    line-height: 28px;
    display: flex;
    gap: 15px;
    opacity: 0;
    visibility: hidden
}

.zq_h3_service-item-main:hover {
    transform: translateY(0)
}

.zq_h3_service-item:hover .zq_h3_service-item-number {
    color: #000;
    border-color: #000;
    background-color: rgb(0 0 0 / .1)
}

.zq_h4_service-wrap,
.zq_mobile_menu .menu-text {
    position: relative;
    z-index: 1;
    height: 100%
}

.zq_h4_service-wrap::after,
.zq_h4_service-wrap::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    content: ""
}

.zq_h4_service-wrap::after {
    width: 12px;
    background-image: linear-gradient(180deg, #0f2923, #fff0 48.5%, #0f2923 100%)
}

.zq_h4_service-wrap::before {
    border-radius: 10px;
    width: 4px;
    border-left: 4px dashed #8af135
}

.zq_h4_service-item-number,
.zq_h4_service-item::after {
    width: 75px;
    background-color: var(--clr-common-black);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.zq_h4_service-item {
    display: flex;
    align-items: center;
    gap: 190px;
    position: relative;
    z-index: 1
}

.zq_h4_service-item::after {
    position: absolute;
    content: "";
    height: 115px
}

.zq_h4_service-item-number {
    position: absolute;
    height: 75px;
    box-sizing: border-box;
    border: 4px solid #8af135;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8af135;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    z-index: 2
}

.zq_h4_service-item-content,
.zq_h4_service-item-img {
    max-width: 562px;
    width: 100%
}

.zq_h4_service-item-img img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 16/9;
    object-fit: cover
}

.zq_h4_service-item-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.zq_h5_service_2-item p,
.zq_inner_service-item p {
    font-weight: 400;
    line-height: 24px;
    color: rgb(255 255 255 / .7)
}

.zq_h5_service-item-content-btn,
.zq_inner_service-btn a,
.zq_service_details_2-list ul li {
    line-height: 28px;
    display: flex;
    font-family: Inter, sans-serif !important
}

.zq_h5_service-item {
    background: var(--clr-common-lightBlack);
    padding: 37px 30px 32px;
    border-radius: 8px;
    transition: .3s linear;
    position: relative;
    z-index: 9;
    border: 1px solid #fff0
}

.zq_h5_service-item-icon {
    margin-bottom: 53px
}

.zq_h5_service_2-item-icon,
.zq_inner_service-item-icon {
    width: 80px;
    height: 80px;
    display: flex;
    margin-bottom: 25px
}

.zq_h5_service-item-icon svg {
    color: var(--clr-theme-primary);
    width: 40px;
    height: 45px;
    transition: .3s linear
}

.zq_h5_service-item-content-btn {
    margin-top: 30px;
    color: var(--clr-common-white);
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    gap: 15px
}

.zq_h5_service-item:hover {
    box-sizing: border-box;
    border-color: #8af135;
    border-radius: 8px;
    box-shadow: 0 0 50px 0 rgb(138 241 53 / .3)
}

.zq_h5_service-item:hover,
.zq_inner_service-item-2 {
    box-shadow: none
}

.zq_h5_service_2-item:hover {
    border-color: var(--clr-theme-primary);
    background: var(--clr-common-lightBlack);
    background-color: #8af135
}

.zq_h5_service_2-item-icon {
    background-color: #8af135;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s linear
}

.zq_h5_service_2-item-icon svg,
.zq_inner_service-item-icon svg {
    color: #0f2923;
    max-width: 35px;
    transition: .3s linear
}

.zq_h5_service_2-item p {
    font-size: 18px;
    margin-bottom: 38px;
    transition: .3s linear
}

.zq_h5_service_2-item:hover .zq_h5_service_2-item-icon {
    background-color: #0f2923;
    border-color: #0f2923
}

.zq_h5_service_2-item:hover .zq_h5_service_2-item-btn,
.zq_h5_service_2-item:hover .zq_h5_service_2-item-title,
.zq_h5_service_2-item:hover p,
.zq_h5_team-item:hover .zq_h5_team-item-content h3,
.zq_inner_service-item:hover .zq_inner_service-item-title,
.zq_service_inner_2-item:hover .zq_service_inner_2-item-icon svg,
.zq_service_inner_2-item:hover h4 {
    color: #0f2923
}

.zq_inner_service-item {
    background-color: #33574f;
    border-radius: 8px;
    padding: 50px 40px 45px;
    transition: .3s linear;
    text-align: center
}

.zq_inner_service-item:hover {
    background: var(--clr-common-lightBlack);
    background-color: #8af135
}

.zq_inner_service-item-icon {
    background-color: #8af135;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: .3s linear
}

.zq_inner_service-item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 22px
}

.zq_inner_service-item p {
    font-size: 18px;
    margin-bottom: 0;
    transition: .3s linear
}

.zq_inner_service-btn a {
    align-items: center;
    height: 55px;
    border: 1px solid #8af135;
    padding: 0 35px;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.zq_inner_service-item:hover .zq_inner_service-item-icon {
    background-color: #000
}

.zq_service_inner_2-item {
    border-radius: 8px;
    background: #2a4741;
    padding: 40px 30px 33px;
    transition: .3s linear
}

.zq_service_inner_2-item-icon {
    height: 36px;
    margin-bottom: 22px
}

.zq_service_inner_2-item-icon svg {
    transition: .3s linear;
    color: #8af135
}

.zq_service_inner_2-item h4 {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.6px;
    margin-bottom: 20px
}

.zq_blog_details-content-img img,
.zq_service_details_2-img img {
    border-radius: 8px;
    width: 100%
}

.zq_blog_details-content-img a,
.zq_service_details_2-img a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    background: var(--clr-common-black);
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-theme-primary)
}

.zq_blog_details-content-img a::after,
.zq_blog_details-content-img a::before,
.zq_service_details_2-img a::after,
.zq_service_details_2-img a::before,
.zq_video-img-icon::after,
.zq_video-img-icon::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255 255 255 / .4);
    animation-name: popupBtn;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.zq_blog_details-content-img a::before,
.zq_service_details_2-img a::before,
.zq_video-img-icon::before {
    animation-delay: 1s
}

.zq_service_details_2-list ul li {
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px
}

.zq_blog_details-content-list li i,
.zq_service_details_2-list ul li i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--clr-theme-primary);
    color: var(--clr-common-black);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.zq_testimonial-area {
    background-color: var(--clr-common-lightBlack);
    position: relative;
    z-index: 1
}

.zq_testimonial-area::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 620px;
    height: 100%;
    background-color: #33574f;
    z-index: -1
}

.zq_testimonial-form {
    background: var(--clr-theme-primary);
    padding: 40px 50px 50px;
    border-radius: 8px
}

.zq_contact-form-title,
.zq_inner_contact-form-title,
.zq_testimonial-form-title {
    color: #1d1d1d;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 30px
}

.zq_contact-form input,
.zq_contact-form textarea,
.zq_testimonial-form input,
.zq_testimonial-form textarea {
    height: 64px;
    width: 100%;
    background: 0 0;
    box-sizing: border-box;
    border: 2px solid #0f2923;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #000;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    line-height: 52px;
    font-weight: 400;
    padding: 0 20px
}

.zq_testimonial-form input::-webkit-input-placeholder,
.zq_testimonial-form textarea::-webkit-input-placeholder {
    color: #4f4f4f;
    font-size: 16px
}

.zq_testimonial-form input:-moz-placeholder,
.zq_testimonial-form textarea:-moz-placeholder {
    color: #4f4f4f;
    font-size: 16px
}

.zq_testimonial-form input::-moz-placeholder,
.zq_testimonial-form textarea::-moz-placeholder {
    color: #4f4f4f;
    font-size: 16px
}

.zq_testimonial-form input:-ms-input-placeholder,
.zq_testimonial-form textarea:-ms-input-placeholder {
    color: #4f4f4f;
    font-size: 16px
}

.zq_contact-form textarea,
.zq_testimonial-form textarea {
    height: 200px
}

.zq_testimonial-btn {
    border-radius: 60px;
    font-family: Inter, sans-serif !important;
    background-color: #fff;
    color: var(--clr-common-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    height: 64px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 0 35px;
    border: none
}

.zq_testimonial-btn:hover {
    background: var(--clr-common-black);
    color: var(--clr-theme-primary)
}

.zq_testimonial-item-rating {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 37px
}

.zq_testimonial-item-rating li {
    color: var(--clr-theme-primary);
    font-size: 18px
}

.zq_testimonial-item p {
    color: rgb(255 255 255 / .7);
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 30px
}

.zq_testimonial-admin {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / .1);
    padding-top: 35px;
    gap: 20px
}

.zq_testimonial-admin-img {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.zq_testimonial-admin-img-inner {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.zq_testimonial-admin-img-shape {
    position: absolute;
    left: -3px;
    top: -3px
}

.zq_testimonial-admin-info h3 {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 5px
}

.zq_testimonial-admin-info span {
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.zq_testimonial-quote {
    position: absolute;
    right: 0;
    bottom: 0
}

.zq_testimonial-quote svg {
    color: rgb(255 255 255 / .1);
    width: 125px
}

.zq_h2_testimonial-bg {
    background-color: #184239
}

.zq_h2_testimonial-item {
    background: #33574f;
    padding: 35px 30px;
    border-radius: 8px;
    border: 1px solid #fff0;
    transition: .3s linear
}

.zq_blog_details-reply-item input:focus,
.zq_blog_details-reply-item textarea:focus,
.zq_h2_testimonial-item:hover {
    border-color: var(--clr-theme-primary)
}

.zq_h2_testimonial-item-rating {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 18px
}

.zq_h2_testimonial-item-rating li {
    color: #ffd600
}

.zq_h2_testimonial-item p {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 28px
}

.zq_h2_testimonial-admin,
.zq_h3_blog-item-content-admin,
.zq_h5_blog-item-content-admin,
.zq_inner_contact-call {
    display: flex;
    align-items: center;
    gap: 12px
}

.zq_h2_testimonial-admin img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex-shrink: 0
}

.zq_h2_testimonial-admin-info h5 {
    color: var(--clr-body-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 5px
}

.zq_h2_testimonial-admin-info span,
.zq_h3_team-item-content span,
.zq_h3_testimonial-item-admin span {
    color: rgb(255 255 255 / .5);
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block
}

.zq_h3_testimonial-item p {
    color: rgb(255 255 255 / .7);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -.5px;
    margin-bottom: 22px
}

.zq_h3_testimonial-item-admin h4 {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -.6px;
    margin-bottom: 5px
}

.zq_blog-item-content-admin span,
.zq_blog-item-small-content-admin span {
    font-weight: 500;
    line-height: 38px;
    display: block
}

.zq_h3_testimonial-img {
    margin-bottom: 30px;
    text-align: center
}

.h3_testimonial-wrap .h3_testimonial-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border: 1px solid rgb(138 241 53 / .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transition: .3s linear;
    color: var(--clr-theme-primary);
    z-index: 99
}

.h3_testimonial-wrap .h3_testimonial-next {
    left: auto;
    right: 0
}

.h3_testimonial-active.swiper {
    max-width: 865px
}

.h3_testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s linear;
    position: relative;
    z-index: 1
}

.h3_testimonial-img-shape {
    transition: .3s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.h3_testimonial-thumbs {
    width: 330px
}

.zq_h5_testimonial-wrap {
    max-width: 1760px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #184239;
    border-radius: 16px;
    position: relative;
    z-index: 1
}

.zq_h5_testimonial-wrap::before {
    position: absolute;
    left: 0;
    content: "";
    height: 450px;
    width: 285px;
    z-index: 9;
    bottom: 30px
}

.zq_h5_testimonial-wrap::after {
    position: absolute;
    right: 0;
    content: "";
    height: 450px;
    width: 285px;
    z-index: 9;
    bottom: 30px;
    transform: rotate(180deg)
}

.zq_inner_testimonial-wrap {
    margin-left: -45px;
    margin-right: -45px
}

.swiper-wrapper.roll-slider {
    transition-timing-function: linear
}

.zq_blog-item::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(0deg, #49801c, #fff0 100%);
    opacity: .8
}

.zq_blog-item-img {
    border-radius: 8px;
    overflow: hidden
}

.zq_blog-item-content {
    position: absolute;
    left: 40px;
    bottom: 40px
}

.zq_blog-item-content-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 23px;
    letter-spacing: -1px
}

.zq_blog-item-content-admin,
.zq_blog-item-small-content-admin,
.zq_blog_details-comment-social,
.zq_blog_details-content-social {
    display: flex;
    align-items: center;
    gap: 8px
}

.zq_blog-item-content-admin img,
.zq_blog-item-small-content-admin img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover
}

.zq_blog-item-content-admin span {
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    color: #a6a6a6
}

.zq_blog-item-small-content-admin span,
.zq_h2_blog-widget-item-info p {
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    font-family: Inter, sans-serif !important
}

.zq_blog-right {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.zq_blog-item-small {
    display: flex;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 8px;
    box-shadow: 0 16px 30px 0 rgb(1 6 20 / .1);
    padding: 10px
}

.zq_blog-item-small-img {
    max-width: 198px;
    width: 100%
}

.zq_blog-item-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.zq_blog-item-small-content-title {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -.5px
}

.zq_blog-item-small-content-admin span a {
    color: rgb(255 255 255 / .4)
}

.zq_h2_blog-widget-title {
    color: var(--clr-body-heading);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px
}

.zq_h2_blog-widget-item {
    display: flex;
    gap: 25px;
    align-items: center
}

.zq_h2_blog-widget-item-info p {
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px
}

.zq_h2_blog-widget-item-info span {
    color: rgb(255 255 255 / .5);
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block
}

.zq_h2_blog-widget-item img {
    width: 115px;
    height: 127px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 10px
}

.zq_h2_blog-widget ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--clr-body-heading);
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.5px
}

.zq_h2_blog-widget ul li a i {
    color: var(--clr-theme-primary);
    font-weight: 600;
    font-size: 20px
}

.zq_h2_blog-item-big-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    min-height: 300px
}

.zq_h2_blog-item-big-img::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 8px;
    background: linear-gradient(0deg, #33574f, #fff0 100%);
    z-index: auto
}

.zq_h2_blog-item-big-img img {
    height: 100%;
    width: 100%
}

.zq_h2_blog-item-big-img-tag {
    position: absolute;
    left: 30px;
    top: 35px;
    background-color: var(--clr-theme-primary);
    height: 29px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 48px;
    color: #0f2923;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -.5px
}

.zq_h2_blog-item-big-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    padding: 0 30px 25px
}

.zq_h2_blog-item-big-content-title {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.zq_h2_blog-item-big-admin img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%
}

.zq_h2_blog-item-big-admin-info h5 {
    color: var(--clr-body-heading);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3px
}

.zq_h2_blog-item-big-admin-info span {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    display: block
}

.zq_h2_blog-item-img,
.zq_h4_blog-item-img {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: -15px
}

.zq_h2_blog-item-img a,
.zq_h4_blog-item-img a {
    position: relative;
    z-index: 1;
    display: block
}

.zq_h2_blog-item-img a::before,
.zq_h4_blog-item-img a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    background: rgb(138 241 53 / .14)
}

.zq_blog-widget-category li a:hover,
.zq_blog-widget-tag a:hover {
    background: var(--clr-theme-primary);
    color: #0f2923
}

.zq_inner_contact_top-item:hover .zq_blog-widget-tag a {
    border: 1px solid #000
}

.zq_h2_blog-item-content,
.zq_h4_blog-item-content {
    border-radius: 8px;
    background: #184239;
    padding: 30px;
    position: relative;
    z-index: 2
}

.zq_h2_blog-item-content-tag,
.zq_h3_blog-item-content-tag {
    background-color: var(--clr-theme-primary);
    border-radius: 48px;
    letter-spacing: -.5px;
    height: 29px
}

.zq_h2_blog-item-content-tag {
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    color: #0f2923;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px
}

.zq_h2_blog-item-content-title {
    color: var(--clr-body-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.5px;
    margin-bottom: 15px
}

.zq_h2_blog-item-content-admin img,
.zq_h4_blog-item-content-admin img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    flex-shrink: 0
}

.zq_h2_blog-item-content-admin span,
.zq_h4_blog-item-content-admin span {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px
}

.zq_h3_blog-item {
    display: flex;
    align-items: center;
    gap: 40px;
    border-top: 1px dashed rgb(255 255 255 / .2);
    margin-top: 30px;
    padding-top: 30px
}

.zq_h3_blog-item-img {
    max-width: 379px;
    width: 100%;
    flex-shrink: 0
}

.zq_h3_blog-item-content-tag {
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    color: #0f2923;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px
}

.zq_h3_blog-item-content-title,
.zq_h5_blog-item-content-title {
    color: var(--clr-body-heading);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 30px
}

@media (max-width:1199px) {

    .zq_h2_header-left,
    .zq_h5_header-left,
    .zq_header-left {
        gap: 50px
    }

    .zq_header-menu nav ul {
        gap: 20px
    }

    .zq_header-right {
        padding: 18px 25px;
        gap: 20px
    }

    .zq_h2_header-wrap,
    .zq_h4_hero-form {
        margin-left: 0;
        margin-right: 0
    }

    .zq_h2_header-logo,
    .zq_h3_header-logo,
    .zq_h5_header-logo {
        max-width: 140px
    }

    .zq_h2_header-menu nav ul,
    .zq_h3_header-menu nav ul,
    .zq_h5_header-menu nav ul {
        gap: 25px
    }

    .zq_h3_header-menu {
        justify-content: flex-start
    }

    .zq_hero-circle-btn {
        width: 120px;
        height: 120px
    }

    .zq_h3_hero-content h1,
    .zq_h5_hero-content-title,
    .zq_hero-content-title {
        font-size: 90px
    }

    .zq_h4_choose-content-item-info p br,
    .zq_h4_hero-content p br,
    .zq_hero-content p br {
        display: none
    }

    .zq_h2_hero-content-title {
        font-size: 75px
    }

    .zq_h4_hero-content-title {
        font-size: 80px
    }

    .zq_h3_section-title,
    .zq_inner_brand-title,
    .zq_section-title {
        font-size: 38px
    }

    .zq_h2_section-title {
        font-size: 40px
    }

    .zq_h3_blog-item-content-title,
    .zq_inner_project-content-title {
        font-size: 28px
    }

    .zq_portfolio_details-info {
        grid-template-columns: repeat(4, 1fr)
    }

    .zq_h2_choose-wrap {
        gap: 30px
    }

    .zq_h2_choose-img {
        max-width: 450px
    }

    .zq_h2_choose-img-info {
        padding: 30px 15px;
        margin-right: 10px;
        margin-left: 10px
    }

    .zq_h2_choose-img-info-item h2 {
        font-size: 36px
    }

    .zq_h2_choose-img-info-item span {
        font-size: 16px
    }

    .zq_h2_choose-content .accordion-button {
        font-size: 22px
    }

    .zq_h2_choose-content .accordion-body {
        padding: 0 40px 28px 59px
    }

    .zq_h3_choose-img.ml-45 {
        margin-left: 20px
    }

    .zq_h3_choose_2-img.mr-75 {
        margin-right: 0
    }

    .zq_h3_choose_2-content {
        gap: 65px
    }

    .zq_h3_choose_2-content::before {
        right: 52%
    }

    .zq_h4_choose-right {
        width: 450px
    }

    .h4_choose-active .swiper-wrapper,
    .h4_choose-active-2 .swiper-wrapper {
        height: 645px
    }

    .zq_h4_choose_2-content-item h2 {
        font-size: 58px
    }

    .zq_h3_price_item {
        padding: 40px 30px 50px
    }

    .zq_testimonial-wrap {
        margin-left: 0
    }

    .zq_h4_blog-item-content {
        padding: 30px 20px
    }
}

.zq_h3_blog-item-content-admin img,
.zq_h5_blog-item-content-admin img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0
}

.zq_h3_blog-item-content-admin span,
.zq_h5_blog-item-content-admin span {
    color: rgb(255 255 255 / .5);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px
}

.zq_blog-widget form input,
.zq_blog_list-item-content-meta span,
.zq_inner_blog-content-meta span {
    font-weight: 400;
    line-height: 24px;
    font-family: Inter, sans-serif !important
}

.iso-footer p,
.zq_h3_blog-item-content-admin span a,
.zq_h3_blog-item-content-btn a svg,
.zq_h5_blog-item-content-admin span a {
    color: rgb(255 255 255 / .7)
}

.zq_h3_blog-item-content-btn,
.zq_h5_blog-item-content-btn {
    position: absolute;
    right: 0;
    top: 0
}

.zq_h4_blog-item-content-tag {
    background-color: #fff0;
    height: 29px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    color: #8af135;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -.5px;
    margin-bottom: 10px;
    border: 1px solid #8af135
}

.zq_h4_blog-item-content-title {
    color: var(--clr-body-heading);
    margin-bottom: 21px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -1px
}

.zq_h5_blog-item {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: var(--clr-common-lightBlack);
    padding: 30px 80px 30px 30px;
    border-radius: 8px
}

.zq_h5_blog-item-img {
    flex-shrink: 0;
    max-width: 380px;
    width: 100%
}

.zq_h5_blog-item-content-tag {
    background-color: rgb(138 241 53 / .15);
    height: 25px;
    display: inline-flex;
    padding: 0 14px;
    border-radius: 48px;
    color: #8af135;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -.5px;
    margin-bottom: 20px;
    transition: .3s linear
}

.zq_h5_blog-item-content-btn a svg {
    color: #fff;
    transition: .3s linear
}

.zq_inner_blog-item {
    background: #2a4741;
    padding: 20px;
    border-radius: 8px
}

.zq_inner_blog-img {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 23px
}

.zq_inner_blog-content-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.zq_inner_blog-content-meta span {
    color: rgb(255 255 255 / .7);
    font-size: 15px;
    display: block
}

.zq_blog-widget-title,
.zq_inner_blog-content-title {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.6px;
    margin-bottom: 20px
}

.zq_blog_details-content blockquote p,
.zq_blog_details-content-title,
.zq_blog_list-item-content-title {
    letter-spacing: -1px;
    font-family: Inter, sans-serif !important
}

.zq_inner_blog-content-btn {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    display: flex;
    align-items: center;
    gap: 15px
}

.zq_blog_list-item {
    overflow: hidden;
    border-radius: 8px;
    background: #2a4741
}

.zq_blog_list-item-content {
    padding: 25px 30px 30px
}

.zq_blog_list-item-content-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
    margin-bottom: 16px
}

.zq_blog_list-item-content-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgb(255 255 255 / .7);
    font-size: 15px
}

.zq_blog_list-item-content-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px
}

.zq_blog-widget-post-content h4,
.zq_blog_list-item-content p,
.zq_blog_list-item-content-btn {
    font-family: Inter, sans-serif !important;
    font-size: 18px
}

.zq_blog_list-item-content p {
    color: rgb(255 255 255 / .7);
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 31px
}

.zq_blog_list-item-content-btn {
    border-radius: 48px;
    background: #8af135;
    display: inline-flex;
    align-items: center;
    height: 56px;
    padding: 0 32px;
    color: #0f2923;
    font-weight: 500;
    line-height: 28px
}

.zq_blog_widget-wrap {
    border-radius: 8px;
    background: #2a4741;
    padding: 30px 30px 40px
}

.zq_blog-widget:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / .15);
    margin-bottom: 21px;
    padding-bottom: 30px
}

.zq_blog-widget form input {
    width: 100%;
    height: 56px;
    background: 0 0;
    border: 2px solid var(--clr-theme-primary);
    border-radius: 8px;
    color: rgb(255 255 255 / .7);
    font-size: 16px;
    padding: 0 50px 0 20px
}

.zq_blog-widget form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    padding: 0
}

.zq_blog-widget-post-img {
    height: 90px;
    width: 90px;
    flex-shrink: 0
}

.zq_blog-widget-post-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.zq_blog-widget-post-content h4 {
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -.6px;
    margin-bottom: 1px
}

.zq_blog-widget-post-content span,
.zq_blog-widget-tag a,
.zq_blog_details-content-meta span {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 15px;
    display: flex
}

.zq_blog-widget-post-content span {
    font-weight: 400;
    line-height: 24px;
    align-items: center;
    gap: 8px
}

.zq_blog-widget-category li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #33574f;
    border-radius: 8px;
    height: 56px;
    cursor: pointer;
    padding: 0 20px;
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.zq_blog-widget-category li a .active {
    background: var(--clr-theme-primary);
    color: #0f2923 !important
}

.zq_blog-widget-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.zq_blog-widget-tag a {
    box-sizing: border-box;
    border: 1px solid rgb(138 241 53 / .5);
    border-radius: 50px;
    min-height: 28px;
    align-items: center;
    padding: 3px 18px;
    font-weight: 500;
    cursor: pointer;
    line-height: 19px;
    text-transform: capitalize
}

.zq_blog-widget-tag a:hover {
    border-color: #fff0
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0
    }

    50% {
        transform: scale(1.6);
        opacity: .3
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

.zq_blog_details-content-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3
}

.zq_blog_details-content-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.zq_blog_details-content-meta span {
    align-items: center;
    gap: 8px;
    font-weight: 400;
    line-height: 24px
}

.zq_blog_details-content-list li,
.zq_blog_details-content-text {
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    font-weight: 400
}

.zq_blog_details-content-meta span img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%
}

.zq_blog_details-content blockquote {
    background: #2a4741;
    padding: 36px 26px 30px;
    border-radius: 8px;
    border: 3px solid var(--clr-theme-primary);
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.zq_blog_details-content blockquote::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -112px;
    width: 230px;
    height: 230px;
    content: "";
    border-radius: 50%;
    filter: blur(400px);
    background: #8af135
}

.zq_blog_details-content blockquote svg {
    color: var(--clr-theme-primary);
    margin-bottom: 20px
}

.zq_blog_details-content blockquote p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px
}

.zq_blog_details-content blockquote cite {
    color: #a3a3a3;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-style: normal;
    position: relative;
    z-index: 1;
    display: block
}

.zq_blog_details-content blockquote cite::before {
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: rgb(255 255 255 / .3);
    content: ""
}

.zq_blog_details-content-bottom {
    border-top: 1px solid rgb(255 255 255 / .15);
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.zq_blog_details-content-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px
}

.zq_blog_details-content-social a {
    width: 36px;
    height: 36px;
    border: 1px solid rgb(138 241 53 / .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: #fff
}

.zq_blog_details-comment-social a:hover,
.zq_blog_details-content-social a:hover {
    background: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
    color: var(--clr-common-black)
}

.zq_blog_details-comment {
    background: #2a4741;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    align-items: start;
    gap: 15px
}

.zq_blog_details-comment img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    flex-shrink: 0
}

.zq_blog_details-comment-info h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.6px;
    margin-bottom: 2px
}

.zq_blog_details-comment-info span {
    color: #a3a3a3;
    font-family: Inter, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 15px
}

.zq_blog_details-comment-info p {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px
}

.zq_blog_details-comment-social a {
    width: 36px;
    height: 36px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: #fff
}

.zq_blog_details-reply {
    background: #2a4741;
    border-radius: 8px;
    padding: 34px 30px 40px
}

.zq_blog_details-reply h3 {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px
}

.zq_blog_details-reply p {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px
}

.zq_blog_details-reply-item label {
    display: flex;
    align-items: center;
    gap: 1px;
    font-family: Inter, sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #a3a3a3;
    margin-bottom: 5px
}

.zq_blog_details-reply-item input,
.zq_blog_details-reply-item textarea {
    background: #33574f;
    border: 1px solid #fff0;
    border-radius: 8px;
    height: 56px;
    line-height: 56px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.zq_blog_details-reply-item textarea {
    margin-bottom: 0;
    height: 220px
}

.zq_blog_details-reply-item button {
    border: none;
    background: var(--clr-theme-primary);
    height: 56px;
    border-radius: 48px;
    padding: 0 32px;
    color: #0f2923;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 30px
}

.zq_cta-area {
    position: relative;
    z-index: 1;
    margin-bottom: -110px
}

.zq_cta-wrapper {
    position: relative;
    z-index: 1;
    background: var(--clr-theme-primary);
    border-radius: 16px;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between
}

@media (max-width:991px) {
    .zq_h2_header-area {
        top: 25px
    }

    .zq_h2_header-wrap {
        margin-left: -15px;
        margin-right: -15px
    }

    .zq_h2_header-menu,
    .zq_h2_section-title br,
    .zq_h3_header-menu,
    .zq_h3_section-title br,
    .zq_h5_header-menu,
    .zq_h5_hero-content p br,
    .zq_section-title br {
        display: none
    }

    .zq_hero-content-title {
        font-size: 70px
    }

    .zq_h3_hero-content h1,
    .zq_h5_hero-content-title {
        font-size: 80px
    }

    .zq_h3_choose-img.ml-45,
    .zq_h4_hero-content {
        margin-left: 0
    }

    .zq_h3_section-title,
    .zq_inner_brand-title {
        font-size: 36px
    }

    .zq_project-single.pl-40 {
        padding-left: 20px
    }

    .zq_project-single.pr-40 {
        padding-right: 20px
    }

    .zq_h2_project-item-content h3,
    .zq_h3_blog-item-content-title,
    .zq_project-content-title {
        font-size: 24px
    }

    .zq_inner_project-content-title {
        font-size: 32px
    }

    .zq_portfolio_details-info {
        grid-template-columns: repeat(3, 1fr)
    }

    .zq_h2_choose-wrap {
        flex-wrap: wrap;
        gap: 30px
    }

    .zq_h2_choose-img,
    .zq_h5_blog-item-img {
        max-width: 100%
    }

    .zq_h2_choose-img-info {
        padding: 30px;
        margin-right: 25px;
        margin-left: 25px;
        gap: 30px
    }

    .zq_h2_choose-img-info-item h2 {
        font-size: 44px
    }

    .zq_h2_choose-img-info-item span {
        font-size: 18px
    }

    .zq_h3_choose_2-img.mr-75 {
        margin-right: 0
    }

    .zq_h4_price-tab {
        justify-content: flex-start
    }

    .zq_h4_service-item {
        gap: 120px
    }

    .zq_h4_service-item-number {
        width: 55px;
        height: 55px;
        font-size: 28px
    }

    .zq_testimonial-area::before {
        width: 40%
    }

    .zq_h3_blog-item {
        gap: 25px
    }

    .zq_h3_blog-item-img {
        max-width: 340px
    }

    .zq_h5_blog-item {
        flex-wrap: wrap;
        padding-right: 30px
    }

    .zq_cta-wrapper {
        padding: 70px 40px;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {

    .swiper.h3_project-active,
    .zq_h2_choose-img-info,
    .zq_inner_testimonial-wrap {
        margin-left: 15px;
        margin-right: 15px
    }

    .ba-search-popup-inner {
        width: 70%
    }

    .zq_header-logo {
        max-width: 140px
    }

    .zq_h2_header-area {
        top: 20px
    }

    .zq_h3_header-action-btn,
    .zq_h4_service-item-number,
    .zq_h4_service-item::after,
    .zq_h4_service-wrap::after,
    .zq_h4_service-wrap::before,
    .zq_testimonial-area::before {
        display: none
    }

    .crm.zq_h4_service-wrap .zq_h4_service-item:nth-child(2n),
    .zq_h3_blog-item,
    .zq_hero-wrap,
    .zq_project-wrapper {
        flex-wrap: wrap
    }

    .zq_hero-circle-btn {
        transform: translate(-50%, -100%)
    }

    .zq_hero-content-title {
        font-size: 80px
    }

    .zq_h3_hero-content h1 {
        font-size: 70px
    }

    .zq_h5_hero-content-title {
        font-size: 60px
    }

    .zq_faq-content .accordion-button,
    .zq_inner_faq-content .accordion-button {
        font-size: 22px
    }

    .zq_project-single:first-child {
        border-right: 0
    }

    .zq_project-single:last-child {
        padding-top: 0
    }

    .zq_project-single.pl-40 {
        padding-left: 0
    }

    .zq_project-single.pr-40 {
        padding-right: 0
    }

    .zq_portfolio_details-info {
        grid-template-columns: repeat(2, 1fr)
    }

    .zq_h2_choose-img-info {
        padding: 30px 20px
    }

    .zq_h2_choose-img-info-item h2 {
        font-size: 36px
    }

    .zq_h2_choose-img-info-item span {
        font-size: 16px
    }

    .zq_h4_service-item {
        flex-wrap: wrap;
        gap: 35px
    }

    .endpoint-security.zq_h4_service-item,
    .mission.zq_h4_service-item,
    .shorlisting.zq_h4_service-item,
    .technical.zq_h4_service-item,
    .zq_h4_service-item:nth-child(2n) {
        flex-wrap: wrap-reverse
    }

    .zq_testimonial-form {
        padding-left: 30px;
        padding-right: 30px
    }

    .zq_testimonial-form-title {
        font-size: 40px
    }

    .zq_h2_blog-item-big-content-title {
        font-size: 25px
    }

    .zq_h3_blog-item-img {
        max-width: 100%
    }

    .zq_h3_blog-item-content-title {
        font-size: 28px
    }

    .zq_cta-wrapper {
        padding: 45px 25px
    }
}

.zq_cta-shape-1 {
    position: absolute;
    left: 47%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1
}

.zq_cta-shape-1 svg,
.zq_cta-shape-2 svg {
    color: rgb(15 41 35 / .1)
}

.zq_cta-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.zq_cta-title {
    color: #0f2923;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 0
}

.zq_cta-action {
    max-width: 470px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px
}

.zq_h2_theme-btn,
.zq_theme-btn {
    background: var(--clr-theme-primary);
    font-weight: 500;
    line-height: 28px;
    height: 55px;
    display: inline-flex;
    padding: 0 35px;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    color: var(--clr-common-black)
}

.zq_cta-action img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    flex-shrink: 0
}

.zq_cta-action-info span {
    color: #0f2923;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 10px
}

.zq_cta-action-info a {
    color: #0f2923;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    display: block
}

.zq_cta_bg::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 135.6px;
    width: 100%;
    background-color: #0f0f0f
}

.zq_theme-btn {
    border-radius: 60px;
    align-items: center
}

.zq_h2_theme-btn {
    border-radius: 8px;
    align-items: center
}

.zq_h2_team-item-img {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .3s linear;
    padding: 10px;
    border: 1px solid #ffffff3d
}

.zq_h2_team-item-content {
    padding: 20px;
    transition: .3s linear;
    overflow: hidden;
    position: relative
}

.zq_h2_team-item-content::after,
.zq_h5_team-item-content::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: calc(100% - 2px);
    margin-left: 1px;
    height: calc(100% - 1px);
    background-color: #184239;
    z-index: -2;
    transition: .3s linear;
    border-radius: 0 0 8px 8px
}

.zq_h2_team-item-content::before,
.zq_h5_team-item-content::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, #fff0, #8af135);
    border-radius: 8px;
    z-index: -5;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.zq_h2_team-item-content h3 {
    color: var(--clr-body-heading);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 6px
}

.zq_h2_team-item-content p,
.zq_h2_team-item-content span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.zq_h2_team-item-content span {
    transition: .3s linear;
    color: rgb(255 255 255 / .5);
    font-family: Inter, sans-serif !important;
    display: block;
    margin-bottom: 18px
}

.zq_h2_team-item-content p {
    transition: .3s linear;
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    margin-bottom: 10px
}

.zq_h2_team-item-social {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none
}

.zq_h2_team-item-social li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid var(--clr-theme-primary);
    border-radius: 50%;
    color: var(--clr-theme-primary);
    font-size: 18px
}

.zq_h2_team-item-social li a:hover {
    background-color: var(--clr-common-black);
    color: #fff !important
}

.zq_h2_team-item:hover .zq_h2_team-item-content::after,
.zq_h2_team-item:hover .zq_h2_team-item-img::before,
.zq_h5_team-item:hover .zq_h5_team-item-content::after,
.zq_mobile_menu .menu-navbar .main-menu>li .link.dopen i:before {
    opacity: 0
}

.zq_h2_team-item:hover .zq_h2_team-item-content ul li a {
    border-color: var(--clr-common-black);
    color: var(--clr-common-black)
}

.zq_h3_team-item-img {
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.zq_h3_team-item-img::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-theme-primary);
    content: "";
    z-index: -1;
    border-radius: 155px;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear
}

.zq_h3_team-item-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 4px
}

.zq_h5_team-item-content span,
.zq_inner_team-item-content span {
    font-weight: 400;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    color: rgb(255 255 255 / .5)
}

.zq_h3_team-item:hover .zq_h3_team-item-img::before {
    right: -5px;
    bottom: -5px;
    opacity: 1;
    visibility: visible
}

.zq_h5_team-item-content {
    width: calc(100% - 40px);
    background-color: #184239;
    border-radius: 8px;
    padding: 20px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -85px;
    position: relative;
    z-index: 9
}

.zq_h5_team-item-content span {
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 18px;
    transition: .3s linear
}

.zq_h5_team-item-content ul,
.zq_inner_team-item-content ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px
}

.zq_h5_team-item-content ul li a {
    box-sizing: border-box;
    border: 1px solid #8af135;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    color: #8af135;
    display: block;
    line-height: 32px;
    text-align: center
}

.zq_h5_team-item:hover .zq_h5_team-item-content {
    background-color: #8af135
}

.zq_h5_team-item:hover .zq_h5_team-item-content span {
    color: rgb(42 71 65 / .7)
}

.zq_h5_team-item:hover .zq_h5_team-item-content ul li a {
    border-color: #0f2923;
    color: #0f2923
}

.zq_team_details-contact-item:first-child,
.zq_team_details-contact-item:nth-child(2) {
    border-bottom: 1px solid rgb(255 255 255 / .15)
}

.zq_h5_team-item:hover .zq_h5_team-item-content ul li a:hover {
    background-color: #0f2923;
    color: #fff
}

.zq_inner_team-item-img {
    background-color: #2a4741;
    border-radius: 8px;
    margin-bottom: 22px
}

.zq_inner_team-item-img img {
    width: 100%;
    border-radius: 8px;
    padding: 20px
}

.zq_inner_team-item-content span,
.zq_team_details-contact-item span,
.zq_team_details-content-subtitle {
    font-size: 16px;
    font-family: Inter, sans-serif !important;
    line-height: 24px;
    display: block
}

.zq_inner_team-item-content span {
    margin-bottom: 19px;
    transition: .3s linear
}

.zq_inner_team-item-content ul li a {
    box-sizing: border-box;
    border: 1px solid #8af135;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    color: #8af135;
    display: flex;
    align-items: center;
    justify-content: center
}

.zq_inner_team-item-content ul li a:hover {
    background-color: #8af135;
    color: var(--clr-common-black)
}

.zq_team_details-content-subtitle {
    color: #8af135;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 9px
}

.zq_team_details-content-title {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 20px
}

.zq_team_details-content-text {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 32px
}

.zq_team_details-contact {
    display: grid;
    align-items: center;
    border: 1px solid rgb(255 255 255 / .15);
    border-radius: 8px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px
}

.zq_team_details-contact-item {
    padding: 0 25px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.zq_team_details-contact-item:first-child,
.zq_team_details-contact-item:nth-child(3) {
    border-right: 1px solid rgb(255 255 255 / .15)
}

.zq_team_details-contact-item span {
    color: rgb(255 255 255 / .5);
    font-weight: 400
}

.zq_team_details-contact-item a,
.zq_team_details-contact-item p {
    display: block;
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.5px;
    margin-bottom: 0
}

.zq_contact-call-info span,
.zq_contact-form-btn,
.zq_inner_contact-form-btn {
    font-weight: 500;
    font-family: Inter, sans-serif !important
}

.zq_contact-form {
    background: var(--clr-theme-primary);
    padding: 50px 30px;
    border-radius: 8px;
    max-width: 682px;
    width: 100%
}

.zq_contact-form input::-webkit-input-placeholder,
.zq_contact-form textarea::-webkit-input-placeholder {
    color: #4f4f4f;
    font-size: 16px
}

.zq_contact-form input:-moz-placeholder,
.zq_contact-form textarea:-moz-placeholder {
    color: #4f4f4f;
    font-size: 16px
}

.zq_contact-form input::-moz-placeholder,
.zq_contact-form textarea::-moz-placeholder {
    color: #4f4f4f;
    font-size: 16px
}

.zq_contact-form input:-ms-input-placeholder,
.zq_contact-form textarea:-ms-input-placeholder {
    color: #4f4f4f;
    font-size: 16px
}

.zq_contact-form-btn {
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    height: 56px;
    display: inline-flex;
    align-items: center;
    padding: 0 60px;
    border: 0
}

.zq_contact-form-btn:hover,
.zq_inner_contact-form-btn:hover {
    background-color: var(--clr-common-white);
    color: var(--clr-common-black)
}

.zq_contact-wrap {
    display: flex;
    align-items: center;
    gap: 90px
}

@media (max-width:1399px) {
    .zq_testimonial-form {
        margin-right: 0
    }

    .zq_blog_widget-wrap.ml-30 {
        margin-left: 0
    }

    .zq_team_details-img {
        margin-right: 30px
    }

    .zq_contact-wrap {
        gap: 70px
    }

    .zq_inner_about-img.mr-40 {
        margin-right: 20px
    }

    .zq_inner_about-content.ml-45 {
        margin-left: 20px
    }

    .zq_inner_about-content.mr-80 {
        margin-right: 40px
    }
}

.zq_contact-content {
    max-width: 540px;
    width: 100%
}

.zq_contact-call-icon {
    width: 70px;
    height: 70px;
    background: #2a4741;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px
}

.zq_inner_contact-call-icon,
.zq_inner_contact-form-btn {
    align-items: center;
    background: var(--clr-theme-primary)
}

.zq_contact-call-icon svg {
    width: 48px;
    color: var(--clr-theme-primary)
}

.zq_contact-call-info span {
    color: rgb(255 255 255 / .7);
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 13px
}

.zq_contact-call-info a {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.zq_inner_contact-form {
    background: #2a4741;
    padding: 40px 30px;
    border-radius: 8px
}

.zq_inner_contact-form input,
.zq_inner_contact-form textarea {
    height: 64px;
    width: 100%;
    background: #33574f;
    box-sizing: border-box;
    border: 1px solid #33574f;
    border-radius: 8px;
    margin-bottom: 25px;
    color: #a3a3a3;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    line-height: 52px;
    font-weight: 400;
    padding: 0 20px
}

.zq_inner_contact-form input::-webkit-input-placeholder,
.zq_inner_contact-form textarea::-webkit-input-placeholder {
    color: #a3a3a3;
    font-size: 16px
}

.zq_inner_contact-form input:-moz-placeholder,
.zq_inner_contact-form textarea:-moz-placeholder {
    color: #a3a3a3;
    font-size: 16px
}

.zq_inner_contact-form input::-moz-placeholder,
.zq_inner_contact-form textarea::-moz-placeholder {
    color: #a3a3a3;
    font-size: 16px
}

.zq_inner_contact-form input:-ms-input-placeholder,
.zq_inner_contact-form textarea:-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 16px
}

.zq_inner_contact-form textarea {
    height: 240px;
    margin-bottom: 30px
}

.zq_inner_contact-form-btn {
    border-radius: 60px;
    text-transform: capitalize;
    height: 55px;
    display: inline-flex;
    padding: 0 35px;
    border: 0;
    color: #0f2923;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left
}

.zq_inner_contact-call-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.zq_inner_contact-call-info span {
    color: #a3a3a3;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px
}

.zq_inner_contact-call-info a {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: block
}

.zq_inner_contact_top-item {
    background-color: #2a4741;
    border-radius: 8px;
    text-align: center;
    padding: 35px 30px;
    transition: .3s linear
}

.zq_inner_contact_top-item-icon {
    transition: .3s linear;
    width: 70px;
    height: 70px;
    background: rgb(138 241 53 / .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px
}

.zq_inner_contact_top-item-info a,
.zq_inner_contact_top-item-info h4,
.zq_inner_contact_top-item-info p {
    font-family: Inter, sans-serif !important;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear
}

.zq_inner_contact_top-item-info h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 15px;
    transition: .3s linear
}

.zq_inner_contact_top-item-info a,
.zq_inner_contact_top-item-info p {
    display: block;
    color: rgb(255 255 255 / .7);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.5px;
    margin-bottom: 0;
    transition: .3s linear
}

.zq_inner_map-item-head h4,
.zq_inner_map-item-head span {
    color: #0f2923;
    font-size: 18px;
    line-height: 26px;
    font-family: Inter, sans-serif !important;
    font-weight: 600
}

.nice-select.has-nice-select .nice-select .option.selected.focus,
.nice-select.has-nice-select .option.focus,
.nice-select.has-nice-select ul li:hover,
.zq_inner_contact_top-item:hover .zq_inner_contact_top-item-icon {
    background-color: var(--clr-common-black)
}

.zq_inner_map-wrap iframe {
    width: 100%;
    height: 500px;
    border-radius: 8px
}

.zq_inner_map-item_1 {
    position: absolute;
    left: 170px;
    top: 100px;
    z-index: 1
}

.zq_inner_map-item-content,
.zq_inner_map-item_2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.zq_inner_map-item_1::before,
.zq_inner_map-item_2::before {
    position: absolute;
    left: 50%;
    top: -35px;
    content: "";
    width: 25px;
    height: 25px;
    background: var(--clr-theme-primary);
    border-radius: 50%;
    border: 6px solid var(--clr-common-black);
    transform: translateX(-50%);
    cursor: pointer
}

.zq_inner_map-item_2 {
    top: 160px;
    z-index: 1
}

.zq_inner_map-item-content {
    top: 0;
    background: #2a4741;
    width: 320px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.nice-select.has-nice-select-2::after,
.nice-select.has-nice-select::after {
    content: "";
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 21px;
    top: 50%;
    transition: .3s ease-in-out;
    width: 9.5px;
    display: block
}

.zq_inner_map-item-head {
    display: flex;
    align-items: center;
    background: var(--clr-theme-primary);
    padding: 22px 30px 24px;
    justify-content: space-between;
    gap: 20px;
    border-radius: 8px 8px 0 0
}

.zq_inner_map-item-head h4 {
    letter-spacing: -1px;
    margin-bottom: 0
}

.zq_inner_map-item-head span {
    letter-spacing: -1px;
    display: block
}

.zq_inner_map-item-info {
    padding: 21px 30px
}

.zq_inner_map-item-info span {
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    display: block
}

.zq_breadcrumb-content-list a,
.zq_breadcrumb-content-list span {
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    line-height: normal;
    font-weight: 500
}

.zq_inner_map-item-info span:not(:last-child) {
    margin-bottom: 14px
}

.nice-select.has-nice-select {
    height: 64px;
    width: 100%;
    background: 0 0;
    box-sizing: border-box;
    border: 2px solid #0f2923;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #4f4f4f;
    line-height: 60px;
    font-weight: 400;
    padding: 0 20px
}

.nice-select.has-nice-select::after {
    border-bottom: 2px solid #4f4f4f;
    border-right: 2px solid #4f4f4f;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translateY(-50%)
}

.nice-select.has-nice-select ul {
    width: 100%;
    border-radius: 8px;
    border: none;
    background-color: #33574f;
    margin-top: 4px
}

.nice-select.has-nice-select ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    min-height: 50px
}

.nice-select.has-nice-select ul li.selected,
.nice-select.has-nice-select-2 ul li.selected {
    font-weight: 400
}

.nice-select.has-nice-select-2 {
    height: 64px;
    width: 100%;
    background: #33574f;
    box-sizing: border-box;
    border: 1px solid #33574f;
    border-radius: 8px;
    margin-bottom: 25px;
    color: #a3a3a3;
    line-height: 60px;
    font-weight: 400;
    padding: 0 20px
}

.nice-select.has-nice-select-2::after {
    border-bottom: 2px solid #a3a3a3;
    border-right: 2px solid #a3a3a3;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translateY(-50%)
}

.nice-select.has-nice-select-2 ul {
    width: 100%;
    border-radius: 8px;
    border: none;
    background-color: var(--clr-theme-primary);
    margin-top: 4px
}

.zq_breadcrumb-area::after,
.zq_breadcrumb-area::before {
    position: absolute;
    width: 329px;
    height: 329px;
    border-radius: 50%;
    background: rgb(138 241 53 / .5);
    z-index: -1;
    filter: blur(400px);
    content: ""
}

.nice-select.has-nice-select-2 ul li {
    color: var(--clr-common-black);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    min-height: 50px
}

.zq_breadcrumb-area {
    padding-top: 200px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px
}

.zq_breadcrumb-area::before {
    left: -169px;
    top: -109px
}

.zq_breadcrumb-area::after {
    right: -164px;
    top: -112px
}

.zq_breadcrumb-wrap {
    max-width: 1777px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    background: linear-gradient(90deg, rgb(138 241 53 / .2), rgb(138 241 53 / .2) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1
}

.zq_error-area::before,
.zq_video-img-icon {
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.zq_breadcrumb-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.zq_breadcrumb-content-title {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 12px
}

.zq_breadcrumb-content-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.zq_breadcrumb-content-list a {
    color: #fff;
    letter-spacing: .5px;
    display: block
}

.zq_breadcrumb-content-list span {
    color: #8af135;
    letter-spacing: -.5px;
    display: flex;
    align-items: center
}

.zq_breadcrumb-content-list span::before {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    content: "\f104";
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px
}

.zq_video-img img {
    min-height: 370px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zq_video-img::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(138 241 53 / .25);
    z-index: 1
}

.zq_video-img-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 96px;
    background-color: var(--clr-common-black);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 22px;
    color: var(--clr-theme-primary)
}

.zq_video-content {
    background: var(--clr-theme-primary);
    border-radius: 8px;
    padding: 40px 50px 3px;
    margin-top: -120px;
    position: relative;
    z-index: 5
}

.zq_video-item-icon svg {
    width: 40px;
    color: var(--clr-common-black)
}

.zq_video-item-icon {
    margin-bottom: 29px
}

.zq_video-item-title {
    color: #0f2923;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 15px
}

.zq_skill-content-text,
.zq_video-item p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: Inter, sans-serif !important
}

.zq_video-item p {
    color: #0f2923;
    margin-bottom: 0
}

.zq_error-content h2 {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 23px
}

.zq_error-area::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 329px;
    height: 329px;
    filter: blur(400px);
    background: rgb(138 241 53 / .7);
    z-index: -1
}

.zq_skill-content-text {
    color: rgb(255 255 255 / .7);
    margin-bottom: 27px
}

.zq_skill-content-progress {
    margin-bottom: 24px
}

.zq_skill-content-progress .progress-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px
}

.zq_skill-content-progress .progress-title p {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.zq_skill-content-progress .progress-title span {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: block
}

.zq_skill-content-progress .progress {
    height: 10px;
    border-radius: 20px;
    background-color: #33574f
}

.zq_skill-content-progress .progress-bar {
    background-color: var(--clr-theme-primary);
    border-radius: 20px
}

.w-80 {
    width: 80%
}

.w-86 {
    width: 86%
}

.w-92 {
    width: 92%
}

.zq_inner_about-img img {
    width: 100%;
    border-radius: 10px
}

@media (max-width:1199px) {
    .zq_cta-wrapper {
        padding: 50px
    }

    .zq_cta-title {
        font-size: 30px
    }

    .zq_cta-action {
        max-width: 350px
    }

    .zq_h5_team-item-content h3,
    .zq_inner_team-item-content h3 {
        font-size: 28px
    }

    .zq_footer-widget.mr-85,
    .zq_inner_about-content.mr-80,
    .zq_inner_about-img.mr-40,
    .zq_team_details-img {
        margin-right: 0
    }

    .zq_contact-wrap {
        gap: 40px
    }

    .zq_inner_contact_top-item-info a br,
    .zq_inner_contact_top-item-info p br {
        display: none
    }

    .zq_error-content h2 {
        font-size: 38px
    }

    .zq_error-wrap {
        margin-left: 15%;
        margin-right: 15%
    }

    .zq_inner_about-content.ml-45 {
        margin-left: 10px
    }

    .zq_footer-widget.ml-15,
    .zq_footer-widget.ml-45,
    .zq_footer-widget.ml-85 {
        margin-left: 0
    }

    .zq_footer-widget.ml-25 {
        margin-left: 15px
    }
}

.cursor-pointer {
    cursor: pointer
}

.zq_mobile_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0f2923;
    overflow: hidden;
    z-index: 9999;
    transition: .5s cubic-bezier(1, 0, .55, 1)
}

.zq_mobile_menu .logo {
    position: absolute;
    top: 40px;
    left: 40px
}

.zq_mobile_menu .close-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 4;
    font-size: 25px
}

.zq_mobile_menu .close-menu,
.zq_mobile_menu .logo {
    transform: translateY(-100px);
    opacity: 0;
    transition: .4s
}

.zq_mobile_menu .menu-navbar {
    color: #fff;
    height: 100vh;
    padding-top: 140px;
    overflow: auto;
    padding-bottom: 50px
}

.zq_mobile_menu .menu-navbar::-webkit-scrollbar {
    width: 5px
}

.zq_mobile_menu .menu-navbar::-webkit-scrollbar-track {
    background: #111
}

.zq_mobile_menu .menu-navbar::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / .2);
    border-radius: 5px
}

.zq_mobile_menu .menu-navbar .main-menu {
    position: relative;
    z-index: 2
}

.zq_mobile_menu .menu-navbar .main-menu>li {
    transition: .5s
}

.zq_mobile_menu .menu-navbar .main-menu>li:last-of-type .link {
    border-bottom: 1px solid rgb(255 255 255 / .05)
}

.zq_mobile_menu .menu-navbar .main-menu>li .link {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 20px 30px;
    border-top: 1px solid rgb(255 255 255 / .05);
    width: 100%;
    position: relative;
    display: block;
    transform: translateY(100px);
    opacity: 0;
    transition: .7s;
    font-family: Inter, sans-serif !important;
    letter-spacing: -.5px
}

@media (max-width:1399px) {
    .zq_mobile_menu .menu-navbar .main-menu>li .link {
        font-size: 40px
    }
}

.zq_mobile_menu .menu-navbar .main-menu>li .link i {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / .02);
    cursor: pointer
}

.zq_mobile_menu .menu-navbar .main-menu>li .link i::after,
.zq_mobile_menu .menu-navbar .main-menu>li .link i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 25px;
    font-style: normal
}

.zq_mobile_menu .menu-navbar .main-menu>li .link i::before {
    content: "\f067"
}

.zq_mobile_menu .menu-navbar .main-menu>li .link i::after {
    content: "\f068"
}

.zq_mobile_menu .menu-navbar .main-menu>li .link .fill-text {
    position: relative;
    color: rgb(255 255 255 / .4);
    font-family: Inter, sans-serif
}

.zq_mobile_menu .menu-navbar .main-menu>li .link .fill-text:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: width .75s cubic-bezier(.63, .03, .21, 1)
}

.zq_mobile_menu .menu-navbar .main-menu>li.hoverd .link .fill-text:after {
    width: 0
}

.zq_mobile_menu .menu-navbar .main-menu .sub-menu {
    display: none;
    padding: 0;
    border-top: 1px solid rgb(255 255 255 / .05)
}

.zq_mobile_menu .menu-navbar .main-menu .sub-menu li {
    padding: 0;
    margin: 0
}

.zq_mobile_menu .menu-navbar .main-menu .sub-menu li:last-child a {
    border-bottom: 0
}

.zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
    padding: 20px 20px 20px 50px;
    opacity: .6;
    transition: .4s;
    display: block;
    font-size: 29px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: normal;
    border-color: rgb(255 255 255 / .02);
    border-bottom: 1px solid rgb(255 255 255 / .1);
    background: rgb(255 255 255 / .009)
}

@media (max-width:991px) {
    .zq_cta-title {
        font-size: 32px
    }

    .zq_cta-title br,
    .zq_error-content p br,
    .zq_footer-logo {
        display: none
    }

    .zq_cta-action img {
        width: 70px;
        height: 70px
    }

    .zq_cta-action-info a {
        font-size: 24px
    }

    .zq_contact-content,
    .zq_contact-form {
        max-width: 100%
    }

    .zq_contact-wrap {
        flex-wrap: wrap;
        gap: 40px
    }

    .zq_error-content h2 {
        font-size: 36px
    }

    .zq_footer-widget.ml-25,
    .zq_inner_about-content.ml-45 {
        margin-left: 0
    }

    .zq_mobile_menu .menu-navbar .main-menu>li .link {
        padding-left: 0
    }

    .zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
        padding-left: 40px
    }

    .banner-heading {
        font-size: 35px
    }
}

@media (max-width:767px) {
    .zq_h3_team-item-img::before {
        border-radius: 230px
    }

    .zq_h5_team-item-content h3,
    .zq_inner_team-item-content h3 {
        font-size: 22px
    }

    .zq_breadcrumb-area {
        padding-top: 97px
    }

    .zq_video-content {
        margin-top: -80px
    }

    .zq_error-content p {
        font-size: 16px
    }

    .zq_error-wrap {
        margin-left: 10%;
        margin-right: 10%
    }

    .zq_mobile_menu .logo {
        left: 25px
    }

    .zq_mobile_menu .close-menu {
        top: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .zq_mobile_menu .menu-navbar .main-menu>li .link {
        font-size: 30px
    }

    .zq_mobile_menu .menu-navbar .main-menu>li .link i {
        width: 90px
    }

    .zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
        padding-left: 30px;
        font-size: 25px
    }
}

@media (max-width:575px) {
    .zq_h2_header-area {
        top: 15px
    }

    .zq_h2_header-wrap {
        margin-left: 0;
        margin-right: 0
    }

    .zq_h5_header-btn,
    .zq_h5_testimonial-wrap::after,
    .zq_h5_testimonial-wrap::before {
        display: none
    }

    .zq_hero-wrap {
        padding-left: 15px;
        padding-right: 15px
    }

    .zq_hero-circle-btn {
        transform: translate(-50%, -60%)
    }

    .zq_h4_hero-content-title,
    .zq_hero-content-title {
        font-size: 70px
    }

    .zq_h2_hero-content-title {
        font-size: 65px
    }

    .zq_h2_choose-img-info-item span,
    .zq_h3_hero-content p {
        font-size: 18px
    }

    .zq_error-content h2,
    .zq_h2_section-title,
    .zq_h3_section-title,
    .zq_inner_brand-title,
    .zq_section-title {
        font-size: 34px
    }

    .zq_inner_brand-subtitle {
        font-size: 16px
    }

    .zq_faq-content .accordion-button,
    .zq_h3_testimonial-item p {
        font-size: 20px
    }

    .zq_faq-content .accordion-button::before,
    .zq_h2_choose-content .accordion-button::before {
        right: 20px
    }

    .zq_inner_faq-content .accordion-button {
        font-size: 20px;
        padding: 20px
    }

    .zq_inner_faq-content .accordion-body {
        padding-left: 65px
    }

    .swiper.h5_project-active {
        margin-right: 0
    }

    .zq_blog_list-item-content-title,
    .zq_inner_project-content-title {
        font-size: 26px
    }

    .zq_h2_choose-img-info {
        flex-wrap: wrap;
        padding: 30px;
        gap: 10px
    }

    .zq_h2_choose-img-info-item {
        width: 100%;
        flex-shrink: 0
    }

    .zq_h2_choose-img-info-item h2 {
        font-size: 40px
    }

    .zq_blog-item-small,
    .zq_blog_details-comment,
    .zq_blog_details-content-bottom,
    .zq_h3_price-feature {
        flex-wrap: wrap
    }

    .zq_h5_service-item {
        padding: 37px 25px 32px
    }

    .zq_h5_testimonial-wrap .h5_testimonial-active {
        margin-left: 15px;
        margin-right: 15px
    }

    .zq_blog-item-small-img {
        max-width: 100%
    }

    .zq_blog_details-content blockquote p,
    .zq_h4_blog-item-content-title {
        font-size: 22px
    }

    .zq_blog_details-content-title,
    .zq_h5_blog-item-content-title {
        font-size: 28px
    }

    .zq_breadcrumb-content-title {
        font-size: 35px
    }

    .zq_breadcrumb-wrap {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .zq_video-content {
        padding: 40px 30px 3px
    }

    .zq_error-wrap {
        margin-left: 5%;
        margin-right: 5%
    }

    .zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
        font-size: 20px;
        padding-left: 25px;
        padding-top: 18px;
        padding-bottom: 21px
    }
}

.zq_mobile_menu .menu-navbar .main-menu .sub-menu li a:hover {
    opacity: 1
}

.zq_mobile_menu .menu-text:after {
    content: "";
    width: 1px;
    height: 0;
    background: rgb(255 255 255 / .05);
    position: absolute;
    right: -30px;
    bottom: -75vh;
    transition: 1s
}

.zq_mobile_menu .menu-text .text {
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    transition: .4s
}

.zq_mobile_menu .menu-text .text h6 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 10vw;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    opacity: .08;
    margin: 0;
    color: #fff
}

.zq_mobile_menu .cont-info {
    padding-top: 140px;
    padding-left: 15px;
    position: relative;
    z-index: 3
}

.zq_mobile_menu .cont-info:after {
    content: "";
    width: 300%;
    height: 200vh;
    position: absolute;
    left: -30px;
    top: -75vh;
    background: #1a1a1a;
    z-index: -1
}

.zq_mobile_menu .cont-info .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-family: Inter, sans-serif !important;
    color: var(--clr-theme-primary)
}

.zq_mobile_menu .cont-info .item {
    transform: translateY(50px);
    transition: .4s;
    opacity: 0
}

.zq_mobile_menu .cont-info .item h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff
}

.zq_mobile_menu .cont-info .item ul.social li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.zq_mobile_menu.open .close-menu,
.zq_mobile_menu.open .logo,
.zq_mobile_menu.open .menu-navbar .main-menu>li .link {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s
}

.zq_mobile_menu.open .cont-info .item {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.4s
}

.zq_mobile_menu.open .menu-text .text {
    opacity: 1;
    transition-delay: 1s
}

.zq_mobile_menu.open .menu-text:after {
    height: 200vh;
    transition-delay: 0.7s
}

@media screen and (max-width:991px) {

    .navbar .search-form,
    .zq_mobile_menu .cont-info,
    .zq_mobile_menu .menu-text {
        display: none
    }

    .zq_mobile_menu .menu-navbar {
        height: calc(100vh - 40px)
    }
}

.zq_footer-top {
    background: var(--clr-common-lightBlack);
    padding-bottom: 52px
}

.zq_footer-widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -.8px;
    margin-bottom: 15px
}

.zq_footer-widget ul li a,
.zq_footer-widget-text {
    color: rgb(255 255 255 / .7);
    font-size: 16px;
    line-height: 22px
}

.color_green {
    color: var(--clr-theme-primary) !important;
    text-decoration: underline
}

.zq_footer-widget-text {
    font-weight: 400;
    margin-bottom: 17px
}

.zq_footer-widget form {
    position: relative;
    z-index: 1;
    margin-top: 35px
}

.zq_footer-widget form input {
    width: 100%;
    height: 64px;
    background: #33574f;
    border: none;
    padding-left: 20px;
    padding-right: 55px;
    border-radius: 32px;
    color: rgb(255 255 255 / .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -.8px;
    text-align: left
}

.zq_footer-widget form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: var(--clr-theme-primary);
    height: 52px;
    width: 52px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--clr-common-black);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.zq_footer-widget-mail i {
    font-size: 24px;
    color: var(--clr-theme-primary)
}

.zq_footer-widget-mail a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: lowercase;
    display: block
}

.zq_footer-widget ul li {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px
}

.zq_footer-widget ul li a {
    font-weight: 500;
    position: relative;
    z-index: 1
}

.zq_footer-widget ul li a::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    width: 10%;
    height: 1px;
    background: #1d1d1d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.zq_footer-widget ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    width: calc(100% + 10px)
}

.zq_footer-widget ul li span {
    background: var(--clr-theme-primary);
    height: 22px;
    padding: 0 7px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: #0f2923;
    font-family: Inter, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px
}

.zq_footer-widget-post:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / .1);
    margin-bottom: 17px;
    padding-bottom: 16px
}

.zq_footer-widget-post span {
    color: rgb(255 255 255 / .5);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 6px
}

.zq_footer-widget-post h5 {
    color: #fff;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 0
}

.zq_footer-social ul li a,
.zq_footer-widget-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 50%;
    font-size: 18px;
    color: #fff
}

.zq_footer-social ul li a:hover,
.zq_footer-widget-social a:hover {
    background: var(--clr-theme-primary);
    border-color: #fff0;
    color: var(--clr-common-black)
}

.zq_footer-bottom {
    background: #33574f;
    padding: 30px 0
}

.zq_footer-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.zq_footer-logo {
    max-width: 148px
}

@media (max-width:767px) {
    .zq_footer-bottom {
        padding: 22px 0
    }

    .zq_footer-bottom-wrap {
        justify-content: center;
        display: block;
        text-align: center
    }

    .zq_footer-social ul {
        justify-content: center;
        margin-top: 12px
    }

    .zq_footer-logo {
        display: none
    }
}

.zq_footer-copyright p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #b8b8b8
}

@media (max-width:480px) {

    .zq_h2_header-action-search,
    .zq_h3_header-action-search {
        display: none
    }

    .zq_hero-content-title {
        font-size: 15vw
    }

    .zq_h2_hero-content-title {
        font-size: 48px
    }

    .zq_h2_choose-content .accordion-single,
    .zq_h2_hero-bottom,
    .zq_h2_hero-form-item,
    .zq_h3_choose_2-content,
    .zq_h4_choose-content-item {
        flex-wrap: wrap
    }

    .zq_h3_hero-content h1 {
        font-size: 45px
    }

    .zq_blog-widget-post-content h4,
    .zq_h3_hero-content p,
    .zq_h3_price-amount span,
    .zq_h3_price-text,
    .zq_h3_project-item-content span,
    .zq_h5_hero-content p {
        font-size: 16px
    }

    .zq_h3_price-amount h2,
    .zq_h4_hero-content-title,
    .zq_h4_price-amount h2,
    .zq_h5_hero-content-title {
        font-size: 50px
    }

    .zq_cta-title,
    .zq_error-content h2,
    .zq_h2_price-category p,
    .zq_h2_section-title,
    .zq_h2_team-item-content h3,
    .zq_h3_price-category p,
    .zq_h3_section-title,
    .zq_inner_brand-title,
    .zq_section-title {
        font-size: 28px
    }

    .zq_h3_testimonial-item p,
    .zq_inner_faq-content .accordion-button {
        font-size: 18px
    }

    .zq_inner_faq-content .accordion-body {
        padding-left: 65px
    }

    .zq_h2_project-item-content {
        padding: 25px 25px 24px
    }

    .zq_h3_project-item {
        padding: 30px 20px 25px
    }

    .zq_inner_project-content,
    .zq_price_item {
        padding-right: 20px;
        padding-left: 20px
    }

    .zq_h3_project-item-content-icon svg {
        width: 16px
    }

    .zq_blog-item-content-title,
    .zq_blog_details-content-title,
    .zq_h3_project-item-content-title h3,
    .zq_h5_blog-item-content-title {
        font-size: 24px
    }

    .zq_blog_details-content blockquote p,
    .zq_cta-action-info a,
    .zq_h2_blog-item-big-content-title,
    .zq_h2_choose-content .accordion-button,
    .zq_inner_blog-content-title,
    .zq_inner_project-content-title,
    .zq_mobile_menu .menu-navbar .main-menu>li .link {
        font-size: 20px
    }

    .zq_portfolio_details-info {
        grid-template-columns: repeat(1, 1fr)
    }

    .zq_portfolio_details-info-item,
    .zq_team_details-contact-item:first-child {
        border-right: 0
    }

    .zq_h2_choose-content .accordion-body {
        padding: 0 40px 28px 56px
    }

    .zq_h3_choose_2-content::before {
        width: 100%;
        height: 1px;
        right: 0;
        transform: translateY(-50%)
    }

    .zq_h2_price-amount h2 {
        font-size: 55px
    }

    .zq_h3_price_item {
        padding: 40px 25px 50px
    }

    .zq_h3_price-btn a {
        padding: 0 40px;
        width: 100%
    }

    .zq_inner_service-item {
        padding: 50px 30px 45px
    }

    .zq_testimonial-form-title {
        font-size: 36px
    }

    .zq_h2_testimonial-area .pl-30.pr-30 {
        padding-left: 15px;
        padding-right: 15px
    }

    .h3_testimonial-thumbs {
        max-width: 215px
    }

    .zq_blog-item-content {
        left: 20px;
        bottom: 20px
    }

    .zq_h2_blog-item-big-content {
        padding: 0 25px 25px
    }

    .zq_h2_blog-item-content {
        padding: 30px 25px
    }

    .zq_blog_list-item-content-title,
    .zq_contact-call-info a,
    .zq_h3_blog-item-content-title {
        font-size: 22px
    }

    .zq_blog_list-item-content {
        padding: 25px 20px 30px
    }

    .zq_blog-widget-post-img {
        width: 80px;
        height: 80px
    }

    .zq_team_details-contact {
        grid-template-columns: 1fr
    }

    .zq_team_details-contact-item:nth-child(3) {
        border-bottom: 1px solid rgb(255 255 255 / .15);
        border-right: 0
    }

    .zq_contact-call {
        gap: 20px
    }

    .zq_breadcrumb-content-title {
        font-size: 30px
    }

    .zq_mobile_menu .logo {
        left: 15px
    }

    .zq_mobile_menu .close-menu {
        right: 15px;
        font-size: 18px
    }

    .zq_mobile_menu .menu-navbar .main-menu>li .link i {
        width: 70px
    }

    .zq_mobile_menu .menu-navbar .main-menu .sub-menu li a {
        font-size: 16px;
        padding-left: 20px;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .zq_footer-copyright p {
        text-align: center
    }
}

.zq_footer-social ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px
}

.zq_h4_footer-top-main {
    border-bottom: 1px solid rgb(255 255 255 / .1);
    padding-bottom: 35px;
    margin-bottom: 55px
}

.custom-content {
    background-color: #0f2923
}

.form-control-custom {
    display: block;
    width: 100%;
    padding: 10px .75rem;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    color: #fff;
    background-color: #2a4741;
    background-clip: padding-box;
    border: 1px solid #0f2923;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.modal-dialog-custom {
    max-width: 800px
}

.modal-header-custom {
    border-bottom: 1px solid #33574f
}

.btn-close:focus {
    box-shadow: none !important
}

.btn-close {
    filter: invert(1) !important
}

.modal-footer {
    border-top: 1px solid #0f2923
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #8af135;
    border-color: #8af135
}

.form-control {
    color: #fff !important;
    background-color: #33574f;
    border: 1px solid #0f2923
}

.zq_project-item-custom {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s, transform .5s
}

.zq_project-item-custom.show {
    opacity: 1;
    transform: translateY(0)
}

.banner-para {
    margin: 20px 0
}

.zq_breadcrumb-area::after,
.zq_breadcrumb-area::before {
    display: none !important
}

.custom-hero-heading2 {
    position: relative;
    opacity: .7
}

.certificates-page .gallery {
    gap: 16px;
    width: 100%
}

.certificates-page .gallery img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform .3s
}

.certificates-page .gallery img:hover {
    transform: scale(1.05)
}

.certificates-page .modal {
    display: none;
    position: fixed;
    inset: 0;
    background: #000;
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    z-index: 999
}

.certificates-page .modal-content {
    max-width: 50vw;
    max-height: 80vh;
    box-shadow: 0 0 40px #000;
    object-fit: contain;
    width: auto;
    background-color: transparent !important
}

.certificates-page .closeBtn {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 1000
}

.iso-footer {
    background-color: #0f29231c;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #3f5954
}

.loader_bg {
    position: fixed;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.preloader__image {
    animation-fill-mode: both;
    animation-name: flipInY;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height: 180px
}

/* .loader_svg {
    animation: zoomPulse 1.6s ease-in-out infinite;
    transform-origin: center
} */

.offcanvas-body{
    overflow-x: hidden;
}

@keyframes zoomPulse {
    0% {
        transform: scale(.9);
        opacity: .85
    }

    50% {
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        transform: scale(.9);
        opacity: .85
    }
}

html.lenis,
html.lenis body {
    height: auto;
    overflow-x: hidden
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-smooth iframe {
    pointer-events: none
}

.custom-bg-dark .offcanvas,
.custom-bg-dark-quate .modal {
    transition: transform 1s ease-in-out;
    background-color: #0f2923
}

.accordion-body ul,
.cds-faq-list {
    list-style-type: disc
}

.tools-container img,
.zq_brand-item img {
    opacity: .8;
    filter: grayscale(100)
}

:root {
    --main-green: #8af135
}

.zq_h2_team-item-content span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    overflow: auto;
    display: block
}

.banner-para {
    font-size: 16px !important;
    font-weight: 300;
    margin: 20px 0;
    color: #f3f3f3
}

.zq_h2_project-item-content h3 {
    font-size: 28px;
    letter-spacing: 0
}

.zq_section-title {
    font-size: 40px
}

.mobile-multiple-services .zq_h2_project-item-content h3,
.zq_section-title-sub {
    font-size: 24px
}

.zq_h2_service-item-icon svg path {
    fill: var(--main-green);
    transition: 1s
}

.zq_h2_service-item:hover svg path {
    fill: #000;
    transition: 1s
}

.zq_h2_service-item-icon {
    margin-bottom: 10px;
    width: 50px
}

.counter-main,
.counter-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.counter-section h5 {
    margin-top: 20px;
    font-size: 20px
}

.abt-counter {
    font-size: 48px;
    font-weight: 600
}

.abt-counter-1 {
    position: relative
}

.abt-counter-1:after {
    position: absolute;
    content: "+";
    font-size: 45px;
    color: #fff;
    top: 0;
    right: -35px
}

.zq_h2_header-wrap {
    backdrop-filter: blur(60px);
    border: 1px solid rgb(255 255 255 / .33)
}

.zq_h4_choose_2-content-item h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600
}

.enquiry-btn {
    margin: 0 auto
}

.enquiry-btn button {
    width: fit-content
}

.contact-loc.zq_blog-widget-tag,
.error_txt h1 {
    margin-bottom: 20px
}

.zq_footer-widget ul li a::after {
    background: #8af135
}

.hidden {
    opacity: 0;
    pointer-events: none
}

.zq_h3_blog-item-img img {
    height: 350px;
    aspect-ratio: 16/9;
    object-fit: cover
}

.custom-bg-dark .offcanvas {
    width: 40%
}

.custom-bg-dark-quate .modal {
    width: 100%
}

.custom-bg-dark-quate .modal input,
.custom-bg-dark-quate .modal textarea {
    background-color: #0f2923;
    border: 1px solid #2a4741
}

.custom-bg-dark .offcanvas-header .offcanvas-title,
h3.zq_h3_section-title {
    font-size: 30px
}

.mobile-app-boxes .zq_h3_service-item {
    padding-left: 25px !important;
    padding-right: 25px !important;
    min-height: 526px
}

.service-inner h1 {
    font-size: 60px
}

.crev-agency-header p,
.service-inner p,
.service-layout-two p,
.services-details p {
    font-size: 18px
}

.zq_portfolio_details-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    border: none
}

.zq_portfolio_details-info-item {
    transition: .5s;
    border: 1px solid rgb(255 255 255 / .16);
    padding: 10px 30px;
    width: 100%;
    max-width: 200px;
    border-radius: 10px
}

.zq_portfolio_details-info-item:hover {
    transition: .5s
}

.tools-container .zq_portfolio_details-info-item:hover {
    background: #2a4741;
    border: 1px solid #8af137
}

.tools-container .zq_portfolio_details-info-item img {
    opacity: 1;
    filter: grayscale(100%);
    width: 150px;
    height: 60px;
    object-fit: contain
}

.tools-container .zq_portfolio_details-info-item:hover img {
    filter: grayscale(0)
}

@media only screen and (max-width:600px) {
    .zq_portfolio_details-info {
        justify-content: center
    }
}

.zq_h3_project-item-content-title h3 {
    font-size: 28px
}

.zq_h3_project-item-content span {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px
}

.nowrap {
    display: flex;
    white-space: normal;
    gap: 10px;
    align-items: start
}

.list-arrow li .icon {
    width: 20px;
    margin: 0
}

.service-sec-para,
.zq_blog-item-small-content-admin span,
.zq_h2_service-item-content p {
    font-size: 16px
}

.wd-process .zq_h2_service-item {
    padding: 20px 15px 22px
}

.web-dev-section .zq_h3_service-item-content h4,
.zq_h2_team-item-content h3 {
    font-size: 22px
}

.web-dev-section .zq_h3_service-item {
    min-height: 400px
}

.cds-app-boxes .zq_h3_service-item,
.endpoint-boxes .zq_h3_service-item,
.web-dev-section-costom .cds-app-boxes .zq_h3_service-item-content p {
    font-size: 17px
}

.cds-faq-list {
    margin-top: 15px;
    color: rgb(255 255 255 / .7)
}

.zq_h2_service-item-content h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal
}

.zq_h3_section-text {
    text-align: left
}

.csd-expertise .zq_h2_project-item-content {
    min-height: 210px
}

.csd-process .zq_h2_service-item,
.service-layout-one .zq_h3_service-item {
    min-height: 405px
}

.zq_h3_blog-item-content-admin {
    display: block
}

.oodo-features .zq_h2_project-item-content h3 {
    font-size: 24px;
    cursor: auto !important
}

.oodo-features .zq_h2_project-item-content h3 a {
    cursor: auto !important
}

.endpoint-benifits .zq_h2_project-item-content {
    min-height: 200px
}

.enpoint-sophos .zq_h2_team-item-content {
    min-height: 245px
}

.banner-para,
.microsoft-collab .zq_h2_project-item-content h3 {
    font-size: 20px
}

.oodo-modules .zq_brand-item h4 {
    font-size: 20px;
    text-align: center
}

.accordion-body ul li {
    color: rgb(255 255 255 / .7);
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px
}

.payroll-boxes .zq_h2_project-item-content {
    min-height: 265px
}

.visitor-slider .cds-app-boxes .zq_h3_service-item {
    min-height: 511px
}

.survey-cards .zq_h2_project-item-content h3 {
    font-size: 23px
}

.survey-cards .zq_h2_project-item-content {
    min-height: 235px
}

.crm-slider .cds-app-boxes .zq_h3_service-item,
.study-abroad-slider .zq_h3_service-item,
.survey-slider .cds-app-boxes .zq_h3_service-item,
.web-dev .zq_h2_service-item {
    min-height: 456px
}

.swiper {
    overflow: hidden
}

.subscribtion-slider .zq_h3_service-item {
    min-height: 455px
}

.help-desk-slider .zq_h3_service-item {
    min-height: 433px
}

.lms-slider .zq_h3_service-item {
    min-height: 435px
}

.it-operations .zq_h4_choose_2-content-item p,
.service-wrap-new .zq_h4_service-item-content p,
.zq_h3_service-item-content p {
    font-size: 16px;
    line-height: 26px
}

.it-operations .zq_h4_choose_2-content-item h2,
.specific-products-content .zq_h2_project-item-content h3 {
    font-size: 26px
}

.specific-products-content .zq_h2_project-item-content p {
    font-size: 15px
}

.specific-products-content.zq_h2_project-item-content {
    padding: 20px 25px
}

.manage-engine-solutions .zq_h2_project-item-content {
    padding: 20px 22px
}

.delivery-management-boxes .zq_h2_service-item {
    min-height: 375px
}

.erp-small-businesses .zq_h2_project-item-content {
    min-height: 220px
}

.home-banner h1 {
    font-size: 50px !important;
    line-height: 55px
}

.zq_brand-item {
    padding: 0 15px
}

.zq_brand-item img {
    height: 60px
}

.crev-agency-header .caption h1 {
    font-size: 64px;
    line-height: 1.3
}

.nowrap h6 {
    width: 420px;
    font-size: 20px;
    font-weight: 700 !important
}

.products-slider .zq_h3_service-item {
    min-height: 380px
}

.half-slider .gallery-img .bg-img a {
    background-color: #0006
}

.home-service-slider .zq_h3_project-item {
    min-height: 250px
}

.zq_h2_testimonial-admin-info h5,
.zq_inner_contact_top-item-info h4 {
    letter-spacing: 0
}

.review-slider .zq_h2_testimonial-admin-info {
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.home-product-slider .zq_h2_team-item .zq_h2_team-item-content {
    min-height: 180px
}

@media (max-width:1400px) {
    .home-product-slider .zq_h2_team-item .zq_h2_team-item-content {
        min-height: 200px
    }
}

@media (max-width:1199px) {
    .home-product-slider .zq_h2_team-item .zq_h2_team-item-content {
        min-height: 220px
    }
}

@media (max-width:767px) {
    .home-product-slider .zq_h2_team-item .zq_h2_team-item-content {
        min-height: auto
    }

    .home-banner h1 {
        font-size: 30px !important;
        line-height: 35px
    }

    .banner-para {
        font-size: 14px !important
    }
}

.home-portfolio .zq_h2_project-item-img img {
    min-height: 300px
}

.home-portfolio .zq_h2_project-img img {
    min-height: 551px
}

.blog-date {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #8af135 !important
}

.category {
    box-sizing: border-box;
    border: 1px solid rgb(138 241 53 / .5);
    border-radius: 50px;
    align-items: center;
    padding: 2px 12px;
    color: rgb(255 255 255 / .7) !important;
    font-family: Inter, sans-serif !important;
    ;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-transform: capitalize
}

.error_txt h1,
.product-tag {
    color: #8af135
}

.category:hover {
    background-color: #8af135;
    color: #0f2923 !important
}

.blog-social a svg {
    font-size: 18px !important;
    margin: 0 2px
}

.blog-social a {
    background-color: transparent !important
}

.blog-header .background {
    height: 50vh !important
}

.comment-container .post-qoute {
    padding: 25px 25px 25px 50px;
    border: 1px solid #33574f;
    background: #2a47416b
}

.comment-container {
    margin-left: 25px
}

.zq_blog-item-small-content-admin span.l-block {
    font-size: 17px;
    line-height: 32px
}

.zq_inner_contact_top-item-info a,
.zq_inner_contact_top-item-info p {
    letter-spacing: 0;
    text-align: left;
    font-size: 15px
}

.loc-wrap {
    gap: 12px
}

.loc-wrap svg {
    margin-top: 5px
}

.contact-loc.zq_blog-widget-tag a {
    height: auto;
    font-size: 13px !important
}

.connect-head {
    font-weight: 600;
    color: #14cf93
}

.contact .info-box {
    padding: 40px
}

.connect-head p,
.morinfo p {
    font-size: 14px !important
}

.phone a,
.phone span,
.phone span a {
    font-size: 16px;
    text-decoration: none !important
}

.service-layout-two .zq_h3_service-item {
    min-height: 430px
}

.service-layout-two .zq_h2_team-item-content {
    min-height: 195px
}

.service-layout-two .section-padding {
    padding: 70px 0
}

.service-layout-three .zq_h3_service-item {
    min-height: 485px
}

.enquire-now {
    padding-top: 20px !important
}

.zq_blog-item,
.zq_blog-item-img,
.zq_blog-item-img img,
.zq_h4_service-area.crm-section .zq_h4_service-item-img img {
    height: 100%;
    object-fit: cover
}

.zq_h3_service-area .zq_h3_service-item .zq_h3_service-item-icon img {
    width: 50px
}

@media (max-width:990px) {
    .home-banner h1 {
        font-size: 38px
    }

    .zq_h3_project-item-content span,
    p {
        font-size: 14px !important;
        line-height: 23px !important
    }

    .zq_h2_theme-btn,
    .zq_theme-btn {
        font-size: 16px;
        height: 45px;
        padding: 0 25px
    }

    .zq_h3_section-title,
    .zq_section-title {
        font-size: 28px;
        letter-spacing: .3px
    }

    .zq_h2_project-item-content h3,
    .zq_h2_team-item-content h3,
    .zq_h3_project-item-content-title h3 {
        font-size: 21px;
        letter-spacing: 0
    }

    .mt-50 {
        margin-top: 40px !important
    }

    .pb-100,
    .pb-70 {
        padding-bottom: 50px !important
    }

    .pt-100,
    .pt-95 {
        padding-top: 50px !important
    }

    .mb-50 {
        margin-bottom: 40px !important
    }

    .mb-30 {
        margin-bottom: 20px !important
    }

    .mb-45 {
        margin-bottom: 35px !important
    }

    .mb-40 {
        margin-bottom: 30px !important
    }

    .pt-205 {
        padding-top: 150px
    }

    .zq_common_width-3_inner {
        margin-bottom: 0
    }

    .home-portfolio .zq_h2_project-img img {
        min-height: 250px;
        object-fit: cover
    }

    .zq_h2_section-title {
        font-size: 30px
    }

    .zq_h2_project-item-content p {
        font-size: 15px !important
    }

    .zq_h3_choose_2-img img {
        object-fit: cover;
        border-radius: 30px
    }

    .home-service-slider .zq_h3_project-item {
        min-height: 100%
    }
}

@media (max-width:575px) {
    .zq_h2_header-wrap {
        padding: 15px
    }

    .zq_h2_header-logo {
        max-width: 75px
    }

    .navbar-toggler,
    .zq_h2_header-action-btn svg {
        display: none
    }

    .zq_h2_header-action {
        gap: 22px
    }

    .zq_h2_header-action-btn {
        height: 35px
    }

    .zq_h5_header_icon.zq_menuIcon i {
        font-size: 22px
    }

    .home-banner h1 {
        font-size: 27px
    }

    .banner-para,
    .zq_blog-item-content-admin span,
    .zq_footer-widget ul li a,
    .zq_footer-widget-post h5,
    .zq_h2_testimonial-admin-info h5 {
        font-size: 14px
    }

    .zq_h2_theme-btn,
    .zq_theme-btn {
        font-size: 14px;
        height: 35px;
        padding: 0 15px
    }

    .zq_h3_section-title,
    .zq_section-title {
        font-size: 22px;
        letter-spacing: .3px
    }

    .mb-20 {
        margin-bottom: 15px !important
    }

    p {
        font-size: 14px !important;
        line-height: 24px !important
    }

    .zq_h3_section-subtitle {
        font-size: 12px
    }

    .zq_h2_project-item-content h3,
    .zq_h2_team-item-content h3,
    .zq_h3_project-item-content-title h3 {
        font-size: 16px;
        letter-spacing: 0
    }

    .zq_h3_project-item-content-title {
        margin-bottom: 10px
    }

    .zq_h3_project-item-content span {
        font-size: 14px;
        line-height: 24px
    }

    .zq_h3_project-item-content-icon svg {
        width: 10px
    }

    .zq_footer-widget form button,
    .zq_navigation div {
        width: 40px;
        height: 40px
    }

    .home-portfolio .zq_h2_project-item .zq_h2_project-item-content {
        min-height: auto
    }

    .home-portfolio .zq_h2_project-item-img img {
        min-height: 175px
    }

    .zq_navigation.mb-50 {
        margin-bottom: 30px !important
    }

    .home-product-slider .swiper-wrapper {
        align-items: start !important
    }

    .home-product-slider .zq_h2_team-item .zq_h2_team-item-content {
        min-height: 170px
    }

    .zq_h4_choose-wrap {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .zq_cta-action-info a,
    .zq_footer-widget-mail a,
    .zq_h2_service-item-content h4,
    .zq_section-title-sub {
        font-size: 16px
    }

    .zq_h2_testimonial-admin img {
        width: 50px;
        height: auto
    }

    .zq_blog-item-small-content-admin span,
    .zq_h2_testimonial-admin-info span {
        font-size: 12px;
        line-height: 18px
    }

    .review-slider .zq_h2_testimonial-admin-info {
        min-height: 57px
    }

    .zq_blog-item-content-title,
    .zq_blog-item-small-content-title {
        font-size: 18px;
        letter-spacing: 0
    }

    .zq_cta-title {
        font-size: 22px;
        line-height: 30px
    }

    .zq_cta-wrapper {
        padding: 35px 25px
    }

    .zq_cta-action img {
        width: 50px;
        height: 50px
    }

    .zq_footer-widget {
        margin-left: 15px !important
    }

    .zq_footer-widget-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .zq_footer-widget form {
        margin-top: 25px
    }

    .zq_footer-widget form input {
        height: 45px
    }

    .zq_footer-widget ul li {
        margin-bottom: 5px
    }

    .zq_footer-top {
        padding-bottom: 15px
    }
}

.zq_h4_service-item-content,
.zq_h4_service-item-img {
    max-width: 610px !important
}

.web-dev .nowrap h6 {
    font-size: 16px;
    font-weight: 400 !important
}

.web-dev .nowrap {
    display: flex;
    white-space: normal;
    width: 80% !important
}

.web-dev-sa .zq_h2_service-item {
    min-height: 330px
}

.technology-outer .brand-icon {
    gap: 20px;
    display: flex
}

.technology-outer .zq_brand-item {
    min-width: 150px
}

.web-dev-sa.services-details ul li p {
    line-height: 24px;
    font-size: 16px
}

.model-container {
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

#crm-slider .zq_h3_service-item-icon svg,
#erp-slider .zq_h3_service-item-icon svg {
    height: 2rem
}

.privacy-sec .nowrap h6 {
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 10px;
    line-height: 28px
}

@media only screen and (max-width:992px) {
    .technology-outer .brand-icon {
        flex-wrap: wrap
    }

    #crm-slider .zq_h3_service-item {
        min-height: 536px
    }

    section#crm-slider {
        padding-bottom: 70px !important
    }

    .web-dev .zq_h2_service-item {
        min-height: 435px
    }
}

@media only screen and (max-width:767px) {
    #crm-slider .zq_h3_service-item {
        min-height: 400px
    }

    .web-dev .zq_h2_service-item {
        min-height: 330px
    }
}

.client_review.zq_h2_testimonial-item,
.why-choose.zq_h2_project-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.zq_blog-item_image_column {
    margin-bottom: 0
}

@media (max-width:1199px) {
    .zq_blog-item_image_column {
        margin-bottom: 30px
    }
}

@media (max-width:980px) {
    .services.marquee-skew {
        padding: 0 !important;
        margin-bottom: 100px
    }

    .services.marquee-skew .main-marq {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .about.marquee .main-marq,
    .contact.marquee .main-marq {
        margin-top: 0;
        margin-bottom: 0
    }
}

.home-product-slider .zq_h2_team-item .zq_h2_team-item-content {
    border-radius: 0 0 8px 8px
}

@media (max-width:991px) {
    .crev-agency-header .caption h1 {
        font-size: 50px
    }
}

.enquiry.offcanvas {
    overflow: auto
}

.enquiry.offcanvas::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px
}

.enquiry.offcanvas::-webkit-scrollbar-track {
    background: #3f3f3f
}

.enquiry.offcanvas::-webkit-scrollbar-thumb {
    background: #6cc524
}

.zq_h2_header-menu nav ul li .submenu.serv-submenu {
    min-width: 650px
}

.zq_h2_header-menu nav ul li .submenu li:not(:last-child) {
    border-bottom: 0
}

.serv-submenu-cont {
    border-right: 1px solid #d2d2d269
}

@media (min-width:768px) and (max-width:1600px) {
    .ban-cont {
        padding-top: 150px
    }
}

@media (max-width:1200px) {
    .enquiry h3 {
        font-size: 30px
    }

    .custom-bg-dark .offcanvas {
        width: 50%
    }
}

@media (max-width:992px) {
    .min_ch {
        min-height: 400px !important;
        padding-bottom: 50px;
        padding-top: 120px
    }

    .pb-80 {
        padding-bottom: 50px !important
    }

    .pt-80 {
        padding-top: 50px !important
    }
}

@media (max-width:768px) {
    .custom-bg-dark .offcanvas {
        width: 100%
    }
}

.error-page-out {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.error-dtls {
    text-align: center
}

.error-img img {
    width: 150px
}

.error_txt h1 {
    font-size: 150px;
    font-weight: 600;
    line-height: 1
}

.error_txt p {
    font-size: 18px;
    color: #14cf93 !important;
    border: 1px solid #14cf93;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 25px
}

.about .bord-thin-top {
    border: 0
}

[data-id=zsalesiq] {
    height: 0 !important
}

@media (max-width:600px) {

    .crev-agency-header .caption h1,
    .zq_breadcrumb-content-title {
        font-size: 35px
    }

    .mt-180 {
        margin-top: 150px !important
    }

    .mt-90 {
        margin-top: 35px !important
    }

    .mt-30 {
        margin-top: 15px !important
    }

    .mb-60 {
        margin-bottom: 25px !important
    }

    .mb-40 {
        margin-bottom: 10px !important
    }

    .md-mb80 {
        margin-bottom: 35px
    }

    .pt-180 {
        padding-top: 150px !important
    }

    .pt-100,
    .pt-80,
    .pt-90,
    .pt-95 {
        padding-top: 35px !important
    }

    .pb-75,
    .pt-50,
    .pt-60,
    .pt-70 {
        padding-top: 25px !important
    }

    .pb-100,
    .pb-80,
    .pb-90,
    .pb-95 {
        padding-bottom: 35px !important
    }

    .pb-50,
    .pb-70,
    .pb-75,
    .pt-60 {
        padding-bottom: 25px !important
    }

    .zq_breadcrumb-wrap {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .sec-head h3,
    .zq_cta-title,
    .zq_h3_section-title,
    .zq_h4_service-item-content h3,
    .zq_section-title {
        font-size: 25px
    }

    .controls {
        margin-bottom: 20px
    }

    .manage-engine-services .mb-4 {
        margin-bottom: 0 !important;
        margin-top: 20px
    }

    .zq_inner_faq-content .accordion-button {
        font-size: 20px;
        font-weight: 500
    }

    .zq_blog_list-item-content-title {
        font-size: 25px;
        font-weight: 500
    }

    .zq_blog_list-item-content-btn {
        height: 45px;
        font-size: 15px
    }

    .zq_blog-widget-post-content h4 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px
    }

    .page-header .fz-100,
    .page-header-cerv .fz-100 {
        font-size: 35px !important;
        font-weight: 600
    }

    .crev-agency-header .right-clumn .img {
        margin-top: 40px
    }

    .about .img-vid {
        position: initial;
        overflow: hidden;
        border-radius: 30px
    }

    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .zq_h4_service-item.mb-25 {
        margin-bottom: 0 !important
    }

    .about .img-vid .curv-butn,
    .zq_breadcrumb-area::after,
    .zq_breadcrumb-area::before {
        display: none
    }

    .zq_h3_choose_2-img.w-75 {
        width: 100% !important
    }

    .zq_portfolio_details-info-item {
        max-width: 100%;
        text-align: center
    }

    .zq_portfolio_details-info-item img {
        max-width: 120px
    }
}

.certificate-logos {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.certificate-logo-item {
    width: 80px;
    height: 55px;
    background-color: #33574f;
    padding: 7px;
    border-radius: 6px
}

.certificate-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .8;
    filter: grayscale(100)
}

.custom-hero-bg,
.custom-hero-bg svg {
    width: 100vw;
    height: 100vh
}

.custom-hero-bg,
.custom-hero-bg:after,
.custom-hero-heading {
    bottom: 0;
    right: 0;
    position: absolute
}

.body {
    max-width: 100vw;
    overflow-x: hidden
}

@media (min-width:1440px) {
    .container {
        max-width: 1440px !important
    }
}

@media (min-width:992px) {
    #header .header-nav-main nav>ul>li>a {
        font-weight: 500;
        font-size: 16px;
        padding-left: 1.3rem !important;
        padding-right: 1.3rem !important
    }

    .custom-grid-1 .container .row>:first-child,
    .custom-grid-1 .container .row>:nth-child(3),
    .custom-grid-1 .container .row>:nth-child(6),
    .custom-grid-1 .container .row>:nth-child(8) {
        background-color: var(--grey-100)
    }
}

@media (max-width:1280px) {
    #header .header-nav-main nav>ul>li>a {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
}

.custom-font-size-1 {
    font-size: clamp(28px, 4px + .05 * 100vw, 64px);
    line-height: 1.1
}

.custom-hero-bg {
    top: 0;
    left: 0;
    transition: opacity .3s
}

.custom-hero-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    background-color: #0f2923
}

.custom-hero-bg.loaded {
    opacity: .4
}

.custom-hero-font-1 {
    font-size: clamp(28px, 0px + .0583333333 * 100vw, 70px);
    line-height: 1.1
}

.custom-hero-heading {
    width: 100%;
    text-align: right;
    -webkit-mask-image: linear-gradient(to bottom, black 0, #fff0 100%);
    mask-image: linear-gradient(to bottom, black 0, #fff0 100%)
}

.custom-hero-heading strong {
    text-transform: uppercase;
    font-size: 13cqw;
    line-height: 13cqw
}

.custom-hero-heading2 {
    width: 100%;
    text-align: right
}

.custom-hero-heading2 img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: contain
}

.page-header .custom-hero-bg,
.page-header .custom-hero-bg svg {
    height: 500px
}

@keyframes arrowMove {

    0%,
    100% {
        margin-top: 0
    }

    50% {
        margin-top: -30px
    }
}

.custom-el-1,
.custom-el-2 {
    opacity: .1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation: 3s linear infinite arrowMove
}

.custom-el-1 img {
    margin-bottom: -100px
}

.custom-el-pos-1 {
    top: 55%;
    left: -60px
}

.custom-el-2 img {
    margin-bottom: -47px
}

.custom-el-pos-2 {
    top: 80%;
    right: -30px
}

.custom-el-3 {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 220px;
    min-height: 220px;
    position: relative;
    overflow: hidden
}

.custom-el-3 .custom-el-3-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.custom-el-3 .custom-el-3-img img {
    transition: transform 2s;
    will-change: transform
}

.custom-el-3-pos-1 {
    top: 30%;
    z-index: 1
}

.custom-el-3-pos-2 {
    top: -30%
}

.custom-el-4-pos {
    margin-top: -15px
}

.custom-el-pos-5 {
    left: -60px;
    top: 35%
}

.custom-marquee-1 .js-marquee,
.custom-marquee-1 .js-marquee-wrapper,
.custom-marquee-1 .js-marquee>span {
    display: flex
}

.custom-avatar-1 {
    width: 70px;
    height: 70px;
    position: relative
}

.custom-avatar-1-info {
    position: absolute;
    top: -30px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: -.5px;
    font-weight: 600;
    margin-left: -15px;
    opacity: .5
}

.custom-grid-1,
.custom-grid-1 .custom-grid-1-item {
    position: relative
}

.line,
.line::after,
.lines {
    position: absolute
}

.custom-avatar-1-info .animated-icon {
    transform: rotate(120deg);
    float: left;
    margin-right: 5px
}

.custom-popover-1 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px
}

.custom-btn-1 {
    width: 200px;
    height: 200px;
    line-height: 190px;
    border-radius: 100%;
    white-space: nowrap
}

.custom-grid-1 {
    margin-top: -70px
}

.custom-grid-1 .container {
    margin: 0 auto
}

.custom-grid-1 .container .row {
    margin: 0
}

.custom-grid-1 .container .row>* {
    padding: 0;
    background-color: var(--light);
    min-height: 220px;
    align-items: center;
    overflow: hidden
}

@media (max-width:991px) {
    .custom-hero-heading {
        bottom: 80px
    }

    .custom-grid-1 .container .row>* {
        border: 1px solid var(--grey-100)
    }

    .ban-cont-img {
        display: none
    }
}

.lines {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100vw;
    z-index: -1
}

.line {
    height: 100vh;
    width: 1.5px;
    background: linear-gradient(0deg, #fff0 0, rgb(255 255 255 / 10%) 100%);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden
}

.line:first-child {
    margin-left: -43%
}

.line:nth-child(2) {
    margin-left: -30.33%
}

.line:nth-child(3) {
    margin-left: -18.66%
}

.line:nth-child(4) {
    margin-left: -7%
}

.line:nth-child(5) {
    margin-left: 5.66%
}

.line:nth-child(6) {
    margin-left: 16.33%
}

.line:nth-child(7) {
    margin-left: 27%
}

.line:nth-child(8) {
    margin-left: 40%
}

.line::after {
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 15vh;
    background: linear-gradient(to bottom, #fff0 0, #dddddd3d 75%, #dddddd1f 100%);
    animation: 5s cubic-bezier(.4, .26, 0, .97) infinite run
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.lines .line:first-child::after {
    animation-delay: 50ms
}

.lines .line:nth-child(2)::after {
    animation-delay: .15s
}

.lines .line:nth-child(3)::after {
    animation-delay: .25s
}

.lines .line:nth-child(4)::after {
    animation-delay: .35s
}

.lines .line:nth-child(5)::after {
    animation-delay: .45s
}

.lines .line:nth-child(6)::after {
    animation-delay: .55s
}

.lines .line:nth-child(7)::after {
    animation-delay: .65s
}

.lines .line:nth-child(8)::after {
    animation-delay: .75s
}

.line-overlay,
.lines {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%
}

.circle-100,
.circle-120,
.circle-30,
.circle-40,
.circle-50,
.circle-60,
.circle-70,
.circle-80,
.circle-90,
.d-slideup .sideup-text,
.fit-img,
.o-hidden,
.portfolio-carsouel,
.rolling-text {
    overflow: hidden
}

.testimonials-crev .container,
main {
    position: relative;
    z-index: 5
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0
}

.row.sm-marg {
    margin-left: -5px;
    margin-right: -5px
}

.row.sm-marg>* {
    padding-left: 5px;
    padding-right: 5px
}

.row.stand-marg {
    margin-left: -20px;
    margin-right: -20px
}

.row.stand-marg>* {
    padding-left: 20px;
    padding-right: 20px
}

.row.md-marg {
    margin-left: -25px;
    margin-right: -25px
}

.row.md-marg>* {
    padding-left: 25px;
    padding-right: 25px
}

.row.lg-marg {
    margin-left: -40px;
    margin-right: -40px
}

.row.lg-marg>* {
    padding-left: 40px;
    padding-right: 40px
}

.row.xlg-marg {
    margin-left: -50px;
    margin-right: -50px
}

.row.xlg-marg>* {
    padding-left: 50px;
    padding-right: 50px
}

.row.xxlg-marg {
    margin-left: -80px;
    margin-right: -80px
}

.row.xxlg-marg>* {
    padding-left: 80px;
    padding-right: 80px
}

.container-xxl {
    max-width: 1500px
}

.container-xl {
    max-width: 1400px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: .2rem
}

.main-marq .box .item h2,
figure,
p {
    margin: 0
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 50px
}

.main-marq.md-text .box .item h4,
h3 {
    font-size: 40px
}

.my-skills2 .item .value,
h4 {
    font-size: 30px
}

h5 {
    font-size: 25px
}

.hamenu .cont-info .item h5,
.portfolio-clean .item .img .cont h5,
.work-minimal .item .img .cont h5,
h6 {
    font-size: 20px
}

p {
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    font-family: Inter, sans-serif !important;
    color: #fff
}

a,
a:hover {
    color: inherit
}

.horizontal-link li,
.inline,
span {
    display: inline-block
}

.undecro:hover,
a:hover {
    text-decoration: none
}

.main-color {
    color: #14cf93 !important
}

.main-colorbg {
    background: #14cf93 !important
}

.main-color2 {
    color: #caff33 !important
}

.main-colorbg2 {
    background: #caff33 !important
}

.main-bg,
.sub-bg2 {
    background: #0f2923 !important
}

.sub-bg {
    background: #14362e !important
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lines {
    top: 0;
    pointer-events: none
}

.lines.two:after {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    width: 40%;
    height: 100%;
    border-right: 1px solid #2a4741;
    border-left: 1px solid #2a4741
}

.lines.four,
.lines.four:after {
    border-right: 1px solid rgb(0 0 0 / .05);
    border-left: 1px solid rgb(0 0 0 / .05)
}

.lines.four {
    left: 5%;
    width: 90%
}

.lines.four:after {
    content: '';
    position: absolute;
    top: 0;
    left: 33.3333%;
    width: 33.3333%;
    height: 100%
}

.lines.two-out {
    left: 60px;
    right: 60px;
    width: auto;
    border-right: 1px solid rgb(255 255 255 / .05);
    border-left: 1px solid rgb(255 255 255 / .05);
    z-index: 7
}

.line-overlay {
    top: -10%;
    z-index: -1
}

.line-overlay.revers,
.revers-y {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.line-overlay.up {
    top: -25%
}

.line-overlay svg path {
    stroke: #33574f
}

.in-box {
    width: calc(100% - 30px);
    margin: auto
}

.blur-left-top {
    position: absolute;
    top: -120px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.bg-pattern,
.blur-right-top,
.btn-circle:after {
    top: 0;
    position: absolute
}

.blur-right-top {
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    pointer-events: none
}

.bg-pattern {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.bg-pattern.bg-repeat {
    background-repeat: repeat
}

.butn.butn-bord,
.butn.butn-bord-thin {
    background: 0 0;
    -webkit-transition: .4s;
    -o-transition: .4s
}

.noise {
    -webkit-animation: 8s steps(10) infinite grain;
    animation: 8s steps(10) infinite grain;
    background-image: url(../imgs/noise.png);
    content: "";
    height: 300%;
    left: -50%;
    opacity: .4;
    position: absolute;
    top: -100%;
    width: 300%;
    pointer-events: none
}

@-webkit-keyframes grain {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-5%, -10%);
        transform: translate(-5%, -10%)
    }

    20% {
        -webkit-transform: translate(-15%, 5%);
        transform: translate(-15%, 5%)
    }

    30% {
        -webkit-transform: translate(7%, -25%);
        transform: translate(7%, -25%)
    }

    40% {
        -webkit-transform: translate(-5%, 25%);
        transform: translate(-5%, 25%)
    }

    50% {
        -webkit-transform: translate(-15%, 10%);
        transform: translate(-15%, 10%)
    }

    60% {
        -webkit-transform: translate(15%);
        transform: translate(15%)
    }

    70% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    80% {
        -webkit-transform: translate(3%, 35%);
        transform: translate(3%, 35%)
    }

    90% {
        -webkit-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%)
    }
}

@keyframes grain {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-5%, -10%);
        transform: translate(-5%, -10%)
    }

    20% {
        -webkit-transform: translate(-15%, 5%);
        transform: translate(-15%, 5%)
    }

    30% {
        -webkit-transform: translate(7%, -25%);
        transform: translate(7%, -25%)
    }

    40% {
        -webkit-transform: translate(-5%, 25%);
        transform: translate(-5%, 25%)
    }

    50% {
        -webkit-transform: translate(-15%, 10%);
        transform: translate(-15%, 10%)
    }

    60% {
        -webkit-transform: translate(15%);
        transform: translate(15%)
    }

    70% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    80% {
        -webkit-transform: translate(3%, 35%);
        transform: translate(3%, 35%)
    }

    90% {
        -webkit-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%)
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #2a4741
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 40px
}

.butn {
    border: 1px solid #fff0
}

.butn.butn-md {
    padding: 14px 35px
}

.butn.butn-full {
    width: 100%;
    padding: 15px 25px;
    text-align: center
}

.butn.butn-bord {
    background: #8af135 !important;
    color: #000 !important;
    transition: .4s
}

.butn.butn-bord:hover {
    background: #fff !important
}

.butn.butn-bord:hover span {
    color: #000 !important
}

.blog-list-half .item .cont .tags.colorbg a:hover,
.butn.butn-bord:hover,
.main-post .info-area .share-icon a:hover,
.main-post .info-area .tags a:hover {
    background: #14cf93;
    color: #fff
}

.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.butn.butn-bord-thin:hover span,
.butn.butn-bord:hover span,
.half-slider .gallery-text .text,
.inter-links-center .links-text li:hover,
.light-text,
.light-text .box .item h4,
.light-text .box:last-of-type .item:nth-of-type(2n) h4,
.navbar.change .menu-icon,
.navbar.change .navbar-nav .nav-link,
.navbar.change .search-form .search-icon,
.next-project .box:hover .cont,
.testimonials-crev .sec-head,
.text-white,
[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff
}

.butn.butn-bord-thin {
    border-color: rgb(0 0 0 / .12);
    color: #1a1a1a;
    transition: .4s
}

.btn-circle,
.butn.butn-bg {
    -webkit-transition: .4s;
    -o-transition: .4s
}

.butn.butn-bord-thin:hover,
.modern-footer {
    background: #1a1a1a;
    color: #fff
}

.butn.butn-bg {
    transition: .4s
}

.butn.butn-bg:hover {
    background: 0 0 !important;
    border-color: #1a1a1a;
    color: #1a1a1a !important
}

.butn .rolling-text {
    margin-bottom: -5px
}

.btn-circle {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 105px;
    height: 105px;
    position: relative;
    transition: .4s
}

.btn-circle:after,
.vew-all:after {
    content: '';
    border-radius: 50%;
    left: 0
}

.btn-circle span,
.btn-circle:after {
    -webkit-transition: .4s;
    -o-transition: .4s
}

.btn-circle:after {
    width: 100%;
    height: 100%;
    background: #14cf93;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .4s
}

.btn-circle:hover {
    border-color: #14cf93
}

.btn-circle:hover:after,
.half-slider .gallery-img .swiper-slide-active .bg-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-circle:hover span {
    color: #1c1c1c
}

.btn-circle span {
    position: relative;
    z-index: 2;
    transition: .4s
}

.go-more:after,
.rmore.to-in {
    -webkit-transition: .4s;
    -o-transition: .4s
}

.btn-circle span:last-of-type {
    display: block;
    padding-left: 10px
}

.btn-circle.btn-md {
    width: 120px;
    height: 120px
}

.btn-circle.btn-lg {
    width: 140px;
    height: 140px
}

.butn-circle-text .text {
    margin-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px
}

.butn-circle-text .circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid rgb(0 0 0 / .3);
    border-radius: 50%
}

.butn-circle-text .circle svg {
    width: 22px;
    height: 22px
}

.rmore.to-in {
    margin-left: -100px;
    transition: .4s
}

.process .item:hover .to-in,
.rmore.to-in:hover,
.testim-crev .bord-box .info {
    margin-left: 0
}

.go-more {
    position: relative;
    padding: 0 20px
}

.go-more:after {
    content: '';
    position: absolute;
    right: 5px;
    top: -10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgb(0 0 0 / .05);
    transition: .4s
}

.go-more .icon {
    margin-left: 15px;
    bottom: -2px;
    position: relative
}

.go-more:hover:after {
    width: 100%;
    right: 0
}

.vew-all {
    position: relative;
    padding: 50px 0 50px 50px;
    z-index: 3
}

.cursor,
.progress-wrap {
    position: fixed;
    mix-blend-mode: difference
}

.vew-all:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border: 1px solid rgb(0 0 0 / .12);
    border-right-color: #fff0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.vew-all:hover:after {
    -webkit-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg)
}

.hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.cursor {
    pointer-events: none;
    padding: .3rem;
    background-color: #14cf93;
    border-radius: 50%;
    -webkit-transition: opacity .4s, -webkit-transform .3s;
    transition: transform .3s, opacity .4s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .4s;
    z-index: 99999
}

.cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1
}

.rolling-text {
    display: inline-block;
    line-height: 50px;
    height: 50px
}

.rolling-text.butn {
    padding: 0 35px
}

.social-text .rolling-text {
    line-height: 30px;
    height: 30px
}

.rolling-text.play .letter,
.rolling-text:hover .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.navbar .dropdown-menu,
.progress-wrap {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px)
}

.rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
    transition: transform .5s cubic-bezier(.76, 0, .24, 1);
    -o-transition: transform .5s cubic-bezier(.76, 0, .24, 1);
    transition: transform .5s cubic-bezier(.76, 0, .24, 1), -webkit-transform .5s cubic-bezier(.76, 0, .24, 1)
}

.progress-wrap,
.progress-wrap::after {
    height: 44px;
    width: 44px;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    display: block;
    cursor: pointer
}

.letter:first-child {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.letter:nth-child(2) {
    -webkit-transition-delay: 15ms;
    -o-transition-delay: 15ms;
    transition-delay: 15ms
}

.letter:nth-child(3) {
    -webkit-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms
}

.letter:nth-child(4) {
    -webkit-transition-delay: 45ms;
    -o-transition-delay: 45ms;
    transition-delay: 45ms
}

.letter:nth-child(5) {
    -webkit-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms
}

.letter:nth-child(6) {
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms
}

.letter:nth-child(7) {
    -webkit-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    transition-delay: 90ms
}

.letter:nth-child(8) {
    -webkit-transition-delay: 105ms;
    -o-transition-delay: 105ms;
    transition-delay: 105ms
}

.letter:nth-child(9) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s
}

.letter:nth-child(10) {
    -webkit-transition-delay: 135ms;
    -o-transition-delay: 135ms;
    transition-delay: 135ms
}

.letter:nth-child(11) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.letter:nth-child(12) {
    -webkit-transition-delay: 165ms;
    -o-transition-delay: 165ms;
    transition-delay: 165ms
}

.letter:nth-child(13) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s
}

.letter:nth-child(14) {
    -webkit-transition-delay: 195ms;
    -o-transition-delay: 195ms;
    transition-delay: 195ms
}

.letter:nth-child(15) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s
}

.letter:nth-child(16) {
    -webkit-transition-delay: 225ms;
    -o-transition-delay: 225ms;
    transition-delay: 225ms
}

.letter:nth-child(17) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s
}

.letter:nth-child(18) {
    -webkit-transition-delay: 255ms;
    -o-transition-delay: 255ms;
    transition-delay: 255ms
}

.letter:nth-child(19) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s
}

.letter:nth-child(20) {
    -webkit-transition-delay: 285ms;
    -o-transition-delay: 285ms;
    transition-delay: 285ms
}

.letter:nth-child(21) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.progress-wrap {
    bottom: 100px;
    right: 15px;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .4s linear
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show,
.navbar .dropdown-menu.show,
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #8af135;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .4s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #8af135;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.d-rotate {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.d-rotate .rotate-text {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .8s .5s;
    -o-transition: .8s .5s;
    transition: .8s .5s;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translate3d(0, 50px, -50px) rotateX(-45deg) scale(.95);
    transform: translate3d(0, 50px, -50px) rotateX(-45deg) scale(.95);
    opacity: 0
}

.d-rotate.animated .rotate-text {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) scale(1);
    transform: translate3d(0, 0, 0) rotateX(0) scale(1);
    opacity: 1
}

.d-slideup .sideup-text {
    display: block
}

.d-slideup .sideup-text:first-of-type .up-text,
.work-carsouel .work-crus .img .cont h6 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.d-slideup .sideup-text:nth-of-type(2) .up-text {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.d-slideup .sideup-text:nth-of-type(3) .up-text {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.d-slideup .sideup-text:nth-of-type(4) .up-text {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.d-slideup .sideup-text:nth-of-type(5) .up-text {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.d-slideup .sideup-text .up-text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.d-slideup.animated .up-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.main-marq,
.main-marqv {
    position: relative;
    padding: 0
}

.main-marq:after {
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none
}

.main-marq.lrg .box .item h4 {
    font-size: 5vw
}

.main-marq .box .item,
.main-marq.xlrg .box .item {
    padding: 0 30px
}

.main-marq.xlrg .box .item h4 {
    font-size: 8vw
}

.flex,
.main-marq .box,
.main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-marq .strok .item h4,
.main-marq .strok .item h4 a {
    color: transparent !important;
    -webkit-text-stroke: .5px #8AF135
}

.main-marq .non-strok .item h4 {
    color: #fff !important;
    -webkit-text-stroke: 0 !important
}

.main-marq .non-strok .item h4 a {
    color: #8af135 !important;
    -webkit-text-stroke: 0 !important
}

.main-marq .box .item h4 {
    white-space: nowrap;
    margin: 0
}

.main-marq .box .item h4 .icon {
    margin-bottom: -15px;
    color: #8af135
}

.main-marq .box .item:nth-of-type(2n) h4 {
    color: #fff0;
    -webkit-text-stroke: .5px #8af135
}

.main-marq .box .item:nth-of-type(2n) h4 a {
    color: #fff0;
    -webkit-text-stroke: .5px #1a1a1a
}

.main-marq .box:last-of-type .item:nth-of-type(2n) h4,
.main-marq .box:last-of-type .item:nth-of-type(2n) h4 a {
    color: #1a1a1a;
    -webkit-text-stroke: 0
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4,
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
    color: #fff0;
    -webkit-text-stroke: 1px #1a1a1a
}

.dark-text,
.dark-text .box .item h4,
.dark-text .box:last-of-type .item:nth-of-type(2n) h4 {
    color: #000 !important
}

.dark-text .box .item:nth-of-type(2n) h4,
.dark-text .box:last-of-type .item:nth-of-type(odd) h4,
.dark-text .strok .box .item h4 {
    -webkit-text-stroke: 1px #000
}

.light-text .box .item:nth-of-type(2n) h4,
.light-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #fff
}

.comments-post .item-box,
.contact-crev,
.crev-portfolio-header,
.full-showcase .parallax-slider,
.full-showcase .parallax-slider .caption .cal-act,
.main-post .post-qoute h6,
.modern-footer .bord-left,
.navbar .search-form,
.navbar.static,
.next-project,
.page-header-cerv,
.page-intro-modern,
.position-re,
.sec-bottom,
.serv-img .img,
.services-tab .serv-tab-cont .item,
.services-tab.revers .serv-tab-cont .item,
.sidebar .search-box,
.skills-img .img,
.skills-img-crev .img,
.slide-har,
.slider,
.slider .parallax-slider,
.startup-header .caption,
.testimonials,
.testimonials .item .text,
.testimonials-crev,
.testimonials-crev .item .text,
.work-asymetic .caption,
.work-carsouel,
.work-carsouel .work-crus .img,
.work-minimal .item .img,
[data-overlay-dark],
[data-overlay-light],
footer .subscribe-minimal .form-group,
footer.clean-footer.crev {
    position: relative
}

.slide-har.st1 .box {
    position: relative;
    -webkit-animation: 100s linear infinite slide-har;
    animation: 100s linear infinite slide-har
}

.slide-har.st2 .box {
    position: relative;
    -webkit-animation: 100s linear infinite slide-har-revers;
    animation: 100s linear infinite slide-har-revers
}

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.main-marqv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, #f5f7f9, #fff0 80px, #fff0 calc(100% - 80px), #f5f7f9);
    background: -o-linear-gradient(bottom, #f5f7f9, #fff0 80px, #fff0 calc(100% - 80px), #f5f7f9);
    background: linear-gradient(to top, #f5f7f9, #fff0 80px, #fff0 calc(100% - 80px), #f5f7f9);
    pointer-events: none
}

.main-marqv .slide-vertical {
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
    position: relative
}

.main-marqv .slide-vertical:hover .box {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important
}

.main-marqv .slide-vertical .box {
    position: relative;
    -webkit-animation: 50s linear infinite slide-vertical;
    animation: 50s linear infinite slide-vertical
}

@-webkit-keyframes slide-vertical {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slide-vertical {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.imago {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .5s ease-in-out 1.1s;
    transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .5s ease-in-out 1.1s;
    -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s;
    position: relative
}

.brands-crev .item .bottom-left,
.brands-crev .item .bottom-right,
.brands-crev .item .top-left,
.brands-crev .item .top-right,
.brands-crev.revers-bg .item .bottom-left,
.brands-crev.revers-bg .item .bottom-right,
.brands-crev.revers-bg .item .top-left,
.brands-crev.revers-bg .item .top-right,
.full-over,
.position-abs {
    position: absolute
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.imago.simpl {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.cursor-pointer,
.services-tab .serv-tab-link .item-link,
.work-carsouel .work-controls .swiper-pagination span {
    cursor: pointer
}

.revers-x {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.full-over {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ontop,
[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container,
[data-overlay-light] .container-xxl {
    position: relative;
    z-index: 7
}

.rest {
    padding: 0 !important;
    margin: 0 !important
}

img.out-box {
    width: 140%
}

img.left {
    margin-left: -40%
}

.no-bord {
    border: 0 !important
}

.bord-thin-top {
    border-top: 1px solid #33574f
}

.bord-thin-bottom {
    border-bottom: 1px solid #33574f
}

.bord-thin-right {
    border-right: 1px solid #33574f
}

.bord-thin-left {
    border-left: 1px solid #33574f
}

.radius-5 {
    border-radius: 5px !important
}

.radius-10 {
    border-radius: 10px !important
}

.radius-15 {
    border-radius: 15px !important
}

.radius-20 {
    border-radius: 20px !important
}

.radius-25 {
    border-radius: 25px !important
}

.radius-30 {
    border-radius: 30px !important
}

.radius-50 {
    border-radius: 50px
}

.order-md-1,
.order-md-2,
.order-md-3,
.order-md-4 {
    -webkit-box-ordinal-group: inherit !important;
    -ms-flex-order: inherit !important;
    order: inherit !important
}

.full-width {
    width: 100% !important
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat
}

.bg-auto,
.bg-repeat {
    background-size: auto
}

.bg-top {
    background-position: center top
}

.bg-bottom {
    background-position: center bottom
}

.bg-center {
    background-position: center center
}

.bg-fixed {
    background-attachment: fixed
}

.bg-repeat {
    background-repeat: repeat
}

.bg-auto {
    background-repeat: no-repeat
}

.loader-wrap,
.navbar {
    top: 0;
    background: 0 0;
    left: 0
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px
}

.page-header-cerv.section-padding,
.page-header.section-padding,
.section-ptb {
    padding: 80px 0
}

.blog-modern .item .cont,
.cmd-padding {
    padding: 0 10px
}

.csm-padding {
    padding: 0 5px
}

.head-pt {
    padding: 80px 0 0
}

.head-pb {
    padding: 0 0 80px
}

.no-shad {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-list-crev .item .info .author .img img,
.circle-img,
.fit-img img,
.main-post .iner-img img,
.portfolio-clean .item .img img,
.works .panel .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.rounded {
    border-radius: 5px
}

.circle,
.circle-100,
.circle-120,
.circle-30,
.circle-40,
.circle-50,
.circle-60,
.circle-70,
.circle-80,
.circle-90 {
    border-radius: 50%
}

.circle-30 {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.circle-40,
.social.circle-bord a {
    line-height: 40px;
    text-align: center
}

.circle-40 {
    width: 40px;
    height: 40px
}

.circle-50 {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.circle-60 {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px
}

.circle-70 {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px
}

.circle-80 {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px
}

.circle-90 {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px
}

.circle-100 {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px
}

.circle-120 {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px
}

.fz-100,
.fz-120 {
    line-height: 1.1
}

.carousel-slider .swiper-controls .swiper-button-next span,
.carousel-slider .swiper-controls .swiper-button-prev span,
.full-showcase .swiper-controls .swiper-button-next span,
.full-showcase .swiper-controls .swiper-button-prev span,
.half-slider .swiper-controls .swiper-button-next span,
.half-slider .swiper-controls .swiper-button-prev span,
.nowrap {
    white-space: nowrap
}

.unlist {
    list-style: none
}

.underline a {
    text-decoration: underline !important
}

.underline span {
    text-decoration: underline
}

.carousel-slider .gallery-text .swiper-slide,
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.carousel-slider .gallery-img .bg-img a,
.google-map iframe,
.half-slider .gallery-img .bg-img a,
.inter-fixed-text .links-img .img .link-overlay,
.interactive-inline .item a,
.plink,
.work-carsouel .work-crus .img .plink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hamenu,
.loader-wrap {
    height: 100vh;
    overflow: hidden
}

.social.circle-bord a {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%
}

.primery-shadow {
    -webkit-box-shadow: 0 8px 30px -4px #2a4741;
    box-shadow: 0 8px 30px -4px #2a4741
}

.icon-img-20,
.work-minimal .item .img .cont img {
    width: 20px
}

.icon-img-30 {
    width: 30px
}

.icon-img-40 {
    width: 40px
}

.icon-img-50 {
    width: 50px
}

.icon-img-60 {
    width: 60px
}

.icon-img-70,
.services .item-box .icon {
    width: 70px
}

.icon-img-80,
.services-crev .item-box .icon {
    width: 80px
}

.icon-img-90 {
    width: 90px
}

.brands .brand-swiper .item a,
.brands-crev .item img,
.icon-img-100 {
    width: 100px
}

.icon-img-120 {
    width: 120px
}

.zindex-1 {
    z-index: 1
}

.portfolio-fixed .img:nth-of-type(2),
.zindex-2 {
    z-index: 2
}

.portfolio-fixed .img:nth-of-type(3),
.zindex-3 {
    z-index: 3
}

.portfolio-fixed .img:nth-of-type(4),
.zindex-4 {
    z-index: 4
}

.portfolio-fixed .img:nth-of-type(5),
.zindex-5 {
    z-index: 5
}

.portfolio-fixed .img:nth-of-type(10),
.zindex-10 {
    z-index: 10
}

.zindex-99 {
    z-index: 99
}

.opacity-05 {
    opacity: .05 !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: .1 !important
}

.opacity-2 {
    opacity: .2 !important
}

.opacity-3 {
    opacity: .3 !important
}

.opacity-4 {
    opacity: .4 !important
}

.opacity-5 {
    opacity: .5 !important
}

.opacity-6 {
    opacity: .6 !important
}

.opacity-7 {
    opacity: .7 !important
}

.opacity-8 {
    opacity: .8 !important
}

.opacity-9 {
    opacity: .9 !important
}

.blog-list-crev .item .background .more a i,
.blog-list-crev .item .background .more a span,
.text-black {
    color: #000
}

.text-dark {
    color: #444
}

.text-extra-light-gray {
    color: #b7b7b7
}

.text-hover-inherit:hover {
    color: inherit !important
}

.text-hover-light:hover {
    color: #fff !important
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.fz-10 {
    font-size: 10px !important
}

.fz-12 {
    font-size: 12px !important
}

.fz-13 {
    font-size: 13px !important
}

.fz-14 {
    font-size: 14px !important
}

.fz-15 {
    font-size: 15px !important
}

.fz-16 {
    font-size: 16px !important
}

.fz-18 {
    font-size: 18px !important
}

.fz-20 {
    font-size: 20px !important
}

.fz-22 {
    font-size: 22px !important
}

.fz-24 {
    font-size: 24px !important
}

.fz-25 {
    font-size: 25px !important
}

.fz-26 {
    font-size: 26px !important
}

.fz-28 {
    font-size: 28px !important
}

.fz-30 {
    font-size: 30px !important
}

.fz-35 {
    font-size: 35px !important
}

.fz-40 {
    font-size: 40px !important
}

.fz-42 {
    font-size: 42px !important
}

.fz-44 {
    font-size: 44px !important
}

.fz-45 {
    font-size: 45px !important
}

.fz-46 {
    font-size: 46px !important
}

.fz-48 {
    font-size: 48px !important
}

.fz-50 {
    font-size: 50px !important
}

.fz-55 {
    font-size: 55px !important
}

.fz-60 {
    font-size: 60px !important
}

.fz-65 {
    font-size: 65px !important
}

.fz-70 {
    font-size: 70px !important
}

.fz-80 {
    font-size: 80px !important
}

.fz-100 {
    font-size: 100px !important
}

.fz-120 {
    font-size: 120px !important
}

.line-height-1 {
    line-height: 1
}

.line-height-10 {
    line-height: 10px
}

.line-height-13 {
    line-height: 13px
}

.line-height-18 {
    line-height: 18px
}

.line-height-20 {
    line-height: 20px
}

.line-height-22 {
    line-height: 22px
}

.line-height-24 {
    line-height: 24px
}

.line-height-26 {
    line-height: 26px
}

.line-height-28 {
    line-height: 28px
}

.line-height-30 {
    line-height: 30px
}

.line-height-35 {
    line-height: 35px
}

.line-height-40 {
    line-height: 40px
}

.line-height-45 {
    line-height: 45px
}

.line-height-50 {
    line-height: 50px
}

.line-height-55 {
    line-height: 55px
}

.line-height-60 {
    line-height: 60px
}

.line-height-65 {
    line-height: 65px
}

.line-height-70 {
    line-height: 70px
}

.line-height-75 {
    line-height: 75px
}

.line-height-80 {
    line-height: 80px
}

.line-height-85 {
    line-height: 85px
}

.line-height-90 {
    line-height: 90px
}

.line-height-95 {
    line-height: 95px
}

.line-height-100 {
    line-height: 100px
}

.line-height-110 {
    line-height: 110px
}

.line-height-120 {
    line-height: 120px
}

.text-u {
    text-transform: uppercase !important
}

.text-l {
    text-transform: lowercase !important
}

.text-c {
    text-transform: capitalize !important
}

.text-non {
    text-transform: none !important
}

.text-i {
    font-style: italic
}

.text-left {
    text-align: left
}

.awards .item-line>div:last-of-type,
.text-right {
    text-align: right
}

.ls0 {
    letter-spacing: 0 !important
}

.ls1 {
    letter-spacing: 1px !important
}

.ls2 {
    letter-spacing: 2px !important
}

.ls3 {
    letter-spacing: 3px !important
}

.ls4 {
    letter-spacing: 4px !important
}

.ls5 {
    letter-spacing: 5px !important
}

.ls6 {
    letter-spacing: 6px !important
}

.ls7 {
    letter-spacing: 7px !important
}

.ls8 {
    letter-spacing: 8px !important
}

.ls9 {
    letter-spacing: 9px !important
}

.ls10 {
    letter-spacing: 10px !important
}

.ls15 {
    letter-spacing: 15px !important
}

.ls20 {
    letter-spacing: 20px !important
}

.ls25 {
    letter-spacing: 25px !important
}

.ls30 {
    letter-spacing: 30px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-62 {
    margin-top: 62px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-62 {
    margin-bottom: 62px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mr-62 {
    margin-right: 62px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mr-85 {
    margin-right: 85px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mr-95 {
    margin-right: 95px !important
}

.mr-100 {
    margin-right: 100px !important
}

.ml-auto,
.portfolio-tab .cluom .more,
.team-tab .cluom .more {
    margin-left: auto
}

.ml-0 {
    margin-left: 0 !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-35 {
    margin-left: 35px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-45 {
    margin-left: 45px !important
}

.ml-50 {
    margin-left: 50px !important
}

.ml-55 {
    margin-left: 55px !important
}

.ml-60 {
    margin-left: 60px !important
}

.ml-62 {
    margin-left: 62px !important
}

.ml-65 {
    margin-left: 65px !important
}

.ml-70 {
    margin-left: 70px !important
}

.ml-75 {
    margin-left: 75px !important
}

.ml-80 {
    margin-left: 80px !important
}

.ml-85 {
    margin-left: 85px !important
}

.ml-90 {
    margin-left: 90px !important
}

.ml-95 {
    margin-left: 95px !important
}

.ml-100 {
    margin-left: 100px !important
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.min-30 {
    margin-left: -30px;
    margin-right: -30px
}

.margin-rl-5 {
    margin-right: 5px;
    margin-left: 5px
}

.margin-rl-10 {
    margin-right: 10px;
    margin-left: 10px
}

.margin-rl-15 {
    margin-right: 15px;
    margin-left: 15px
}

.blog-list-crev .item .info .author,
.margin-rl-20 {
    margin-right: 20px
}

.margin-rl-20 {
    margin-left: 20px
}

.margin-rl-25 {
    margin-right: 25px;
    margin-left: 25px
}

.margin-rl-30 {
    margin-right: 30px;
    margin-left: 30px
}

.margin-rl-35 {
    margin-right: 35px;
    margin-left: 35px
}

.margin-rl-40 {
    margin-right: 40px;
    margin-left: 40px
}

.margin-rl-45 {
    margin-right: 45px;
    margin-left: 45px
}

.margin-rl-50 {
    margin-right: 50px;
    margin-left: 50px
}

.pt-0 {
    padding-top: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

.navbar.nav-scroll,
.no-padding {
    padding: 0 !important
}

.pr-30 {
    padding-right: 30px
}

.pr-50 {
    padding-right: 50px
}

.pl-30 {
    padding-left: 30px
}

.pl-50 {
    padding-left: 50px
}

.padding-rl-5 {
    padding-right: 5px;
    padding-left: 5px
}

.padding-rl-10 {
    padding-right: 10px;
    padding-left: 10px
}

.padding-rl-15 {
    padding-right: 15px;
    padding-left: 15px
}

.padding-rl-20 {
    padding-right: 20px;
    padding-left: 20px
}

.padding-rl-25 {
    padding-right: 25px;
    padding-left: 25px
}

.padding-rl-30 {
    padding-right: 30px;
    padding-left: 30px
}

.padding-rl-35 {
    padding-right: 35px;
    padding-left: 35px
}

.padding-rl-40 {
    padding-right: 40px;
    padding-left: 40px
}

.padding-rl-45 {
    padding-right: 45px;
    padding-left: 45px
}

.padding-rl-50 {
    padding-right: 50px;
    padding-left: 50px
}

body.loaded {
    overflow: hidden !important;
    height: 100% !important
}

.loader-wrap {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999999999999
}

.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #8adb43
}

.loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 15px;
    text-transform: uppercase;
    z-index: 20
}

.blog-crev .item .img .tag,
.blog-list-crev .item .tags a,
.blog-modern .item .img .tag,
.comments-from button,
.hamenu .menu-links .main-menu>li .link,
.navbar .navbar-nav .nav-link,
.resume .items span,
.sidebar .widget .title-widget {
    letter-spacing: 1px;
    text-transform: uppercase
}

.load-text span {
    -webkit-animation: 1s infinite alternate loading;
    animation: 1s infinite alternate loading
}

.load-text span:first-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.interactive-center .item a:hover p,
.portfolio-clean .item .img .cont p,
[data-overlay-dark] .container p,
[data-overlay-dark] .container-xxl p,
[data-overlay-light] .container p,
[data-overlay-light] .container-xxl p {
    color: #ddd
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

[data-overlay-dark]:before {
    background: #1d1d1d
}

[data-overlay-light]:before {
    background: #fff
}

.hamenu .menu-links .main-menu>li .link.dopen i:before,
.services-boxs .item-box p,
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2
}

.blog-list-half .item:hover .img:after,
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6
}

.services .item-box .icon-box img,
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8
}

[data-overlay-color="9"]:before,
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: .9
}

.blog-list-half .item:hover .img .author,
.brands-crev .item:hover:after,
.clients-carso2 .img:hover,
.portfolio-fixed .cont.active,
.portfolio-fixed .current.cont,
.portfolio-fixed .img.current,
.sidebar .widget.last-post-thum .item:hover .img a .date,
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1
}

.navbar {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #fff0;
    z-index: 999
}

.navbar.nav-crev {
    width: calc(100% - 80px);
    left: 40px;
    top: 30px;
    background: rgb(255 255 255 / .05);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 40px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    min-height: auto;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important
}

.navbar.blur,
.navbar.main-bg,
.navbar.nav-crev.nav-scroll,
.navbar.sub-bg {
    border-color: rgb(255 255 255 / .05)
}

.navbar.nav-crev.nav-scroll {
    background: #fff;
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transform: translateY(80px) !important;
    -ms-transform: translateY(80px) !important;
    transform: translateY(80px) !important;
    left: 0;
    width: 100%;
    border-radius: 0
}

.navbar.main-bg {
    background: #fff
}

.navbar.sub-bg {
    background: #f5f7f9
}

.navbar.blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.navbar.bord {
    border-color: rgb(0 0 0 / .05)
}

.modern-footer .bord-thin-bottom,
.modern-footer .bord-thin-left,
.modern-footer .bord-thin-right,
.modern-footer .bord-thin-top,
.navbar.change .search-form .search-icon:after,
footer.clean-footer.crev .bord-thin-bottom,
footer.clean-footer.crev .bord-thin-left,
footer.clean-footer.crev .bord-thin-right,
footer.clean-footer.crev .bord-thin-top {
    border-color: rgb(255 255 255 / .1)
}

.digital-header .caption h1,
.navbar.change.nav-scroll .menu-icon,
.navbar.change.nav-scroll .navbar-nav .nav-link,
.navbar.change.nav-scroll .search-form .search-icon {
    color: #1a1a1a
}

.navbar.change.nav-scroll .search-form .search-icon:after {
    border-color: #2a4741
}

.navbar.nav-scroll {
    background: #fff;
    border-color: rgb(255 255 255 / .05);
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / .05);
    box-shadow: 0 10px 30px rgb(0 0 0 / .05);
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px)
}

.navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 20px 10px 15px;
    margin: 0 15px
}

.navbar .navbar-nav .nav-link .rolling-text {
    height: 30px;
    line-height: 30px
}

.navbar .navbar-nav .dropdown-menu {
    padding: 20px 10px;
    border: 1px solid #ddd
}

.navbar .dropdown-menu {
    display: block;
    position: absolute;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 255px;
    transform: translateY(20px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
    left: auto;
    right: 248px
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #1a1a1a;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 10px 25px;
    position: relative
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
    position: absolute;
    left: 248px;
    top: -15px;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    width: 240px;
    padding: 20px 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
    position: absolute;
    right: 15px
}

.navbar .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: 10px;
    top: 18px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.navbar .dropdown-menu .dropdown-item:hover {
    padding-left: 30px;
    background: 0 0
}

.navbar .dropdown-menu .dropdown-item:hover:after {
    width: 10px
}

.navbar .dropdown,
.navbar .no-relative {
    position: static
}

.navbar .mega-menu {
    width: 96vw;
    position: absolute;
    left: 2vw;
    top: 75px;
    padding: 40px 0 30px !important;
    border-radius: 5px;
    overflow: hidden
}

.navbar .mega-menu .title {
    margin-bottom: 20px
}

.navbar .mega-menu .title .sub-title {
    font-weight: 600
}

.navbar .mega-menu .dropdown-item {
    padding: 10px 0
}

.navbar .mega-menu .dropdown-item:after {
    left: 0
}

.navbar .mega-menu .dropdown-item:hover {
    padding-left: 20px
}

.navbar .search-form.open .form-group {
    opacity: 1;
    visibility: visible;
    bottom: -1px
}

.navbar .search-form.open .search-icon .open-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.navbar .search-form .form-group {
    position: absolute;
    right: 0;
    bottom: -35px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 15px;
    background: rgb(255 255 255 / .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.navbar .search-form .form-group input {
    padding: 10px 55px 10px 15px;
    background: #fff;
    border: 0;
    border-radius: 5px
}

.navbar .search-form .form-group button {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px 15px;
    background: #ccc;
    border: 0;
    border-radius: 5px
}

.navbar .search-form .search-icon {
    position: relative;
    padding: 25px 30px;
    cursor: pointer
}

.navbar .search-form .search-icon:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-left: 1px solid rgb(0 0 0 / .2);
    border-right: 1px solid rgb(0 0 0 / .2)
}

.navbar .search-form .search-icon .close-search {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    display: none
}

.navbar .search-form .search-icon .open-search {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.navbar .menu-icon,
.work-minimal .item .img .cont.inline {
    padding: 25px 30px
}

.navbar .dropdown-toggle:after {
    margin-left: 5px;
    vertical-align: 12px
}

.brands-crev .item.empty:after,
.brands-crev.simple .sec-head:after,
.carousel-slider .path,
.carousel-slider .swiper-controls .swiper-button-next:after,
.carousel-slider .swiper-controls .swiper-button-prev:after,
.filtering span.text:after,
.full-showcase .path,
.full-showcase .swiper-controls .swiper-button-next:after,
.full-showcase .swiper-controls .swiper-button-prev:after,
.half-slider .path,
.half-slider .swiper-controls .swiper-button-next:after,
.half-slider .swiper-controls .swiper-button-prev:after,
.header-project6 .info .category:last-of-type:after,
.main-post .order-list li:before,
.navbar .navbar-toggler,
.portfolio-fixed .cont .img-hiden,
.services-tab .serv-tab-cont .tab-content,
.slider .slider-contro .swiper-nav-ctrl:after,
.swiper-arrow-control .swiper-button-next:after,
.swiper-arrow-control .swiper-button-prev:after {
    display: none
}

.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
    -webkit-transition: .5s cubic-bezier(1, 0, .55, 1);
    -o-transition: .5s cubic-bezier(1, 0, .55, 1);
    transition: .5s cubic-bezier(1, 0, .55, 1)
}

.hamenu .logo {
    position: absolute;
    top: 40px;
    left: 40px
}

.hamenu .close-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 4
}

.hamenu .close-menu,
.hamenu .logo {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.hamenu.open .close-menu,
.hamenu.open .logo,
.hamenu.open .menu-links .main-menu>li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.hamenu.open .cont-info .item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.hamenu.open .menu-text .text {
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.hamenu.open .menu-text:after {
    height: 200vh;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.hamenu .menu-links {
    color: #1a1a1a;
    height: 100vh;
    padding-top: 140px;
    overflow: auto
}

.hamenu .menu-links::-webkit-scrollbar {
    width: 5px
}

.hamenu .menu-links::-webkit-scrollbar-track {
    background: #eee
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px
}

.brands-crev .item .img,
.brands-crev .item .text,
.hamenu .menu-links .main-menu,
.team-single .cont {
    position: relative;
    z-index: 2
}

.hamenu .menu-links .main-menu ul {
    margin: 0;
    padding: 0
}

.hamenu .menu-links .main-menu>li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.hamenu .menu-links .main-menu>li .link {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 30px;
    border-top: 1px solid rgb(0 0 0 / .08);
    width: 100%;
    position: relative;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.hamenu .menu-links .main-menu>li .link i {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f5f7f9
}

.hamenu .menu-links .main-menu>li .link i:before {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #1a1a1a
}

.hamenu .menu-links .main-menu>li .link i:after {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    top: calc(50% + 8px);
    left: calc(50% - 8px);
    background: #1a1a1a
}

.hamenu .menu-links .main-menu>li .link .fill-text {
    position: relative;
    color: rgb(0 0 0 / .4)
}

.hamenu .menu-links .main-menu>li .link .fill-text:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #1a1a1a;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: width .75s cubic-bezier(.63, .03, .21, 1);
    -o-transition: width .75s cubic-bezier(.63, .03, .21, 1);
    transition: width .75s cubic-bezier(.63, .03, .21, 1)
}

.hamenu .cont-info .item,
.hamenu .menu-text .text {
    -webkit-transition: .4s;
    -o-transition: .4s;
    opacity: 0
}

.hamenu .menu-links .main-menu>li:last-of-type .link {
    border-bottom: 1px solid rgb(255 255 255 / .05)
}

.hamenu .menu-links .main-menu>li.hoverd .link .fill-text:after {
    width: 0
}

.hamenu .menu-links .main-menu>li .sub-dmenu {
    font-size: 30px;
    font-weight: 500;
    padding-left: 50px;
    text-transform: capitalize;
    letter-spacing: normal;
    border-color: rgb(0 0 0 / .05);
    background: rgb(0 0 0 / .015)
}

.hamenu .menu-text {
    position: relative;
    height: 100%
}

.hamenu .menu-text .text {
    position: absolute;
    right: 25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    transition: .4s
}

.hamenu .menu-text .text h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 10vw;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    opacity: .05
}

.hamenu .menu-text:after {
    content: '';
    width: 1px;
    height: 0;
    background: rgb(0 0 0 / .05);
    position: absolute;
    right: -30px;
    bottom: -75vh;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.hamenu .cont-info {
    padding-top: 140px;
    padding-left: 15px;
    position: relative;
    z-index: 3
}

.hamenu .cont-info:after {
    content: '';
    width: 300%;
    height: 200vh;
    position: absolute;
    left: -30px;
    top: -75vh;
    background: #f5f7f9;
    border-left: 1px solid #ddd;
    z-index: -1
}

.hamenu .cont-info .item {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: .4s
}

.sec-head .stroke {
    color: #fff0;
    -webkit-text-stroke: 1px rgb(0 0 0 / .4);
    font-weight: 800;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1
}

.sec-head .bord {
    position: relative;
    padding-right: 30px
}

.sec-head .bord:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border-right: 1px solid #2a4741
}

.sub-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.sec-bottom:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #2a4741
}

.sec-bottom .d-flex {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    border: 1px solid #2a4741;
    padding: 10px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 3
}

.intro .marq-brand .item {
    width: 200px
}

.half-block {
    padding: 15px
}

.half-block .colmn {
    padding: 40px
}

.about-crev .left-block,
.interactive-center .item .cont,
.next-project .box .cont {
    position: relative;
    z-index: 3
}

.about-crev .left-block .info {
    padding: 0 60px;
    margin-top: -30px
}

.about-crev .left-block .mz-shap {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.about .img-vid {
    position: relative;
    border-radius: 30px 30px 30px 0;
    overflow: hidden
}

.about .img-vid .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 80px;
    text-align: center;
    border-radius: 0 30px 0 0
}

.about .img-vid .curv-butn .vid {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    background: rgb(255 255 255 / .04)
}

.about .img-vid .curv-butn .shap-left-top {
    position: absolute;
    top: -2.05rem;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1
}

.about .img-vid .curv-butn .shap-left-top svg,
.about .img-vid .curv-butn .shap-right-bottom svg,
.brands-crev .sec-head .shap-left-top svg,
.digital-header .caption .shap-left-top svg,
.digital-header .caption .shap-right-bottom svg,
.digital-header .text-info .shap-left-top svg,
.digital-header .text-info .shap-right-bottom svg,
.img-scale .bottom-curve .shap-left-top svg,
.img-scale .bottom-curve .shap-right-bottom svg,
.img-scale .top-curve .shap-left-top svg,
.img-scale .top-curve .shap-right-bottom svg,
.serv-img .img .circle-button .shap-left-bottom svg,
.serv-img .img .circle-button .shap-right-top svg,
.services .item-box2 .rmore .shap-left-top svg,
.services .item-box2 .rmore .shap-right-bottom svg,
.skills-img .img .curv-title .shap-left-bottom svg,
.skills-img .img .curv-title .shap-right-bottom svg,
.slider .slider-contro .shap-left-bottom svg,
.slider .slider-contro .shap-right-top svg,
.testim-crev .item .img-curv .shap-left-top svg,
.testim-crev .item .img-curv .shap-right-bottom svg,
.testim-crev .item .rate-stars .shap-left-top svg,
.testim-crev .item .rate-stars .shap-right-bottom svg {
    width: 2.1rem;
    height: 2.1rem
}

.about .img-vid .curv-butn .shap-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -2.1rem;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1
}

.intro-card h2 {
    font-size: 100px;
    font-weight: 700;
    line-height: .8;
    position: relative;
    z-index: 4
}

.intro-card h2 .botm {
    font-size: 70px;
    font-weight: 400;
    padding-left: 30px;
    opacity: .4;
    position: relative;
    z-index: -1
}

.vcard-bg {
    background-position: center;
    background-color: #fff
}

.crev-agency-header .right-clumn,
.resume .resume-clumn {
    border-left: 1px solid #2a4741
}

.resume .items {
    padding-left: 50px;
    position: relative
}

.resume .items:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    z-index: 2
}

.resume .items h6 {
    display: inline-block;
    color: #777;
    padding: 7px 20px;
    border: 1px solid #2a4741;
    border-radius: 30px;
    margin-bottom: 15px
}

.resume .items h5 {
    font-size: 22px
}

.resume .items span {
    font-size: 12px
}

.page-intro .img {
    height: 520px
}

.page-intro .img.to-up {
    margin-top: -100px
}

.page-intro-cerv .cont {
    padding: 60px;
    height: 100%
}

.page-intro-cerv .img {
    padding: 15px;
    height: 100%
}

.page-intro-cerv .bg-dots {
    position: absolute;
    bottom: -250px;
    left: 60px;
    width: 140px;
    height: 250px;
    background-repeat: repeat;
    background-size: 6px;
    opacity: .4
}

.awards .item-line:after,
.page-intro-modern:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: ''
}

.page-intro-modern:after {
    width: 100%;
    height: 60%;
    background: #eee
}

.page-intro-modern .img1 {
    height: 380px;
    width: 100%
}

.page-intro-modern .img2 {
    height: 650px;
    width: 100%
}

.page-intro-modern .img3 {
    height: 220px;
    width: 80%;
    margin-left: 20%
}

.page-intro-modern .img4 {
    height: 280px
}

.awards .item-line {
    padding: 25px 15px;
    border-bottom: 1px solid rgb(0 0 0 / .08);
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 3
}

.awards .item-line>div,
.awards .item-title>div {
    padding: 0
}

.awards .item-line:hover {
    color: #0c0c0c
}

.awards .item-line:hover:after {
    height: 100%
}

.awards .item-line:after {
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.awards .item-line .project-date span {
    font-size: 14px;
    opacity: .7;
    margin-left: 15px
}

.awards .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgb(0 0 0 / .5)
}

.blog .img {
    border-radius: 15px;
    overflow: hidden
}

.blog .cont {
    width: 100%
}

.blog .cont .info .date {
    padding-right: 30px;
    margin-right: 20px;
    position: relative
}

.blog .cont .info .date:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff
}

.blog-modern .item .img {
    position: relative;
    padding: 10px;
    border: 1px solid rgb(255 255 255 / .08);
    border-radius: 10px
}

.blog-modern .item .img img {
    border-radius: 10px
}

.blog-modern .item .img .tag {
    position: absolute;
    top: 40px;
    right: 10px;
    border-radius: 15px 0 0 15px;
    padding: 8px 20px;
    font-size: 12px
}

.blog-modern .item .img .tag .shap-right-top {
    position: absolute;
    top: -1.05rem;
    right: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog-crev .item .img .tag .shap-left-bottom svg,
.blog-crev .item .img .tag .shap-right-bottom svg,
.blog-modern .item .img .tag .shap-right-bottom svg,
.blog-modern .item .img .tag .shap-right-top svg {
    width: 1.1rem;
    height: 1.1rem
}

.blog-modern .item .img .tag .shap-right-bottom {
    position: absolute;
    bottom: -1.05rem;
    right: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.blog-crev .item,
.blog-crev .item .img img {
    border-radius: 15px
}

.blog-crev .item .img {
    position: relative;
    border-radius: 15px
}

.blog-crev .item .img .tag {
    position: absolute;
    bottom: -2px;
    left: 50%;
    border-radius: 25px 25px 0 0;
    padding: 8px 30px;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blog-crev .item .img .tag .shap-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -1.05rem;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.blog-crev .item .img .tag .shap-left-bottom {
    position: absolute;
    bottom: -1px;
    left: -1.05rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog-crev .item .cont,
.crev-agency-header .left-clumn,
.crev-agency-header .right-clumn {
    padding: 40px 30px
}

.blog-list-half .item,
.crev-agency-header .left-clumn .img,
.crev-agency-header .right-clumn .img,
.work-sticky .items .img {
    border-radius: 10px;
    overflow: hidden
}

.blog-list-half .item .img {
    min-height: 300px;
    padding-right: 0;
    position: relative
}

.blog-list-half .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(transparent));
    background: -webkit-linear-gradient(top, #1a1a1a, transparent);
    background: -o-linear-gradient(top, #1a1a1a, transparent);
    background: linear-gradient(180deg, #1a1a1a, transparent);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-list-half .item .img .img-post {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px
}

.blog-list-half .item .img .author {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-list-half .item .cont {
    padding: 40px 15px 40px 30px
}

.blog-list-half .item .cont .tags a {
    font-size: 12px;
    padding: 8px 20px;
    background: #33574f;
    border-radius: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-list-half .item .cont .tags a:hover,
.services .item-box2 .rmore:hover .arrow,
.sidebar .widget.tags a:hover {
    background: #14cf93
}

.blog-list-half.crev .item {
    overflow: visible;
    border: 1px solid rgb(255 255 255 / .1)
}

.blog-list-half.crev .item .img {
    padding: 0 0 0 15px
}

.blog-list-half.crev .item .img img {
    border-radius: 0;
    position: relative;
    bottom: -30px
}

.blog-list-half.crev .item .cont {
    padding: 30px 0
}

.blog-list-crev .item {
    padding: 40px;
    position: relative
}

.blog-list-crev .item:hover .background {
    opacity: 1;
    background-position: center bottom
}

.blog-list-crev .item .info .author .img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%
}

.blog-list-crev .item .tags a {
    font-size: 12px;
    font-weight: 300;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 30px;
    margin: 5px 5px 5px 0
}

.blog-list-crev .item .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    opacity: 0;
    -webkit-transition: opacity .4s, background-position 10s linear;
    -o-transition: opacity .4s, background-position 10s linear;
    transition: opacity .4s, background-position 10s linear
}

.blog-list-crev .item .background .more a {
    font-size: 14px;
    padding: 14px 35px;
    background: #14cf93;
    border-radius: 30px
}

.sidebar .search-box input {
    color: #fff;
    padding: 15px;
    border: 1px solid #33574f;
    border-radius: 5px;
    width: 100%;
    background: #2a4741
}

.contact input:focus,
.contact textarea:focus,
.contact-crev input:focus,
.contact-crev textarea:focus,
.sidebar .search-box input:focus {
    border-color: #1a1a1a
}

.sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar .widget {
    margin-top: 50px
}

.sidebar .widget .title-widget {
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 1px solid #33574f;
    position: relative
}

.sidebar .widget .title-widget:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    border-right: 1px solid #33574f
}

.sidebar .widget.catogry li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 7px;
    padding: 10px 20px;
    background: #2a4741;
    border-radius: 30px;
    cursor: pointer
}

.contact-modern .social-box .item:nth-of-type(3),
.contact-modern .social-box .item:nth-of-type(4),
.portfolio-fixed .cont:last-of-type,
.sidebar .widget.catogry li:last-of-type,
.sidebar .widget.last-post-thum .item:last-of-type {
    margin-bottom: 0
}

.sidebar .widget.last-post-thum .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.sidebar .widget.last-post-thum .item .img {
    width: 90px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden
}

.portfolio-tab .glry-img,
.sidebar .widget.last-post-thum .item .img a,
.team-tab .glry-img {
    width: 100%;
    height: 100%;
    position: relative
}

.sidebar .widget.last-post-thum .item .img a .date {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #2a4741;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.sidebar .widget.last-post-thum .item .img a .date span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 1
}

.inter-links-center .links-img .img img,
.sidebar .widget.last-post-thum .item .img img,
.testim-crev .item .info .img img,
.work-metro .item .img img,
.work-outline .row .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sidebar .widget.last-post-thum .item .cont {
    padding-left: 25px
}

.sidebar .widget.last-post-thum .item .cont h6,
.testim-crev .testim-swiper2 .item p {
    font-size: 17px
}

.sidebar .widget.last-post-thum .item .cont .tag {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 30px;
    background: #2a4741;
    margin-bottom: 10px
}

.sidebar .widget.tags a {
    padding: 8px 15px;
    border-radius: 5px;
    background: #2a4741;
    margin: 9px 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    cursor: pointer
}

.blog-main .item .content {
    padding: 30px;
    background: #fff;
    width: 95%;
    margin: -80px auto auto;
    position: relative;
    z-index: 3
}

.blog-main .item .content .post-date {
    padding: 7px 15px;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 30px;
    font-size: 12px;
    color: #1d1d1d;
    text-transform: uppercase;
    margin-right: 15px
}

.blog-header .background {
    height: 75vh;
    min-height: 480px
}

.main-post .spec-letter {
    font-size: 60px;
    line-height: 50px;
    padding-right: 10px;
    float: left
}

.main-post .post-qoute {
    position: relative;
    padding: 40px 40px 40px 120px;
    border: 1px solid #33574f;
    background: #2a47416b
}

.main-post .post-qoute h6:before {
    content: '“';
    position: absolute;
    top: 80px;
    left: -100px;
    font-size: 180px;
    font-family: Inter, sans-serif !important;
    line-height: 0
}

.main-post .iner-img,
.services-details .serv-imgs .img,
.work-outline .row .item .img {
    height: 400px
}

.main-post .order-list li,
.main-post .unorder-list li {
    margin-top: 10px;
    opacity: .7;
    padding-left: 15px;
    position: relative
}

.main-post .order-list li:before,
.main-post .unorder-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #777;
    position: absolute;
    left: 0;
    top: 10px
}

.main-post .order-list li {
    padding-left: 0
}

.main-post .order-list li span {
    font-size: 13px
}

.main-post .info-area .share-icon span,
.main-post .info-area .tags span {
    font-size: 14px;
    margin-right: 5px;
    opacity: .7
}

.main-post .info-area .share-icon a,
.main-post .info-area .tags a {
    padding: 7px 20px;
    font-size: 13px;
    background: #2a4741;
    border-radius: 30px;
    margin-right: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.main-post .info-area .share-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    text-align: center;
    padding: 0
}

.main-post .author-area {
    padding: 40px;
    background: rgb(0 0 0 / .02);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.main-post .author-area .author-img .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden
}

.main-post .next-prv-post .thumb-post {
    width: 100%;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.main-post .next-prv-post .thumb-post:after {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #2a4741;
    z-index: -1;
    opacity: .7;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.main-post .next-prv-post .thumb-post:first-of-type {
    margin-right: 15px
}

.main-post .next-prv-post .thumb-post:last-of-type,
.swiper-arrow-control .swiper-button-next {
    margin-left: 15px
}

.comments-post .item-box p {
    font-size: 14px;
    width: 80%
}

.comments-post .item-box.replayed {
    margin-left: 30px
}

.clients .brand .img,
.clients-carso2 .img {
    margin: auto;
    opacity: .8
}

.comments-post .item-box .replay-butn,
.team .item .social .links {
    position: absolute;
    top: 15px;
    right: 15px
}

.comments-post .item-box .replay-butn a {
    font-size: 13px;
    padding: 8px 20px;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.comments-post .item-box .replay-butn a:hover {
    background: #14cf93;
    color: #1d1d1d
}

.comments-from input,
.comments-from textarea {
    width: 100%;
    border: 1px solid #33574f;
    border-radius: 5px;
    background: 0 0;
    color: #fff;
    padding: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.comments-from button,
.comments-from button:hover {
    background: #14cf93;
    color: #fff
}

.comments-from input:focus,
.comments-from textarea:focus {
    border-color: #33574f
}

.comments-from textarea,
.contact textarea,
.contact-crev textarea {
    min-height: 180px
}

.comments-from button {
    padding: 15px 35px;
    width: 100%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-size: 13px;
    position: relative;
    border: 1px solid #2a4741;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.comments-from button .text {
    position: relative;
    z-index: 4
}

.brands .brand-swiper .swiper-slide {
    height: auto
}

.brands .brand-swiper .item {
    padding: 60px 30px;
    border-right: 1px solid rgb(0 0 0 / .08);
    height: 100%
}

.brands-crev .sec-head {
    padding: 80px 20px 80px 80px;
    position: relative
}

.brands-crev .sec-head:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: -100vw;
    bottom: 0;
    background: #f5f7f9;
    border-radius: 0 0 0 30px
}

.brands-crev .sec-head .shap-left-top,
.testim-crev .item .rate-stars .shap-left-top {
    position: absolute;
    top: -1px;
    left: -2.05rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.brands-crev .sec-head.nocurve:after {
    border-radius: 0
}

.brands-crev .item {
    padding: 130px 20px;
    text-align: center;
    position: relative;
    border: 1px solid rgb(0 0 0 / .08)
}

.brands-crev .item:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 35px;
    right: 35px;
    bottom: 35px;
    background: -webkit-linear-gradient(320deg, transparent, #14cf93);
    background: -o-linear-gradient(320deg, transparent, #14cf93);
    background: linear-gradient(130deg, transparent, #14cf93);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.brands-crev .item.empty,
.portfolio-tab.crev,
.process .item:last-of-type,
.team-tab.crev {
    border: 0
}

.brands-crev .item.empty .text,
.circle-button .icon,
.circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.brands-crev .item .top-left {
    top: -.8rem;
    left: -.8rem
}

.brands-crev .item .top-right {
    top: -.8rem;
    right: -.8rem
}

.brands-crev .item .bottom-left {
    bottom: -.8rem;
    left: -.8rem
}

.brands-crev .item .bottom-right {
    bottom: -.8rem;
    right: -.8rem
}

.brands-crev .item .bottom-left:after,
.brands-crev .item .bottom-right:after,
.brands-crev .item .top-left:after,
.brands-crev .item .top-right:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: #fff
}

.brands-crev .item svg {
    width: 1.6rem;
    position: relative;
    z-index: 3;
    opacity: .4
}

.brands-crev.revers-bg .item .bottom-left:after,
.brands-crev.revers-bg .item .bottom-right:after,
.brands-crev.revers-bg .item .top-left:after,
.brands-crev.revers-bg .item .top-right:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: #f5f7f9
}

.clients .brand:hover .img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.clients .brand:hover .link {
    opacity: 1 !important;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0
}

.clients .brand:hover .char {
    -webkit-animation: .3s cubic-bezier(.3, 0, .7, 1) both fadeInUp;
    animation: .3s cubic-bezier(.3, 0, .7, 1) both fadeInUp;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index))
}

.clients .brand .item {
    position: relative;
    text-align: center;
    padding: 80px 20px;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 10px
}

.clients .brand .item .link {
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.clients .brand .img {
    max-width: 100px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.clients-carso .img {
    margin: auto
}

.clients-carso2 {
    padding: 60px 0;
    border-top: 1px solid rgb(0 0 0 / .2);
    border-bottom: 1px solid rgb(0 0 0 / .2)
}

.brand-box .box-bord {
    border: 1px solid rgb(0 0 0 / .08);
    padding: 140px 30px 60px
}

.img-scale {
    position: relative;
    height: 600px
}

.img-scale .top-curve {
    position: absolute;
    top: -2px;
    right: 0;
    background: #fff;
    padding: 40px;
    border-radius: 0 0 0 30px;
    z-index: 3
}

.digital-header .caption .shap-left-top,
.img-scale .top-curve .shap-left-top {
    position: absolute;
    top: 0;
    left: -2.05rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.img-scale .top-curve .shap-right-bottom {
    position: absolute;
    bottom: -2.12rem;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.img-scale .bottom-curve {
    position: absolute;
    left: -1px;
    bottom: -1px;
    padding: 30px 140px;
    background: #fff;
    border-radius: 0 30px 0 0;
    z-index: 3
}

.digital-header .text-info .shap-left-top,
.img-scale .bottom-curve .shap-left-top {
    position: absolute;
    top: -2.05rem;
    left: 1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.img-scale .image,
.img-scale .image>.img {
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox
}

.digital-header .text-info .shap-right-bottom,
.img-scale .bottom-curve .shap-right-bottom,
.testim-crev .item .img-curv .shap-right-bottom {
    position: absolute;
    bottom: 0;
    right: -2.1rem;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.img-scale .image {
    overflow: hidden;
    right: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img-scale .image>.img {
    right: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img-scale .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.img-scale .vid-circle {
    width: 200px;
    height: 200px;
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 5
}

.contact .info-box:after,
.contact-crev:before {
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    content: '';
    background-size: cover
}

.contact input,
.contact textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / .2);
    background: 0 0;
    padding: 15px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact .info-box {
    padding: 80px 40px;
    border: 1px solid #2a4741;
    border-radius: 30px;
    position: relative;
    overflow: hidden
}

.contact .info-box:after {
    position: absolute;
    top: 0;
    background-image: url(../imgs/map.png);
    opacity: .3
}

.contact .form2 input,
.contact .form2 textarea {
    padding: 15px 30px;
    border: 1px solid #2a4741;
    color: #fff;
    border-radius: 8px
}

.contact .form2 input::placeholder,
.contact .form2 textarea::placeholder {
    color: #f6f6f670
}

.contact-modern .social-box {
    height: 100%;
    overflow: hidden
}

.contact-modern .social-box .item {
    padding: 30px;
    border: 1px solid #2a4741;
    width: calc(50% - 20px);
    height: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 15px;
    float: left;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact-modern .social-box .item:hover .icon {
    background: #2a4741
}

.contact-modern .social-box .item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #2a4741;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact-modern .social-box .item h6,
.work-carsouel .work-crus .img .cont {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.contact-modern .social-box .item h6 span {
    width: 20px;
    margin-right: 10px
}

.contact-modern .contact-form input,
.contact-modern .contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #2a4741;
    border-radius: 5px;
    background: 0 0
}

.contact-modern.box-form {
    padding: 40px;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 15px
}

.contact-crev:before {
    position: absolute;
    bottom: 0;
    background-image: url(../imgs/patterns/lines1.png);
    background-position: center top;
    opacity: .12
}

.contact-crev input,
.contact-crev textarea {
    width: 100%;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 10px;
    background: 0 0;
    padding: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.social-icon-circle a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid rgb(0 0 0 / .08);
    border-radius: 50%;
    background: rgb(0 0 0 / .02);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.social-icon-circle a:hover {
    color: #14cf93
}

.google-map {
    height: 450px;
    width: 100%;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.call-box-action .thbox {
    border: 2px solid rgb(0 0 0 / .08);
    border-radius: 30px;
    position: relative;
    overflow: hidden
}

.accordion .title {
    padding: 15px;
    border: 1px solid #2a4741;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px
}

.accordion .title .ico {
    position: absolute;
    bottom: 20px;
    right: 15px
}

.accordion .accordion-info {
    display: none;
    padding: 30px;
    background: rgb(255 255 255 / .02);
    border-radius: 15px
}

.modern-footer .sub-bg,
.modern-footer.sub-bg {
    background: #1d1d1d !important
}

.accordion .active .title .ico {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion .active .accordion-info,
.services-tab .serv-tab-cont .tab-content.current,
.startup-header .caption .lg-text .text,
.work-asymetic .caption .lg-text .text {
    display: block
}

.list-arrow li .icon {
    width: 15px;
    margin-right: 10px
}

.dot-list li {
    position: relative;
    padding-left: 15px
}

.dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #1a1a1a
}

.text-dark .dot-list li:before {
    background: #1a1a1a
}

footer .subscribe-minimal input {
    color: #fff;
    background: 0 0;
    border-radius: 30px;
    border: 1px solid rgb(255 255 255 / .1);
    width: 100%;
    padding: 15px 30px
}

footer .subscribe-minimal input:focus {
    border-color: rgb(255 255 255 / .5)
}

footer .subscribe-minimal button {
    color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 5px;
    right: 30px;
    background: 0 0;
    border: 0
}

.digital-header,
.digital-header:before {
    border-radius: 30px 30px 30px 0
}

footer.clean-footer.crev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    bottom: 40px;
    background: #1a1a1a;
    z-index: 2
}

footer.clean-footer.crev:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f7f9), to(rgb(29 29 29 / .5)));
    background: -webkit-linear-gradient(top, #f5f7f9, rgb(29 29 29 / .5));
    background: -o-linear-gradient(top, #f5f7f9, rgb(29 29 29 / .5));
    background: linear-gradient(180deg, #f5f7f9, rgb(29 29 29 / .5))
}

.modern-footer.sub-bg {
    color: #fff
}

.modern-footer.sub-bg .main-bg {
    background: #1a1a1a !important
}

.modern-footer .butn.butn-bord-thin {
    border-color: rgb(255 255 255 / .1);
    color: #fff
}

.crev-agency-header,
.portfolio-tab .cluom {
    border-bottom: 1px solid #2a4741
}

.modern-footer .bord-left:after {
    content: '';
    position: absolute;
    top: -80px;
    bottom: -80px;
    left: -80px;
    border-left: 1px solid rgb(255 255 255 / .1)
}

.main-header {
    padding: 120px 0 0;
    background-size: cover
}

.main-header .container-fluid {
    width: calc(100% - 100px);
    margin: auto
}

.main-header .lg-text {
    margin-bottom: -50px
}

.main-header .lg-text h1 {
    text-transform: uppercase;
    font-size: 9vw;
    line-height: 1
}

.digital-header {
    min-height: 100vh;
    width: calc(100% - 60px);
    margin: auto;
    position: relative
}

.digital-header .caption {
    position: relative;
    background: #fff;
    padding: 30px 30px 30px 80px;
    margin-top: -1px;
    border-radius: 0 0 0 30px;
    z-index: 3
}

.digital-header .caption .shap-right-bottom {
    position: absolute;
    bottom: -2.1rem;
    right: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.digital-header .text-info {
    position: absolute;
    left: -1px;
    bottom: -1px;
    padding: 40px;
    background: #fff;
    border-radius: 0 30px 0 0;
    z-index: 3
}

.crev-agency-header .caption {
    padding-left: 15px;
    width: calc(100% + 30px);
    position: relative;
    z-index: 3
}

.crev-agency-header .caption h1 {
    font-size: 85px;
    line-height: 1.1
}

.crev-agency-header .left-clumn {
    border-right: 1px solid #2a4741
}

.crev-agency-header .left-clumn .img {
    margin-bottom: 140px
}

.crev-agency-header .right-clumn .img {
    margin-top: 70px
}

.crev-portfolio-header .numb-fixed {
    position: absolute;
    top: 50%;
    right: -1px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 25px;
    border-radius: 15px 15px 0 0;
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(-100%);
    -ms-transform: rotate(-90deg) translateX(50%) translateY(-100%);
    transform: rotate(-90deg) translateX(50%) translateY(-100%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.freelancer:after,
.freelancer:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0
}

.crev-portfolio-header .caption h1 {
    font-size: 74px
}

.startup-header {
    padding: 15px 15px 0
}

.startup-header .bg-img {
    min-height: 100vh;
    padding: 120px 0
}

.startup-header .caption .lg-text {
    font-size: 120px;
    text-transform: uppercase
}

.startup-header .caption .lg-text .text:nth-of-type(2),
.work-asymetic .caption .lg-text .text:nth-of-type(2) {
    padding-left: 30vw
}

.startup-header .caption p,
.work-asymetic .caption p {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20vw
}

.freelancer {
    position: relative;
    padding-top: 120px
}

.freelancer:after {
    bottom: -2px;
    height: 200px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #fff, transparent);
    background-image: -o-linear-gradient(bottom, #fff, transparent);
    background-image: linear-gradient(0deg, #fff, transparent);
    z-index: 5
}

.freelancer:before {
    height: 100%;
    bottom: 0;
    background-image: url(../imgs/patterns/lines1.png);
    background-size: cover;
    background-position: center top;
    opacity: .5;
    z-index: -1
}

.freelancer .caption,
.my-skills2 .item {
    text-align: center
}

.freelancer .caption h1 {
    font-size: 13vw;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.freelancer .caption h1 span {
    display: block;
    white-space: nowrap
}

.freelancer .caption h1.stroke {
    color: #fff0;
    -webkit-text-stroke: 1px rgb(0 0 0 / .8);
    z-index: 3
}

.header-project1 {
    padding: 180px 0 0
}

.header-project1 .bg-img {
    height: 90vh;
    min-height: 600px
}

.header-project1 .head-img {
    height: 550px
}

.header-project2 .project2 {
    width: 130%;
    margin-left: -15%
}

.header-project2 .project2 .img {
    height: 75vh;
    min-height: 500px
}

.full-showcase .parallax-slider .swiper-slide .video-container video,
.header-project2 .project2 .img img,
.img-column .img img,
.img-column-sm .img img,
.services-tab.revers .serv-tab-cont .item .img img,
.work-carsouel .work-crus.random .swiper-slide .item .img img,
.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img img,
.work-carsouel.full-height .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.header-project3 {
    min-height: 70vh;
    padding: 220px 0 120px
}

.header-project4 {
    min-height: 100vh;
    padding: 220px 0 80px
}

.header-project6 .info .category {
    position: relative;
    padding-right: 10px
}

.header-project6 .info .category:after {
    content: ',';
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-project6 .info .date {
    position: relative;
    padding-left: 10px
}

.header-project6 .info .date:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #14cf93
}

.carousel-slider,
.page-header-error {
    min-height: 100vh;
    position: relative
}

.page-header-error .main-marq {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: .1
}

.page-header-error .main-marq .item {
    padding: 0 100px
}

.page-header-error .main-marq .item h4 {
    font-size: 20vw;
    line-height: 1;
    color: transparent !important;
    -webkit-text-stroke: .5px #fff !important
}

@-webkit-keyframes move {

    0%,
    100% {
        background-position: 0 0
    }

    25% {
        background-position: 50% 0
    }

    50% {
        background-position: 90% 0
    }

    60% {
        background-position: 60%
    }

    75% {
        background-position: 40%
    }
}

@keyframes move {

    0%,
    100% {
        background-position: 0 0
    }

    25% {
        background-position: 50% 0
    }

    50% {
        background-position: 90% 0
    }

    60% {
        background-position: 60%
    }

    75% {
        background-position: 40%
    }
}

.skills-img .img .curv-title {
    position: absolute;
    top: 50%;
    right: -1px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 25px;
    border-radius: 15px 15px 0 0;
    -webkit-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    -ms-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.skills-img .img .curv-title h6 {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.contact_head {
    font-size: 20px;
    font-weight: 600
}

.contact_head_text {
    font-size: 13px !important;
    font-weight: 100;
    color: rgb(255 255 255 / .737)
}

@media (max-width:1200px) {
    .contact_head {
        font-size: 13px !important
    }
}

@media (max-width:767px) {
    .contact_head_text {
        font-size: 13px !important
    }
}

.demobtn_side{
    width: fit-content !important;
    margin: auto !important;
    padding: 15px 60px !important;
}

.footer_newsletter-wrap .form-group input {
    padding: 0 30px;
    border: 1px solid #ffffff5c;
    color: #fff;
    border-radius: 50px;
    background: #fff0;
    height: 55px
}

.footer_newsletter-wrap .form-group input::placeholder {
    color: #f9f9f975
}

.email_btn {
    border: none;
    background: #fff
}

.email_btn:hover {
    background: var(--clr-color-lightGreen)
}

.footer_newsletter {
    padding: 20px;
    border-bottom: 1px solid #8af13557
}

.footer_newsletter-wrap h4 {
    color: var(--clr-color-lightGreen);
    font-weight: 600
}

.email_btn svg {
    margin-left: 8px
}

@media (max-width:990px) {
    .footer_newsletter-wrap .form-group input {
        height: 45px
    }

    .footer_newsletter-wrap p {
        margin-bottom: 10px
    }

    .footer_newsletter {
        padding: 10px
    }
}

@media (max-width:575px) {
    .footer_newsletter-wrap .form-group input {
        height: 35px;
        width: 100%
    }
}

.skills-img .img .curv-title .shap-left-bottom {
    position: absolute;
    bottom: -1px;
    left: -2.05rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.skills-img .img .curv-title .shap-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -2.05rem;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.skills-img-crev .img img {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin-bottom: -50px;
    margin-left: 25px
}

.inter-links-center.horizontal .links-text li .sub-title,
.pricing .item li,
.skills-box h6 {
    margin-bottom: 10px
}

.skills-img-crev .img .rotate-butn-vid {
    position: absolute;
    bottom: 50px;
    left: -100px;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    padding: 8px 20px;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 30px
}

.skills-img-crev .circle-button {
    background: rgb(26 26 26 / .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    position: relative;
    z-index: 3
}

.skills-box h6 {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px
}

.skills-box .skill-progress {
    height: 5px;
    background-color: rgb(0 0 0 / .05);
    position: relative
}

.skills-box .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    left: 0;
    background: #1a1a1a;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.skills-box .skill-progress .progres:after {
    content: attr(data-value);
    position: absolute;
    right: 10px;
    top: -25px;
    font-size: 12px;
    font-weight: 600
}

.my-skills .item {
    padding: 30px 30px 0;
    border: 1px solid #2a4741;
    border-radius: 10px;
    position: relative
}

.my-skills .item .value {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid rgb(0 0 0 / .2);
    position: absolute;
    top: 10px;
    right: 10px
}

.my-skills .skill-progress {
    height: 3px;
    background-color: #2a4741;
    position: relative
}

.my-skills .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.interactive-center .item h4,
.interactive-inline .item h4 {
    -webkit-text-stroke: 1px #000;
    -webkit-transition: .4s;
    -o-transition: .4s
}

.my-skills2 .item .box-bord {
    padding: 40px 15px;
    border: 1px solid #2a4741;
    border-radius: 100px
}

.my-skills2 .item .img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: rgb(0 0 0 / .05)
}

.portfolio-fixed .img,
.portfolio-tab .glry-img .bg-img {
    background-size: cover;
    background-position: center center
}

.my-skills2 .item .img img {
    width: 55px
}

.my-skills2 .item h6 {
    margin-top: 25px
}

.marquee-skew {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: calc(100% + 60px);
    margin-left: -30px;
    background: 0 0;
    margin-bottom: 100px;
    animation: none
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 150px;
    overflow-x: hidden;
    display: flex;
    align-items: center
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: 32s linear infinite marquee
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.marquee .track .content {
    font-size: 60px
}

.marquee .track .content .icon {
    color: #8af135;
    margin-right: 15px
}

@media (max-width:1400px) {
    .marquee .track .content {
        font-size: 35px
    }

    .marquee {
        height: 100px
    }
}

.interactive-inline {
    min-height: 100vh;
    padding: 380px 0 60px
}

.interactive-inline .item {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    padding-bottom: 60px
}

.interactive-inline .item span {
    font-size: 13px;
    opacity: .8;
    margin-right: 5px
}

.interactive-inline .item h4 {
    font-size: 35px;
    font-weight: 700;
    color: #fff0;
    transition: .4s
}

.interactive-inline .item p {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px
}

.inter-links-center .links-text li:hover .text,
.interactive-center .item a:hover h4,
.interactive-inline .item:hover h4 {
    color: #fff;
    -webkit-text-stroke-color: #fff0
}

.interactive-inline .item .hover-reveal {
    position: absolute !important;
    top: -10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    width: 380px;
    height: 280px
}

.interactive-center {
    min-height: 100vh;
    padding: 120px 0 80px
}

.interactive-center .item a {
    padding: 50px 0
}

.interactive-center .item h4 {
    font-size: 70px;
    line-height: 1;
    color: #fff0;
    transition: .4s
}

.div-tooltip-tit,
.filtering span.text,
.work-minimal .item .img .cont p {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.interactive-center .item p {
    font-weight: 400;
    margin-top: 15px
}

.interactive-center .item .hover-reveal {
    z-index: -1;
    top: 15vh !important;
    left: 20vw !important;
    width: 60vw;
    height: 70vh;
    min-width: 600px;
    min-height: 450px
}

.inter-links-center {
    position: relative;
    height: 100vh;
    overflow: auto
}

.inter-links-center::-webkit-scrollbar {
    width: 0
}

.inter-links-center.horizontal .links-text ul {
    margin-left: -40px !important;
    margin-right: -40px !important
}

.inter-links-center.horizontal .links-text li {
    display: inline-block;
    padding: 40px
}

.inter-links-center.horizontal .links-text li h2 {
    font-weight: 700;
    font-size: 30px
}

.inter-links-center .links-text li h2 .num,
.inter-links-center.horizontal .links-text li h2 .num {
    font-size: 14px;
    opacity: .7;
    margin-right: 15px;
    font-weight: 600
}

.inter-links-center.horizontal .links-text li h2 a .tag {
    display: block;
    font-weight: 400
}

.inter-links-center.vertical .links-text {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    z-index: 66
}

.inter-links-center.vertical .links-text li {
    padding: 0 20px
}

.inter-links-center .links-text li {
    padding: 40px 0;
    position: relative;
    z-index: 9
}

.inter-links-center .links-text li .text {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff0;
    -webkit-text-stroke: 1px #1a1a1a
}

.inter-links-center .links-text li h2 {
    font-weight: 700
}

.inter-links-center .links-text li h2 a .tag {
    font-weight: 400;
    opacity: .5
}

.inter-links-center .links-text li h2 .num {
    display: block
}

.inter-links-center .links-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    overflow: hidden
}

.inter-links-center .links-img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.inter-links-center .links-img .img.current,
.portfolio-tab .glry-img .bg-img.current,
.portfolio-tab.crev .glry-img .bg-img.current,
.team-tab .glry-img .bg-img.current,
.team-tab.crev .glry-img .bg-img.current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.inter-fixed-text .links-img:hover .img img {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.inter-fixed-text .links-img:hover .current img {
    -webkit-filter: none;
    filter: none
}

.inter-fixed-text .links-img .img {
    position: relative;
    height: 80vh;
    max-height: 700px;
    border-radius: 30px;
    overflow: hidden
}

.inter-fixed-text .links-img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.inter-fixed-text .links-img .cont {
    margin-top: 30px;
    text-align: center;
    display: none
}

.inter-fixed-text .links-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4;
    pointer-events: none
}

.inter-fixed-text .links-text li {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    overflow: hidden
}

.inter-fixed-text .links-text li .tag {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.inter-fixed-text .links-text li h2 {
    font-size: 75px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px)
}

.inter-fixed-text .links-text li .tag,
.inter-fixed-text .links-text li h2 {
    color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.inter-fixed-text .links-text li.current .tag,
.inter-fixed-text .links-text li.current h2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .7s .2s;
    -o-transition: .7s .2s;
    transition: .7s .2s
}

.portfolio-tab .cluom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-left: 1px solid #2a4741;
    position: relative
}

.portfolio-tab .cluom:last-of-type,
.team-tab .cluom:last-of-type {
    border-bottom: 0
}

.portfolio-tab .cluom.current,
.team-tab .cluom.current {
    border-left-color: #fff0
}

.portfolio-tab .cluom .img {
    position: absolute;
    top: -25px;
    right: 200px;
    width: 200px;
    height: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.portfolio-tab .glry-img .bg-img {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.portfolio-tab.crev .cluom,
.team-tab.crev .cluom {
    padding: 0 0 15px;
    border-left: 0
}

.portfolio-tab.crev .glry-img,
.team-tab.crev .glry-img {
    width: 450px;
    height: 450px;
    position: relative;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.portfolio-tab.crev .glry-img .bg-img,
.team-tab.crev .glry-img .bg-img {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    background-size: cover;
    background-position: center center;
    border-radius: 15px
}

.portfolio-clean .item .img .cont,
.work-minimal .item .img .cont {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px 30px
}

.portfolio-tab.crev .glry-img .bg-img:before,
.team-tab.crev .glry-img .bg-img:before {
    top: -50px;
    left: 50px;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

.portfolio-tab.crev .glry-img .bg-img:after,
.team-tab.crev .glry-img .bg-img:after {
    bottom: -50px;
    right: 50px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.portfolio-tab.crev .glry-img .bg-img:after,
.portfolio-tab.crev .glry-img .bg-img:before,
.team-tab.crev .glry-img .bg-img:after,
.team-tab.crev .glry-img .bg-img:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100px;
    background: #14cf93;
    opacity: 0;
    -webkit-transition: .4s .4s;
    -o-transition: .4s .4s;
    transition: .4s .4s
}

.full-showcase .parallax-slider .swiper-slide-active .caption .btn-curve,
.full-showcase .parallax-slider .swiper-slide-active .caption .thin,
.full-showcase .parallax-slider .swiper-slide-active .caption p,
.portfolio-clean .item:hover .img .cont,
.portfolio-tab.crev .glry-img .bg-img.current:after,
.portfolio-tab.crev .glry-img .bg-img.current:before,
.team-tab.crev .glry-img .bg-img.current:after,
.team-tab.crev .glry-img .bg-img.current:before,
.work-minimal .item:hover .img .cont {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-carsouel .swiper-slide {
    width: 45%
}

.portfolio-carsouel .swiper-slide:nth-child(2n) {
    width: 30%
}

.portfolio-carsouel .swiper-slide:nth-child(3n) {
    width: 40%
}

.portfolio-carsouel .work-swiper-auto,
.services .serv-swiper,
.work-carsouel .out-right {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0)
}

.portfolio-carsouel .swiper-container,
.services .swiper-container,
.work-carsouel .out-right .swiper-container,
.work-carsouel .work-crus.random .swiper-container {
    overflow: visible
}

.portfolio-carsouel .work-swiper-center .item .img {
    height: 400px;
    border-radius: 10px;
    overflow: hidden
}

.work-carsouel .work-crus.out {
    width: 120%;
    margin-left: -10%
}

.work-carsouel .work-crus .swiper-slide:hover .img .cont h6,
.work-carsouel .work-crus .swiper-slide:hover .img .cont span {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.work-carsouel .work-crus .img .cont h6,
.work-carsouel .work-crus .img .cont span {
    background: #fff;
    font-weight: 500;
    padding: 5px 15px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.work-carsouel .work-crus.random .swiper-slide .item .img {
    height: 450px
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img {
    height: 380px;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px)
}

.work-carsouel.full-height {
    min-height: 100vh
}

.work-carsouel.full-height .swiper-slide .img {
    height: 60vh
}

.work-carsouel .work-controls {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%
}

.work-carsouel .work-controls .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 44
}

.portfolio-clean .item .img {
    width: 100%;
    height: 440px;
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.portfolio-clean .item .img .cont {
    background: #2a4741;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 10px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.portfolio-clean .item .img .cont img {
    width: 20px;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.portfolio-clean .item.smal .img {
    height: 240px
}

.work-minimal .item .img .cont {
    background: #fff;
    border-radius: 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.work-outline .row,
.work-outline .row .items {
    border: .5px solid rgb(0 0 0 / .05)
}

.work-asymetic .caption .lg-text {
    font-size: 11vw;
    text-transform: uppercase;
    line-height: 1
}

.work-asymetic .items {
    margin-top: 120px
}

.work-metro .item .img {
    height: 480px
}

.work-outline .row .items {
    padding: 5%
}

.work-sticky .items {
    margin-top: 80px
}

.work-sticky .items .cont {
    padding: 0 40px;
    background: #eee;
    border-radius: 10px;
    height: 100%
}

.work-sticky .items .cont .sticky-item {
    padding: 40px 0
}

.portfolio-fixed .left {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.portfolio-fixed .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    opacity: 0
}

.portfolio-fixed .img:first-of-type {
    opacity: 1;
    z-index: 1
}

.portfolio-fixed .img:nth-of-type(6) {
    z-index: 6
}

.portfolio-fixed .img:nth-of-type(7) {
    z-index: 7
}

.portfolio-fixed .img:nth-of-type(8) {
    z-index: 8
}

.portfolio-fixed .img:nth-of-type(9) {
    z-index: 9
}

.portfolio-fixed .right {
    padding: 250px 100px;
    overflow: hidden
}

.portfolio-fixed .cont {
    margin-bottom: 300px;
    opacity: .1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.filtering span:after,
.next-project .box:after {
    -webkit-transition: .4s;
    -o-transition: .4s;
    content: ''
}

.works.thecontainer {
    width: 300vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 100px
}

.works .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.works .panel .item {
    width: calc(50vw - 80px)
}

.works .panel .item .img {
    height: 480px;
    min-height: 50vh
}

.works .panel .item .cont {
    padding: 25px 10px;
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

.works .panel .item .cont h5 {
    margin-bottom: 5px
}

.works .panel .item .cont span {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.filtering span {
    margin: 0 20px;
    cursor: pointer;
    position: relative
}

.filtering span:after {
    position: absolute;
    left: -2px;
    right: 110%;
    bottom: -2px;
    border-bottom: 1px solid rgb(0 0 0 / .5);
    transition: .4s
}

.filtering span.text {
    cursor: default
}

.filtering span.active:after {
    right: -2px
}

.img-column .img {
    height: 100vh;
    min-height: 500px
}

.img-column3 .img {
    height: 80vh;
    min-height: 500px
}

.img-column-sm .img {
    height: 60vh;
    min-height: 350px
}

.next-project .box {
    padding: 200px 80px;
    position: relative
}

.next-project .box:after {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #f5f7f9;
    transition: .4s
}

.next-project .box:hover:after {
    background: #1d1d1d;
    opacity: .3
}

.next-project .all-works-butn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 25px;
    background: #fff;
    z-index: 4
}

.div-tooltip-tit {
    display: none;
    position: absolute;
    background-color: #1a1a1a;
    color: #fff;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    z-index: 99999
}

.div-tooltip-sub {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px 14px;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999
}

.price-hr .item {
    padding: 50px 30px;
    border: 1px solid rgb(0 0 0 / .08);
    border-radius: 20px
}

.price-hr .item .butn {
    padding: 7px 25px;
    border-color: #1d1d1d;
    color: #1a1a1a
}

.price-hr .item.text-dark .butn {
    border-color: #1d1d1d
}

.price-hr .item.text-dark .butn:hover {
    border-color: #fff
}

.pricing .item {
    padding: 50px 30px;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 5px
}

.pricing .item li {
    padding-left: 20px;
    position: relative
}

.pricing .item li:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 5px)
}

.process .item {
    border-right: 1px solid rgb(0 0 0 / .08)
}

.serv-img .img .circle-button {
    position: absolute;
    bottom: -1px;
    right: -50px;
    border-radius: 30px 0 0
}

.serv-img .img .circle-button .shap-left-bottom {
    position: absolute;
    bottom: -1px;
    left: -2.1rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.serv-img .img .circle-button .shap-right-top {
    position: absolute;
    top: -2.1rem;
    right: 50px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.services .item-box {
    padding: 60px 40px;
    border: 1px solid rgb(0 0 0 / .12)
}

.services .item-box .icon-box {
    display: inline-block;
    -webkit-box-shadow: inset -2px -2px 2px rgb(65 65 65 / .14), inset 2px 2px 5px rgb(7 7 7 / .38);
    box-shadow: inset -2px -2px 2px rgb(65 65 65 / .14), inset 2px 2px 5px rgb(7 7 7 / .38);
    border-radius: 15px;
    width: 80px;
    height: 80px;
    padding: 15px
}

.services .item-box.bg {
    background: #f5f7f9
}

.services .item-box2 {
    padding: 40px;
    border-radius: 20px;
    background: #f5f7f9;
    position: relative;
    overflow: hidden
}

.services .item-box2:hover .rmore {
    opacity: 1;
    top: 0;
    right: 0
}

.services .item-box2:hover .rmore .arrow img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.services .item-box2 .icon {
    width: 70px;
    opacity: .5
}

.services .item-box2 .rmore {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 0 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.services .item-box2 .rmore .arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid rgb(0 0 0 / .08);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.services .item-box2 .rmore .arrow img {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.services .item-box2 .rmore .shap-left-top {
    position: absolute;
    top: 0;
    left: -2.1rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1
}

.services .item-box2 .rmore .shap-right-bottom {
    position: absolute;
    bottom: -2.1rem;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1
}

.services-tab .serv-tab-cont .item .img {
    width: 70%;
    height: 540px
}

.services-tab .serv-tab-cont .item .cont {
    position: absolute;
    bottom: -80px;
    left: 20%;
    right: 0;
    padding: 80px 40px
}

.services-tab .serv-tab-link .item-link span {
    margin-right: 30px
}

.services-tab .half-img-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-size: 50%;
    pointer-events: none
}

.services-boxs .item-box.bg,
.services-crev .item-box {
    background: rgb(0 0 0 / .01)
}

.services-tab.revers .serv-tab-cont .item .img {
    width: 70%;
    margin-left: 30%;
    height: 540px
}

.services-tab.revers .serv-tab-cont .item .cont {
    position: absolute;
    bottom: -2px;
    right: 30%;
    left: auto;
    padding: 60px 40px
}

.services-tab.revers .serv-tab-cont .item .cont .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    pointer-events: none
}

.services-boxs .items {
    position: relative;
    bottom: -30px
}

.services-boxs .items:nth-of-type(2n) {
    top: -30px
}

.services-boxs .item-box {
    padding: 60px 40px;
    border: 1px solid #2a4741
}

.services-boxs .item-box .icon {
    width: 70px;
    height: 70px
}

.services-boxs .item-box h5,
.services-boxs .item-box p {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.services-boxs .item-box:hover h5,
.services-boxs .item-box:hover p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.services-crev .item-box {
    padding: 40px 60px;
    border: 1px solid rgb(0 0 0 / .08);
    position: relative
}

.services-crev .item-box .num {
    position: absolute;
    top: 40px;
    left: 40px;
    opacity: .7
}

.services-dots .item {
    padding-top: 30px
}

.services-dots .item h4 {
    font-size: 120px;
    font-weight: 800;
    line-height: .8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-size: cover;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative
}

.services-dots .item h4:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 30px;
    bottom: -20px;
    width: 150px;
    background-image: url(../imgs/patterns/dots.png);
    background-repeat: repeat;
    z-index: -1;
    opacity: .1
}

.full-showcase .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0
}

.full-showcase .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center
}

.full-showcase .parallax-slider .swiper-slide .video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.full-showcase .parallax-slider .swiper-slide-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 99
}

.full-showcase .parallax-slider .caption h1 {
    font-size: 100px
}

.full-showcase .parallax-slider .caption p {
    color: #eee;
    margin-top: 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s 1s;
    -o-transition: .4s 1s;
    transition: .4s 1s
}

.carousel-slider .swiper-controls,
.full-showcase .swiper-controls,
.half-slider .swiper-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 9
}

.full-showcase .swiper-controls .swiper-button-next,
.full-showcase .swiper-controls .swiper-button-prev,
.half-slider .swiper-controls .swiper-button-next,
.half-slider .swiper-controls .swiper-button-prev {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #fff;
    z-index: 9
}

.carousel-slider .swiper-controls .swiper-button-prev,
.full-showcase .swiper-controls .swiper-button-prev,
.half-slider .swiper-controls .swiper-button-prev {
    left: 120px
}

.carousel-slider .swiper-controls .swiper-button-prev i,
.full-showcase .swiper-controls .swiper-button-prev i,
.half-slider .swiper-controls .swiper-button-prev i {
    margin-right: 25px
}

.carousel-slider .swiper-controls .swiper-button-next,
.full-showcase .swiper-controls .swiper-button-next,
.half-slider .swiper-controls .swiper-button-next {
    right: 120px
}

.carousel-slider .swiper-controls .swiper-button-next i,
.full-showcase .swiper-controls .swiper-button-next i,
.half-slider .swiper-controls .swiper-button-next i {
    margin-left: 25px
}

.carousel-slider .swiper-pagination,
.full-showcase .swiper-pagination,
.half-slider .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto
}

.carousel-slider .swiper-pagination-bullet,
.full-showcase .swiper-pagination-bullet,
.half-slider .swiper-pagination-bullet {
    background: 0 0;
    margin: 0 10px !important
}

.carousel-slider .swiper-pagination-bullet-active .path,
.full-showcase .swiper-pagination-bullet-active .path,
.half-slider .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: 10s linear dash;
    animation: 10s linear dash;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

.carousel-slider .gallery-img .bg-img {
    height: 60vh;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-position: center
}

.carousel-slider .gallery-text {
    position: absolute;
    width: auto;
    top: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    margin: auto;
    z-index: 9
}

.carousel-slider .gallery-text .swiper-container,
.carousel-slider .gallery-text .swiper-slide {
    height: 100px !important
}

.carousel-slider .gallery-text .text {
    width: 100%;
    text-align: center;
    color: #fff
}

.carousel-slider .gallery-text .text h4 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1
}

.carousel-slider .gallery-text .text h6 {
    margin-top: 15px;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px
}

.carousel-slider .gallery-text .text h6 span,
.half-slider .gallery-text .text h6 span {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.carousel-slider .gallery-text .swiper-slide-active .text h6 span,
.half-slider .gallery-text .swiper-slide-active .text h6 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.carousel-slider .swiper-controls .swiper-button-next,
.carousel-slider .swiper-controls .swiper-button-prev {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #1a1a1a;
    z-index: 9
}

.half-slider,
.half-slider .gallery-img .swiper-slide {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.half-slider {
    min-height: 100vh;
    background: #0f2923
}

.half-slider .gallery-img {
    width: 75vw;
    margin-left: 25vw
}

.half-slider .gallery-img .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .6s linear;
    -o-transition: .6s linear;
    transition: .6s linear;
    background-position: center
}

.half-slider .gallery-text {
    position: absolute;
    width: auto;
    top: 50%;
    left: -15vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 7
}

.half-slider .gallery-text .text h4 {
    font-size: 70px;
    font-weight: 600;
    color: #fff0;
    -webkit-text-stroke: .5px rgb(255 255 255 / .5);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.half-slider .gallery-text .text h6 {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px
}

.half-slider .gallery-text .swiper-slide-active .text h4 {
    color: #fff;
    -webkit-text-stroke: .5px #fff0
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    border-radius: 0 0 0 30px
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover
}

.slider .parallax-slider .caption h2 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7px
}

.slider .parallax-slider .caption h1 {
    font-size: 110px
}

.slider .slider-contro {
    position: absolute;
    bottom: -2px;
    right: 0;
    border-radius: 40px 0 0;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5
}

.swiper-arrow-control,
.team-tab .cluom,
.testim-crev .item .info {
    display: -webkit-box;
    display: -ms-flexbox
}

.slider .slider-contro .swiper-nav-ctrl {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: inherit;
    text-transform: uppercase
}

.slider .slider-contro .shap-left-bottom {
    position: absolute;
    bottom: 0;
    left: -2rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider .slider-contro .shap-right-top {
    position: absolute;
    top: -2.05rem;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider .swiper-pagination {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: auto;
    font-size: 40px;
    color: #fff
}

.slider .swiper-pagination .swiper-pagination-total {
    position: relative;
    padding-left: 25px;
    margin-left: 15px
}

.slider .swiper-pagination .swiper-pagination-total:before {
    content: '/';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px
}

.swiper-arrow-control {
    display: flex;
    padding-top: 25px
}

.swiper-arrow-control .swiper-button-next,
.swiper-arrow-control .swiper-button-prev {
    position: static;
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / .01);
    border: 1px solid rgb(0 0 0 / .05);
    border-radius: 50%;
    color: inherit
}

.team .item {
    position: relative;
    padding-right: 60px
}

.team .item:hover .img .info {
    bottom: 15px;
    opacity: 1
}

.team .item:hover .social {
    right: 5px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg)
}

.team .item .img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.team .item .img .info {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -15px;
    padding: 15px;
    text-align: center;
    color: #fff;
    background: rgb(255 255 255 / .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .item .social {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 60px;
    bottom: 40px;
    border: 1px solid rgb(0 0 0 / .05);
    background: #f5f7f9;
    border-radius: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .item .social .links a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #2a4741;
    border-radius: 50%;
    margin-bottom: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .item .social .links a:hover {
    background: #14cf93;
    border-color: #14cf93;
    color: #111
}

.team-tab .cluom {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid #2a4741;
    border-left: 1px solid #2a4741
}

.team-tab .glry-img .bg-img {
    position: absolute;
    top: 80px;
    left: 80px;
    right: 80px;
    bottom: 80px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    background-size: cover;
    background-position: center center
}

.team-single .img {
    height: 100vh;
    overflow: hidden
}

.team-single .cont .text {
    padding: 60px;
    margin-left: -180px
}

.team-single .cont .text p.main-text:first-letter {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.skills .skill-item .skill-progress {
    height: 10px;
    position: relative
}

.skills .skill-item .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #14cf93;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.skills .skill-item .skill-progress .progres:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: -50px
}

.skills .resume-exp .box-items {
    position: relative;
    border: 1px solid rgb(0 0 0 / .3);
    background: #fff
}

.skills .resume-exp .box-items:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    background-image: url(../imgs/patterns/dots2.png);
    background-repeat: repeat;
    background-size: 10px;
    width: 200px;
    height: 200px;
    opacity: .4;
    z-index: -1
}

.skills .resume-exp .box-items .item {
    padding: 25px;
    position: relative
}

.skills .resume-exp .box-items .item .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 0 50px 50px;
    background: #14cf93;
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 500
}

.skills .resume-exp .box-items .item .num small {
    font-size: 12px;
    margin-left: -3px
}

.skills .resume-exp .box-items .item:first-of-type,
.skills .resume-exp .box-items .item:nth-of-type(2) {
    border-bottom: 1px solid rgb(0 0 0 / .3)
}

.skills .resume-exp .box-items .item:first-of-type,
.skills .resume-exp .box-items .item:nth-of-type(3) {
    border-right: 1px solid rgb(0 0 0 / .3)
}

.testimonials .small-line {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 400px;
    height: 400px;
    z-index: 1;
    pointer-events: none
}

.testimonials .small-line .line-overlay svg path {
    stroke: #aaa
}

.testimonials .swiper-slide {
    padding-top: 50px;
    padding-left: 50px
}

.testimonials .item .text .qout-svg,
.testimonials-crev .item .text .qout-svg {
    position: absolute;
    left: -40px;
    top: -70px;
    width: 160px
}

.testimonials .item .circle {
    width: 80px;
    height: 80px
}

.testimonials .control-abslout {
    position: absolute;
    bottom: 15px;
    right: 15px
}

.testim-crev .item {
    padding: 50px 50px 0;
    border-radius: 30px 30px 30px 0;
    position: relative
}

.testim-crev .item .rate-stars {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 60px 15px 30px;
    border-radius: 0 0 0 30px
}

.testim-crev .item .rate-stars .shap-right-bottom {
    position: absolute;
    bottom: -2.1rem;
    right: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.testim-crev .item .qout-svg {
    width: 80px;
    height: 80px;
    margin-bottom: 40px
}

.testim-crev .item .tag {
    padding: 8px 20px;
    border: 1px solid #2a4741;
    border-radius: 30px
}

.testim-crev .item .info {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -50px
}

.testim-crev .item .info .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.testim-crev .item .img-curv {
    position: relative;
    padding: 20px;
    border-radius: 0 30px 0 0
}

.testim-crev .item .img-curv .shap-left-top {
    position: absolute;
    top: -2.05rem;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.testim-crev .bord-box {
    border: 1px solid #2a4741;
    border-radius: 0;
    padding: 50px
}

.testim-crev .bord-box .info .img-curv {
    padding: 0;
    border-radius: 0
}

.testim-crev .bord-box .info .qout-svg {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 0 !important
}

.testim-crev .testim-swiper2 .item .qout-svg {
    width: 60px;
    height: 60px;
    margin-bottom: 30px
}

.testimonials-crev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: .5
}

.testimonials-crev .testim-swiper {
    position: relative;
    padding: 60px 80px 60px 0
}

.testimonials-crev .testim-swiper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2px;
    width: 100vw;
    background: #fff
}

.testimonials-crev .swiper-slide {
    padding-top: 50px
}

.testimonials-crev .item .circle {
    width: 300px;
    height: 300px
}

.testimonials-crev .control-abslout {
    position: absolute;
    top: 50%;
    right: -15px;
    display: block;
    color: #fff
}

.testimonials-crev .control-abslout .swiper-button-next {
    margin: 15px 0 0
}

.testimonials-crev .control-abslout .swiper-button-next,
.testimonials-crev .control-abslout .swiper-button-prev {
    background: #2a4741;
    border: 1px solid rgb(255 255 255 / .1);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.star-icon {
    position: absolute;
    font-size: 40vw;
    font-family: Inter, sans-serif !important;
    line-height: .7;
    color: #fff0;
    -webkit-text-stroke: 1px rgb(255 255 255 / .7)
}

.circle-button {
    position: relative;
    display: inline-block
}

.circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 50%
}

.circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 50%
}

.circle-button .rotate-circle svg {
    width: 210px;
    fill: #14cf93
}

.circle-button .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-20px) translateY(-20px);
    -ms-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
    display: inline-block;
    width: 0;
    height: 0
}

.circle-button .arrow svg {
    width: 40px;
    height: 40px
}

.circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none
}

.rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media screen and (max-width:992px) {
    .md-mb10 {
        margin-bottom: 10px
    }

    .md-mb15 {
        margin-bottom: 15px
    }

    .md-mb20 {
        margin-bottom: 20px
    }

    .md-mb30,
    .skills-img-crev .img img {
        margin-bottom: 30px
    }

    .md-mb40 {
        margin-bottom: 40px
    }

    .md-mb50 {
        margin-bottom: 50px !important
    }

    .md-mb80 {
        margin-bottom: 80px
    }

    .md-no-mrg,
    .page-intro-cerv .mt-100 {
        margin: 0 !important
    }

    .md-pb10 {
        padding-bottom: 10px
    }

    .md-pb20 {
        padding-bottom: 20px
    }

    .md-pb30 {
        padding-bottom: 30px
    }

    .md-pb40 {
        padding-bottom: 40px
    }

    .md-pb50 {
        padding-bottom: 50px
    }

    .md-pb60 {
        padding-bottom: 60px
    }

    .md-pb70 {
        padding-bottom: 70px
    }

    .md-pb80,
    .page-intro-cerv {
        padding-bottom: 80px
    }

    .md-pt80 {
        padding-top: 80px !important
    }

    .md-no-pad {
        padding: 0 !important
    }

    .md-center {
        text-align: center !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .hamenu .cont-info,
    .hamenu .menu-text,
    .inter-fixed-text .links-text,
    .md-hide,
    .modern-footer .bord-left:after,
    .navbar .search-form,
    .portfolio-fixed .left,
    .portfolio-tab .glry-img,
    .team-tab .glry-img,
    .testimonials .small-line,
    .testimonials-crev .item .circle {
        display: none
    }

    .justify-end {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-end .vew-all {
        margin-left: 25px;
        margin-top: 25px
    }

    .justify-end .swiper-controls {
        margin-top: 30px
    }

    .justify-end .ml-auto {
        margin-left: 0;
        margin-top: 30px
    }

    .row.lg-marg,
    .row.md-marg,
    .row.sm-marg,
    .row.stand-marg,
    .row.xlg-marg,
    .row.xxlg-marg {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.lg-marg>*,
    .row.md-marg>*,
    .row.sm-marg>*,
    .row.stand-marg>*,
    .row.xlg-marg>*,
    .row.xxlg-marg>* {
        padding-left: 15px;
        padding-right: 15px
    }

    .interactive-center .item h4,
    h1 {
        font-size: 50px
    }

    h2 {
        font-size: 40px
    }

    h3 {
        font-size: 30px
    }

    h4 {
        font-size: 28px
    }

    h5 {
        font-size: 23px
    }

    h6 {
        font-size: 20px
    }

    .clean-footer .fz-120,
    .fz-120 {
        font-size: 90px !important
    }

    .fz-80,
    .header-project1 .fz-120 {
        font-size: 60px !important
    }

    .fz-70,
    .inter-links-center .links-text li h2 {
        font-size: 50px !important
    }

    .hamenu .menu-links {
        height: calc(100vh - 40px)
    }

    .sec-head h2 {
        font-size: 35px
    }

    .main-header .lg-text h1 {
        font-size: 8vw
    }

    .main-header .container-fluid {
        width: 100%
    }

    .crev-agency-header .left-clumn {
        text-align: center
    }

    .crev-agency-header .left-clumn .img {
        width: 250px;
        margin: 0 auto
    }

    .crev-agency-header .right-clumn {
        padding: 0;
        border: 0
    }

    .crev-agency-header .caption {
        width: 100%;
        padding: 0
    }

    .crev-portfolio-header .caption h1 {
        font-size: 55px
    }

    .crev-portfolio-header .numb-fixed {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 30px;
        padding: 0
    }

    .startup-header .bg-img {
        min-height: auto
    }

    .startup-header .caption .lg-text {
        font-size: 65px
    }

    .startup-header .caption .lg-text .text,
    .work-asymetic .caption .lg-text .text {
        display: inline-block !important;
        padding: 0 !important
    }

    .startup-header .caption p,
    .work-asymetic .caption p {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin-top: 30px
    }

    .slider .parallax-slider .caption h2 {
        font-size: 25px
    }

    .freelancer .img {
        width: 80%;
        margin: 0 auto
    }

    .vcard-bg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1a1a1a;
        opacity: .7;
        z-index: -1
    }

    .services-boxs .items:nth-of-type(2n) {
        top: auto
    }

    .services-boxs .items {
        bottom: auto
    }

    .services-crev .item-box {
        padding: 40px
    }

    .services-crev .item-box .icon {
        margin-right: 50px !important
    }

    .services-tab.mb-80 {
        margin-bottom: 0 !important
    }

    .skills-img-crev {
        padding-bottom: 0 !important
    }

    .skills-img-crev .img {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .skills-img-crev .img .rotate-butn-vid {
        bottom: 80px;
        left: -50px
    }

    .inter-fixed-text .links-img:hover .img img {
        -webkit-filter: none;
        filter: none
    }

    .clean-footer .column,
    .clean-footer .logo,
    .inter-fixed-text .links-img .items,
    .modern-footer .call-action {
        margin-bottom: 50px
    }

    .inter-fixed-text .links-img .items:last-of-type {
        margin-bottom: 0
    }

    .inter-fixed-text .links-img .items .cont {
        display: block
    }

    .portfolio-tab .cluom:hover .img {
        opacity: 1;
        visibility: visible
    }

    .process .item:nth-of-type(2) {
        border: 0
    }

    .testimonials-crev .item .content {
        margin-left: 0 !important
    }

    .testimonials-crev .item .text .qout-svg {
        left: 0
    }

    .brands-crev {
        padding-top: 140px !important
    }

    .brands-crev .mt-100 {
        margin-top: 0 !important
    }

    .brands-crev .mt-100 .item:last-of-type .top-right {
        top: auto;
        bottom: -.8rem
    }

    .img-scale .image img {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        height: 100%
    }

    .clean-footer .mt-80 {
        margin-top: 30px !important
    }

    .modern-footer .social-media {
        display: block !important;
        margin-top: 30px
    }

    .header-project1 .fz-100,
    .page-header .fz-100,
    .page-header-cerv .fz-100 {
        font-size: 80px !important
    }

    .page-intro-cerv .bg-dots {
        bottom: auto;
        left: auto;
        top: 60px;
        right: 0;
        width: 250px;
        height: 140px
    }

    .page-intro-modern:after {
        height: auto;
        top: -100px
    }

    .team-single .cont {
        padding: 60px 40px 0
    }

    .team-single .cont .text {
        padding: 0;
        margin: 50px 0 0
    }

    .work-metro .mt-140 {
        margin-top: 80px !important
    }

    .filtering span {
        margin: 10px
    }

    .portfolio-fixed {
        padding-top: 140px
    }

    .portfolio-fixed .right {
        padding: 0 15px 120px
    }

    .portfolio-fixed .cont {
        opacity: 1 !important;
        margin-bottom: 80px;
        padding: 0 15px
    }

    .portfolio-fixed .cont .img-hiden {
        display: block;
        margin-bottom: 30px
    }

    .header-project1 .bg-img {
        background-position: center
    }

    .header-project2 .project2 .img,
    .img-column .img,
    .img-column3 .img {
        height: auto;
        min-height: auto
    }

    .header-project1 .head-img,
    .img-column3 .img,
    .inter-links-center.vertical {
        height: auto
    }

    .header-project1 .head-img img,
    .img-column3 .img img {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .works.thecontainer {
        width: 100%;
        min-height: auto;
        height: auto;
        display: block;
        padding: 70px 0 120px
    }

    .works .panel {
        display: block;
        padding: 0 15px !important
    }

    .works .panel .item {
        width: 100%;
        margin-top: 50px
    }

    .next-project .box .cont .fz-40 {
        font-size: 30px !important
    }

    .full-showcase .parallax-slider .caption h1 {
        font-size: 80px
    }

    .carousel-slider .gallery-text .text h4 {
        font-size: 34px
    }

    .half-slider .gallery-img {
        width: 100%;
        margin-left: 0
    }

    .half-slider .gallery-text {
        left: 0;
        width: 100%
    }

    .half-slider .gallery-text .text {
        padding-left: 15px
    }

    .interactive-center .item .hover-reveal {
        width: 90vw !important;
        height: 90vh !important;
        left: 5vw !important;
        top: 5vh !important
    }

    .inter-links-center.vertical .links-text {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb
    }

    .inter-links-center.vertical .links-text li {
        padding: 30px 0
    }

    .half-slider .gallery-img .bg-img {
        background-size: contain
    }
}

@media screen and (max-width:768px) {
    .sm-mb10 {
        margin-bottom: 10px
    }

    .sm-mb20 {
        margin-bottom: 20px
    }

    .min-footer .logo,
    .sm-mb30 {
        margin-bottom: 30px
    }

    .sm-mb40 {
        margin-bottom: 40px
    }

    .sm-mb50 {
        margin-bottom: 50px
    }

    .sm-mb80 {
        margin-bottom: 80px
    }

    .sm-pb10 {
        padding-bottom: 10px
    }

    .sm-pb20 {
        padding-bottom: 20px
    }

    .sm-pb30 {
        padding-bottom: 30px
    }

    .sm-pb40 {
        padding-bottom: 40px
    }

    .sm-pb50 {
        padding-bottom: 50px
    }

    .sm-pb60 {
        padding-bottom: 60px
    }

    .sm-pb70 {
        padding-bottom: 70px
    }

    .section-padding,
    .sm-pb80 {
        padding-bottom: 80px
    }

    .carousel-slider .swiper-pagination,
    .full-showcase .swiper-pagination,
    .half-slider .swiper-pagination,
    .modern-footer .social-media a i,
    .portfolio-tab.crev .cluom i,
    .sm-hide {
        display: none
    }

    .fz-70 {
        font-size: 40px !important
    }

    .slider .parallax-slider .caption h1,
    h1 {
        font-size: 50px
    }

    h2 {
        font-size: 34px
    }

    .digital-header .caption h1,
    .hamenu .menu-links .main-menu>li .link,
    .interactive-center .item h4,
    h3 {
        font-size: 30px
    }

    .sec-head h2,
    h4 {
        font-size: 28px
    }

    h5 {
        font-size: 23px
    }

    h6 {
        font-size: 18px
    }

    .progress-wrap {
        bottom: 15px;
        right: 15px
    }

    .digital-header,
    .in-box,
    .skills-img-crev .img {
        width: 100%
    }

    .in-box.mb-15 {
        margin-bottom: 0 !important
    }

    .hamenu .logo {
        left: 25px
    }

    .hamenu .close-menu {
        top: 25px;
        right: 25px
    }

    .carousel-slider .gallery-text .text h4,
    .hamenu .menu-links .main-menu>li .sub-dmenu {
        font-size: 24px
    }

    .section-padding {
        padding-top: 80px
    }

    .clean-footer .mt-80,
    .modern-footer .info,
    .price-hr .item,
    .sec-head .bord,
    .sec-head .bord .d-flex,
    .services-crev .item-box .d-flex,
    footer .info-comp {
        display: block !important
    }

    .sec-head .bord .ml-auto {
        margin-top: 15px !important
    }

    .sec-head .go-more {
        margin-top: 10px
    }

    .main-header .lg-text {
        margin-bottom: -20px;
        text-align: center
    }

    .min-footer .text-center,
    .min-footer2 .order-md-3 .text-center,
    .price-hr .item .ml-auto,
    footer .sub-footer .text-center {
        text-align: left !important
    }

    .main-header .lg-text .d-flex {
        display: none !important
    }

    .main-header .lg-text h1 {
        font-size: 9vw
    }

    .crev-agency-header .caption h1 {
        font-size: 45px
    }

    .digital-header .caption {
        padding: 30px
    }

    .startup-header,
    body.crev-portfolio main {
        padding: 0
    }

    body.crev-portfolio section .sec-head .fixed-head h5 {
        font-size: 25px
    }

    .crev-portfolio-header .caption h1,
    .half-slider .gallery-text .text h4,
    .startup-header .caption .lg-text {
        font-size: 35px
    }

    .slider .parallax-slider .caption h2 {
        letter-spacing: 1px
    }

    .vcard-bg {
        background-position: 40%
    }

    .work-asymetic .caption .lg-text {
        font-size: 55px
    }

    .intro-card h2 {
        font-size: 60px
    }

    .full-showcase .parallax-slider .caption h1,
    .intro-card h2 .botm {
        font-size: 40px
    }

    .about-crev .left-block .info {
        padding: 0 20px
    }

    .about-crev .left-block .mz-shap {
        top: -65px
    }

    .about .cont .d-flex.mt-100 {
        display: block !important;
        margin-top: 80px !important
    }

    .about .cont .d-flex .ml-80 {
        margin: 30px 0 0 !important
    }

    .skills-img-crev .img img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0
    }

    .skills-img-crev .img .rotate-butn-vid {
        bottom: 90px;
        left: -15px
    }

    .about-crev .left-block {
        margin-top: 65px !important
    }

    .services-crev .item-box .icon {
        margin: 0 0 30px !important
    }

    .services-crev .item-box .num {
        left: auto;
        right: 40px
    }

    .services-tab .serv-tab-cont .item .img {
        width: 90%
    }

    .services-tab .serv-tab-cont .item .cont {
        left: 15px
    }

    .services-tab.revers .serv-tab-cont .item .img {
        width: 100%;
        margin-left: 0
    }

    .services-tab.revers .serv-tab-cont .item .cont {
        right: 5%;
        padding: 40px 30px
    }

    .inter-fixed-text .links-img .img {
        height: 400px
    }

    .portfolio-tab .cluom,
    .team-tab .cluom {
        padding: 40px 30px;
        overflow: hidden
    }

    .portfolio-tab .cluom .info h4,
    .team-tab .cluom .info h4 {
        font-size: 20px
    }

    .portfolio-tab .cluom .img,
    .team-tab .cluom .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .portfolio-tab .cluom .img img,
    .team-tab .cluom .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }

    .portfolio-tab .cluom .img:after,
    .team-tab .cluom .img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1a1a1a;
        opacity: .15
    }

    .portfolio-tab.crev .cluom {
        padding: 30px 10px !important;
        margin: 0 !important
    }

    .portfolio-tab.crev .cluom .sub-title {
        letter-spacing: 1px;
        font-size: 13px
    }

    .sec-bottom,
    .sec-bottom p {
        font-size: 12px
    }

    .sec-bottom .d-flex {
        padding: 5px 10px
    }

    .sec-bottom .ml-40 {
        margin-left: 10px !important
    }

    .numbers .item {
        -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
        justify-content: left !important
    }

    .half-block .colmn {
        padding: 40px 0
    }

    .awards .item-line>div:last-of-type {
        text-align: left
    }

    .testim-crev .item {
        padding: 50px 0 0
    }

    .testim-crev .item .text {
        padding: 0 15px
    }

    .testim-crev .item .text p {
        font-size: 18px !important
    }

    .testim-crev .item .qout-svg {
        margin-right: 15px
    }

    .testim-crev .item .info {
        margin-left: 0
    }

    .testimonials .item .text .fz-30 {
        font-size: 16px !important
    }

    .testimonials .item .text .qout-svg {
        position: absolute;
        left: -30px;
        top: -90px;
        width: 100px
    }

    .testimonials .item .circle {
        width: 60px;
        height: 60px
    }

    .testimonials .swiper-slide {
        padding-top: 60px;
        padding-left: 30px
    }

    .testimonials .control-abslout {
        position: static;
        padding-left: 30px;
        margin-top: 15px
    }

    .testim-crev .testim-swiper2 .item .qout-svg {
        margin-left: 15px
    }

    .testimonials-crev .item h4 {
        font-size: 22px
    }

    .testimonials-crev .item .text .qout-svg {
        top: -100px;
        width: 100px
    }

    .testimonials-crev .control-abslout {
        right: 0
    }

    .testim-crev .testim2 .item {
        padding: 40px 15px
    }

    .testim-crev .testim2 .item .info .ml-auto {
        position: absolute;
        right: 5px;
        bottom: 5px
    }

    .testim-crev .testim2 .item .info .ml-auto .qout-svg {
        width: 60px !important
    }

    .brands-crev {
        padding-top: 100px !important
    }

    .brands-crev .item {
        padding: 70px 10px
    }

    .brands-crev .item img {
        width: 80px
    }

    .brands-crev .item svg {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    .brands-crev .item .bottom-left:after,
    .brands-crev .item .bottom-right:after,
    .brands-crev .item .top-left:after,
    .brands-crev .item .top-right:after {
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px
    }

    .price-hr .item .cont {
        margin: 15px 0 !important
    }

    .price-hr .item .ml-auto {
        margin: 0 !important
    }

    .price-hr .item .numb-font {
        font-size: 45px;
        margin-bottom: 10px
    }

    .blog-list-half .item .cont .date {
        margin-top: 40px !important
    }

    footer.clean-footer.crev:after {
        left: 0;
        bottom: 0
    }

    footer.clean-footer.crev .cal-action .ml-30 {
        margin: 15px 0 0 !important;
        display: block
    }

    .clean-footer .mt-80 .ml-auto,
    .modern-footer .info .ml-30 {
        margin: 15px 0 0 !important
    }

    .clean-footer .fz-120 {
        font-size: 70px !important
    }

    .modern-footer .logo {
        width: 100px !important
    }

    .modern-footer .social-media .ml-50 {
        margin-left: 15px !important
    }

    .modern-footer .fz-60 {
        font-size: 30px !important
    }

    footer .info-comp .mr-30 {
        margin: 0 0 15px !important
    }

    .min-footer2 .links,
    footer .sub-footer .links {
        -webkit-box-pack: inherit !important;
        -ms-flex-pack: inherit !important;
        justify-content: inherit !important
    }

    .min-footer2 .logo {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .min-footer2 .fz-100 {
        font-size: 55px !important
    }

    .page-header .fz-100,
    .page-header-cerv .fz-100 {
        font-size: 45px !important
    }

    .team-single .cont {
        padding: 60px 5px 0
    }

    .skills .resume-exp .box-items .item:first-of-type {
        border-right: 0
    }

    .skills .resume-exp .box-items .item:nth-of-type(3) {
        border-right: 0;
        border-bottom: 1px solid rgb(255 255 255 / .3)
    }

    .portfolio-fixed {
        padding-top: 100px
    }

    .carousel-slider .swiper-controls .swiper-button-next,
    .full-showcase .swiper-controls .swiper-button-next,
    .half-slider .swiper-controls .swiper-button-next {
        right: 50px
    }

    .carousel-slider .swiper-controls .swiper-button-prev,
    .full-showcase .swiper-controls .swiper-button-prev,
    .half-slider .swiper-controls .swiper-button-prev {
        left: 50px
    }

    .carousel-slider .gallery-text .text h6 {
        font-size: 14px;
        letter-spacing: 1px
    }

    .inter-links-center .links-text li h2 {
        font-size: 28px !important
    }

    .inter-links-center .links-text li,
    .inter-links-center.vertical .links-text li {
        padding: 20px 0
    }

    .interactive-center .item a {
        padding: 25px 0
    }

    .interactive-center .item .hover-reveal {
        width: 90vw !important;
        height: 90vh !important;
        left: 5vw !important;
        top: 5vh !important
    }
}

@media (max-width:980px) {
    .ml-45 {
        margin-left: 20px !important
    }

    .zq_footer-widget {
        margin-left: 15px !important
    }

    .pt-100 {
        padding-top: 25px !important
    }

    .pb-100 {
        padding-bottom: 25px !important
    }

    .services-details .serv-imgs .img {
        height: auto
    }

    .marquee-skew {
        margin-bottom: 80px
    }

    .controls,
    .main-marq,
    .zq_common_width-3_inner,
    .zq_inner_faq-content {
        margin-bottom: 50px
    }

    .main-marq {
        margin-top: 50px
    }

    .zq_service_details_2-area {
        padding-bottom: 15px !important
    }

    .page-intro h4 {
        font-size: 18px;
        font-weight: 200
    }

    .zq_blog_widget-wrap {
        margin-left: 0 !important
    }

    .fz-55 {
        font-size: 33px !important
    }

    .sidebar .widget.tags a {
        display: inline-block;
        margin: 8px 5px
    }

    .zq_h2_header-action-btn {
        font-size: 12px;
        padding: 0 14px;
        height: 40px
    }
}

@media (max-width:1199px) {
    .zq_h5_header_icon {
        display: block !important
    }

    .zq_h2_header-menu {
        display: none
    }
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:1200px) {
    .zq_cta-action-info a {
        color: #0f2923;
        font-size: 26px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgb(0 0 0 / .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / .5), #fff0)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgb(0 0 0 / .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgb(0 0 0 / .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgb(0 0 0 / .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: #fff0
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}


/* bishru new style country listing */

.country-wrapper {
    padding: 60px 0 0 0;
}

/* MAIN CARD */
.country_card {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(160deg, #0b3d2e, #062a20);
    border: 1px solid rgb(138 241 53 / 41%);
    overflow: hidden;
    color: #fff;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

/* HOVER EFFECT */
.country_card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}


.country_card_content{
    position: relative;
    z-index: 1;
}

/* TITLE */
.country_card h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff !important;
}

/* TEXT */
.country_card p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* BACKGROUND FLOATING BOXES */
.bg-box {
    position: absolute;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #1abc9c, #2ecc71);
    opacity: 0.12;
    filter: blur(20px);
    border-radius: 30px;
    animation: floatMove 12s infinite ease-in-out;
}

.box1 {
    top: -60px;
    left: -60px;
}

.box2 {
    bottom: -70px;
    right: -50px;
    animation-delay: 4s;
}

/* ANIMATION */
@keyframes floatMove {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(30px) rotate(6deg);
    }
}
