.cww-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/**
* slick slider hack
*/
.slick-dots li button {
    height: auto;
    width: auto;
    padding: 2px 10px;
    margin-top: 5px;
    border: 1px solid #858585;
    margin-right: 27px;
    display: block;
    transition: all 0.3s ease-in;
}

.slick-initialized .slick-dots li button {
    height: auto;
    width: auto;
    padding: 2px 10px;
    margin-top: 5px;
    border: 1px solid #858585;
    margin-right: 27px;
    display: block;
    transition: all 0.3s ease-in;
}

.slick-initialized li.slick-active button {
    background: var(--theme-color);
}

.slick-initialized .slick-dots li.slick-active button:before {
    font-size: 0;
}

.slick-initialized .slick-dots li button:hover:before,
.slick-initialized .slick-dots li button:focus:before {
    color: var(--theme-color);
}

.slick-initialized .slick-dots li button:before {
    font-size: 0;
}

.slick-initialized li.slick-active button {
    border-color: var(--theme-color);
}

li.slick-active button {
    background: var(--theme-color);
}

.slick-dots li.slick-active button:before {
    font-size: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: var(--theme-color);
}

.slick-dots li button:before {
    font-size: 0;
}

li.slick-active button {
    border-color: var(--theme-color);
}

.code-wrapp.section-title h5 span {
    position: relative;
}

.code-wrapp.section-title h5 span:after,
.code-wrapp.section-title h5 span:before {
    content: "";
    background: #333;
    height: 22px;
    width: 2.5px;
    bottom: 5px;
    left: -25px;
    position: absolute;
    -webkit-transform: rotate(344deg);
    -moz-transform: rotate(344deg);
    -ms-transform: rotate(344deg);
    -o-transform: rotate(344deg);
    transform: rotate(344deg);
}

.code-wrapp.section-title h5 span:before {
    left: -17px;
}

.code-wrapp.section-title h5 span.last-icon:before {
    left: 22px;
}

.code-wrapp.section-title h5 span.last-icon:after {
    left: 15px;
}

.code-wrapp.section-title.left {
    text-align: left;
}

.code-wrapp.section-title.center {
    text-align: center;
}

.code-wrapp.section-title.right {
    text-align: right;
}

/* sectoin title layout three */
.code-wrapp.section-title.layout-three h5 {
    position: relative;
    display: inline-block;
}

.code-wrapp.section-title.layout-three h5:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    right: -20px;
    bottom: 5px;
}




/* Section title layout four*/

.code-wrapp.section-title.layout-four {
    position: relative;
    z-index: 1;
}

.code-wrapp.section-title.layout-four:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
}

.code-wrapp.section-title.layout-four:before {
    background-color: rgba(51, 231, 175, .1);
}

.code-wrapp.section-title.layout-four.center:before {
    left: 40%;
}

.code-wrapp.section-title.layout-four.right:before {
    left: 82%;
}

/* Client logo */
.code-wrapp.client-logo ul li {
    display: inline-block;
    list-style: none;
}

.code-wrapp.client-logo ul li a {
    overflow: hidden;
    display: block;
    position: relative;
}

