a,
body {
    font-weight: 400;
    font-family: var(--global--font-body)
}

a,
a:hover {
    text-decoration: none
}

a,
body,
p {
    font-family: var(--global--font-body)
}

body {
    margin: 0
}

.btn,
.preloader,
section {
    overflow: hidden
}

.slider-belt,
.slider-track {
    will-change: transform
}

*,
a,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

* {
    outline: 0 !important
}

::-webkit-selection {
    text-shadow: none
}

button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0;
    padding: 0
}

body,
section {
    background-color: var(--global--color-white)
}

body,
html {
    overflow-x: hidden
}

body {
    font-size: 14px;
    color: var(--global--color-body)
}

::-moz-selection {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    text-shadow: none
}

::selection {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    text-shadow: none
}

a {
    color: var(--global--color-primary);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section {
    padding: 120px 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--global--color-heading);
    font-family: var(--global--font-heading);
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1
}

.accordion .card:last-of-type,
.features.features-4 .owl-carousel .owl-dots,
.module-search-warp .form-search,
address,
dd,
dl,
form,
ol,
p,
ul {
    margin-bottom: 0
}

.h1,
h1 {
    font-size: 52px
}

.h2,
h2 {
    font-size: 42px
}

.h3,
h3 {
    font-size: 38px
}

.h4,
h4 {
    font-size: 28px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 18px
}

p {
    font-size: 16px
}

p {
    font-family: var(--global--font-body);
    color: #364153;
    font-weight: 400;
    line-height: 28px
}

.btn {
    text-transform: capitalize
}

.carousel-dots,
.carousel-navs,
.header .navbar .navbar-nav>li.has-dropdown>a,
.header.header-topbar.header-topbar2 .navbar-brand,
.header.header-topbar.header-topbar3 .navbar-brand,
.testimonial.testimonial-1 .carousel-dots,
form,
form .col-12 {
    position: relative
}

.carousel-navs .owl-next,
.carousel-navs .owl-prev {
    position: absolute
}

.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after,
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    top: 0
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bg-overlay:before,
.header.header-light .navbar .logo-dark,
.header.header-light .navbar .logo-mobile {
    display: inline-block
}

.header.header-light .navbar .navbar-nav>li>a::before {
    background-color: var(--global--color-heading)
}

.bg-section {
    width: 100%;
    height: 500px;
    background-image: url('../images/5.webp');
    background-size: cover;
    background-position: center
}

.bg-overlay:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.btn::before {
    content: '';
    width: calc(100%);
    height: calc(100%)
}

.bg-overlay-dark-slider:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14191c), color-stop(82%, rgba(20, 25, 28, 0)));
    background-image: -o-linear-gradient(top, #14191c 0, rgba(20, 25, 28, 0) 0);
    background-image: linear-gradient(180deg, #14191c 0, rgba(20, 25, 28, 0) 0)
}

.bg-overlay-white2:before {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(34%, #fff), color-stop(44%, #ffffff00));
    background-image: -o-linear-gradient(bottom, #fff 34%, #ffffff00 44%);
    background-image: linear-gradient(0deg, #fff 34%, #ffffff00 44%)
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.about.about-3 .about-block .block-left .paragraph,
.form-control {
    margin-bottom: 25px
}

.btn {
    width: 170px;
    padding: 0 30px
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    position: relative
}

.btn--primary,
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    color: var(--global--color-white)
}

.btn {
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    border: 0;
    height: 65px;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    border-radius: 4px
}

.form-control {
    font-size: 14px;
    font-family: var(--global--font-body)
}

.module-holder.module-holder-phone .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.active,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s ease-in-out;
    transition: transform .24s ease-in-out;
    -o-transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}

.btn:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.btn--primary {
    background-color: var(--global--color-primary)
}

.btn--primary::before {
    background-color: var(--global--color-secondary)
}

.header.header-light,
.header.header-light .navbar {
    background-color: var(--global--color-white)
}

.accordion .card .card-heading .card-link:hover,
.accordion .card:first-of-type .card-heading .card-link:hover,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:hover {
    color: var(--global--color-primary)
}

.form-control {
    background-color: var(--global--color-white)
}

.form-control {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.form-control {
    color: var(--global--color-body)
}

.form-control {
    font-weight: 400;
    height: 50px;
    line-height: 1px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    padding-left: 20px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: .3s ease-in-out
}

.form-control:focus {
    border-color: var(--global--color-heading);
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 14px;
    text-transform: capitalize
}

.form-control::-moz-placeholder {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 14px;
    text-transform: capitalize
}

.form-control:-ms-input-placeholder {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    font-size: 14px;
    text-transform: capitalize
}

.blog-grid .owl-carousel .owl-stage-outer .owl-item,
.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0
}

.accordion.accordion-2 .card:last-of-type {
    margin-bottom: 30px
}

.accordion {
    border-top: 4px solid var(--global--color-primary)
}

.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    padding: 23px 20px 22px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: left
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.header.header-topbar.header-topbar3 .navbar {
    padding: 0
}

.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
    font-family: var(--global--font-heading);
    color: var(--global--color-heading);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 27.63px;
    letter-spacing: 0
}

.accordion .card .card-heading .card-link::before,
.accordion .card:first-of-type .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
    content: "-";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background-color: var(--global--color-heading);
    color: var(--global--color-white);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 11px;
    margin-right: 20px
}

.accordion .card .card-heading .card-link.collapsed::before,
.accordion .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
    content: "+"
}

.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    padding: 16px 0 0 31px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px
}

.navbar.navbar-dark .module .module-icon i,
.navbar.navbar-dark.navbar-fixed .module-social a,
.slider.slider-3 .slide-content .slide-action .btn:first-child:hover i {
    color: var(--global--color-white)
}

.header .navbar.navbar-fixed .navbar-nav>li>a,
.header.header-light .navbar .navbar-nav>li>a,
.slider.slider-3 .slide-content .slide-action .btn-video:hover span {
    color: var(--global--color-heading)
}

.accordion.accordion-2 {
    border-top: 0
}

.accordion.accordion-2 .card,
.accordion.accordion-2 .card:first-of-type,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) {
    padding-left: 30px;
    padding-right: 25px;
    border: 2px solid #eaeaea
}

.accordion.accordion-2 .card .card-heading .card-link,
.accordion.accordion-2 .card:first-of-type .card-heading .card-link,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
    font-size: 17px
}

.accordion.accordion-2 .card .card-heading .card-link::before,
.accordion.accordion-2 .card:first-of-type .card-heading .card-link::before,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
    position: absolute;
    right: 0;
    content: '-';
    font-size: 26px;
    font-weight: 700;
    color: #49a244;
    background-color: #ddeedc;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.accordion.accordion-2 .card .card-heading .card-link.collapsed::before,
.accordion.accordion-2 .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
    content: '+'
}

.accordion.accordion-2 .card .card-body,
.accordion.accordion-2 .card:first-of-type .card-body,
.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-body {
    padding-top: 12px;
    padding-left: 0
}

@media (max-width:767.98px) {

    .accordion.accordion-2 .card .card-heading .card-link,
    .accordion.accordion-2 .card:first-of-type .card-heading .card-link,
    .accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
        padding-right: 55px
    }
}

.header .navbar .navbar-nav>li>a,
.preloader {
    display: -webkit-box;
    display: -ms-flexbox
}

.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: var(--global--color-white);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preloader .dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px
}

.preloader .dual-ring::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #32c36c;
    border-color: #32c36c transparent;
    -webkit-animation: 1.2s linear infinite dualring;
    animation: 1.2s linear infinite dualring
}

@-webkit-keyframes dualring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dualring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.header {
    height: 80px;
    -webkit-box-shadow: 0 5px 41.5px rgba(40, 40, 40, .11);
    box-shadow: 0 5px 41.5px rgba(40, 40, 40, .11)
}

.header .navbar-brand {
    padding: 0;
    margin: 0 40px 0 0
}

@media (min-width:1200px) and (max-width:1350px) {
    .header .navbar-brand {
        margin-right: 20px
    }
}

.header .navbar-brand .logo {
    max-width: 100%;
    width: 135px
}

.header .navbar.navbar-fixed .navbar-brand .logo-light,
.module-holder.module-holder-phone,
.owl-nav.disabled,
.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-next span,
.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-prev span,
.show-mobile-section,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-prev {
    display: none
}

.carousel-navs .owl-next:hover::before,
.carousel-navs .owl-prev:hover::before,
.header .navbar .navbar-nav>li#contact.active a,
.header .navbar .navbar-nav>li#contact:hover a,
.header .navbar .navbar-nav>li.active>.dropdown-toggle,
.header .navbar .navbar-nav>li.active>.dropdown-toggle::after,
.header .navbar .navbar-nav>li.has-dropdown.active>.dropdown-toggle,
.header .navbar .navbar-nav>li.has-dropdown.active>.dropdown-toggle::after,
.header .navbar .navbar-nav>li:hover .dropdown-toggle,
.header .navbar .navbar-nav>li:hover .dropdown-toggle::after,
.navbar.navbar-dark.navbar-fixed .module-social a:hover,
.services .service-panel .service-content h4 a:hover {
    color: var(--global--color-primary)
}

@media screen and (min-width:992px) {
    .header {
        height: 100px
    }

    .header .navbar-brand {
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header.header-light .navbar .logo-mobile {
        display: none
    }

    .header.header-topbar .navbar {
        padding: 0 0 0 40px;
        min-height: 100px;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto
    }

    .header.header-topbar .navbar .navbar-nav>li>a {
        line-height: 100px
    }

    .header.header-topbar.header-topbar1 .navbar-brand {
        padding-right: 40px;
        border-right: 1px solid #eaeaea
    }

    .header.header-topbar.header-topbar2 .navbar-brand {
        padding-right: 40px;
        margin-right: 40px
    }

    .header.header-topbar.header-topbar2 .navbar-brand::after {
        content: '';
        width: 2px;
        height: 41px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        background-color: #eaeaea
    }
}

@media screen and (min-width:992px) and (min-width:992px) and (max-width:1100px) {
    .header.header-topbar.header-topbar1 .navbar-brand {
        padding-right: 20px
    }
}

.dropdown-menu,
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent
}

.slider .slide .slide-content,
.slider .slide .slider-panel-holder,
.slider .slide .slider-panel-holder .slider-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.header.header-topbar.header-shadow .navbar {
    -webkit-box-shadow: 0 5px 41.5px rgba(9, 29, 62, .11);
    box-shadow: 0 5px 41.5px rgba(9, 29, 62, .11)
}

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    z-index: 7777;
    padding: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header .navbar .navbar-nav>li {
    margin-right: 26px;
    position: relative
}