.code-wrapp.client-logo .hover_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.code-wrapp.client-logo ul li a:hover .hover_image {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.code-wrapp.client-logo ul li a .main_image {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.code-wrapp.client-logo ul li a:hover .main_image {
    transform: translateY(100%);
}

/* Services */
.code-wrapp.services .inner-service {
    background-size: cover;
    background-position: center right;
    position: relative;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
    filter: grayscale(50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.code-wrapp.services .inner-service:hover {
    filter: none;
    -webkit-box-shadow: 0 10px 27px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 10px 27px 0 rgb(0 0 0 / 30%);
}

.code-wrapp.services .inner-wrapp {
    height: 450px;
    background-image: linear-gradient(190deg, rgba(0, 0, 0, 0) 25%, rgba(9, 28, 46, 1) 77%);
}

.code-wrapp.services .content-wrapp {
    padding: 45px;
    position: absolute;
    bottom: 0;
}

.code-wrapp.services .content-wrapp h3 {
    color: #fff;
}

.code-wrapp.services .content-wrapp h6 {
    color: #DEDEDE;
}

.code-wrapp.services .content-wrapp .icon-wrapp svg {
    height: 80px;
    width: 80px;
    fill: #fff;
}

.code-wrapp.services .content-wrapp .icon-wrapp {
    color: #FFF;
}




/* Animated Banner  */
.aea-animated-banner {
    position: relative;
}

.aea-animated-banner img {
    position: relative;
    z-index: 1;
}

.animated-bg {
    position: absolute;
    content: "";
    left: -58px;
    bottom: -280px;
    width: 100%;
    height: 100%;
    background: #ff3d4f;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: 0;
    -webkit-animation: sliderShape 5s linear infinite;
}

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

/* Animited Heading */
/*span.typed-cursor {
    display: none !important;
    opacity: 0;
}*/
.aea-pre-heading,
.aea-animated-heading,
.aea-post-heading {
    display: inline-block;
}

/* Circular Bars */
.code-wrapp.circular-bars .bar-circular-wrapp {
    text-align: center;
    position: relative;
    flex: 1 1 45%;
}

.code-wrapp.circular-bars .title-bar {
    position: absolute;
    bottom: 0;
    left: 130px;
    transform: translate(-50%, -50%);
}

/* Simple Services */

.code-wrapp.simple-services .service-wrapp {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    padding: 15px;
}

.code-wrapp.simple-services .service-inner-wrapp {
    background: #FFF;
    border: 1px solid #d9dbe3;
    position: relative;
    margin-bottom: 30px;
    padding: 50px;
    border-radius: 12px;
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.code-wrapp.simple-services .service-inner-wrapp:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 12px;
}

.code-wrapp.simple-services .service-wrapper-outer .counter {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 22px;
    color: var(--theme-color);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.code-wrapp.simple-services .service-wrapper-outer .icon {
    font-size: 32px;
    display: inline-block;
}

.code-wrapp.simple-services .service-inner-wrapp h4 {
    margin: 12px 0;
    font-size: 24px;
    font-weight: 500;
    color: #11204d;
}

.code-wrapp.simple-services .service-wrapper-outer .service-inner-wrapp p {
    line-height: 2;
    color: #666;
    margin: 0;
}

.code-wrapp.simple-services .service-wrapper-outer .service-inner-wrapp:hover:before {
    border-radius: 12px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.code-wrapp.simple-services .service-wrapper-outer .service-inner-wrapp:before {
    background: #efebf8;
}

.code-wrapp.simple-services .service-wrapper-outer .service-inner-wrapp:hover .counter {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    top: 30px;
    right: 30px;
}

.code-wrapp.simple-services .service-wrapper-outer .service-inner-wrapp {
    background-size: cover;
    background-position: center right;
    position: relative;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
    filter: grayscale(50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.code-wrapp.simple-services .service-wrapper-outer .service-inner-wrapp:hover {
    filter: none;
    -webkit-box-shadow: 0 10px 27px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 10px 27px 0 rgb(0 0 0 / 30%);
}

.aea-overflow {
    overflow: hidden;
}

.code-wrapp.services h6 {
    margin: 8px 0;
}

.code-wrapp.services h3 {
    margin: 0;
}

/**
*
* Service section layout two / skin two
*/
.code-wrapp.services-widget.layout-two .services-layout-two-wrapp {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 35px;
    text-align: center;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}

.code-wrapp.services-widget.layout-two .services-layout-two-wrapp:hover {
    transform: translateY(-7.5px);
}

.code-wrapp.services-widget.layout-two .services-layout-two-wrapp h4 {
    margin: 15px 0 0 0;
}

.code-wrapp.services-widget.layout-two .service-layout-wrapp {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px 15px 0;
}

.code-wrapp.services-widget.layout-two .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    fill: var(--theme-color);
    background: #EAEDF6;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    transition: all 0.3s ease;
}

.code-wrapp.services-widget.layout-two .icon svg {
    height: 20px;
    vertical-align: middle;
}

.code-wrapp.services-widget.layout-two .service-layout-wrapp:hover .icon {
    border-radius: 100%;
    fill: #fff;
    background: var(--theme-color);
}

.code-wrapp.services-widget.layout-two a span svg {
    stroke: #666;
}

.code-wrapp.services-widget.layout-one .icon {
    height: 30px;
    width: 30px;
    font-weight: 800;
    fill: #ffffff;
    transform: rotate(45deg);
    margin-right: 25px;
    transition: .6s;
}

.code-wrapp.cww-slide li.slider-inner {
    height: 80vh;
    display: flex;
    align-items: center;
}

.code-wrapp.services-widget .services-widget-wrapp:hover .icon {
    transform: rotate(-45deg);
}

.code-wrapp.services-widget .services-widget-inner-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.code-wrapp.services-widget .services-widget-inner-wrapp .services-heading-counter {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: space-evenly;
    color: #ffffff;
}

.code-wrapp.services-widget .services-widget-inner-wrapp .services-heading-counter .counter {
    margin-right: 20px;
    color: var(--theme-color);
    transition: .6s;
}

.code-wrapp.services-widget .services-widget-inner-wrapp:hover .counter {
    color: #ffffff;
}

.code-wrapp.services-widget .services-widget-inner-wrapp .counter {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.code-wrapp.services-widget .services-heading-counter h2 {
    font-size: 32px;
    font-weight: bold;
}

.code-wrapp.services-widget.layout-one .services-description {
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    color: #ffffff;
    cursor: pointer;
}

.code-wrapp.services-widget .services-widget-wrapp {
    transition: all .6s ease-in;
    border-bottom: 1px solid #372a62;

}

.code-wrapp.services-widget .services-widget-wrapp:hover {
    background: linear-gradient(90deg, rgb(95 59 143) 13%, rgb(83 44 119) 39%, rgb(66 16 97) 71%, rgb(33 2 57) 100%);
}

@media only screen and (max-width: 767px) {
    .code-wrapp.services-widget .services-widget-inner-wrapp .services-heading-counter {
        width: 100%;
        gap: 10px;
        padding: 0 25px 0 0;
    }

    .code-wrapp.services-widget .services-description {
        display: block;
        width: 100%;
        padding: 0;
    }

    .code-wrapp.services-widget .icon {
        right: 20px;
        top: 20%;
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .code-wrapp.services-widget.layout-two .service-layout-wrapp {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services-widget-inner-wrapp {
        display: block !important;
        width: 100%;
        position: relative;
    }

    .code-wrapp.services-widget .services-widget-inner-wrapp .services-heading-counter {
        width: 100%;
        gap: 10px;
        padding: 0 25px 0 0;
        justify-content: flex-start;
        margin-left: 20px;
    }

    .code-wrapp.services-widget .services-description {
        display: block;
        width: 100%;
        padding: 0;
    }

    .code-wrapp.services-widget.layout-one .icon {
        right: 20px;
        top: 15%;
        font-size: 15px;
        position: absolute;
    }

    .code-wrapp.services-widget .services-widget-inner-wrapp .services-heading-counter .counter {
        margin-right: 0px;
    }

    .code-wrapp.services-widget .services-description p {
        margin: 0 0 20px 17px;
    }

}

@media only screen and (max-width: 500px) {
    .code-wrapp.services-widget.layout-two .service-layout-wrapp {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .code-wrapp.services-widget.layout-two .service-layout-wrapp {
        padding: 0 0 15px 0;
    }
}

/*
* Intro text
* animated intro text
*/
.code-wrapp.intro-text {
    position: relative;
}

.code-wrapp.intro-text h2.animate-stroke {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 4px var(--theme-color);
    text-stroke: 4px var(--theme-color);
    -webkit-animation: 3s pulsate infinite alternate ease-in-out;
    animation: 3s pulsate infinite alternate ease-in-out;

}

@-webkit-keyframes stroke {
    0% {
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 1;
    }

    100% {
        stroke-dashoffset: 100%;
        stroke-dasharray: 100% 0;
        stroke-width: 1;
    }
}

@keyframes stroke {
    0% {
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 1;
    }

    100% {
        stroke-dashoffset: 100%;
        stroke-dasharray: 100% 0;
        stroke-width: 1;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

/* .code-wrapp.cww-slide Sudhir */
.code-wrapp.cww-slide li {
    position: relative;
}

.code-wrapp.cww-slide .slider-image img {
    position: absolute;
    right: 10%;
    bottom: 0;
}

.code-wrapp.cww-slide {
    position: relative;
}

.code-wrapp.cww-slide {
    height: 90vh;
}

.code-wrapp.cww-slide .slick-track {
    position: relative;
}

.code-wrapp.cww-slide .slider-main {
    width: 100%;
    position: relative;
}

.code-wrapp.cww-slide .slider-content {
    width: 60%;
    padding: 2rem 0;
}

.code-wrapp.cww-slide .slider-content h1 {
    font-size: 96px;
    margin: 0;
    max-width: 555px;
    word-wrap: break-word;
}

.code-wrapp.cww-slide .slider-content p {
    font-size: 18px;
    max-width: 500px;
}

.code-wrapp.cww-slide .slider-content svg {
    height: 20px;
    padding-right: 12px;
}

.code-wrapp.cww-slide ul.slide-wrapp {
    margin: 0;
    padding: 0;
}

.code-wrapp.cww-slide ul.slick-dots {
    z-index: 99;
    position: absolute;
    bottom: 5px;
}

.code-wrapp.cww-slide .slick-dots li {
    width: 30px;
    height: 30px;
}

.code-wrapp.cww-slide .slick-dots li button {
    border-radius: 0;
    border-color: transparent;
    background: #c7c7c7;
}

.code-wrapp.cww-slide a.slider-button-link {
    z-index: 9;
    position: relative;
}

.code-wrapp.cww-slide .slick-initialized li.slick-active button {
    background: var(--theme-color);
}

.code-wrapp.cww-slide .slick-initialized .slick-dots li button {
    padding: 2px 15px;
}

.code-wrapp.cww-slide .slider-content span.icon {
    fill: #ffffff;
    vertical-align: middle;
}

.code-wrapp.cww-slide .slider-content a.slider-button-link {
    background: var(--theme-color);
    padding: 8px 26px;
    transition: all 0.3s ease-in;
}

.code-wrapp.cww-slide .slider-content a.slider-button-link:hover {
    background: #333;
}

.code-wrapp.cww-slide .slider-content a.slider-button-link {
    display: inline-block;
    color: #fff;
}

.code-wrapp.cww-slide li.slick-active .slider-content:before,
.code-wrapp.cww-slide li.slick-active .slider-content:after {
    opacity: 1;
}

.code-wrapp.cww-slide li .slider-content:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 5%;
    width: 45%;
    height: 95%;
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to right, transparent 55%, var(--theme-color) 55%, var(--theme-color) 100%) 30;
    border-image: linear-gradient(to right, transparent 55%, var(--theme-color) 55%, var(--theme-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 5s;
    transition-property: opacity, transform;
    opacity: 0;
}

.code-wrapp.cww-slide li .slider-content:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 5%;
    width: 45%;
    height: 95%;
    border-left: 4px solid;
    border-bottom: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to bottom, transparent 83%, var(--theme-color) 83%, var(--theme-color) 100%) 30;
    border-image: linear-gradient(to bottom, transparent 83%, var(--theme-color) 83%, var(--theme-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 5s;
    transition-property: opacity, transform;
    opacity: 0;
}

.code-wrapp.cww-slide img {
    width: auto;
    height: 100%;
}

/* 
.code-wrapp.cww-slide .slider-image img {
    height: auto;
} */

.code-wrapp.cww-slide ul.slick-dots li {
    background-color: transparent !important;
}

@media only screen and (max-width: 1025px) {
    .code-wrapp.cww-slide li .slider-content:before {
        display: none;
    }

    .code-wrapp.cww-slide li .slider-content:after {
        display: none;
    }

    .code-wrapp.cww-slide .slider-content h1 {
        font-size: 72px;
        line-height: 92px;
    }


}

@media only screen and (max-width: 426px) {
    .code-wrapp.cww-slide .slider-main {
        display: block;
        width: 100%;
    }

    .code-wrapp.cww-slide .slider-content {
        width: 100%;
    }

    .code-wrapp.cww-slide .slider-image {
        width: 100%;
    }

    .code-wrapp.cww-slide .slider-image img {
        width: 100%;
        margin-top: 30px;
    }
}