.carousel-dots .owl-dots .owl-dot:last-child,
.header .navbar .navbar-nav>li:last-child,
.slider .slide .slide-content .slide-action .btn:last-child,
.slider .slide .slide-content .slide-list .icon:last-child {
    margin-right: 0
}

.header .navbar .navbar-nav>li>a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--global--color-white);
    padding: 0;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: Regular;
    line-height: 24px;
    letter-spacing: -.31px
}

.header .navbar .navbar-nav>li>a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: var(--global--color-white);
    content: "";
    -webkit-transition: -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
    transition: transform 1s cubic-bezier(.2, 1, .3, 1);
    -o-transition: transform 1s cubic-bezier(.2, 1, .3, 1);
    transition: transform 1s cubic-bezier(.2, 1, .3, 1), -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1)
}

.header .navbar .navbar-nav>li.has-dropdown>a::after {
    border: 0;
    content: '\f078';
    position: relative;
    margin-left: 7px;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    color: var(--global--color-heading);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header .navbar .navbar-nav>li.active>.dropdown-toggle::before,
.header .navbar .navbar-nav>li.has-dropdown.active>.dropdown-toggle::before,
.header .navbar .navbar-nav>li:hover .dropdown-toggle::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: var(--global--color-primary)
}

.header .navbar.navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: var(--global--color-white);
    -webkit-animation: 1s ease-in-out fadeInDown;
    animation: 1s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, .1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, .1)
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.navbar-nav>li.active>ul {
    margin-top: 0
}

li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
ul.dropdown-menu>li.has-dropdown>a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 25px
}

.dropdown-menu {
    position: relative;
    width: 100%;
    border: none;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (max-width:991.98px) {
    .header .navbar {
        padding: 0 40px
    }

    .header .navbar .navbar-brand {
        margin-right: 0;
        height: 80px;
        line-height: 80px
    }

    .header .navbar .navbar-brand .logo-light,
    .header .navbar .navbar-nav>li.active>a::after,
    .header .navbar .navbar-nav>li.active>a::before,
    .header .navbar .navbar-nav>li>a::after,
    .header .navbar .navbar-nav>li>a::before {
        display: none
    }

    .header .navbar .navbar-brand .logo-phone {
        width: auto
    }

    .header .navbar .navbar-collapse {
        border-top: 1px solid #eaeaea;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: var(--global--color-white);
        padding: 15px 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear
    }

    .header .navbar .navbar-collapse.show {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .header .navbar.navbar-bordered .navbar-collapse {
        top: calc(100% + 1px)
    }

    .header .navbar .navbar-nav>li {
        margin-right: 0
    }

    .header .navbar .navbar-nav>li.active>a,
    .header .navbar .navbar-nav>li>a {
        line-height: 36px;
        color: var(--global--color-heading);
        display: block;
        z-index: 5
    }

    .header .navbar .dropdown-menu {
        padding: 0;
        -webkit-transition: max-height .3s ease-in-out;
        -o-transition: max-height .3s ease-in-out;
        transition: max-height .3s ease-in-out;
        max-height: 0;
        display: block;
        overflow: hidden
    }

    .header .navbar .dropdown-menu li {
        line-height: 26px
    }

    .header .navbar .dropdown-menu li a:hover,
    .header .navbar .dropdown-menu li.current a {
        background-color: #e0f6e9;
        color: var(--global--color-primary)
    }

    .header .navbar .dropdown-menu li a {
        margin-left: 15px;
        color: var(--global--color-heading);
        font-size: 15px;
        font-weight: 500;
        display: block;
        padding: 4px 15px;
        margin-bottom: 5px;
        text-transform: capitalize;
        border-radius: 8px 8px 0
    }

    .header .navbar .dropdown-submenu.show .dropdown-menu,
    .header .navbar .show>.dropdown-menu {
        max-height: 2000px
    }

    .header .navbar .dropdown-submenu .dropdown-menu {
        padding-left: 20px
    }

    .header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
        font-size: 14px;
        font-family: var(--global--font-heading);
        font-weight: 700;
        color: var(--global--font-heading);
        text-transform: capitalize;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:991.98px) and (max-width:767.98px) {
    .header .navbar {
        padding: 0 15px
    }
}

@media only screen and (min-width:992px) {

    .navbar-collapse,
    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu li {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu {
        -webkit-box-shadow: 0 5px 41.5px rgba(40, 40, 40, .11);
        box-shadow: 0 5px 41.5px rgba(40, 40, 40, .11);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -40px;
        right: auto;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        display: block;
        width: 235px;
        padding: 24px 40px 25px;
        background-color: var(--global--color-white);
        border-radius: 0 0 8px 8px
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu>li {
        padding-right: 0;
        position: relative;
        vertical-align: top
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-family: var(--global--font-body);
        color: var(--global--color-body);
        padding: 10px 0 9px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        border-radius: 0;
        border-bottom: 1px solid #eaeaea;
        position: relative
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a::before {
        content: '\e905';
        color: var(--global--color-primary);
        font-family: energia;
        position: absolute;
        top: 50%;
        left: -22px;
        font-size: 12px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
        transform: translate(-5px, -50%);
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background-color: var(--global--color-primary)
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover {
        color: var(--global--color-primary)
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active::before,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus::before,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover::before,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li.current>a::before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active::after,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus::after,
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover::after {
        width: 100%
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-child a {
        border-bottom: 0
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-child a::after {
        content: unset
    }

    .navbar-nav>li.has-dropdown>ul.dropdown-menu li.current>a {
        border-color: var(--global--color-primary);
        color: var(--global--color-primary)
    }

    .navbar-nav>li.has-dropdown:hover>ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 100;
        display: block
    }

    .navbar-nav li ul.dropdown-menu.left {
        left: -650px !important;
        margin-left: 0 !important
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu {
        background-color: var(--global--color-white);
        padding: 0;
        width: 510px
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row {
        background-color: var(--global--color-white);
        margin-right: 0;
        margin-left: 0;
        padding: 35px 23px
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
        font-size: 14px;
        font-family: var(--global--font-heading);
        font-weight: 700;
        color: var(--global--font-heading);
        text-transform: capitalize;
        margin-bottom: 15px
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul {
        margin: 0;
        padding: 0
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li {
        line-height: 2.5
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li.title {
        color: var(--global--color-heading);
        font-size: 13px;
        font-weight: 600;
        text-transform: capitalize
    }

    .navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a {
        margin: 0
    }

    .navbar-nav.ml-auto.mr-auto li.has-dropdown.mega-dropdown {
        position: absolute
    }

    .navbar-nav.ml-auto:not(.mr-auto) li.has-dropdown.mega-dropdown {
        position: relative
    }
}

.module-holder {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

.module-holder.module-holder-phone .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0
}

.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon {
    background-color: var(--global--color-heading);
    width: 100%;
    height: 2px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::after,
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--global--color-heading);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
    top: -10px
}

.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    top: 10px
}

.module-search-warp {
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: var(--global--color-white);
    position: fixed
}

.module-search-warp .module-cancel {
    top: 0;
    right: 0;
    border-radius: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.module-search-warp .form-search button::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e90b";
    color: var(--global--color-heading);
    font-family: energia;
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
    z-index: 999;
    cursor: pointer
}

.module-search-warp .form-control {
    position: relative;
    color: var(--global--color-white);
    font-family: var(--global--font-heading);
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
    height: 70px;
    color: var(--global--color-body);
    border: none;
    background-color: transparent;
    width: 100%;
    border-bottom: 2px solid #eaeaea;
    padding: 17px 30px 17px 46px;
    margin-bottom: 0;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    text-transform: capitalize;
    border-radius: 0
}

.module-search-warp .form-control:active,
.module-search-warp .form-control:focus {
    border-color: var(--global--color-primary)
}

.module-search-warp .form-control::-webkit-input-placeholder {
    color: var(--global--color-body);
    font-family: var(--global--font-heading);
    font-size: 35px
}

.module-search-warp .form-control::-moz-placeholder {
    color: var(--global--color-body);
    font-family: var(--global--font-heading);
    font-size: 35px
}

.module-search-warp .form-control:-ms-input-placeholder {
    color: var(--global--color-body);
    font-family: var(--global--font-heading);
    font-size: 35px
}

.module-search-warp .btn {
    background-color: transparent;
    border-radius: 0;
    width: 35px;
    line-height: 57px;
    color: var(--global--color-white);
    font-size: 28px;
    font-weight: 400;
    text-align: right;
    margin-left: 0;
    padding: 0
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next:hover,
.projects.projects-grid .carousel .owl-nav .owl-next:hover,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next:hover {
    background-color: var(--global--color-primary)
}

.module-contact .btn {
    font-family: var(--global--font-body);
    text-transform: capitalize
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev:hover,
.projects.projects-grid .carousel .owl-nav .owl-prev:hover,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev:hover {
    background-color: var(--global--color-heading)
}

.carousel-dots .owl-dots .owl-dot.active span,
.module-contact .btn {
    background-color: var(--global--color-primary)
}

.module-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.module-contact .btn {
    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;
    color: var(--global--color-white);
    padding: 0 38px;
    width: auto;
    cursor: pointer;
    -webkit-transition: background .3s cubic-bezier(.37, .31, .31, .9), color .3s cubic-bezier(.37, .31, .31, .9);
    -o-transition: background .3s cubic-bezier(.37, .31, .31, .9), color .3s cubic-bezier(.37, .31, .31, .9);
    transition: background .3s cubic-bezier(.37, .31, .31, .9), color .3s cubic-bezier(.37, .31, .31, .9);
    overflow: hidden;
    height: 100px;
    border-radius: 0;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -.31px;
    text-align: center
}

.module-contact .btn i {
    color: var(--global--color-white);
    margin-left: 10px;
    margin-right: 0;
    -webkit-transition: .3s cubic-bezier(.37, .31, .31, .9);
    -o-transition: .3s cubic-bezier(.37, .31, .31, .9);
    transition: .3s cubic-bezier(.37, .31, .31, .9)
}

.module-contact.module-contact-2 .btn {
    width: 174px;
    height: 55px;
    padding: 0 20px;
    border-radius: 2px
}

@media (min-width:992px) and (max-width:1100px) {
    .header .navbar-brand {
        margin-right: 20px
    }
}

.slider {
    padding-top: 0;
    padding-bottom: 0
}

.slider .slide .slide-content .slide-action {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider .slide .slide-content .slide-action .btn i {
    font-size: 12px;
    margin-right: 0
}

.slider .slide .slide-content .slide-list .icon {
    margin-right: 35px;
    display: inline-block
}

.slider .slide .slide-content .slide-list .icon:hover i {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.slider .slide .slide-content .slide-list .icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slider .slide .slide-content .slide-list .icon i::before {
    margin-left: 0;
    font-size: 67px;
    color: var(--global--color-white)
}

.slider .slide .slide-content .slide-list,
.slider.slider-3 .slide-content .slide-action .btn:first-child {
    margin-right: 40px
}

@media screen and (min-width:992px) {
    .header.header-topbar.header-topbar3 .module-holder .module-contact {
        margin-left: 0;
        margin-right: 30px
    }

    .header.header-topbar.header-topbar3 .module-holder {
        margin-left: 30px
    }

    .header.header-topbar.header-topbar3 .module-holder .module-contact.module-contact-2 .btn {
        width: 130px
    }

    .header .navbar .navbar-nav>li#contact.active a::before,
    .header .navbar .navbar-nav>li#contact:hover a::before {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        background-color: var(--global--color-primary)
    }

    .header .navbar.navbar-fixed .navbar-brand .logo-dark {
        display: inline-block
    }

    .navbar.navbar-dark {
        background-color: var(--global--color-heading)
    }

    .navbar.navbar-dark .navbar-nav>li.active>a,
    .navbar.navbar-dark .navbar-nav>li:hover>a,
    .navbar.navbar-dark .navbar-nav>li>a {
        color: var(--global--color-white)
    }

    .navbar.navbar-dark .navbar-nav>li>a:hover {
        color: var(--global--color-primary)
    }

    .module-contact {
        margin-left: 40px
    }

    .module-contact .btn {
        font-size: 16px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header.header-topbar .navbar {
        padding: 0 0 0 20px
    }

    .header.header-topbar.header-topbar2 .navbar .navbar-nav>li {
        margin-right: 15px
    }

    .header.header-topbar.header-topbar2 .navbar-brand {
        padding-right: 20px;
        margin-right: 20px
    }

    .header.header-topbar.header-topbar3 .module-holder .module-contact {
        margin-left: 0;
        margin-right: 15px
    }

    .header.header-topbar.header-topbar3 .navbar .navbar-nav>li {
        margin-right: 20px
    }

    .header.header-topbar.header-topbar3 .navbar .navbar-nav>li:last-child {
        margin-right: 0
    }

    .module-contact {
        margin-left: 20px
    }

    .module-contact .btn {
        padding: 0 20px
    }

    .module-contact.module-contact-2 .btn {
        width: 150px
    }
}

.slider .slide .slider-panel-holder .slider-panel .panel-icon {
    margin-bottom: 23px
}

.heading.heading-12 {
    margin-bottom: 20px
}

.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.carousel-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 5
}

.carousel-dots .owl-dots .owl-dot {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.carousel-dots .owl-dots .owl-dot.active span {
    height: 6px
}

.carousel-dots .owl-dots .owl-dot span {
    display: inline-block;
    width: 35px;
    height: 3px;
    border-top: 3px solid transparent;
    background-color: #6b7475;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-right: 0;
    position: relative
}

.blog-grid .owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage-outer {
    overflow: visible
}

.blog-grid .owl-carousel .owl-stage-outer .owl-item.active,
.owl-carousel .owl-stage-outer .owl-item.active,
.processes .processes-holder .images-holder .process-image-carousel .owl-stage-outer .owl-item,
.processes .processes-holder .process-content-carousel .owl-stage-outer .owl-item,
.project-single .project-image-carousel .owl-carousel .owl-stage-outer .owl-item,
.projects.projects-grid .carousel .owl-stage-outer .owl-item,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-stage-outer .owl-item,
.testimonial.testimonial-1 .carousel-dots .owl-item,
.testimonial.testimonial-3 .owl-stage-outer .owl-item,
.testimonial.testimonial-4 .owl-stage-outer .owl-item,
.testimonial.testimonial-5 .owl-stage-outer .owl-item {
    opacity: 1
}

.carousel-navs .owl-nav span,
.slider .carousel-navs .owl-nav span,
.testimonial.testimonial-1 .carousel-dots .owl-nav span {
    font-size: 0
}

.carousel-navs .owl-next:before,
.carousel-navs .owl-prev:before {
    font-family: carousel;
    font-size: 43px;
    font-weight: 600;
    color: #687596;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.carousel-navs .owl-prev {
    left: 50px
}

.carousel-navs .owl-prev:before,
.slider .carousel-navs .owl-nav .owl-prev:before,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-prev:before {
    content: "\e990"
}

.carousel-navs .owl-next {
    right: 50px
}

.carousel-navs .owl-next:before,
.slider .carousel-navs .owl-nav .owl-next:before,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-next:before {
    content: "\e991"
}

.carousel-navs .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%
}

.heading {
    margin-bottom: 48px
}

@media screen and (max-width:991.98px) {
    .header .navbar-brand .logo {
        width: auto;
        height: 60px
    }

    .header.header-light .navbar .logo-dark {
        display: none
    }

    .header.header-topbar {
        height: 80px
    }

    .header.header-topbar.header-topbar3 .module-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header.header-topbar.header-topbar3 .module-holder-phone {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .module-holder.module-holder-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        margin-top: 0
    }

    .module-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .module-contact .btn {
        height: 50px;
        width: 100%;
        border-radius: 8px
    }

    .module-contact .btn .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .module-contact.module-contact-2 .btn {
        width: 100%
    }

    .heading {
        text-align: center
    }

    .carousel-dots.dots-side .owl-dots {
        margin-bottom: 35px
    }
}

.heading .heading-title {
    font-family: var(--global--font-heading);
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--global--color-heading);
    font-size: 60px;
    leading-trim: NONE;
    line-height: 75px;
    letter-spacing: .26px
}

@media (min-width:992px) and (max-width:1200px) {
    .heading .heading-title {
        font-size: 35px;
        line-height: 1.4
    }
}

.heading .paragraph {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #283b6a;
    margin-bottom: 0
}

@media screen and (max-width:767.98px) {
    .btn {
        height: 50px
    }

    .accordion.accordion-2 .card,
    .accordion.accordion-2 .card:first-of-type,
    .accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) {
        padding-left: 15px;
        padding-right: 15px
    }

    .header .navbar-brand .logo {
        width: 100px
    }

    .module-search-warp .module-cancel {
        font-size: 14px;
        width: 50px;
        height: 50px
    }

    .module-search-warp .form-control::-webkit-input-placeholder {
        font-size: 18px
    }

    .module-search-warp .form-control::-moz-placeholder {
        font-size: 18px
    }

    .module-search-warp .form-control:-ms-input-placeholder {
        font-size: 18px
    }

    .heading .heading-title {
        font-size: 32px;
        line-height: 1.4
    }

    .carousel-dots .owl-dots .owl-dot span {
        width: 25px
    }

    .heading {
        text-align: center
    }

    .container {
        max-width: 720px;
        padding-left: 20px;
        padding-right: 20px
    }

    .heading.heading-12 .heading-title {
        margin-bottom: 0;
        margin-top: 20px;
        text-align: left
    }

    .about .about-block .block-left .paragraph {
        color: var(--global--color-secondary);
        font-weight: 400 !important;
        font-style: Regular;
        font-size: 14px !important;
        leading-trim: NONE;
        line-height: 26.3px !important;
        letter-spacing: -.44px !important
    }
}

.heading.heading-12 .heading-title {
    margin-bottom: 0;
    margin-top: 20px
}

.slider.slider-3 .slide-content .slide-headline {
    margin-bottom: 34px
}

.slider .slide {
    padding-top: 0;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider .slide .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider .slide .slide-content .slide-subheadline {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 16px;
    color: var(--global--color-gray);
    margin-bottom: 20px;
    text-transform: capitalize
}

.slider .slide .slide-content .slide-headline {
    font-family: var(--global--font-heading);
    font-weight: 700;
    font-size: 70px;
    color: var(--global--color-white);
    margin-bottom: 24px;
    text-transform: capitalize;
    line-height: 90px;
    letter-spacing: .12px
}

.slider .slide .slide-content .slide-desc {
    font-family: var(--global--font-body);
    color: var(--global--color-gray);
    font-weight: 700
}

@media (min-width:992px) and (max-width:1200px) {
    .heading.heading-12 .heading-title {
        font-size: 30px;
        line-height: 1.4
    }

    .slider .slide .slide-content .slide-headline {
        font-size: 60px;
        line-height: 1.3
    }
}

.slider .slide .slide-content .slide-desc {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 41px
}

.slider .slide .slide-content .slide-action .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    padding: 30px;
    -webkit-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    height: 65px;
    margin-right: 30px
}

.slider .slide .slider-panel-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider .slide .slider-panel-holder .slider-panel {
    background-color: var(--global--color-white);
    position: relative;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    border-radius: 8px;
    max-width: 270px
}

@media screen and (max-width:767.98px) {
    .slider .slide .slide-content .slide-headline {
        font-size: 36px;
        line-height: 1.3
    }

    .slider .slide .slide-content .slide-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .slider .slide .slide-content .slide-action .btn {
        width: 190px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .slider .slide .slide-content .slide-action .btn:last-child {
        margin-bottom: 0
    }

    .slider .slide .slide-content .slide-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0
    }

    .slider .slide .slide-content .slide-list .icon {
        margin: 0 15px 15px
    }

    .slider .slide .slide-content .slide-list .icon:last-child {
        margin-right: 15px
    }

    .slider .slide .slider-panel-holder .slider-panel {
        padding: 30px
    }
}

.slider .slide .slider-panel-holder .slider-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: calc(100% - 80px);
    background-color: var(--global--color-primary)
}

@media screen and (max-width:767.98px) {
    .slider .slide .slider-panel-holder .slider-panel::before {
        width: calc(100% - 60px)
    }

    .slider.slider-1 .slide .slide-content .slide-list {
        margin-bottom: 25px
    }
}

.slider .slide .slider-panel-holder .slider-panel .panel-icon:before {
    font-size: 75px;
    margin-left: 0;
    color: var(--global--color-heading)
}

.slider .slide .slider-panel-holder .slider-panel .panel-title {
    font-size: 19px;
    line-height: 29px;
    color: var(--global--color-secondary);
    text-transform: capitalize;
    margin-bottom: 10px
}

.slider .slide .slider-panel-holder .slider-panel .panel-desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 17px
}

.slider .slide .slider-panel-holder .slider-panel a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: var(--global--color-primary);
    border-radius: 50%;
    color: var(--global--color-white);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slider .slide .slider-panel-holder .slider-panel a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.slider .carousel-navs .owl-nav .owl-next:before,
.slider .carousel-navs .owl-nav .owl-prev:before,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-next:before,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-prev:before {
    color: rgba(255, 255, 255, .5);
    font-family: carousel !important;
    font-size: 44px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slider .carousel-navs .owl-nav .owl-next,
.slider .carousel-navs .owl-nav .owl-prev,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-next,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content span,
.slider .carousel-navs .owl-nav .owl-next:hover::before,
.slider .carousel-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-next:hover::before,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-prev:hover::before {
    color: #fff
}

.slider .carousel-navs .owl-nav .owl-next,
.testimonial.testimonial-1 .carousel-dots .owl-nav .owl-next {
    right: 30px
}

.slider .carousel-navs .owl-nav .owl-prev {
    margin-right: 0;
    left: 30px
}

.slider.slider-3 .slide-content .slide-list {
    margin-right: 0;
    margin-bottom: 32px
}

.slider.slider-3 .slide-content .slide-action .btn:first-child i {
    color: var(--global--color-heading);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slider.slider-3 .slide-content .slide-action .btn-video:hover i {
    background-color: var(--global--color-heading);
    color: var(--global--color-white)
}

.slider.slider-3 .slide-content .slide-action .btn-video i {
    width: 65px;
    height: 65px;
    margin-right: 30px
}

.slider.slider-3 .slide-content .slide-action .btn-video span {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: var(--global--font-body);
    font-size: 15px;
    font-weight: 700;
    color: var(--global--color-white);
    text-transform: capitalize
}

@media screen and (max-width:767.98px) {
    .slider.slider-3 .slide-content .slide-list li::before {
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .slider.slider-3 .slide-content .slide-action .btn:first-child {
        margin-right: 0
    }
}

.blog-grid .owl-carousel .owl-dots {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-grid .owl-carousel .owl-dots .owl-dot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (min-width:992px) and (max-width:1200px) {
    .slider .slide .slider-panel-holder .slider-panel {
        padding: 20px
    }

    .slider .slide .slider-panel-holder .slider-panel::before {
        width: calc(100% - 40px)
    }
}

@media screen and (max-width:991.98px) {

    .slider .slide .slide-content,
    .slider .slide .slider-panel-holder {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .slider .slide .slide-content .slide-subheadline {
        text-align: center;
        line-height: 1.5
    }

    .slider .slide .slide-content .slide-headline {
        margin-top: 0;
        padding-left: 16px
    }

    .slider .slide .slide-content .slide-desc {
        text-align: center
    }

    .slider .carousel-navs .owl-nav {
        display: none
    }

    .slider.slider-1 .slide {
        height: auto;
        padding-top: 70px;
        padding-bottom: 110px
    }

    .slider.slider-1 .slide .slide-content {
        margin-bottom: 50px
    }

    .slider.slider-3 .slide-content .slide-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-grid .owl-carousel .owl-dots {
        margin-top: 0
    }
}

.careers .carousel-dots .owl-dots {
    margin-top: 40px
}

.services .service-panel.services-panel-3 .service-content p {
    margin-bottom: 21px
}

.widget-recent-posts .carousel-dots .owl-dots {
    text-align: center;
    margin-top: 26px
}

.widget-recent-posts .carousel-dots .owl-dots .owl-dot.active span {
    background-color: var(--global--color-primary);
    border-color: var(--global--color-primary)
}

.widget-recent-posts .carousel-dots .owl-dots .owl-dot span {
    width: 16px;
    height: 6px;
    border-radius: 2px;
    border-width: 3px;
    background-color: var(--global--color-heading);
    border-color: var(--global--color-heading);
    margin-right: 12px
}

.services .service-panel:hover .service-content .btn::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.widget-filter .slider-mount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.features .carousel-dots .owl-dots {
    margin-top: 10px;
    margin-bottom: 70px
}

.about .about-block .block-left .btn {
    -webkit-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11)
}

.services .service-panel .service-content {
    display: -webkit-box;
    display: -ms-flexbox
}

.processes .processes-holder .images-holder .process-image-carousel .owl-stage-outer,
.processes .processes-holder .process-content-carousel .owl-stage-outer,
.projects.projects-grid .carousel .owl-stage-outer,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-stage-outer,
.testimonial.testimonial-1 .owl-stage-outer,
.testimonial.testimonial-3 .owl-stage-outer,
.testimonial.testimonial-4 .owl-stage-outer,
.testimonial.testimonial-5 .owl-stage-outer {
    overflow: hidden
}

.testimonial.testimonial-1 .carousel-dots .owl-dots {
    margin-top: 16px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

.about {
    overflow: visible
}

@media only screen and (max-width:767px) {
    section {
        padding: 70px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .navbar-nav>li {
        margin-right: 16px
    }
}

.services {
    padding-top: 210px;
    padding-bottom: 100px;
    background-color: #fff
}

.services .service-panel {
    position: relative;
    padding: 66px 40px 40px;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
    background-color: #f9fafb
}

.services .service-panel::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    width: calc(100% - 40px);
    background-color: var(--global--color-primary);
    border-radius: 0 0 8px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.services .service-panel:hover:after {
    height: 10px
}

.services .service-panel .service-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services .service-panel .service-content h4 {
    width: 100%;
    margin-bottom: 0
}

.services .service-panel .service-content h4 a {
    display: block;
    font-family: var(--global--font-heading);
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    text-transform: capitalize;
    padding-bottom: 36px;
    margin-bottom: 35px;
    border-bottom: 2px solid #eaeaea;
    color: var(--global--color-heading);
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.services .service-panel .service-content p {
    font-family: var(--global--font-body);
    margin-bottom: 24px;
    color: #364153;
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: -.31px;
    font-style: Italic
}

.services .service-panel .service-content .btn {
    position: relative;
    text-transform: capitalize;
    -webkit-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    width: 165px;
    height: 55px
}

.services .service-panel .service-content .btn i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--global--color-white);
    font-size: 12px
}

.services .service-panel.services-panel-3 {
    padding: 0;
    margin-bottom: 40px
}

.services .service-panel.services-panel-3:hover::after {
    height: 4px;
    width: calc(100% - 80px)
}

.services .service-panel.services-panel-3::after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    border-radius: 0
}

.services .service-panel.services-panel-3 .service-content {
    padding: 33px 40px 40px
}

.services .service-panel.services-panel-3 .service-content h4 a {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 19px
}

.services.services-2 .owl-dots {
    margin-bottom: 62px
}

.services.services-3 {
    padding-top: 130px;
    padding-bottom: 110px;
    background-position: top center
}

.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next,
.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev,
.projects.projects-grid .carousel .owl-nav .owl-next,
.projects.projects-grid .carousel .owl-nav .owl-prev,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 110px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next::before,
.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev::before,
.projects.projects-grid .carousel .owl-nav .owl-next::before,
.projects.projects-grid .carousel .owl-nav .owl-prev::before,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next::before,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev::before {
    color: var(--global--color-white);
    content: '\e906';
    font-family: energia;
    font-size: 20px
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev,
.projects.projects-grid .carousel .owl-nav .owl-prev,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev {
    left: 0;
    border-radius: 0 8px 8px 0;
    background-color: var(--global--color-primary)
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-prev:before,
.projects.projects-grid .carousel .owl-nav .owl-prev:before,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-prev:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next,
.projects.projects-grid .carousel .owl-nav .owl-next,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next {
    right: 0;
    border-radius: 8px 0 0 8px;
    background-color: var(--global--color-heading)
}

.project-single .project-image-carousel .owl-carousel .owl-nav .owl-next:before,
.projects.projects-grid .carousel .owl-nav .owl-next:before,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav .owl-next:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.projects.projects-grid .carousel .owl-dots,
.projects.projects-standard.projects-standard-2 .owl-carousel .owl-dots,
.service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -100px
}

@media screen and (min-width:768px) {
    .services .service-panel .service-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@-webkit-keyframes Bounce {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,
    75% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes Bounce {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,
    75% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.project-single .project-image-carousel .owl-carousel .owl-nav,
.projects.projects-grid .carousel .owl-nav {
    top: 167px
}

@media (max-width:400px) {
    .projects.projects-grid .carousel {
        padding: 0 5%
    }

    .projects.projects-grid.projects-grid-2 .carousel {
        padding: 0
    }
}

.projects.projects-grid.projects-grid-2 .carousel .owl-nav {
    position: absolute;
    top: 125px;
    left: -58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-next,
.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-next::before,
.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-prev::before {
    color: var(--global--color-white);
    font-family: carousel;
    font-size: 40px
}

.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-prev {
    left: auto;
    border-radius: 0;
    background-color: transparent
}

.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-prev:before {
    content: '\e990';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: var(--global--color-heading)
}

.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-next {
    right: auto;
    margin-bottom: 25px;
    border-radius: 0;
    background-color: transparent
}

.projects.projects-grid.projects-grid-2 .carousel .owl-nav .owl-next:before {
    content: '\e991';
    color: var(--global--color-primary);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.faqs {
    padding-top: 130px;
    padding-bottom: 110px
}

.section-subtitle {
    margin-bottom: 20px
}

.project-single .project-image-carousel .owl-carousel .owl-dots {
    margin-top: 10px;
    position: relative;
    bottom: auto
}

.faqs.faqs-2 {
    padding-top: 40px;
    padding-bottom: 40px
}

.awards {
    padding-top: 40px;
    padding-bottom: 20px
}

@media (min-width:992px) and (max-width:1200px) {
    .services .service-panel {
        padding-left: 20px;
        padding-right: 20px
    }

    .services .service-panel::after {
        width: calc(100% - 20px)
    }

    .services .service-panel.services-panel-3:hover::after {
        width: calc(100% - 50px)
    }

    .services .service-panel.services-panel-3 .service-content {
        padding-left: 25px;
        padding-right: 25px
    }
}

.about {
    padding-top: 130px;
    padding-bottom: 130px
}

.about .about-block .block-left .paragraph {
    color: var(--global--color-secondary);
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: -.44px
}

.about .about-block .block-left p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 32px
}

.content {
    position: relative;
    z-index: 2
}

@media screen and (max-width:991.98px) {
    .services .service-panel.services-panel-3 .service-content {
        text-align: center
    }

    .project-single .project-image-carousel .owl-carousel .owl-nav,
    .projects.projects-grid .carousel .owl-nav,
    .projects.projects-grid.projects-grid-2 .carousel .owl-nav,
    .testimonial.testimonial-1 .carousel-dots .owl-nav {
        display: none
    }

    .services {
        padding-top: 150px;
        padding-bottom: 70px
    }

    .services .service-panel {
        margin: 0 auto 30px;
        max-width: 370px
    }

    .services .service-panel.services-panel-3 .service-content .btn {
        margin: 0 auto
    }

    .about,
    .faqs,
    .services.services-3 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .faqs.faqs-2 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .awards {
        padding-top: 70px;
        padding-bottom: 30px
    }

    .about .about-block .block-left {
        margin-bottom: 40px
    }
}

.about.about-3 {
    padding-top: 110px;
    padding-bottom: 130px
}

.about.about-3 .about-block .block-left p {
    margin-bottom: 42px
}

@media screen and (max-width:991.98px) {
    .about.about-3 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media screen and (min-width:992px) {
    .carousel-dots.dots-side .owl-dots {
        position: absolute;
        bottom: -17px;
        right: 0
    }

    .carousel-navs .owl-nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        left: 0
    }

    .slider.slider-2 .carousel-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .slider.slider-2 .carousel-dots .owl-dots {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
        position: relative;
        max-width: 960px;
        bottom: auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
        margin-top: -6px
    }

    .widget-recent-posts .carousel-dots .owl-dots {
        text-align: left
    }

    .testimonial.testimonial-1 .owl-stage-outer::before {
        content: '';
        height: 100%;
        width: 40%;
        top: 0;
        right: 0;
        position: absolute;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #00000000), color-stop(22%, var(--global--color-heading)));
        background-image: -o-linear-gradient(left, #00000000 2%, var(--global--color-heading) 22%);
        background-image: linear-gradient(90deg, #00000000 2%, var(--global--color-heading) 22%);
        opacity: .96;
        z-index: 5
    }

    .services .service-panel {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about.about-3 .about-block .block-left .paragraph,
    .about.about-3 .about-block .block-left p {
        padding-left: 50px
    }
}

@media screen and (min-width:1200px) {
    .module-holder.module-holder-phone .navbar-toggler {
        display: none
    }

    .slider.slider-2 .carousel-dots .owl-dots {
        max-width: 1140px
    }

    .about.about-3 .about-block .block-left .paragraph,
    .about.about-3 .about-block .block-left p {
        padding-left: 0
    }
}

.processes .processes-holder .process-content-carousel .owl-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.processes .processes-holder .images-holder .process-image-carousel .owl-stage-outer .owl-item img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: auto
}

@media screen and (max-width:767.98px) {
    .services .service-panel {
        padding-left: 25px;
        padding-right: 25px
    }

    .services .service-panel::after {
        width: calc(100% - 20px)
    }

    .services .service-panel.services-panel-3:hover::after {
        width: calc(100% - 60px)
    }

    .services .service-panel.services-panel-3 .service-content {
        padding-left: 30px;
        padding-right: 30px
    }

    .service-single .service-entry .entry-content .entry-processes .images-holder .carousel .owl-nav {
        display: none
    }
}

#wrapperParallax {
    position: relative;
    z-index: 1060;
    min-height: 100vh
}

@media only screen and (max-width:991px) {
    .module-content {
        margin-bottom: 10px
    }

    #wrapperParallax {
        margin-bottom: 0 !important
    }
}

.footer {
    background-color: #1a2a36;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

@media screen and (max-width:991.98px) {
    .processes .processes-holder .process-content-carousel .owl-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.about-3 {
    padding: 100px 0
}

.img-left,
.img-right {
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.about-img-wrapper {
    position: relative;
    height: 420px
}

.green-grid,
.img-left,
.img-right {
    position: absolute
}

.green-grid {
    top: -30px;
    right: 155px;
    width: 335px;
    height: 260px;
    background-image: url(../images/img/image21.png);
    background-size: cover;
    opacity: .8;
    z-index: 1
}

.img-left {
    left: -70px;
    top: 30px;
    width: 300px;
    z-index: 2
}

.img-right {
    right: 0;
    top: 70px;
    width: 320px;
    z-index: 3
}

@media(max-width:991px) {

    .img-left,
    .img-right {
        position: relative;
        margin-bottom: 20px;
        border-radius: 0
    }

    .about-img-wrapper {
        height: auto;
        text-align: center
    }

    .img-left {
        width: 43%;
        left: -11px;
        margin-left: 16px
    }

    .img-right {
        width: 44%;
        left: -22px;
        margin-left: 20px
    }

    .green-grid {
        position: absolute;
        top: 0;
        right: 80px;
        width: 143px;
        height: 120px;
        background-image: url(../images/img/image21.png);
        background-size: cover;
        opacity: .8;
        z-index: 1
    }
}

.vertical-card {
    border: 1px solid rgba(255, 255, 255, .08)
}

.zest-verticals {
    position: relative;
    padding: 40px 0;
    background: linear-gradient(135deg, #0a2238, #071b2c);
    color: #fff;
    overflow: hidden
}

.glow-circle {
    position: absolute;
    left: -250px;
    top: -100px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(30, 255, 100, .5) 0, rgba(30, 255, 100, .25) 40%, transparent 70%);
    filter: blur(80px);
    z-index: 0
}

.green-list li,
.vertical-card {
    position: relative
}

.vertical-card {
    background: linear-gradient(135deg, rgba(73, 162, 68, .1) 0, rgba(73, 162, 68, .02) 100%);
    padding: 41px 46px 51px;
    z-index: 2
}

.vertical-card h5 {
    font-weight: 600;
    margin-bottom: 15px
}

.vertical-card li {
    margin-bottom: 8px;
    color: #c9d4df
}

.archimedes-row {
    margin-top: 60px
}

@media(max-width:992px) {
    .glow-circle {
        display: none
    }
}

.what-we-do {
    color: #d6e3ec
}

.section-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.5px
}

.feature-points {
    margin: 0;
    padding: 0
}

.feature-points li span,
.green-list li,
.section-subtitle-p {
    font-weight: 400;
    font-style: Regular;
    leading-trim: NONE;
    letter-spacing: 0
}

.green-list {
    list-style: none;
    padding-left: 0
}

.green-list li {
    padding-left: 22px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 23.8px
}

.green-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #3cff4e;
    border-radius: 50%
}

.section-subtitle-p {
    font-size: 15px;
    line-height: 24px;
    color: #fff
}

.feature-points {
    list-style: none
}

.feature-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    height: 90px;
}

.feature-points li img {
    width: 32px;
    height: 32px;
    margin-top: 6px;
    flex-shrink: 0
}

.feature-points li span {
    color: #d1dbe3;
    font-size: 14px;
    line-height: 23.8px
}

.container2 .icon,
.section .icon {
    position: relative;
    width: 24px;
    height: 24px
}

.container2 .div-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 24px
}

.awards .vector-3 {
    position: absolute;
    width: 87.5%;
    height: 95.83%;
    top: 4.17%;
    left: 12.5%
}

.section {
    position: relative;
    width: 1440px;
    height: 1048px;
    background-color: #fff;
    overflow: hidden
}

.section .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 1351px;
    height: 1244px;
    background: linear-gradient(180deg, #0b1929 0, rgba(0, 0, 0, 0) 0), linear-gradient(90deg, #0b1929 0, rgba(0, 0, 0, 0) 0)
}

.section .div {
    display: flex;
    flex-direction: column;
    width: 1440px;
    height: 976px;
    align-items: flex-start;
    gap: 12px;
    padding: 0 0 0 86px;
    position: absolute;
    top: 49px;
    left: 0
}

.section .div-wrapper {
    position: relative;
    width: 74px;
    height: 40px;
    background-color: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center
}

.section .text-wrapper {
    position: absolute;
    top: 8px;
    left: 10px;
    font-family: var(--global--font-body);
    font-weight: 400;
    color: #016630;
    font-size: 16px;
    letter-spacing: -.31px;
    line-height: 24px;
    white-space: nowrap
}

.section .redefining-outdoor {
    font-family: var(--global--font-body);
    font-weight: 700
}

.section .heading {
    position: relative;
    width: 827px;
    height: 76px
}

.section .redefining-outdoor {
    position: absolute;
    top: 1px;
    left: -4px;
    width: 1168px;
    color: #101727;
    font-size: 60px;
    letter-spacing: .26px;
    line-height: 75px;
    margin: 0
}

.section .container-2 {
    position: relative;
    width: 1339px;
    height: 766px
}

.section .container-3 {
    position: absolute;
    top: 20px;
    left: -8px;
    width: 829px;
    height: 393px;
    background: linear-gradient(117deg, #0b1929 0, rgba(11, 25, 41, .9) 100%)
}

.section .container-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 829px;
    height: 8px;
    background: linear-gradient(90deg, #4edf84 0, #99a1af 100%)
}

.section .container-5 {
    position: absolute;
    top: 8px;
    left: 0;
    width: 829px;
    height: 385px;
    display: flex
}

.section .group {
    width: 414.33px;
    display: flex
}

.section .container-6 {
    width: 414.33px;
    height: 385.12px;
    position: relative;
    overflow: hidden
}

.section .container-7 {
    position: absolute;
    top: 86px;
    left: 116px;
    width: 183px;
    height: 414px;
    transform: rotate(-90deg);
    background: linear-gradient(90deg, #0b1929 0, rgba(11, 25, 41, .8) 50%, rgba(0, 0, 0, 0) 100%)
}

.section .container-8 {
    width: 414.33px;
    height: 385.12px;
    position: relative
}

.section .container-9 {
    position: absolute;
    top: 0;
    left: 254px;
    width: 160px;
    height: 160px;
    background: linear-gradient(117deg, rgba(240, 177, 0, .1) 0, rgba(0, 0, 0, 0) 100%)
}

.section .img {
    width: 64px;
    height: 64px;
    position: relative
}

.section .text-wrapper-2,
.section .text-wrapper-3 {
    height: 40px;
    color: #fff;
    font-size: 32px;
    letter-spacing: -.8px;
    line-height: 40px;
    font-weight: 700;
    white-space: nowrap;
    font-family: var(--global--font-body)
}

.section .text-wrapper-2 {
    width: 262px;
    margin-top: -1px
}

.section .text-wrapper-3 {
    width: 220px
}

.section .paragraph {
    width: 350.33px;
    height: 73.12px;
    margin-top: 16px;
    display: flex
}

.section .image {
    top: 0;
    left: 1px;
    width: 402px;
    height: 385px;
    aspect-ratio: 1.26;
    position: absolute;
    object-fit: cover
}

.section .text-wrapper-5 {
    position: relative;
    flex: 1;
    margin-top: -1px;
    color: #fff;
    font-size: 24px;
    letter-spacing: -.6px;
    line-height: 30px;
    font-family: var(--global--font-body);
    font-weight: 700
}

.section .text-wrapper-6 {
    margin-left: 13px;
    white-space: nowrap;
    font-weight: 700;
    font-family: var(--global--font-body)
}

.section .text-wrapper-6 {
    margin-top: 6px;
    width: 37px;
    height: 20px;
    color: #d1d5dc;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px
}

.section .span {
    color: #d4d4d4
}

.section .text-wrapper-8 {
    font-family: var(--global--font-body);
    font-weight: 800;
    color: #fff
}

.section .text-wrapper-9 {
    margin-top: 8px;
    width: 32px;
    height: 16px;
    margin-left: 13px;
    color: #ffb900;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-family: var(--global--font-body);
    font-weight: 700;
    white-space: nowrap
}

.section .text-wrapper-10 {
    font-weight: 700;
    color: #0b1929;
    font-size: 22px;
    letter-spacing: -.55px;
    line-height: 27.5px;
    white-space: nowrap;
    position: absolute;
    font-family: var(--global--font-body)
}

.section .vector-3 {
    position: absolute;
    width: 95.84%;
    height: 95.83%;
    top: 4.17%;
    left: 4.16%
}

.section .text-wrapper-10 {
    top: 0;
    left: 0
}

.container2 .avatar {
    background-size: cover;
    background-position: 50% 50%
}

.section .p {
    color: #525252;
    font-size: 13px;
    line-height: 21.1px;
    font-family: var(--global--font-body);
    letter-spacing: 0;
    margin: 0;
    font-weight: 400
}

.section .p {
    width: 239px;
    height: 43px
}

.awards .container-8,
.container2 .div {
    border-top-width: 1px;
    border-top-style: solid
}

.container2 .text-wrapper {
    font-family: var(--global--font-body);
    font-size: 16px;
    letter-spacing: -.31px
}

.container2 .img {
    position: absolute;
    height: 91.67%;
    top: 8.33%
}

.container2 .img {
    width: 91.67%;
    left: 8.33%
}

.container2 .paragraph {
    margin-left: 32px;
    width: 349.34px;
    margin-top: 24px;
    display: flex
}

.container2 .div {
    display: flex;
    align-items: center;
    gap: 16px;
    border-color: #e5e7eb
}

.awards .footer,
.container2 .div-2 {
    display: flex;
    flex-direction: column
}

.container2 .image-rajesh-kumar {
    position: relative;
    background-color: #ffffff00
}

.container2 .avatar {
    position: relative;
    top: 8px;
    left: 8px;
    width: 100px;
    height: 100px;
    border-radius: var(--size-radius-full)
}

.container2 .div-2 {
    width: 193.12px;
    height: 70px;
    align-items: flex-start;
    gap: 4px;
    position: relative
}

.container2 .text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #101727;
    line-height: 24px;
    white-space: nowrap
}

.container2 .text-wrapper-2,
.container2 .text-wrapper-3 {
    top: 1px;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.15px;
    line-height: 20px;
    white-space: nowrap;
    font-family: var(--global--font-body)
}

.container2 .div-wrapper-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 20px
}

.container2 .text-wrapper-2 {
    position: absolute;
    color: #495565
}

.container2 .div-wrapper-3 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 20px;
    margin-bottom: -2px
}

.container2 .text-wrapper-3 {
    position: absolute;
    color: #00a63e
}

@media (min-width:1200px) {
    .awards {
        background-color: #101828;
        width: 100%;
        padding: 30px 20px
    }

    .awards .image {
        position: absolute;
        top: 43px;
        left: 750px;
        width: 180px;
        height: 161px;
        aspect-ratio: 1.16
    }

    .awards .button {
        all: unset;
        box-sizing: border-box;
        top: 74px;
        left: 919px;
        width: 138px;
        height: 44px;
        background-color: #ebfff2;
        position: absolute;
        display: flex;
        justify-content: center;
        cursor: pointer
    }
}

@media (min-width:1300px) {
    .awards {
        background-color: #101828;
        width: 100%;
        padding: 30px 20px
    }

    .awards .image {
        position: absolute;
        top: 43px;
        left: 770px;
        width: 187px;
        height: 161px;
        aspect-ratio: 1.16
    }

    .awards .button {
        all: unset;
        box-sizing: border-box;
        top: 74px;
        left: 950px;
        width: 138px;
        height: 44px;
        background-color: #ebfff2;
        position: absolute;
        display: flex;
        justify-content: center;
        cursor: pointer
    }
}

@media (min-width:1400px) {
    .awards {
        background-color: #101828;
        width: 100%;
        padding: 30px 20px
    }

    .awards .image {
        position: absolute;
        top: 43px;
        left: 891px;
        width: 187px;
        height: 161px;
        aspect-ratio: 1.16
    }

    .awards .button {
        all: unset;
        box-sizing: border-box;
        top: 74px;
        left: 1062px;
        width: 138px;
        height: 44px;
        background-color: #ebfff2;
        position: absolute;
        display: flex;
        justify-content: center;
        cursor: pointer
    }
}

@media (min-width:1500px) {
    .awards {
        background-color: #101828;
        width: 100%;
        padding: 30px 20px
    }

    .awards .image {
        position: absolute;
        top: 43px;
        left: 891px;
        width: 187px;
        height: 161px;
        aspect-ratio: 1.16
    }

    .awards .button {
        all: unset;
        box-sizing: border-box;
        top: 74px;
        left: 1062px;
        width: 138px;
        height: 44px;
        background-color: #ebfff2;
        position: absolute;
        display: flex;
        justify-content: center;
        cursor: pointer
    }
}

@media (min-width:1600px) {
    .awards {
        background-color: #101828;
        width: 100%;
        padding: 30px 20px
    }

    .awards .image {
        position: absolute;
        top: 43px;
        left: 891px;
        width: 187px;
        height: 161px;
        aspect-ratio: 1.16
    }

    .awards .button {
        all: unset;
        box-sizing: border-box;
        top: 74px;
        left: 1062px;
        width: 138px;
        height: 44px;
        background-color: #ebfff2;
        position: absolute;
        display: flex;
        justify-content: center;
        cursor: pointer
    }
}

.awards .footer {
    width: 1440px;
    height: 743px;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 0 48px;
    position: absolute;
    left: calc(50% - 720px);
    bottom: 0;
    background-color: #101828
}

.awards .container {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 204px;
    background: linear-gradient(90deg, #00a63e 0, #739300 100%)
}

.awards .group {
    position: absolute;
    top: 46px;
    left: 95px;
    width: 703px;
    height: 107px
}

.awards .connect {
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--global--font-body);
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3.6px;
    line-height: 16px;
    white-space: nowrap
}

.awards .let-s-work,
.awards .text-wrapper {
    top: 23px;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 44px;
    font-family: var(--global--font-body);
    position: absolute;
    white-space: nowrap
}

.awards .let-s-work {
    left: 0
}

.awards .text-wrapper {
    left: 204px
}

.awards .transform-your {
    position: absolute;
    top: 84px;
    left: 0;
    width: 695px;
    font-family: var(--global--font-body);
    font-weight: 400;
    color: #e8e8e8;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22.8px
}

.awards .div,
.awards .redefining-outdoor {
    font-size: 16px;
    letter-spacing: -.31px;
    font-family: var(--global--font-body)
}

.awards .sketch-annotation {
    position: absolute;
    top: 4px;
    left: 376px;
    width: 47px;
    height: 47px
}

.awards .img {
    position: absolute;
    width: 80.44%;
    height: 86.25%;
    top: 13.75%;
    left: 19.56%
}

.awards .div {
    margin-top: 9.5px;
    width: 83px;
    height: 24px;
    margin-left: 1px;
    font-weight: 500;
    color: #00a63e;
    text-align: center;
    line-height: 24px;
    white-space: nowrap
}

.awards .container-2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    padding: 35px 70px 70px
}

.awards .container-3 {
    position: relative;
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.awards .list,
.awards .list-2 {
    gap: 12px;
    list-style: none;
    padding: 0;
    align-self: stretch
}

.awards .container-4 {
    position: relative;
    height: 55px
}

.awards .paragraph {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 78px
}

.awards .redefining-outdoor {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    color: #99a1ae;
    line-height: 26px
}

.awards .container-5,
.awards .heading,
.awards .list {
    position: relative;
    width: 100%
}

.awards .container-5 {
    grid-row: 1/2;
    grid-column: 2/3;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px 80px;
}

.awards .heading {
    align-self: stretch
}

.awards .text-wrapper-2 {
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--global--font-body);
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    letter-spacing: -.44px;
    line-height: 28px;
    white-space: nowrap
}

.awards .list {
    display: flex;
    flex-direction: column;
    height: 96px;
    align-items: flex-start;
    margin: 0
}

.awards .text-wrapper-3,
.awards .text-wrapper-5 {
    position: relative;
    margin-top: -1px;
    margin-bottom: -4px;
    font-family: var(--global--font-body);
    font-weight: 400;
    color: #99a1ae;
    font-size: 16px;
    letter-spacing: -.31px;
    line-height: 24px;
    white-space: nowrap
}

.awards .list-item {
    height: 24px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.awards .link {
    display: flex;
    width: 104px;
    height: 19px;
    align-items: flex-start;
    position: relative;
    top: 2px
}

.awards .text-wrapper-3 {
    width: fit-content;
    margin-right: -.54px
}

.awards .div-wrapper {
    display: flex;
    width: 84px;
    height: 19px;
    align-items: flex-start;
    position: relative;
    top: 2px
}

.awards .link-2 {
    display: flex;
    width: 197px;
    height: 19px;
    align-items: flex-start;
    position: relative;
    top: 2px
}

.awards .text-wrapper-5 {
    width: fit-content
}

.awards .container-6,
.awards .list-2 {
    position: relative;
    width: 100%;
    display: flex
}

.awards .container-6 {
    grid-row: 1/2;
    grid-column: 3/4;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px 50px;
}

.awards .list-2 {
    flex-direction: column;
    height: 132px;
    align-items: flex-start;
    margin: 0
}

.awards .link-3 {
    display: flex;
    width: 80px;
    height: 19px;
    align-items: flex-start;
    position: relative;
    top: 2px
}

.awards .text-wrapper-6 {
    width: fit-content;
    position: relative;
    margin-top: -1px;
    margin-bottom: -4px;
    font-size: 16px;
    letter-spacing: -.31px;
    line-height: 24px;
    white-space: nowrap;
    font-family: var(--global--font-body);
    font-weight: 400;
    color: #99a1ae
}

.awards .text-wrapper-6 {
    margin-right: -.81px
}

.awards .link-4 {
    display: flex;
    width: 96px;
    height: 19px;
    align-items: flex-start;
    position: relative;
    top: 2px
}

.awards .text-wrapper-8 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    margin-bottom: -4px;
    margin-right: -.51px;
    font-family: var(--global--font-body);
    font-weight: 400;
    color: #99a1ae;
    font-size: 16px;
    letter-spacing: -.31px;
    line-height: 24px;
    white-space: nowrap
}

.awards .awards-recognition-wrapper {
    display: flex;
    width: 158px;
    height: 19px;
    align-items: flex-start;
    position: relative;
    top: 2px
}

.awards .awards-recognition {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    margin-bottom: -4px;
    margin-right: -.77px;
    font-family: var(--global--font-body);
    font-weight: 400;
    color: #99a1ae;
    font-size: 16px;
    letter-spacing: -.31px;
    line-height: 24px;
    white-space: nowrap
}

.awards .container-7,
.awards .list-3 {
    position: relative;
    width: 100%;
    display: flex
}

.awards .container-7 {
    grid-row: 1/2;
    grid-column: 4/5;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    font-style: normal
}

.awards .list-3 {
    flex-direction: column;
    height: 104px;
    align-items: flex-start;
    gap: 78px;
    align-self: stretch;
    list-style: none;
    margin: 0;
    padding: 0
}

.awards .icon {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px
}

.awards .text {
    position: inherit;
    top: 0;
    left: 32px;
    height: 24px;
    display: flex
}

.awards .office-no {
    font-family: var(--global--font-body);
    font-weight: 400;
    color: #99a1ae;
    font-size: 14px;
    letter-spacing: -.31px;
    line-height: 24px
}

.awards .text-wrapper-10,
.awards .text-wrapper-9 {
    font-size: 16px;
    letter-spacing: -.31px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--global--font-body);
    white-space: nowrap;
    color: #99a1ae;
    text-decoration: none
}

.awards .list-item-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 24px;
    margin-bottom: -22px
}

.awards .text-2 {
    position: absolute;
    top: 0;
    left: 32px;
    width: 107px;
    height: 24px;
    display: flex
}

.awards .text-wrapper-9 {
    margin-top: -.5px;
    width: 175px;
    height: 24px
}

.awards .list-item-3 {
    position: absolute;
    top: 144px;
    left: 0;
    width: 300px;
    height: 24px
}

.awards .vector-wrapper {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex
}

.awards .text-3 {
    position: absolute;
    top: 0;
    left: 32px;
    width: 147px;
    height: 24px;
    display: flex
}

.awards .text-wrapper-10 {
    margin-top: -1px;
    width: 126px;
    height: 25px
}

.awards .container-8 {
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-color: #1d2838;
    padding: 0 70px
}

.awards .element-zest-all-rights-wrapper {
    position: relative;
    height: 20px
}

.awards .element-zest-all-rights {
    position: absolute;
    top: 20px;
    left: 0;
    font-family: var(--global--font-body);
    font-weight: 400;
    color: #99a1ae;
    font-size: 14px;
    letter-spacing: -.15px;
    line-height: 20px
}

.awards .container-9 {
    position: relative;
    width: 332.89px;
    height: 20px
}

.awards .excellence {
    margin-top: 10.5px;
    width: 207px;
    height: 18px;
    margin-left: 15.5px;
    letter-spacing: 2.4px;
    font-family: var(--global--font-body);
    font-weight: 600;
    color: #49a244;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.awards .p {
    font-family: var(--global--font-body);
    letter-spacing: 0;
    margin: 0;
    color: #fff
}

.awards .p {
    width: 411px;
    height: 92px;
    font-weight: 700;
    font-size: 48px;
    line-height: 45.6px
}

.about-us .navbar-wrapper,
.awards .navbar-wrapper {
    position: absolute;
    width: 906px;
    height: 40px;
    top: 25px;
    left: 326px;
    display: flex
}

.awards .news-media {
    height: 60%;
    top: 20%;
    font-weight: 400;
    color: #354152;
    font-size: 16px;
    letter-spacing: -.31px;
    line-height: 24px;
    font-family: var(--global--font-body);
    white-space: nowrap
}

.awards .navbar {
    flex: 1;
    width: 917.65px;
    position: relative
}

.awards .news-media {
    position: absolute;
    width: 11.44%;
    left: 77.26%
}

.div,
.div-2 {
    gap: 16px;
    display: flex
}

.div {
    flex-direction: column;
    padding: 32px
}

.div-2 {
    align-items: baseline
}

.text-wrapper {
    font-family: var(--global--font-body);
    font-weight: 700;
    color: #0b1929;
    font-size: 20px
}

.paragraph p {
    font-size: 15px;
    line-height: 25px;
    color: #525252
}

.content h3 {
    letter-spacing: 0;
    leading-trim: NONE
}

.content h3 {
    font-size: 40px;
    font-weight: 700
}

.industry {
    max-width: 1380px;
    margin: auto
}

.content {
    bottom: 35px;
    left: 35px;
    right: 35px;
    color: #fff
}

.content.small {
    bottom: 25px
}

.content h3 {
    margin-bottom: 10px;
    font-style: Bold;
    line-height: 40px;
    color: #fff
}

.content h4 {
    font-size: 22px;
    margin-bottom: 6px
}

.content p {
    font-size: 15px;
    line-height: 1.6
}

@media(max-width:768px) {
    .content {
        left: 20px;
        right: 20px
    }
}

.dot {
    background: #36415366
}

.group {
    width: 200px;
    margin-bottom: 20px
}

.button,
.meta {
    font-size: 14px
}

.meta {
    color: #364153;
    margin-bottom: 30px
}

.button {
    padding: 12px 28px;
    background: #0b1929;
    color: #fff;
    border: none;
    cursor: pointer
}

.stat-label,
.stat-value {
    font-family: var(--global--font-body)
}

.stat-card1,
.stat-card2 {
    padding: 12px 20px;
    background: rgba(255, 255, 255, .1)
}

.stat-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 32%;
    margin-top: 100px
}

.stat-card1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 100%
}

.stat-card2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 80%
}

.stat-value {
    font-weight: 700;
    color: #47dd3e;
    font-size: 18px
}

.stat-label {
    color: #fff;
    font-size: 12px;
    margin-top: 0
}

@media (max-width:600px) {
    .text-wrapper {
        font-size: 18px
    }

    .div {
        padding: 24px
    }

    .button {
        padding: 10px 22px
    }

    .stat-label,
    .stat-value {
        font-family: var(--global--font-body)
    }

    .stat-wrapper {
        grid-template-columns: 1fr;
        margin-top: 75px;
        width: 51%;
        padding-left: 30px
    }

    .stat-value {
        font-weight: 700;
        color: #47dd3e;
        font-size: 16px
    }

    .stat-label {
        color: #fff;
        font-size: 10px;
        margin-top: 0
    }
}

.content h1 {
    font-family: Inter, sans-serif
}

.content h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0
}

:root {
    --global--color-primary: #00A63E;
    --global--color-primary-90: rgba(50, 195, 108, 0.9);
    --global--color-primary-70: rgba(50, 195, 108, 0.7);
    --global--color-heading: #101828;
    --global--color-secondary: #364153;
    --global--color-body: #9b9b9b;
    --global--color-white: #ffffff;
    --global--color-white-90: rgba(255, 255, 255, 0.9);
    --global--color-gray: #f9f9f9;
    --global--font-body: 'Inter', sans-serif;
    --global--font-heading: 'Inter', sans-serif;
    --global--font-secondary: 'Inter', sans-serif;
    --green: #49a244;
    --green-light: #7bf1a8;
    --green-dim: #00c95026;
    --green-bdr: #00c95040;
    --blue-dim: #2b7fff26;
    --blue-bdr: #2b7fff40;
    --blue-text: #8ec5ff;
    --grey-dim: #73737326;
    --grey-bdr: #73737340;
    --orange-dim: #ff690026;
    --orange-bdr: #ff690040;
    --orange-text: #ffb86a;
    --bg: #060e18;
    --surface: #0b1929;
    --border: #ffffff0d;
    --border2: #ffffff05;
    --white: #ffffff;
    --muted: #fff
}

@keyframes zispin {
    to {
        transform: rotate(360deg)
    }
}

.slider-nav-btn svg {
    pointer-events: none
}

.progress-wrap,
.slider-outer {
    overflow: hidden
}

@keyframes sucpop {
    from {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes crspin {
    to {
        transform: rotate(360deg)
    }
}

.solar-text {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .07px;
    max-width: 900px
}

.slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 40px 24px
}

.slider-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .25);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .15s;
    backdrop-filter: blur(4px)
}

.slider-nav-btn:hover {
    background: rgba(255, 255, 255, .4);
    transform: scale(1.05)
}

.slider-nav-btn:active {
    transform: scale(.97)
}

.slider-nav-btn:disabled {
    opacity: .35;
    cursor: default
}

.slider-outer {
    padding: 0 70px 40px
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1);
    align-items: stretch
}

.card-body {
    padding: 18px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1
}

.slider-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.slider-viewport {
    width: 100%;
    overflow: hidden;
    position: relative
}

.slider-belt {
    display: flex;
    transition: transform .85s cubic-bezier(.77, 0, .18, 1)
}

.slide {
    flex-shrink: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    margin-top: 20px
}

.logo-card {
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    transition: background .3s, border-color .3s, transform .3s
}

.logo-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    transition: filter .3s
}

.logo-card:hover img {
    filter: grayscale(0) brightness(1)
}

.logo-card .label-text {
    font-size: 11px;
    font-weight: 600;
    color: #3a3a3a;
    text-align: center;
    line-height: 1.4
}

.dots {
    gap: 8px;
    align-items: center;
    display: none
}

.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #252525;
    border: 1px solid #333;
    cursor: pointer;
    transition: .35s
}

.dot.active {
    background: #c8ff00;
    border-color: #c8ff00;
    width: 24px;
    border-radius: 4px
}

.progress-wrap {
    width: 100%;
    background: #1e1e1e;
    border-radius: 2px
}

.progress-bar {
    height: 100%;
    background: #c8ff00;
    border-radius: 2px;
    width: 0%
}

.social-container {
    display: flex;
    gap: 15px;
    background: #0b1b2b;
    justify-content: center;
    margin-left: 00px;
    margin-top: 0
}

.social-box {
    align-items: center;
    display: flex
}

.social-box {
    width: 40px;
    height: 40px;
    background: #1b2a3a;
    justify-content: center;
    transition: .3s;
    cursor: pointer
}

.section-title-Home {
    font-weight: 700;
    font-size: 62px;
    line-height: 68px;
    letter-spacing: -1.8px;
    margin: 10px 0 20px;
    color: #fff
}

.about-new-1-paragraph,
.faq-paragraph {
    font-style: Regular;
    letter-spacing: 0;
    leading-trim: NONE
}

.about-new.about-3 {
    padding-top: 50px;
    padding-bottom: 30px
}

.about-new-1.about-3 {
    padding-top: 60px;
    padding-bottom: 60px
}

.about-new-1-paragraph {
    color: #d4d4d4;
    font-size: 28px;
    line-height: 42px;
    text-align: center
}

.faq-paragraph {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #525252;
    margin-bottom: 20px
}

.faq-paragraph-heading {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 52px;
    letter-spacing: -.6px;
    color: #000;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #49A244 0%, rgba(73, 162, 68, 0.3) 50%, rgba(0, 0, 0, 0) 100%) 1
}

.media-partner-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.31px;
    color: #016630;
    background-color: #dcfce7;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    display: inline-block
}

@media (max-width:768px) {
    .bg-section {
        background-image: url('../images/HeroSectionM.webp');
        height: 400px
    }

    .slider-nav {
        padding: 0 20px 20px
    }

    .slider-outer {
        padding: 0 20px 30px
    }

    .faq-paragraph-heading {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 27px;
        leading-trim: NONE;
        line-height: 36px;
        letter-spacing: -.68px;
        padding-bottom: 30px;
        border-bottom: 2px solid;
        border-image: linear-gradient(90deg, #49A244 0%, rgba(73, 162, 68, 0.3) 50%, rgba(0, 0, 0, 0) 100%) 1
    }

    .about-new-1-paragraph,
    .faq-paragraph {
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 32px;
        letter-spacing: 0
    }

    .faq-paragraph {
        color: #525252;
        margin-bottom: 20px
    }

    .slider-viewport .slide {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(2, auto) !important
    }

    .slide {
        flex-shrink: 0;
        width: 100%;
        display: grid;
        gap: 0
    }

    .about-new.about-3 {
        padding-top: 34px;
        padding-bottom: 0
    }

    .about-new-1.about-3 {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .about-new-1-paragraph {
        text-align: center;
        color: #d4d4d4
    }

    .logo-card {
        border: 1px solid rgba(255, 255, 255, .06);
        border-radius: 12px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        transition: background .3s, border-color .3s, transform .3s
    }

    .hide-mobile-section {
        display: none
    }

    .show-mobile-section {
        display: block
    }

    .awards-mobile .container-2 {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 25px;
        padding: 20px;
        background-color: #0b1929
    }

    .container-row {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 0;
        padding: 0;
        background-color: #0b1929
    }

    .heading-footer {
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 28px;
        letter-spacing: -.44px;
        color: #fff;
        margin-bottom: 16px
    }

    .p-footer,
    .p-footer2 {
        font-family: Inter;
        font-weight: 100
    }

    .p-footer,
    .p-footer2,
    .paragraph p {
        font-style: Regular;
        font-size: 14px;
        letter-spacing: -.31px;
        color: #99a1af;
        leading-trim: NONE
    }

    .p-footer {
        line-height: 30px
    }

    .social-container {
        display: flex;
        gap: 15px;
        background: #0b1b2b;
        justify-content: left;
        margin-left: 0;
        margin-top: 0
    }

    .paragraph p {
        font-weight: 400;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .awards-mobile .container-3,
    .awards-mobile .container-5,
    .awards-mobile .container-6,
    .awards-mobile .container-7 {
        width: 100%;
        grid-column: auto !important
    }

    .awards-mobile .list-3 {
        gap: 20px
    }

    .awards-mobile .list-item-3,
    .awards-mobile .text,
    .awards-mobile .text-2,
    .awards-mobile .text-3 {
        position: static
    }

    .list-item-mobile {
        display: grid;
        grid-template-columns: 0fr 1fr !important;
        gap: 10px;
        padding: 8px 0;
        background-color: #0b1b2b
    }

    .p-footer2 {
        line-height: 22px
    }

    .container-8-footer {
        background-color: #0b1b2b;
        padding: 20px
    }
}

@media (max-width:540px) {
    
    .slider-nav {
        padding: 0 16px 12px
    }

    .slider-outer {
        padding: 0 16px 24px
    }

    .card-body {
        padding: 12px 12px 8px
    }

    .stat-card1,
    .stat-card2 {
        display: flex;
        padding: 10px;
        background: rgba(255, 255, 255, .1)
    }

    .stat-card1 {
        flex-direction: column;
        justify-content: center;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, .2);
        width: 97%
    }

    .archimedes-row {
        margin-top: 20px
    }

    .stat-card2 {
        flex-direction: column;
        justify-content: center;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, .2);
        width: 80%
    }
}

.industry {
    padding: 70px 0
}

.title {
    margin-bottom: 15px
}

.title {
    color: #00a63e;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 60px;
    letter-spacing: 0
}

.title {
    font-weight: 500;
    font-style: Italic
}

@media (max-width:992px) {
    .content h1 {
        font-size: 36px
    }

    .solar-text {
        font-size: 16px;
        line-height: 1.6
    }

    .section-title-Home {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: -1px
    }

    .title {
        font-size: 32px
    }
}

@media (max-width:576px) {
    .feature-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0px;
    height: 130px;
}
    .heading .heading-title {
        font-size: 30px;
        line-height: 1.4;
        text-align: center;
    }
    
    .about-new-1-paragraph {
    color: #d4d4d4;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
    .content h1 {
        font-size: 28px
    }

    .solar-text {
        text-align: left;
        padding: 0 20px;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 29px;
        letter-spacing: .07px
    }

    .section-title-Home {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -.5px
    }

    .vertical-card {
        background: linear-gradient(135deg, rgba(73, 162, 68, .1) 0, rgba(73, 162, 68, .02) 100%);
        border: 1px solid rgba(255, 255, 255, .08);
        padding: 30px 20px 20px 20px;
        position: relative;
        z-index: 2
    }

    .title {
        font-size: 36px;
        letter-spacing: 0
    }

    .title {
        font-weight: 500;
        font-style: Italic;
        leading-trim: NONE;
        line-height: 60px
    }

    .text-wrapper {
        font-size: 18px;
        text-align: left
    }

    .industry {
        padding: 40px 20px
    }

    .header .navbar .navbar-nav>li#contact.active a,
    .header .navbar .navbar-nav>li#contact:hover a {
        color: var(--global--color-primary);
        background-color: rgba(73, 162, 68, .1);
        padding: 1px 10px;
        border-radius: 10px;
        margin-left: -10px
    }

    .header .navbar .navbar-nav>li {
        margin-right: 130px;
        padding: 1px 10px
    }
}

@media (min-width:1200px) and (max-width:1299px) {

    .stat-card1,
    .stat-card2 {
        display: flex;
        padding: 12px 20px;
        background: rgba(255, 255, 255, .1)
    }

    .slider .slide .slide-content .slide-headline {
        font-family: var(--global--font-heading);
        font-weight: 700;
        font-size: 60px;
        color: var(--global--color-white);
        margin-bottom: 24px;
        text-transform: capitalize;
        line-height: 90px;
        letter-spacing: .12px
    }

    .stat-card1 {
        flex-direction: column;
        justify-content: center;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, .2);
        width: 105%
    }

    .stat-card2 {
        flex-direction: column;
        justify-content: center;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, .2);
        width: 90%
    }

    .vertical-card {
        background: linear-gradient(135deg, rgba(73, 162, 68, .1) 0, rgba(73, 162, 68, .02) 100%);
        border: 1px solid rgba(255, 255, 255, .08);
        padding: 20px 20px 10px;
        position: relative;
        z-index: 2
    }

    .industry {
        padding: 50px
    }
}

@media (min-width:1300px) and (max-width:1399px) {

    .img-left,
    .img-right {
        width: 280px;
        border-radius: 8px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
        position: absolute
    }

    .img-left {
        left: -70px;
        top: 30px;
        z-index: 2
    }

    .img-right {
        right: 0;
        top: 70px;
        z-index: 3
    }

    .industry {
        padding: 50px
    }

    .slider .slide .slide-content .slide-headline {
        font-family: var(--global--font-heading);
        font-weight: 700;
        font-size: 63px;
        color: var(--global--color-white);
        margin-bottom: 24px;
        text-transform: capitalize;
        line-height: 90px;
        letter-spacing: .12px
    }

    .vertical-card {
        background: linear-gradient(135deg, rgba(73, 162, 68, .1) 0, rgba(73, 162, 68, .02) 100%);
        border: 1px solid rgba(255, 255, 255, .08);
        padding: 30px 30px 33px;
        position: relative;
        z-index: 2
    }
}

@media (min-width:1400px) and (max-width:1499px) {

    .img-left,
    .img-right {
        position: absolute;
        width: 280px;
        border-radius: 8px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
    }

    .img-left {
        left: -70px;
        top: 30px;
        z-index: 2
    }

    .img-right {
        right: 0;
        top: 70px;
        z-index: 3
    }

    .industry {
        padding: 50px
    }

    .slider .slide .slide-content .slide-headline {
        font-family: var(--global--font-heading);
        font-weight: 700;
        font-size: 65px;
        color: var(--global--color-white);
        margin-bottom: 24px;
        text-transform: capitalize;
        line-height: 90px;
        letter-spacing: .12px
    }

    .vertical-card {
        background: linear-gradient(135deg, rgba(73, 162, 68, .1) 0, rgba(73, 162, 68, .02) 100%);
        border: 1px solid rgba(255, 255, 255, .08);
        padding: 30px 30px 33px;
        position: relative;
        z-index: 2
    }
}

@media (min-width:1500px) and (max-width:1599px) {

    .img-left,
    .img-right {
        position: absolute;
        width: 290px;
        border-radius: 8px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
    }

    .img-left {
        left: -70px;
        top: 30px;
        z-index: 2
    }

    .img-right {
        right: 0;
        top: 70px;
        z-index: 3
    }

    .slider .slide .slide-content .slide-headline {
        font-family: var(--global--font-heading);
        font-weight: 700;
        font-size: 65px;
        color: var(--global--color-white);
        margin-bottom: 24px;
        text-transform: capitalize;
        line-height: 90px;
        letter-spacing: .12px
    }

    .vertical-card {
        background: linear-gradient(135deg, rgba(73, 162, 68, .1) 0, rgba(73, 162, 68, .02) 100%);
        border: 1px solid rgba(255, 255, 255, .08);
        padding: 40px 30px;
        position: relative;
        z-index: 2
    }
}

.text-just{
    text-align: justify;
}