
/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*
=============
 Header
=============
*/
.site-header .transparent-menu.sticky{
    background-color: #021327;
}
rs-layer#slider-8-slide-13-layer-5 {
    text-decoration: underline !important;
}

/*
============
 Nav Menu
============
*/
.nav-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-menu .menu-ul li{
    position: relative;
    margin-right: 10px;
}
.nav-menu .menu-ul li a{
    display: inline-block;
    padding: 15px 10px;
}

.nav-menu .menu-ul li .sub-menu{
    position: absolute;
    display: block;
    background-color: red;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu .menu-ul li .sub-menu li{
    margin: 0;
}
.nav-menu .menu-ul li .sub-menu li a{
    display: block;
}
.nav-menu .menu-ul li:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-toggle{
    display: none;
}



@media (max-width: 768px){

    .nav-menu .menu-toggle{
        display: block;
    }

    .nav-menu .menu-ul {
        position: absolute;
        top: 100%;
        display: block;
        background-color: yellow;
        width: 100%;
        display: none;
    }

    .nav-menu ul li a{
        width: 100%;
    }

}

/* Elementor Tab Customized */

.elementor-tab-content {
    border-radius: 0 0  10px 10px;
}
.elementor-tab-content ul {
    padding-left: 27px;
    list-style: none;
}

.elementor-tab-title {
    font-family: 'Rajdhani';
    color: #232323;
    font-size: 19px;
}
.elementor-tab-title.elementor-active {
    border-radius:10px 10px 0 0 ;
}
.elementor-tab-content ul li {
    color: #232323;
    font-family: rajdhani;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
    position:relative;
}
.elementor-tab-content ul li:before {
    content: "";
    width: 22px;
    height: 30px;
    position: absolute;
    left: -26px;
    top: 6px;
    background: url(https://wp.ditsolution.net/cybeax/wp-content/uploads/2023/12/checkpng.png);
    z-index: 999;
    background-repeat: no-repeat;
}
.em-video-image img {
    border-radius: 10px;
}
.marquee a {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    line-height: 70px;
    font-family: 'Rajdhani';
    font-weight: 700;
    margin: 0 15px; 
}
/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

/*
=============
Slick Slider
=============
*/
.single-slick {
    position: relative;
    min-height: 875px;
    z-index: 1;
}
.single-slick.style_one{
      position: relative;
    min-height: 900px;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .hero-text-wrap {
    width: 63%;
    position: relative;
    z-index: 99;
}
.dreamit-slick-slider .hero-text {
    position: relative;
    top: 28px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    font-size: 62px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    line-height: 70px;
    font-weight: 700;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
}
.dreamit-slick-slider .hero-text-wrap h4 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 17px;
    text-transform: uppercase;
}
.dreamit-slick-slider .hero-text-wrap p {
    font-size: 18px;
    /* color: #fff; */
    margin: 29px 0 29px;
    width: 73%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn {
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
    display: inline-block;
    color: #001b17;
    padding: 14px 36px;
    font-weight: 500;
    font-size: 16px;
    margin-right: 14px;
    transition: 0.5s;
    margin-right: 13px;
    margin-top: 0px;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    border-radius: 30px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn-gradientstyle_two {
    border-radius: 0;
    animation: 1s 2s fadeInUp both;
    color: #fff;
    padding: 14px 0;
    font-size: 16px;
    margin-right: 14px;
    transition: 0.5s;
    margin-right: 20px;
    margin-top: 0px;
    background-image: none;
    border: none;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn-gradientstyle_two i {
    display: inline-block;
    margin-right: 9px;
    color: #36D2BC;
    font-size: 27px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover {
   background-image: linear-gradient(40deg, #5fefff 0%, #00ff87 100%);
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn-gradientstyle_two:focus{
    box-shadow:none;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none {
    background: transparent;
    border-color: none;
    text-align: left;
    margin-left: 9px;
}
.dreamit-slick-slider .single-slick.style_one .button_two i {
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    color: #001b17;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}


/*slick slider style two*/

.single-slick.style-two .hero-text-wrap h4 {
    font-size: 25px;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 25px;
    font-size: 18px;
    color: #0dfd97;
    font-weight: 500;
    font-family: "Ubuntu";
}


.single-slick.style-two .hero-text-wrap h1 {
    font-size: 62px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
    line-height: 70px;
}
.single-slick.style-two .hero-text-wrap .btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
    display: inline-block;
    color: #001b17;
    padding: 14px 36px;
    font-weight: 500;
    font-size: 16px;
    margin-right: 14px;
    transition: 0.5s;
    margin-right: 13px;
    margin-top: 0px;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    border-radius: 30px;
}
.single-slick.style-two .hero-text-wrap .btn:hover{
   background-image: linear-gradient(40deg, #5fefff 0%, #00ff87 100%); 
   color:#001b17;
}
.single-slick.style-two .button_two {
    display: inline-block;
}
.single-slick.style-two .hero-text-wrap p {
    margin-top: 30px;
    width: 79%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    line-height: 30px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 28px;
    color: #7b8a84;
    font-weight: 400;
    font-family: "Inter";
    margin-bottom: 36px;
}
.single-slick.style-two .slider-single-image {
    position: absolute;
    right: -55%;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    bottom: -164px;
    z-index: 22;
}

.content_class {
    position: absolute;
    width: 504px;
    height: 504px;
    padding: 90px;
    background-color: transparent;
    top: 50%;
    right: 60%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.prop {
  position: absolute;
  border-radius: 50%;
}

.prop_Void {
  position: absolute;
  border-radius: 50%;
  background-color: #001513;
}

.circle1 {
  width: 400px;
  height: 400px;
background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__1 {
  width: 600px;
  height: 600px;
  margin-left: 7px;
  margin-top: 7px;
}

.circle2 {
  width: 380px;
  height: 380px;
  margin-left: 10px;
  margin-top: 10px;
 background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__2 {
  width: 360px;
  height: 360px;
  margin-left: 20px;
  margin-top: 20px;
}

.circle3 {
  width: 350px;
  height: 350px;
  margin-left: 25px;
  margin-top: 25px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 84% 84%;
  background-repeat: no-repeat;
}

.void__3 {
  width: 340px;
  height: 340px;
  margin-left: 30px;
  margin-top: 30px;
}

.circle3_1 {
  width: 350px;
  height: 350px;
  margin-left: 25px;
  margin-top: 25px;
 background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__3_1 {
  width: 320px;
  height: 320px;
  margin-left: 40px;
  margin-top: 40px;
}

.circle3_2 {
  width: 320px;
  height: 320px;
  margin-left: 40px;
  margin-top: 40px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__3_2 {
  width: 306px;
  height: 306px;
  margin-left: 47px;
  margin-top: 47px;
}
.circle4 {
  width: 310px;
  height: 310px;
  margin-left: 45px;
  margin-top: 45px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}
.void__4 {
  width: 300px;
  height: 300px;
  margin-left: 50px;
  margin-top: 50px;
}

.circle5 {
  width: 290px;
  height: 290px;
  margin-left: 55px;
  margin-top: 55px;
background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__5 {
  width: 260px;
  height: 260px;
  margin-left: 70px;
  margin-top: 70px;
}

.circle6 {
  width: 262px;
  height: 262px;
  margin-left: 69px;
  margin-top: 69px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.void__6 {
  width: 250px;
  height: 250px;
  margin-left: 75px;
  margin-top: 75px;
}

.circle7 {
  width: 230px;
  height: 230px;
  margin-left: 85px;
  margin-top: 85px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}

.void__7 {
  width: 220px;
  height: 220px;
  margin-left: 90px;
  margin-top: 90px;
}

.circle7_1 {
  width: 222px;
  height: 222px;
  margin-left: 89px;
  margin-top: 89px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__7_1 {
  width: 200px;
  height: 200px;
  margin-left: 100px;
  margin-top: 100px;
}

.circle7_2 {
  width: 204px;
  height: 204px;
  margin-left: 98px;
  margin-top: 98px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__7_2 {
  width: 200px;
  height: 200px;
  margin-left: 100px;
  margin-top: 100px;
}

.circle8 {
  width: 180px;
  height: 180px;
  margin-left: 110px;
  margin-top: 110px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__8 {
  width: 160px;
  height: 160px;
  margin-left: 120px;
  margin-top: 120px;
}

.circle9 {
  width: 150px;
  height: 150px;
  margin-left: 125px;
  margin-top: 125px;
 background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__9 {
  width: 146px;
  height: 146px;
  margin-left: 127px;
  margin-top: 127px;
}

.circle10 {
  width: 140px;
  height: 140px;
  margin-left: 130px;
  margin-top: 130px;
background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.circle11 {
  width: 130px;
  height: 130px;
  margin-left: 135px;
  margin-top: 135px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__11 {
  width: 116px;
  height: 116px;
  margin-left: 142px;
  margin-top: 142px;
}

.circle11 {
  width: 118px;
  height: 118px;
  margin-left: 141px;
  margin-top: 141px;
background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__12 {
  width: 100px;
  height: 100px;
  margin-left: 150px;
  margin-top: 150px;
}

.circle13 {
  width: 98px;
  height: 98px;
  margin-left: 151px;
  margin-top: 151px;
 background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}

.void__13 {
  width: 90px;
  height: 90px;
  margin-left: 155px;
  margin-top: 155px;
}

.circle14 {
  width: 98px;
  height: 98px;
  margin-left: 151px;
  margin-top: 151px;
  background: linear-gradient(50deg, #088957 100%, transparent 100%) 0 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.void__14 {
  width: 80px;
  height: 80px;
  margin-left: 160px;
  margin-top: 160px;
}






/* Line Css */
 .lines {
    padding: 15px 0 40px;
		-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
}
.lines .line {
    position: relative;
    width: 87%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

 .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #20FAAE;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}

        

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Slider Button Css */
.dreamit-slick-slider .hero-text-wrap .btn {
    padding: 14px 20px 14px 30px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover {
    color: #20FAAE;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}


/* Slider Call Option Css */

.dreamit-slick-slider .call-button {
    margin-left: 25px;
	-webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .call-number span {
    color: #858B97;
}
.dreamit-slick-slider .call-number h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.dreamit-slick-slider .call-number h3 a {
    color: inherit;
}
.dreamit-slick-slider .call-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #20FAAE;
    TEXT-ALIGN: CENTER;
    border: 2px solid #20FAAE;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}


/* Slider Right Image Option */

.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
canvas#neuro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: .52;
    height: 100%;
    overflow: hidden;
}
.dreamit-slick-slider .slider-single-image {
    position: absolute;
    right: 17%;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    bottom: 125px;
    z-index: 22;
}
.dreamit-slick-slider .slider-single-image img {
	display: block;
}
.dreamit-slick-slider .shape {
    display: inline-block;
    position: absolute;
    right: -8%;
    bottom: 4px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .shape_two {
    display: inline-block;
    position: absolute;
    top: 8%;
    right: -58%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: absolute;
    left: 45%;
    top: 45%;
    text-align: center;
}
.dreamit-slick-slider .slider-video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #20FAAE;
    background: #fff;
    display: inline-block;
    font-size: 26px;
	position:relative; 
	z-index:1;
}
.dreamit-slick-slider .slider-video-icon a:after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border: 3px dashed #fff;
    z-index: -1;
    content: "";
    border-radius: 100%;
	-webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}

/* Slick Slider Next */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 80px;
    color: #fff;
    border: 0;
}
.slick-next {
    background-color: rgba(0,0,0,0.40)!important;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
    height: 80px!important;
    top: 50%;
    width: 80px!important;
    line-height: 80px!important;
    color: #fff;
    border: 0;
}
 .slick-next:hover{
    background-color: #20FAAE!important;
    color: #FFF;
}
.slick-next:hover:before{
    color: #FFF!important;
}
.slick-next::before {
    font-size: 26px!important;
    color: #fff!important;
}
.dreamit-slick-slider .slick-prev {
	left: -94px;
}
.dreamit-slick-slider .slick-next {
    right: -80px;
    top: 50%;
    opacity: 1;
    color: #fff!important;
    transition: .5s;
}
.dreamit-slick-slider:hover .slick-prev {
	left: 50px;
}
.dreamit-slick-slider:hover .slick-next {
	right: 50px;
}
.dreamit-slick-slider .slick-prev::before,
.dreamit-slick-slider .slick-next::before {
	color: #fff!important;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}
.dreamit-slick-slider .slick-next:before {
	content: "\f105"!important;
	font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #20FAAE;
	color: #FFF;
	border: 0;
	outline:0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}
.rotateme {
	position: absolute;
	z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}


/*animation*/

.stars {
    position: fixed;
    top: -310px;
    left: -36px;
    width: 100%;
    height: 120%;
    transform: rotate(-45deg);
}

.star {
  --star-color: var(--primary-color);
  --star-tail-length: 6em;
  --star-tail-height: 2px;
  --star-width: calc(var(--star-tail-length) / 6);
  --fall-duration: 9s;
  --tail-fade-duration: var(--fall-duration);
  position: absolute;
  top: var(--top-offset);
  left: 0;
  width: var(--star-tail-length);
  height: var(--star-tail-height);
  color: var(--star-color);
    background: linear-gradient(45deg, #4DF1EA, transparent);
/*  background-image: linear-gradient(45deg, #4DF1EA 35%, #0DFC97 70%);*/
  border-radius: 50%;
  filter: drop-shadow(0 0 6px currentColor);
  transform: translate3d(104em, 0, 0);
  animation: fall var(--fall-duration) var(--fall-delay) linear infinite, tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite;
}
@media screen and (max-width: 750px) {
  .star {
    animation: fall var(--fall-duration) var(--fall-delay) linear infinite;
  }
}
.star:nth-child(1) {
  --star-tail-length: 5.14em;
  --top-offset: 76.81vh;
  --fall-duration: 10.787s;
  --fall-delay: 9.923s;
}
.star:nth-child(2) {
  --star-tail-length: 5.09em;
  --top-offset: 4.86vh;
  --fall-duration: 11.163s;
  --fall-delay: 3.817s;
}
.star:nth-child(3) {
  --star-tail-length: 6.81em;
  --top-offset: 30.68vh;
  --fall-duration: 6.345s;
  --fall-delay: 9.639s;
}
.star:nth-child(4) {
  --star-tail-length: 6.1em;
  --top-offset: 68.83vh;
  --fall-duration: 9.168s;
  --fall-delay: 7.586s;
}
.star:nth-child(5) {
  --star-tail-length: 6.53em;
  --top-offset: 45.16vh;
  --fall-duration: 6.827s;
  --fall-delay: 8.958s;
}
.star:nth-child(6) {
  --star-tail-length: 5.06em;
  --top-offset: 59.5vh;
  --fall-duration: 11.995s;
  --fall-delay: 9.666s;
}
.star:nth-child(7) {
  --star-tail-length: 7.02em;
  --top-offset: 70.57vh;
  --fall-duration: 8.137s;
  --fall-delay: 8.19s;
}
.star:nth-child(8) {
  --star-tail-length: 5.22em;
  --top-offset: 97.1vh;
  --fall-duration: 11.789s;
  --fall-delay: 3.963s;
}
.star:nth-child(9) {
  --star-tail-length: 5.98em;
  --top-offset: 55.53vh;
  --fall-duration: 11.865s;
  --fall-delay: 6.294s;
}
.star:nth-child(10) {
  --star-tail-length: 5.16em;
  --top-offset: 65.11vh;
  --fall-duration: 9.548s;
  --fall-delay: 6.268s;
}
.star:nth-child(11) {
  --star-tail-length: 5.56em;
  --top-offset: 18.61vh;
  --fall-duration: 6.1s;
  --fall-delay: 7.271s;
}
.star:nth-child(12) {
  --star-tail-length: 7.48em;
  --top-offset: 31.86vh;
  --fall-duration: 9.271s;
  --fall-delay: 7.06s;
}
.star:nth-child(13) {
  --star-tail-length: 6.09em;
  --top-offset: 53.97vh;
  --fall-duration: 10.967s;
  --fall-delay: 4.714s;
}
.star:nth-child(14) {
  --star-tail-length: 7.08em;
  --top-offset: 95.93vh;
  --fall-duration: 11.118s;
  --fall-delay: 7.74s;
}
.star:nth-child(15) {
  --star-tail-length: 5.79em;
  --top-offset: 72.27vh;
  --fall-duration: 8.614s;
  --fall-delay: 0.504s;
}
.star:nth-child(16) {
  --star-tail-length: 7.1em;
  --top-offset: 69.78vh;
  --fall-duration: 8.675s;
  --fall-delay: 6.11s;
}
.star:nth-child(17) {
  --star-tail-length: 5.55em;
  --top-offset: 92.06vh;
  --fall-duration: 7.816s;
  --fall-delay: 2.446s;
}
.star:nth-child(18) {
  --star-tail-length: 7.4em;
  --top-offset: 25.04vh;
  --fall-duration: 7.385s;
  --fall-delay: 8.708s;
}
.star:nth-child(19) {
  --star-tail-length: 7.23em;
  --top-offset: 65.2vh;
  --fall-duration: 6.47s;
  --fall-delay: 1.792s;
}
.star:nth-child(20) {
  --star-tail-length: 6.15em;
  --top-offset: 67.33vh;
  --fall-duration: 11.722s;
  --fall-delay: 6.019s;
}
.star:nth-child(21) {
  --star-tail-length: 5.93em;
  --top-offset: 48.91vh;
  --fall-duration: 11.162s;
  --fall-delay: 6.446s;
}
.star:nth-child(22) {
  --star-tail-length: 6.98em;
  --top-offset: 69.36vh;
  --fall-duration: 9.273s;
  --fall-delay: 2.504s;
}
.star:nth-child(23) {
  --star-tail-length: 6.72em;
  --top-offset: 8.49vh;
  --fall-duration: 11.772s;
  --fall-delay: 6.806s;
}
.star:nth-child(24) {
  --star-tail-length: 7.03em;
  --top-offset: 17.78vh;
  --fall-duration: 7.096s;
  --fall-delay: 3.837s;
}
.star:nth-child(25) {
  --star-tail-length: 7.44em;
  --top-offset: 14.26vh;
  --fall-duration: 8.468s;
  --fall-delay: 5.69s;
}
.star:nth-child(26) {
  --star-tail-length: 5.24em;
  --top-offset: 35.04vh;
  --fall-duration: 8.662s;
  --fall-delay: 5.634s;
}
.star:nth-child(27) {
  --star-tail-length: 5.97em;
  --top-offset: 76.08vh;
  --fall-duration: 9.697s;
  --fall-delay: 8.96s;
}
.star:nth-child(28) {
  --star-tail-length: 6.77em;
  --top-offset: 63.92vh;
  --fall-duration: 6.97s;
  --fall-delay: 8.745s;
}
.star:nth-child(29) {
  --star-tail-length: 6.47em;
  --top-offset: 75.24vh;
  --fall-duration: 6.789s;
  --fall-delay: 5.983s;
}
.star:nth-child(30) {
  --star-tail-length: 5.06em;
  --top-offset: 7.91vh;
  --fall-duration: 9.955s;
  --fall-delay: 0.66s;
}
.star:nth-child(31) {
  --star-tail-length: 7.05em;
  --top-offset: 27.22vh;
  --fall-duration: 6.602s;
  --fall-delay: 9.183s;
}
.star:nth-child(32) {
  --star-tail-length: 5.82em;
  --top-offset: 42.94vh;
  --fall-duration: 9.535s;
  --fall-delay: 7.528s;
}
.star:nth-child(33) {
  --star-tail-length: 6.18em;
  --top-offset: 73.88vh;
  --fall-duration: 8.098s;
  --fall-delay: 2.764s;
}
.star:nth-child(34) {
  --star-tail-length: 6.42em;
  --top-offset: 78.18vh;
  --fall-duration: 6.917s;
  --fall-delay: 0.446s;
}
.star:nth-child(35) {
  --star-tail-length: 5.43em;
  --top-offset: 1.44vh;
  --fall-duration: 10.601s;
  --fall-delay: 8.885s;
}
.star:nth-child(36) {
  --star-tail-length: 6.85em;
  --top-offset: 43.42vh;
  --fall-duration: 8.626s;
  --fall-delay: 8.586s;
}
.star:nth-child(37) {
  --star-tail-length: 5.17em;
  --top-offset: 44.41vh;
  --fall-duration: 9.672s;
  --fall-delay: 4.581s;
}
.star:nth-child(38) {
  --star-tail-length: 6.66em;
  --top-offset: 17.6vh;
  --fall-duration: 9.904s;
  --fall-delay: 2.338s;
}
.star:nth-child(39) {
  --star-tail-length: 5.77em;
  --top-offset: 21.39vh;
  --fall-duration: 11.872s;
  --fall-delay: 7.196s;
}
.star:nth-child(40) {
  --star-tail-length: 6.81em;
  --top-offset: 53.78vh;
  --fall-duration: 10.908s;
  --fall-delay: 5.573s;
}
.star:nth-child(41) {
  --star-tail-length: 6.74em;
  --top-offset: 19.88vh;
  --fall-duration: 6.795s;
  --fall-delay: 3.127s;
}
.star:nth-child(42) {
  --star-tail-length: 6.46em;
  --top-offset: 97.05vh;
  --fall-duration: 10.543s;
  --fall-delay: 2.307s;
}
.star:nth-child(43) {
  --star-tail-length: 5.38em;
  --top-offset: 78.84vh;
  --fall-duration: 11.125s;
  --fall-delay: 1.662s;
}
.star:nth-child(44) {
  --star-tail-length: 6.08em;
  --top-offset: 92.97vh;
  --fall-duration: 6.506s;
  --fall-delay: 9.994s;
}
.star:nth-child(45) {
  --star-tail-length: 6.1em;
  --top-offset: 59.61vh;
  --fall-duration: 7.241s;
  --fall-delay: 1.386s;
}
.star:nth-child(46) {
  --star-tail-length: 5.46em;
  --top-offset: 68.58vh;
  --fall-duration: 6.564s;
  --fall-delay: 6.744s;
}
.star:nth-child(47) {
  --star-tail-length: 6.58em;
  --top-offset: 17.82vh;
  --fall-duration: 7.645s;
  --fall-delay: 8.946s;
}
.star:nth-child(48) {
  --star-tail-length: 6.2em;
  --top-offset: 63vh;
  --fall-duration: 9.367s;
  --fall-delay: 4.835s;
}
.star:nth-child(49) {
  --star-tail-length: 6.18em;
  --top-offset: 37.45vh;
  --fall-duration: 7.347s;
  --fall-delay: 2.514s;
}
.star:nth-child(50) {
  --star-tail-length: 6.21em;
  --top-offset: 36.56vh;
  --fall-duration: 10.447s;
  --fall-delay: 4.424s;
}
.star::before, .star::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(var(--star-width) / -2);
  width: var(--star-width);
  height: 100%;
  background: linear-gradient(45deg, transparent, currentColor, transparent);
    background-image: linear-gradient(45deg, #4DF1EA 35%, #0DFC97 70%);
  border-radius: inherit;
  animation: blink 2s linear infinite;
}
.star::before {
  transform: rotate(45deg);
}
.star::after {
  transform: rotate(-45deg);
}

@keyframes fall {
  to {
    transform: translate3d(-30em, 0, 0);
  }
}
@keyframes tail-fade {
  0%, 50% {
    width: var(--star-tail-length);
    opacity: 1;
  }
  70%, 80% {
    width: 0;
    opacity: 0.4;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0.6;
  }
}





/*
==========
Flip Box
==========
*/


.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: left;
    -ms-flex-align: center;
    height: 200px;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
		transition: .5s;
		overflow:hidden;
}
.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 50px 32px 50px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.20);
}
.flip-box .flip-box-inner .front-part .front-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
	z-index: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 30px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span {
    color: #20FAAE;
    font-size: 55px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
    width: 60px;
    height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 25px;
    font-family: 'Rajdhani';
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}
.front-part .front-content-part .front-btn-part .front-btn.icon-after i {
    margin-left: 4px !important;
}

/* Back Part */
.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 26px 32px 26px;
    border-radius: 3px;
    background-color: #20FAAE;
}
.flip-box .flip-box-inner .back-part::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    background: #fff;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: 0.4s;
    opacity: 0.1;
    z-index:-1;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
	width: 100%;
    z-index: 1;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
    color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 5px !important;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 9px !important;
    margin-top: -2px;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
    z-index: -1;
}
.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part, .back-part {
    min-height: 320px;
}
/* Style Two */
.flip-box.style-two .front-part .front-icon i {
    color: #fff;
    font-size: 50px;
    opacity: 0.7;
}

.flip-box.style-two .front-part, .flip-box.style-two .back-part {
    min-height: 250px;
}

.flip-box.style-two.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    background: transparent;
    border: 1px solid #284961;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span {
    margin-top: 3px;
    margin-right: 30px;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    background: #2b404f;
    padding: 10px 20px;
    border-radius: 3px;
    background: rgba(43,64,79,0.50);
}

.flip-box.style-two.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: inherit;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    background: rgba(255,255,255,0.15);
    text-transform: uppercase;
    margin-top: 25px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin-top: 4px;
    margin-right: 30px;
}

/*style three*/

.flip-box.style-three {
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 13px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-icon-part span img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 15px;
}
.flip-box.style-three .flip-box-inner  .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img {
    width: 60px;
    height: 60px;
}
.flip-box.style-three .flip-box-inner .back-part, .flip-box.style-three .flip-box-inner .front-part {
    height: inherit;
    filter: drop-shadow(0px 20px 50px rgba(164,177,198,0.3));
    background-color: rgba(255,255,255,0.5019607843137255);
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    border: none;
    box-shadow: none;
}
.flip-box.style-three .flip-box-inner .front-part:before{
    position: absolute;
    content: "";
    bottom: 62px;
    /* height: 1px; */
    width: 100%;
    border: 1px solid#E1E5E8;
    left: 0;
}
.flip-box.style-three .flip-box-inner .back-part:after {
    position: absolute;
    content: "";
    bottom: 62px;
    /* height: 1px; */
    width: 100%;
    border: 1px solid#E1E5E8;
    left: 0;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 26px;
     font-family: 'Nunito'; 
}
.flip-box.style-three .flip-box-inner .back-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 32px 30px 18px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: none;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 26px;
    text-align: left;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
     color: #1e1e1e; 
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 15px;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #686868;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito';
    color: #20FAAE;
    text-transform: uppercase;
    margin-top: 74px;
}



/*
==============
Section Title
==============
*/

.section-title.style1{
    position: relative;
}
.section-title.style1.center .subtitle {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 41px;
}
.section-title.style1 .subtitle img {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 7px;
}
.section-title.style1.center .title {
    margin: 0px 0 0;
    font-size: 46px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
}
.section-title.style1.center h2 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 500;
}
.section-title.style1 .title span{
    color: #20FAAE;
}
.section-title.style1 .description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.section-title.style1.center .description {
    margin: 30px auto 0;
    width: 48%;
}



/*text alient left*/

.section-title.style1.left .subtitle {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 41px;
}
.section-title.style1 .left img {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 7px;
}
.section-title.style1.left .title {
    margin: 0px 0 0;
    font-size: 44px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
}
.section-title.style1.left h2 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 500;
}
.section-title.style1.left .title span{
    color: #20FAAE;
}
.section-title.style1.left .description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}


.opacity-low{
    opacity: 70%;
}

/*style three*/
.section-title.style3 .subtitle {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #20FAAE;
    margin: 0 0 16px;
    position: relative;
    margin-left: 0px;
    display: inline-block;
}
.section-title.style3 .subtitle::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: #20FAAE;
}
.section-title.style3 .subtitle:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: #20FAAE;
}


/*
============
Feature Box
============
*/

.feature-box.style1{
	position: relative;
}
.feature-box.style1 {
    text-align: left;
    z-index: 99;
    padding: 32px 30px 26px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
    background-color: rgba(11,90,219,0.14901960784313725);
    border: 1px solid #0b5adb;
    display: flex;
}
.feature-box.style1 .feature-number {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 11px;
}
.feature-box.style1 .feature-box-title h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.feature-box.style1 .feature-box-title h2 {
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 0 0 11px;
}
.feature-box.style1 .feature-box-desc {
    font-weight: 400;
    margin-bottom: 0;
    transition: .5s;
}
.feature-box.style1 span.feature-box-number {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #0b5adb;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Rajdhani";
}
.feature-box.style1 .feature-box-icon{
	display:inline-block;
	position:relative;
    margin-bottom: 17px;
}
.feature-box.style1 .feature-box-icon i {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(0deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 16px 0px rgba(145, 78, 255, 0.3);
    transition: 0.5s;
}

/* Style Two */

.feature-box.style2 {
    text-align: center;
    z-index: 99;
    padding: 38px 30px 18px;
    border: 1px solid #ebebfd;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.feature-box.style2:hover{
    border: 1px solid transparent;
    box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}
.feature-box.style2 .feature-box-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.feature-box.style2 .feature-box-title h2 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 15px 0 15px;
}
.feature-box.style2 .feature-box-desc {
    margin-bottom: 20px;
    transition: 0.5s;
}
.feature-box.style2 .feature-box-icon{
    display:inline-block;
    position:relative;
    margin-bottom: 17px;
}
.feature-box.style2 .feature-box-icon i {
    display: inline-block;
    color: rgba(119, 122, 242, 1);
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: rgba(119, 122, 242, 0.15);
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    transition: 0.5s;
}
/* Feature Style Four */

.feature-box.style-four {
    padding-left: 80px;
}
.feature-box.style-four .feature-box-thumb {
    position: relative;
    z-index: 1;
}
.feature-box.style-four .feature-box-thumb img {
    border-radius: 10px 10px 0 0;
}
.feature-box.style-four .feature-box-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 8px;
    width: 112%;
    height: 112%;
    background: #1C2842;
    z-index: -1;
    border-radius: 10px;
}
.feature-box.style-four .feature-box-content {
    overflow: hidden;
    background: #1C2842;
    margin-top: -9px;
    border-radius: 0 0 10px 10px;
    padding: 20px 35px 20px;
    text-align: left;
    position:relative;
    transition:.5s;
}
.feature-box.style-four .feature-box-title h2 {
    color: #fff;
    font-size: 24px;
}
.feature-box.style-four .feature-btn a {
    position: absolute;
    right: -31px;
    height: 100px;
    width: 100px;
    text-align: center;
    background: #17386d;
    bottom: -31px;
    line-height: 82px;
    color: #fff;
    border-radius: 100%;
    transition:.5s;
}
.feature-box.style-four .feature-btn a i {
    margin-right: 20px;
}
.feature-box.style-four .feature-btn a:hover{
    background:#fff;
    color:#20FAAE;
}
.feature-box.style-four:hover .feature-box-content{
    background:#20FAAE;
}
/*
===================
 Dream-IT Button
===================
*/
.dreamit-button .button {
    padding: 13px 33px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: CAPITALIZE;
    font-size: 16px;
    border-radius: 28px;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    color: #001b17;
}

.dreamit-button .button:hover {
     background-image: linear-gradient(90deg, #5fefff 0%, #00ff87 100%);
}
.dreamit-button .button:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-button .button:hover i {
    background: #20FAAE;
    color: #fff;
}
/*style three*/
.dreamit-button.style3 .dreamit-button a {
    padding: 6px 25px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #20FAAE;
    font-family: 'Fira Sans';
    color: #fff;
    background: #20FAAE;
    border-radius: 30px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}
.dreamit-button.style3 .dreamit-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102E;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style3 .dreamit-button a:hover:before{
    transform: scale(1);
}
/*style six*/

.dreamit-button.style6 .dreamit-button a {
    font-size: 20px;
    color: #20FAAE;
    font-weight: 500;
    font-family: "Nunito";
    display:inline-block;
}
.dreamit-button.style6 .dreamit-button a i {
    display: inline-block;
    margin-left: 6px;
    font-weight: 700;
    transform: rotate(-45deg);
}
/*style seven*/

.dreamit-button.style7 .btn_button{
     position: relative;
    /*z-index: 2;*/
}
.dreamit-button.style7 .dreamit-button a {
    display: inline-block;
    position: relative;
    border: 1px solid#1e1e1e;
    border-radius: 30px;
    padding: 16px 45px;
    color: #1e1e1e;
    background: #1e1e1e;
    overflow: inherit;
    color: #041424;
    font-weight: 500;
    font-family: "Nunito";
    text-transform: capitalize;
}
.dreamit-button.style7 .dreamit-button a:after {
    position: absolute;
    content: "";
    bottom: 3px;
    left: -3px;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    border: 1px solid#1e1e1e;
    z-index: -1;
    transition: all 400ms linear;
}
.dreamit-button.style7 .dreamit-button a:hover:after{
    left:0;
    bottom:0;
} 
.dreamit-button.style7 .button:before {
   display:none;
}
.dreamit-button.style7 .dreamit-button .button i {
    font-size: 18px;
    width: inherit;
    height: inherit;
    line-height: 0;
    text-align: center;
    background: transparent;
    color: #041424;
}
.dreamit-button.style7 .dreamit-button .button:hover i {
    background: transparent;
    color: #041424;
}



/*
============
Service Box
============
*/
/*service box*/
.service-box.style1 {
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 40px 40px 41px;
    border: 1px solid #14514A;
    border-radius: 20px;
    transition: .5s;
}
.service-box.style1:hover {
    border-color: #20FAAE;
    transform: translateY(-10px);
}
.service-box.style1 h3.title {
    margin: 21px 0 9px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.service-box.style1 .service-btn a {
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

/*start service section style two*/

.service_section.style1 {
    padding: 50px 40px 49px;
    transition: .5s;
    border-radius: 20px;
    background-image: linear-gradient(90deg, #00261d 0%, #052623 100%);
    border: 1px solid #0D463D;
    transition: .5s;
}
.service_section.style1:hover{
    border-color: #20FAAE;
}
.service_section.style1 .service_img {
    display: inline-block;
}
.service_section.style1 .service-number span {
    font-size: 24px;
    font-weight: 500;
    font-family: "Ubuntu";
    background-image: linear-gradient(90deg, #00ff87 0%, #60efff 100%);
    -webkit-background-clip: text;
    color: transparent;
    position: absolute;
    right: 50px;
    top: 50px;
}
.service_section.style1 .service_content h3 {
    font-size: 24px;
    color: #fff;
    margin: 18px 0 12px;
    font-weight: 500;
}
.service_section.style1 .service_body {
    padding-top: 20px;
    border-top: 1px solid #0D463D;
    position: relative;
}
.service_section.style1 .service_body:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 1px;
    width: 18%;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    transition: .5s;
}
.service_section.style1:hover .service_body:after{
    width: 100%;
}
.service_section.style1 ul.features li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 8px;
    opacity: 0.800;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
}
.service_section.style1 ul.features li img{
    margin-right:7px;
}
.service_section.style1 .service_btn a {
    font-weight: 700;
    display: inline-block;
    margin-top: 22px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: rgba(255,255,255,0.10196078431372549);
    text-align: center;
    line-height: 42px;
    transform: rotate(-45deg);
    position: relativez;
    z-index: 2;
}
.service_section.style1 .service_btn a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    transition: .5s;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
}
.service_section.style1:hover .service_btn a:after{
    opacity: 1;
}
.service_section.style1:hover .service_btn a i{
     color:#001b17;
}
.service_section.style1 .service_btn a i {
    background-image: linear-gradient(90deg, #00ff87 0%, #60efff 100%);
    -webkit-background-clip: text;
    color: transparent;
}



/*aervice section style Two*/

.service_section.style2 {
    position: relative;
    z-index: 2;
}
.service_section.style2 .service_body h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 0;
    color: #fff;
}
.service_section.style2 .service_body {
    position: absolute;
    bottom: 42px;
    left: 30px;
    width: 85%;
}
.service_section.style2 ul.features li {
    border-radius: 5px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 2px 12px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Nunito";
}
.service_section.style2 .service_body p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 18px;
}
.service_section.style2 ul.features {
    border-top: 2px solid#334C60;
    padding: 22px 0 0;
}
/*service style ten*/


.service-box.style11 .thumb img {
    width: 100%;
}
.service-box.style11 .content {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(117,117,117,0.1));
    background-color: #ffffff;
    text-align: left;
    position: relative;
    width: 87%;
    left: 0;
    right: 0;
    margin: auto;
    top: -21px;
    padding: 32px 36px 24px;
}
.service-box.style11 h3.title_text {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 17px;
}
.service-box.style11 ul.features li {
    display: block;
    margin-bottom: 6px;
}
.service-box.style11 ul.features li img{
    margin-right: 6px;
}
.service-box.style11 .service-box-title h3 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 14px;
    font-weight: 600;
    color: #001819;
}


/*
===============
About Area Css
==============
*/
.lines.about {
    padding: 0px 0 4px;
    animation: inherit;
}
.lines.about .line {
    width: 100%;
}
.dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 4px 0 10px;
    font-style: italic;
}
.line .lines .line {
    background-color: rgba(35, 35, 35, 0.1);
}
/*about*/
.about .dreamit-icon-title h4 {
    color: #232323;
}

/*style two*/
.dreamit-icon-title-two .dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    font-style: inherit;
}
.dreamit-icon-title h4 span {
    color: #20FAAE;
}
.dreamit-custom-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.dreamit-custom-title h4:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
.dreamit-custom-title h4:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
/*dreamit custom title two*/
.dreamit-custom-title-two .dreamit-custom-title h4 {
    color: #232323;
}
.dreamit-custom-title-two .dreamit-custom-title h4:before {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
.dreamit-custom-title-two .dreamit-custom-title h4:after {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
/*line style two*/
.line-two .lines.about .line {
    width: 100%;
    background-color: #E0E0E0;
}
/*
=============
Icon Box Css
=============
*/
.icon-box.style1 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    padding: 21px 35px  25px;
}
.icon-box.style1 .icon-box-icon {
    padding-right: 23px;
    flex-shrink: 0;
}
.icon-box.style1 .icon-box-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 7px 0;
    color: #fff;
}
.icon-box.style1 .icon-box-content .description p {
    margin: 0;
    width: 84%;
}

.icon-box.style1 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 38px;
    color: #20FAAE;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    background-color: #d4e1f7;
    border-radius: 4px;
}
.signature .img-icon img {
    border-radius: 100%;
    /* border: 2px solid blue; */
}
.signature .icon-box.style1 .icon-box-content h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 0px 0;
}
.signature .icon-box.style1 .icon-box-content .description p {
    margin: 0;
    font-size: 15px;
}

/*style two*/
.icon-box.style-two {
    display: flex;
    align-items: center;
}
.icon-box.style-two .img-icon {
    position: relative;
    top: -9px;
}


/* Style Three */
.icon-box.style3 {
    display: flex;
    align-items: center;
    padding: 0;
    transition: 0.5s;
    margin-bottom: 6px;
}
.icon-box.style3 .icon-box-icon img{
    transition:.5s;
}
.icon-box.style3 .icon-box-icon {
    flex-shrink: 0;
    padding-right: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #063C2E;
    text-align: center;
    line-height: 40px;
    transition:.5s;
    position:relative;
    z-index:2;
}
.icon-box.style3 .icon-box-icon:after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    transition:.5s;
     border-radius: 20px;
     opacity:0;
     z-index:-1;
}
.icon-box.style3:hover .icon-box-icon:after{
    opacity:1;
}
.icon-box.style3:hover .icon-box-icon img{
    filter: brightness(012) invert(1);
}
.icon-box.style3 .icon i {
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #20FAAE;
    border-radius: 50%;
    color: #fff;
}
.icon-box.style3 .icon-box-content .title {
    margin: 0 0 0;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    font-weight: 500;
    font-family: "Ubuntu";
}
.icon-box.style3 .icon-box-content .description {
    color: var(--main-color);
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
/*icon box style four*/
.icon-box.style4 {
    padding: 34px 28px 34px;
    background-color: #063E33;
    border-radius: 0px;
    border: 1px solid #084637;
    align-items: center;
    border-radius: 10px;
    transition: .5s;
    text-align: center;
}
.icon-box.style4 .icon i {
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
    font-size: 60px;
    display: inline-block;
    line-height: 65px;
}
.icon-box.style4 h2.title {
    margin: 22px 0 16px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.icon-box.style4 .icon-box-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/*icon box style five*/

.icon-box.style5 {
    text-align: left;
}
.icon-box.style5 h2.title {
    font-size: 50px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    float: left;
    margin: 0;
    position: relative;
    top: 14px;
}
.icon-box.style5 .icon-box-content {
    padding-left: 38px;
    position: relative;
    overflow: hidden;
}
.icon-box.style5 .icon-box-content:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 17px;
    height: 39px;
    width: 1px;
    background: #394C4A;
}
/*style six*/

.icon-box.style6 {
    padding: 30px 35px 35px;
    border: 1px solid#14514A;
    border-radius: 20px;
    transition:.5s;
}
.icon-box.style6:hover {
    border-color: #20FAAE;
    transform: translateY(-10px);
}
.icon-box.style6 h2.title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    margin: 0 0 0;
    display:inline-block;
}
.icon-box.style6 .icon-box-icon {
    display: inline-block;
    position: relative;
    top: 11px;
    margin-right: 16px;
}
.icon-box.style6 .description {
    display: block;
    margin: 25px 0 0;
}

/*style eight*/

/*style six*/

.icon-box.style8 {
    padding: 30px 35px 26px;
    border: 1px solid#14514A;
    border-radius: 20px;
    transition: .5s;
}
.icon-box.style8:hover {
    border-color: #20FAAE;
    transform: translateY(-10px);
}
.icon-box.style8 h2.title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    margin: 0 0 0;
    display:inline-block;
}
.icon-box.style8 .icon-box-icon {
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 16px;
    width: 45px;
    height: 45px;
    border-radius: 23px;
    background-image: linear-gradient(90deg, #5fefff 0%, #00ff87 100%);
    text-align: center;
    line-height: 50px;
}
.icon-box.style8 .description {
    display: block;
    margin: 17px 0 0;
}



/*animation*/

@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

/* Circle Progress */
.circle-progress {
    display: inline-block;
    position: relative;
}
.circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.progress {
    width: 89px!important;
    height: 89px!important;
    line-height: 150px;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    background: transparent!important;
}
.progress:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #FF3D00;
}
.progress .progress-left .progress-bar {
    left: 91%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
    left: -96%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: #232323;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
/*
================
Counter Area Css
================
*/
.single-counter.style_1 {
    background: #fff;
    width: 229px;
    border-radius: 10px;
    filter: drop-shadow(0px 30px 50px rgba(151, 160, 157, 0.3));
    background-color: #ffffff;
    text-align: center;
    padding: 35px 44px 28px;
}
.single-counter.style_1 div#counter {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #1a1a1a52;
    line-height: 100px;
    margin-bottom: 25px;
    position: relative;
}
.single-counter.style_1 div#counter:before {
    position: absolute;
    content: "";
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #1a1a1a;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
     top: 0;
    bottom: 0;
}
.single-counter.style_1 .single-counter .icon i {
    font-size: 50px;
    color: #3dc595;
}
.single-counter.style_1 .counter-content span {
    margin: 0 0 14px;
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}
.single-counter.style_1 .counter-content .suffix {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.single-counter.style_1 p {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Inter";
}
.single-counter.style_1 p i {
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    transform: rotate(-39deg);
    left: 33px;
    bottom: 68px;
}
.single-counter.style_2 h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #131414;
    font-weight: 500;
    line-height: 25px;
}


/*counter section style two*/

.print-style-three .single-counter.style_2{
   background: #F8B097; 
}
.single-counter.style_2 {
    width: 278px;
    text-align: center;
    padding: 35px 44px 28px;
    background: #d7e6e8;
    text-align: center;
    padding: 38px 34px 48px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
.single-counter.style_2 div#counter {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #1a1a1a52;
    line-height: 120px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.single-counter.style_2 div#counter:before {
    position: absolute;
    content: "";
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: #1a1a1a;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 0;
    bottom: 0;
}
.single-counter.style_2 .single-counter .icon i {
    font-size: 50px;
    color: #3dc595;
}
.single-counter.style_2 .counter-content span {
    margin: 0 0 14px;
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}
.single-counter.style_2 .counter-content .suffix {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.single-counter.style_2 h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #131414;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}
.single-counter.style_two .icon {
    display: inline-block;
}
.single-counter.style_two .counter-content span {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #031812;
    margin: 29px 0 0;
}
.single-counter.style_two .counter-content h6 {
    font-size: 20px;
    font-weight: 400;
    color: #3dc595;
    margin-top: 17px;
}
.single-counter.style_three span.count.percent {
    color: #031812;
    font-size: 52px;
    font-weight: 600;
}
.single-counter.style_three .counter-content .suffix {
    color: #031812;
    font-size: 50px;
}
.single-counter.style_three .inner_content{
    position: relative;
}
.single-counter.style_three .counter-content.counter {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
}
.single-counter.style_three .testi-star i.active {
    color: #FFB508;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}
.single-counter.style_three .counter-content.counter h6 {
    color: #5d5f62;
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0 0;
    text-transform: uppercase;
}
/*copunter style four*/
.single-counter.style_four .inner_content {
    position: relative;
    margin-right: 45px;
}
.single-counter.style_four .inner_content:before {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    width: 1px;
    height: 45px;
    background-color: #C7C8C2;
}
.single-counter.style_four .counter-content span {
    font-size: 58px;
    margin: 0 0 14px;
    font-size: 58px;
    color: #40c596;
    font-weight: 700;
    font-family: "Inter";
}
.single-counter.style_four .counter-content.counter {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
}
.single-counter.style_four .testi-star i.active {
    color: #FF7D31;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}
.single-counter.style_four .counter-content.counter h6 {
    color: #5d5f62;
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0 0;
    text-transform: uppercase;
}
/*style five*/

.single-counter.style_five {
    display: flex;
    align-items: center;
    background: #07342F;
    border-radius: 10px;
    padding: 24px 32px 24px;
}
.single-counter.style_five span.count.percent {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    font-family: "Ubuntu";
}
.single-counter.style_five .testi-star i.active {
    color: #FDB709;
}
.single-counter.style_five .inner_content h6 {
    color: #FFFFFF9E;
    font-weight: 400;
    margin: 0 0 0;
}
.single-counter.style_five .inner_content {
    padding-left: 42px;
    position: relative;
}
.single-counter.style_five .inner_content:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 19px;
    width: 1px;
    height: 40px;
    background-color: #375C55;
}


/*service carouse style five*/

.em-service.style_5 {
    padding: 31px 33px  13px;
    background: #f4f7fa;
    border-radius: 10px;
    border: 1px solid #d2ede6;
    margin: 0 10px;
    text-align: left;
    transition:.5s;
}
.em-service.style_5:hover{
    border-color:#f6dde2;
}
.em-service.style_5 .em-service-thumb {
    display: inline-block;
}
.em-service.style_5 .em-service-title h2 {
    font-size: 25px;
    margin: 15px 0 10px;
    font-weight: 600;
    position: relative;
    margin-left: 0px;
    display: inline-block;
    padding-top: 15px;
}
.em-service.style_5 .em-service-title h2::before {
    position: absolute;
    content: "";
    top: -4px;
    left: 0;
    margin: auto;
    height: 2px;
    width: 60px;
    background: #d1e0f5;
}
.em-service.style_5 .em-service-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #0b5adb;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-LG;
    animation-name: MOVE-LG;
    -webkit-animation: MOVE-LG 35s linear infinite;
    animation: MOVE-LG 7s linear infinite;
    overflow: hidden;
    top: -6px;
}
.em-service.style_5 .service-box-desc p {
    margin: 0 0 11px;
}
.service_cursousel_sliderr5 .slick-dots {
    bottom: -100px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.service_cursousel_sliderr5 ul.slick-dots li {
    display: inline-block;
    text-align: center;
    margin: 0 4px;
    transition:.5s;
}
.service_cursousel_sliderr5 button{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid#f6dde2;
}
.service_cursousel_sliderr5 button:hover{
   background-color: #0b5adb;
   border-color:#f6dde2;
   color:#fff;
}



/*
==========
 Team
==========
*/
.team.style1 {
    padding: 30px 28px 30px;
    background-color: #0A2B24;
    border-radius: 0px;
    text-align: left;
    border: 1px solid #084637;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: .5s;
}
.team.style1:hover{
    border-color: #20FAAE;
}
.team.style1 .image {
    margin-right: 30px;
    line-height: 0;
}
.team.style1 .image img {
    object-fit: cover;
    border-radius: 10px;
    height: 220px;
    width: 220px;
}
.team.style1 .bio .name a {
    margin-bottom: 8px;
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
}
.team.style1 .bio .designation{
    color: #828fa0;
}
.team.style1 .icon {
    display: inline-block;
    margin-right: 6px;
}
.team.style1 .icon i {
    background-image: linear-gradient(90deg, #00ff87 0%, #60efff 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.team.style1 .description {
    display: inline-block;
    margin: 15px 0 26px;
}
.team.style1 .content .social-icon{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style1 .content .social-icon li a{
    display: inline-block;
}
.team.style1 .content .social-icon li a i{
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1f3654;
    border-radius: 3px;
}
.team.style1 .content .social-icon li a i:hover{
    background-color: #20FAAE;
}
.team.style1 .content .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}





/* Style Two */
.team.style2 {
    position: relative;
    z-index: 1;
}
.team.style2 .team-content {
    position: absolute;
    bottom: -66px;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.team.style2 img {
    border-radius: 14px;
}
.team.style2 .bio {
    padding: 10px 0 17px;
    background: #20FAAE;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 10px 10px 0 0;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 ul.social-icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 10px 10px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 .bio h2 {
    font-size: 22px;
    padding: 0 0 4px;
    color: #fff;
}
.team.style2 h5.designation {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}

.team.style2 ul.social-icon li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}
.team.style2 ul.social-icon li a{
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
     width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team.style2 ul.social-icon li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #20FAAE;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}
.team.style2 ul.social-icon li a:hover:before{
    transform: scale(1);
}
/*hover*/
.team.style2:hover .bio {
    transform: perspective(500px)rotateX(0deg);
}
.team.style2:hover ul.social-icon {
    transform: perspective(500px)rotateX(0deg);
}
/*
===============
 Team Carousel
===============
*/

.team.style1 .bio .name {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    margin: 0;
}
.team.style1 .bio .designation {
    font-size: 16px;
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
    font-weight: 400;
    font-family: "Inter";
    margin: 8px 0 0;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}
.team.style1 .content .social-icon li a{
    display: inline-block;
}
.team.style1 .content .social-icon li a i {
    display: inline-block;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 18px;
    background-image: linear-gradient(90deg, #134441 0%, #134441 100%);
    line-height: 36px;
}
.team.style1 .content .social-icon li a i:hover{
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    color: #001b17;
}




/* Style Two */
.team-carousel.style2{
    text-align: center;
}
.team-carousel.style2 .single-team{
    margin-bottom: 30px;
}
.team-carousel.style2 .image{
    position: relative;
    overflow: hidden;
}
.team-carousel.style2 .image img{
    width: 100%;
}
.team-carousel.style2 .image .social-icon {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -100px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
}
.team-carousel.style2 .single-team:hover .image .social-icon{
    bottom: 0;
}
.team-carousel.style2 .image .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team-carousel.style2 .image .social-icon li a{
    display: inline-block;
}
.team-carousel.style2 .image .social-icon li a i{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 50%;
}
.team-carousel.style2 .image .social-icon li a i:hover{
    background-color: var(--main-color);
}
.team-carousel.style2 .bio .name{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}
.team-carousel.style2 .bio .designation{
    color: #57647c;
    font-size: 15px;
    font-weight: normal;
}
.team-carousel.style2 .content{
    padding: 25px;
    box-shadow: 0px 0px 30px 0px rgba(45, 105, 255, 0.13);
}

/*heading*/
.heading.style1 p span {
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
}
.heading.style1 h4 {
    border-bottom: 2px solid#DDE0E7;
    padding-bottom: 20px;
}

/*style three*/

.heading.style-3 p.heading-text {
    position: relative;
}
.heading.style-3 p.heading-text:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 390px;
    height: 1px;
    background-image: linear-gradient(90deg, #0b59db 0%, #f3f7fd 100%);
}
.heading.style-3 p.heading-text:after{
    position:absolute;
    content:"";
    top:12px;
    right:0;
    width: 390px;
    height: 1px;
    background-image: linear-gradient(90deg, #f3f7fd 0%, #0b59db 100%);
}

/*style four*/

.heading.style-4 h2.heading-text {
    position: relative;
    display: inline-block;
}
.heading.style-4 h2.heading-text:before {
    position: absolute;
    content: "";
    top: 34px;
    left: -111px;
    width: 97px;
    height: 2px;
    background-color: #ffffff;
}

.seo h1.heading-text span {
    color: #20FAAE;
}



/*
============
Work Process
============
*/
.work-process{
    text-align:center;
    padding:0 20px;
}

.pocess .work-process.style1 .icon:after {
    display: none;
}
.work-process.style1 .icon{
    position:relative;
}
.work-process.style1 .icon i {
    sition: relative;
    width: 145px;
    height: 145px;
    line-height: 143px;
    border-radius: 150px;
    display: inline-block;
    color: #20FAAE;
    font-size: 65px;
    border: 2px solid #ededed;
        -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align:center;
}
.work-process.style1:hover .icon i {
    color:#fff;
    transform: rotateY(180deg);
    border-color: #20FAAE;
    background-color: #20FAAE;
}

.work-process.style1 .work_progress-number {
    position: absolute;
    right: 23%;
    top: 0px;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #20FAAE;
    transition:.5s;
}
.work-process.style1:hover .work_progress-number {
    background-color: #000;
}

.work-process.style1 .title {
    font-size: 23px;
    margin: 30px 0 10px;
}
.process-shap_one {
    position: relative;
    text-align: center;
}
.process-shap_one::before {
    position: absolute;
    content: '';
    right: -63px;
    top: 37px;
    width: 103px;
    height: 38px;
    background-repeat: no-repeat;
    background-image: url(https://wp.ditsolution.net/cybeax/wp-content/uploads/2023/10/process-arrow-1.png);
}
.process-shap_one.two::before{
    background-image: url(https://wp.ditsolution.net/cybeax/wp-content/uploads/2023/10/process-arrow-2.png);
}



/*style three*/
.work_progress.style3 {
    padding: 34px 13px 7px;
    background: #f5f5f5;
    border-radius: 5px;
}
.work_progress.style3 .work_progress-title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0 4px;
}
.work_progress.style3 .work_progress-number span {
    background: #20FAAE;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
}
.work_progress.style3 .work_progress-number span::before {
    display: none;
}
.work_progress.style3 .work_progress-number span::after {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 82px;
    height: 82px;
    background: #ED2C41;
    opacity: 0.3;
}
/*style five*/
.work_progress.style5 {
    text-align: center;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}
.work_progress.style5 .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #0c59d7;
    text-align: center;
    line-height: 113px;
    position: relative;
    margin-bottom: 40px;
}
.work_progress.style5 .icon:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border: 2px dashed #20FAAE;
    top: -10px;
    left: -10px;
    border-radius: 50%;
}
.work_progress.style5 h3.title {
    display: inline-block;
    margin: 0 0 9px;
    font-size: 26px;
    font-weight: 600;
}

/*service carousel*/

.service_item.style_one {
    background: #dbe9ff;
    margin-right: 30px;
    padding: 40px 35px 36px;
    border-radius: 10px;
    transition: .5s;
    display: inline-block;
}
.service_item.style_one .service_img {
    display: inline-block;
}
.service_item.style_one h2.title {
    margin: 16px 0 10px;
    font-size: 26px;
    font-weight: 600;
}
.service_item.style_one p.description {
    transition: .5s;
    margin: 0;
}

/*nav*/

.service-carousel1.style_one button.owl-prev i, 
.service-carousel1.style_one button.owl-next i {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: -128px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 1px solid#1e1e1e;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
}
.service-carousel1.style_one button.owl-next i {
    right: 31px;
}
.service-carousel1.style_one button.owl-prev i:hover,
.service-carousel1.style_one button.owl-next i:hover{
    border-color:#0b59db;
    background:#0b59db;
    color:#fff;
}


/*
==============
skill section
==============
*/

span.elementor-progress-percentage {
    position: relative;
    top: -22px!important;
}


/*
==============
Call To Action
==============
*/

.call-to-action {
	text-align: center;
	position: relative;
}
.call-to-action-title h2 {
	margin-bottom: 12px;
	font-size: 35px;
	margin: 20px auto;
	text-transform: capitalize;
}
.call-to-action-title span {
	font-size: 40px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px auto 0;
	font-weight: 700;
}
.call-to-action-btn {
	margin-top: 30px;
}
.call-to-action-btn a {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	background-color: #ED2C41;
	border-radius: 4px;
	color: #fff;
	padding: 16px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #fff;
	color: #ED2C41;
}
.call-to-action-desc {
	width: 31%;
	margin: auto;
}

.call-to-video {
	margin-bottom: 35px;
}
.call-video-link a{
    display:inline-block
}
.call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
    color: #ED2C41;
    border-radius: 100%;
	position:relative;
	z-index:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.call-video-link a {
	position:relative;
}
.call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}
.call-to-video i {
	font-size: 23px;
}

/*
===========
Testimonial
===========
*/

.testimonial.style1{
    padding: 10px;
}
.testimonial.style1 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style1 .testimonial-item {
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    margin-bottom: 30px;
}
.testimonial.style1 .testi_content {
    background-color: #093E34;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #0F5C4C;
    padding: 25px 33px 28px;
    margin: 23px 0 25px;
}
.testimonial.style1 .quote_img {
    display: inline-block;
}
.testimonial.style1 .testimonial-item .author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.testimonial.style1 .testimonial-item .author img {
    height:60px;
    width:60px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 50%;
}
.testimonial.style1 .testimonial-item h4.sub-name {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 13px;
}
.testimonial.style1 .testimonial-item .author .bio .name {
    margin: 0 0 2px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
}
.testimonial.style1 .testimonial-item .author .bio .designation {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #94A59F;
    transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item .quote {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 16px;
    transition: all 400ms linear;
    color: #94A59F;
    line-height: 32px;
}
.testimonial.style1 .testimonial-item .testi-star i {
    color: #7ea9ee;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    color: #fda60e;
    font-size: 17px;
}

/*dots*/
.testimonial.style1 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -36px;
    cursor: pointer;
    z-index: 99999;
}
.testimonial-carousel button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #20FAAE;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    position: absolute;
     right: inherit; 
    top: 9px;
    display: inline-block;
    z-index: 1;
    margin: 0 9px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next,
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(90deg, #083E31 0%, #083E31 100%);
    border: 1px solid ;
    transition: .5s;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -10px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    right: 50px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover{
   background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
   border-color: #00ff87;
}

.testimonial-carousel.owl-carousel button.owl-dot.active {
    background: #20FAAE!important;
}

/* Style Two */

.testimonial.style2{
    padding: 10px;
}
.testimonial.style2 .testimonial-item {
    margin: 10px 0 11px;
    padding: 39px 36px 15px;
    border: 1px solid #14514A;
    border-radius: 30px;
    background: #04211D;
    position: relative;
    transition: .5s;
}
.testimonial.style2 .testimonial-item:hover {
    border-color: #20FAAE;
    transform: translateY(-7px);
}
.testimonial.style2 .testimonial-item .author{
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}
.testimonial.style2 .testimonial-item .author img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 50%;
}
.testimonial.style2 .testimonial-item .author .bio .name {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 2px;
    color: #fff;
}
.testimonial.style2 .testimonial-item .author .bio .designation {
    font-size: 18px;
    margin: 0;
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
    font-weight: 500;
    font-family: "Inter";
}
.testimonial.style2 .testimonial-item .quote{
    font-size: 16px;
    font-weight: normal;
}
.testimonial.style2 .reviews_rating {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 69px;
}
.testimonial.style2 .testimonial-item .testi-star i {
    color: #ddd;
    font-size: 13px;
}
.testimonial.style2 .testimonial-item .testi-star i.active {
    color: #F9BF00;
    font-size: 20px;
}
/*owl nav*/

.testimonial.style2 .testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 50px;
    top: -102px;
}
.testimonial.style2 .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -10px;
    top: -102px;
}



/*
==========
Case Study
==========
*/
.case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study-thumb img {
    width: 100%;
    border-radius: 7px;
}
.cases-study-content-main {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 4px solid #20FAAE;
    background-color: rgba(0,0,0,0.50);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    border-radius: 7px;
}
.dreamit-single-cases-study:hover .cases-study-content-main {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.cases-study-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 47px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #20FAAE;
    z-index: 99;
    padding: 0px 0px 0px;
}
.cases-study-content-inner {
    padding: 25px;
}
.cases-study-content h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.cases-study-content h2 a {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color:#fff
}
.em-case-study-button {
    text-align: center;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    transition:.5s;
}
.em-case-study-button:hover{
    background:#000;
}
.em-case-study-button a {
    display: block;
    font-size: 19px;
    color: #20FAAE;
}
.em-case-study-button:hover a{
    color:#fff;
}
.case_category span {
    color: #fff;
}

.case-study .owl-nav {
    position: absolute;
    top: -119px;
    right: 16%;
}
.case-study.style2.hghgh {
    position: relative;
}
a.video-vemo-icon.venobox.vbox-item {
    color: #fff;
}
/*case style nine*/

.single_case_study.style_nine {
    border-radius: 10px;
    transition: .5s;
    margin: 0 10px;
}
.single_case_study.style_nine:hover{
   filter: drop-shadow(0px 10px 50px rgba(164,177,198,0.2));
   background-color: #ffffff; 
}
.single_case_study.style_nine:hover .cases-study-content{
    border-color:#fff;
}
.single_case_study.style_nine .case-study-thumb a img {
    height: 265px;
    width: 100%;
    object-fit: cover;
}
.single_case_study.style_nine .cases-study-content {
    position: inherit;
    border-radius: 0 0 10px 10px;
    background-color: transparent;
    z-index: 99;
    padding: 31px 30px 22px;
    border-top: none;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(4,20,36,0.1);
    transition: .5s;
}
.single_case_study.style_nine .cases-study-content-inner {
    padding: 0;
}
.single_case_study.style_nine .case_category span {
    color: #20FAAE;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: #cfe1fd;
    padding: 2px 16px;
    border-radius: 4px;
}
.single_case_study.style_nine .cases-study-content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0 15px;
}
.single_case_study.style_nine .cases-study-content h2 a {
    margin: 0 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 26px;
    line-height: 34px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.single_case_study.style_nine .cases-study-content h2 a:hover{
    color:#20FAAE;
}
.single_case_study.style_nine .em-case-study-button {
    text-align: left;
    background: transparent;
    border-radius: 0;
    padding: 0;
    transition: .5s;
    display: inline-block;
}
.single_case_study.style_nine .em-case-study-button a {
    display: inline-block;
    font-size: 19px;
    color: #20FAAE;
    font-size: 14px;
    color: #041424;
    font-weight: 400;
    font-family: "Nunito";
    text-transform: uppercase;
}
.single_case_study.style_nine .em-case-study-button:hover {
    background: transparent;
}
.single_case_study.style_nine .em-case-study-button:hover a {
    color: #20FAAE;
    background: transparent;
}


/*
==========
Brand
==========
*/
.brand-item img {
    width: 63%!important;
    transition:.5s;
}
.get-quote-msg a{
    color:#20FAAE;
    text-decoration:underline !important;
}
.brand.style3 .brand-item img {
    width: 46%!important;
    opacity: 0.8;
    transition: .5s;
}



/*
==============
Video Box
==============
*/

.single-video {
	position: relative;
	text-align: center;
}

.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
    height: 90px;
    width: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 92px;
    color: #011B18;
    font-size: 26px;
    -webkit-transition: .5s;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
}
.single-video.style-one .video-icon a:after {
    position: absolute;
    content: "";
    top: -15px;
    left: -15px;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    border: 1px solid#20FAAE;
}


.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}
/* Style One */
.single-video.style-one .video-icon,
.single-video.style-three .video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}

/* Style Three */
.single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
@keyframes alltuchtopdown{
	0%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
	50%{
		-webkit-transform:rotateX(0deg) translateY(-20px);
		-ms-transform:rotateX(0deg) translateY(-20px);
		transform:rotateX(0deg) translateY(-20px)
	}
	100%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
}

.single-video.style-three .video-icon a {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
}

.single-video.style-three .video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: rgba(12, 90, 219,1);
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.single-video.style-three .video-icon a i{
    background: #fff;
    height: 90px;
    width: 90px;
	line-height: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #ED2C41;
    font-size: 26px;
    position: relative;
}

/*left bounce animation*/

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/* start skilss*/
.skills {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 37px;
}
.skills .skill-item:last-child {
    margin-bottom: 37px;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    font-size: 18px;
    color: #686868;
    font-weight: 500;
    margin-bottom: 15px;
}
.skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: #dcdcdc;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: rgba(12,110,109,0.14901960784313725);
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 10px;
    border-radius: 5px;
    background-color: #0c6e6d;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #686868;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 0;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: -3px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 3px;
    border-radius: 5px;
    background-color: #0c59d7;
}

.skills .skill-item .bar.progress-line {
    position: relative;
}
.skills .bar.progress-line:before {
    position: absolute;
    content: "";
    top: -6px;
    right: 0;
    width: 6px;
    height: 15px;
    background-color: #20FAAE;
}

/*
==============
Pricing Table
==============
*/
.pricing.style1 {
    position: relative;
    padding: 55px 38px 42px;
    background-color: #0A2B24;
    border-radius: 0px;
    text-align: left;
    border-right: 1px solid#084637;
}
.last-box .pricing.style1 {
    border:none;
}
.pricing.style1 h3.pricing-name {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    margin: 0 0 14px;
    display: inline-block;
    margin-right: 9px;
}
.pricing.style1 .title {
    display: inline-block;
    padding: 3px 16px;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #0B4030 0%, #0B4030 100%)!important;
    line-height: 20px;
}
.pricing.style1 h3.pricing-title {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    margin: 0;
    display: inline-block;
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
}
.pricing.style1 p.pricing-p {
    margin: 0 0 37px;
}
.pricing.style1 span.tk {
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
}
.pricing.style1 span.currency {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    margin: 0;
    position: relative;
    top: -17px;
}
.pricing.style1 span.month {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
}
.pricing.style1 a.pricing-button.singinp {
    border-radius: 28px;
    background: #0B4030;
    background-image: linear-gradient(90deg, #0B4030 0%, #0B4030 100%);
    display: block;
    padding: 13px 28px;
    text-align: center;
    color: #fff;
    transition: .5s;
    margin: 30px 0 33px;
}
.pricing.style1:hover a.pricing-button.singinp{
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    color: #001b17;
}
.pricing.style1 .img-icon {
    display: inline-block;
}
.pricing.style1 .img-icon img{
    margin-right: 6px;
}
.pricing.style1 ul.features li {
    list-style: none;
    margin-bottom: 12px;
}
.pricing.style1 a.pricing-button.singinp i {
    margin-left: 9px;
    transform: rotate(-45deg);
    display: inline-block;
}


/*pricing*/

.pricing-border .pricing.style1{
    border-right: none;
}


/*
================
 Image Carousel
================
*/

.owl_wrapper{
  width: 100vw;
  overflow: hidden;
}
.owl_content{padding-left: 12%;}
.owl_wrapper .owl-item{
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}
.owl_wrapper .active{opacity: 0.5;}
.owl_wrapper .active.middle_beside{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0.8;
  margin: 0 -1%;
  z-index: 2;
}
.owl_wrapper .active.middle{
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.owl_wrapper .active.next_to_mid{margin-left: -1%;}
.owl_wrapper .active.prev_to_mid{margin-right: -1%;}



/*===== Navigation =====*/
.owl_wrapper .prev, .owl_wrapper .next{
  position: absolute;
  top: 100px; left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}
.owl_wrapper .next{left: calc(100% - 100px);}
.no_select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.infos {
    width: 500px;
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
    color: #000;
}
.infos a {
    color: #555;
    text-decoration: none;
}
.infos a:hover {color: #999;}


#carousel {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
#carousel div img {
  width: 400px;
  transition: width 1s;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
  width: 200px;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

/* start mailchimp section*/
form#mc4wp-form-1 {
    display: block;
}
.mc4wp-form-fields {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #0F5C4C;
    padding: 15px 3px 15px 23px;
    border-radius: 5px 30px 30px 5px;
    justify-content: space-between;
}
.mc4wp-form-fields input#mail {
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: none;
    color: #fff;
}
.mc4wp-form-fields button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
}
.mc4wp-form-fields button i {
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    display: inline-block;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    line-height: 48px;
}
.mc4wp-form-fields .icon i {
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
    margin-right: 10px;
}


/*contact*/
.contact{
    position: relative;
    z-index: 1;
}
.contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #20FAAE;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}
.contact:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/cybeax/wp-content/uploads/2023/05/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}
.buttons input {
    padding: 13px 15px;
    background: #20FAAE;
    display: block;
    color: #fff;
    border-radius: 7px;
    width: 100%;
    /* font-family: 'Fira Sans'; */
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
}
.buttons input:hover{
    background:#20FAAE;
}
.form-group input::placeholder {
    color: #6d6d6d!important;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.buttons p {
    margin: 0;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.contact input.form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #fff;
     border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}
.contact .form-control:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #20FAAE;
}
/*contact stye four*/

.form-area.contact-form.contact-four .form-control {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    background: transparent;
    border-radius: 5px;
    color: #232323;
    transition: 0.5s;
    border: 1.2px solid #093E36;
    background-color: #093E34;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #0F5C4C;
}
.form-area.contact-form.contact-four input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #fff!important;
}
.form-area.contact-form.contact-four input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder{
    color: #fff!important;
    opacity: 0.7;
}
.form-area.contact-form.contact-four textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 150px;
    background-color: #093E34;
    border: 1px solid #0F5C4C;
    color: #fff;
}
.form-area.contact-form.contact-four textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #fff!important;
    opacity: 0.7;
}
.form-area.contact-form.contact-four .buttons input {
    padding: 13px 33px;
    background: #011533;
    display: block;
    color: #fff;
    border-radius: 5px;
    width: inherit;
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
    margin-top: 17px;
    color: #211e3b;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
}
.form-area.contact-form.contact-four .buttons input:hover{
    background-image: linear-gradient(40deg, #5fefff 0%, #00ff87 100%);
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #fff!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #fff!important;
}
/*focus color*/
textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #20FAAE!important;
}
/*contact two*/
.form-area.style-two .form-control {
    border:none;
    width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 4px;
}
.form-area.style-two input.form-control {
    border:none;
    width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 4px;
}
.form-area.style-two .buttons input {
    padding: 14px 33px;
    background: #20FAAE;
    border: none;
    font-weight: 500;
    width: inherit;
    border-radius: 4px;
}
/*Contact three*/
.form-area.style-three .form-control {
    border: 0;
    width: 100%;
    height: 57px;
    padding-left: 25px;
    background: #fff;
    border-radius: 5px;
    color: #232323;
    border: none;
}
.form-area.style-three input[type="email"] {
    height: 57px;
    padding: 5px 25px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
}
.form-area.style-three select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 57px;
    border: none;
    padding: 0 25px;
}
.form-area.style-three textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff;
    height: 138px;
    border: none;
    border-radius: 5px;
}
.form-area.style-three .buttons input {
    padding: 13px 40px;
    background: #20FAAE;
    border-radius: 30px;
    width: inherit;
    font-family: 'Fira Sans';
}
.form-area.style-three input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #6d6d6d!important;
}
.form-area.contact-form.contact-four input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #fff!important;
}

/*
==========
Blog Post
==========
*/
.blog-post.style1 .post-item {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #0C2B26;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    padding: 0;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
}
.blog-post.style1 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    border-radius: 8px;
}
.blog-post.style1 .categories {
    position: absolute;
    top: 32px;
    left: 32px;
}
.blog-post.style1 .categories a {
    padding: 2px 17px 2px;
    font-size: 14px;
    color: #001b17;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
}
.blog-post.style1 .single_blog_post_content {
    padding: 21px 30px 31px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #20FAAE;
}
.blog-post.style1 .meta i {
    color: #20FAAE;
    display: inline-block;
    margin-right: 3px;
}
.blog-post.style1 ul.post-categories {
    list-style: none;
}
.blog-post.style1 h3.title {
    margin: 23px 0 22px;
}
.blog-post.style1 h3.title a {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    transition: .5s;
}
.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-post.style1 .date {
    display: inline-block;
    margin-bottom: 13px;
}
.blog-post.style1 .user_thumb {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 9px;
    float: left;
}
.blog-post.style1 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style1 .author {
    display: inline-block;
}
.blog-post.style1 .author a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.blog-post.style1 .blog_btn a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    transition: .5s;
    font-size: 14px;
    background-image: linear-gradient(90deg, #093E34 0%, #093E34 100%);
    border-radius: 30px;
    border: 1px solid #0F5C4C;
    padding: 4px 25px;
}

.blog-post.style1 .blog_btn a i {
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    margin-left: 1px;
    transform: rotate(-45deg);
}

/*hover*/
.post-item:hover{
}
.post-item:hover .post-thumb img {
    transform: scale(1.1);
}
.blog-post.style1 h3.title a:hover{
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
}
.blog-post.style1 .blog_btn a:hover {
    color: #211e3b;
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    border-color: #00ff87;
}
.blog-post.style1 .author a:hover{
    color: #20FAAE;
}
.blog-post.style1 .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.blog-post.style1 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style1 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style1 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}

/*dots*/

.blog-post.style1 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
.blog-post.style1 button.owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #186054;
    border-radius: 50%;
    margin: 0 7px;
}
.blog-post.style1 button.owl-dot.active{
     background: #41F4D6;
     position: relative;
}
.blog-post.style1 button.owl-dot.active:after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid#41F4D6;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: inline-block;
}




/*blog style 12*/

.post-item.style_12 {
    background-color: #ffffff;
    border: 1px solid rgba(4,20,36,0.1);
    border-radius: 30px;
}
.post-item.style_12 .single_blog_post_content {
    padding: 15px 34px 28px;
}
.post-item.style_12 .categories {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.post-item.style_12 .categories :before {
    position: absolute;
    content: "";
    right: -17px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #2a7aff;
}
.post-item.style_12 h3.title a {
    font-size: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.post-item.style_12 ul.post-categories {
    display: inline-block;
}
.post-item.style_12 .author {
    display: inline-block;
}
.post-item.style_12 ul.post-categories li {
    list-style: none;
}
.post-item.style_12 .blog_btn a {
    font-size: 16px;
    color: #041424;
    font-weight: 500;
    font-family: "Nunito";
    margin-top: 21px;
    display: inline-block;
}


/*
=============
 Recent Post
=============
*/
.recent-post.style1 .post-item{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #616161;
    overflow: hidden;
}
.recent-post.style1 .post-item:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.recent-post.style1 .post-item .post-thumb{
    flex-shrink: 0;
}
.recent-post.style1 .post-item .post-thumb img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 10px;
}
.recent-post.style1 .post-item .content{
    padding: 0 0 0 10px;
}
.recent-post.style1 .post-item .content .meta{
    display: flex;
    align-items: center;
}
.recent-post.style1 .post-item .content .meta .date{
    position: relative;
    color: #616161;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.recent-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.recent-post.style1 .post-item .content .title{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px;
}
.recent-post.style1 .post-item .content .title a{
    color: var(--title-color);
}
.recent-post.style1 .post-item .content .title a:hover{
    color: var(--main-color);
}
.recent-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}

/*
==========
Portfolio
==========
*/
.portfolio-filter .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.portfolio-filter ul {
    margin: 0;
    list-style: none;
    padding: 28px 0 0;
    display: inline-block;
    border: 1px solid#154A44;
    padding: 14px 12px;
    background: #0A2B24;
    border-radius: 35px;
}
.portfolio-filter ul li {
    text-transform: capitalize;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 3px 21px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid#154A44;
}
.portfolio-filter li.current_menu_item {
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    color: #001b17;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.portfolio-filter .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
    border-radius: 10px;
}
.portfolio-filter .port-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background-image: linear-gradient(118deg, #01da78 0%, #4dcdd8 100%);
    opacity: 0;
    transition: all 500ms linear;
}
.portfolio-filter .single-content:hover .port-thumb:before{
    opacity: 0.8;
}
.portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
}
.portfolio-filter .content .grid-item {
    margin-bottom:30px;
}
.portfolio-filter .content .grid-item .single-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter .single-content .prot_content{
    position: relative;
    z-index: 2;
     border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content .prot_content {
    position: absolute;
    padding: 30px 22px 24px;
    left: 0;
    bottom: -124px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
    background: #07201C;
    width: 84%;
    margin: auto;
    right: 0;
    border-radius: 10px;
}
.portfolio-filter .single-content:hover .prot_content{
    bottom: 29px;
}
.portfolio-filter .content .grid-item .prot_content h4 {
    margin: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: "Ubuntu";
    color: transparent;
    background-image: linear-gradient(-37deg, #4DF1EA 35%, #0DFC97 70%);
    -webkit-background-clip: text;
}
.portfolio-filter .prot_content p {
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 0;
     display: inline-block;
     text-transform: uppercase;
}
.portfolio-filter .content .video-icon {
    display: inline-block;
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 48px;
}
.portfolio-filter .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #20FAAE;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter .single-content:hover .video-icon {
    top: 7%;
}


/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 50px;
    padding-top: 48px;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: muli; */
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
	
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #20FAAE;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}


.portfolio_info h3 {
    font-size: 25px;
    padding-bottom: 17px
}

.portfolio-details-box li strong {
    font-size: 20px;
    margin-right: 5px
}

.pr-title {
    padding: 24px 0 18px
}

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding: 5px 0;
    margin-bottom: 20px;
}
.port_dtl_social {
    margin-top: 20px;
}
.portfolio-details-box .port_dtl_social i {
    padding: 0 10px 0 10px;
    color: #fff;
}
.pr-title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.case-study  .owl-carousel .owl-nav button.owl-next, .case-study  .owl-carousel .owl-nav button.owl-prev {
    border: none;
    font: inherit;
    background: #20FAAE !important;
    color: #fff !important;
    padding: 8px 23px !important;
    border-radius: 6px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

/* Service Details */
.menu-service-menu-container ul {
    list-style: none;
    padding: 0;
}
.menu-service-menu-container ul li {
    list-style: none;
    margin-bottom: 14px;
}
.menu-service-menu-container ul li:last-child{
    margin-bottom: 0;
}
.menu-service-menu-container ul li a {
    position: relative;
    display: block;
    padding: 15px 7px 15px 49px;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
    position: relative;
    border-radius: 5px;
}
.menu-service-menu-container ul .current_page_item a {
    background-color: #20FAAE;
    color: #fff;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color:#FF3D00;
}
.menu-service-menu-container ul li a::after {
    content: '\f00c';
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 12px;
    font-family: 'FontAwesome';
    height: 22px;
    width: 22px;
    background: #E9E9E9;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: .5s;
}
.menu-service-menu-container ul li a:hover {
    color: #fff;
    background: #20FAAE;
}
.menu-service-menu-container ul li a:hover:after {
    background: #fff;
    color: #20FAAE;
}
.details-service .dreamit-button .button {
    padding: 11px 29px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero-single-slide{
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
}
.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.1;
}
.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
}
.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}

/* Accordion CSS */
.my-accordion li {
    position: relative;
    margin-bottom: 0;
    list-style: none;
    z-index: 1;
    border-radius: 0;
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion a {
    position: relative;
    width: 100%;
    display: flex;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #fff!important;
    background-color: transparent;
    padding: 24px 0px 24px 0px;
    z-index: 1;
    border-bottom: 1px solid #0F5C4C;
    border-radius: 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    justify-content: space-between;
}
.my-accordion a.active {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background-image: linear-gradient(90deg, #00ff87 0%, #5fefff 100%);
    color: #001b17!important;
    padding: 19px 30px;
    border-radius: 5px 5px 0 0;
    transition: .5s;
}
.my-accordion a i {
    font-size: 15px;
    font-weight: 700;
    transition: .5s;
    display: inline-block;
}
.my-accordion a.active i{
    transform: rotate(90deg);
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    padding: 23px 23px 31px 29px;
    background-color: #093E34;
    border-radius: 0px 0 5px 5px;
    text-align: left;
    border: 1px solid #0F5C4C;
    font-size: 16px;
    line-height: 26px;
    color: #94A59F;
    margin: 0;
}

/*style four*/

.my-accordion.style4 a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #232323 !important;
    background-color: #CEDEF7;
    padding: 16px 20px 16px 59px;
    z-index: 1;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(4,20,36,0.1);
}
.my-accordion.style4 a.active .shape_img {
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 80px;
    cursor: inherit;
}
.my-accordion.style4 .shape_img {
    display: none;
}
.my-accordion.style4 li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
}
.my-accordion.style4 li p {
    display: none;
    padding: 42px 162px 42px 25px;
    color: #616161;
    font-size: 16px;
    background: #fff;
    border: 1px solid rgba(4,20,36,0.1);
    border-top: none;
}



/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*animation moveleft*/
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


/* Subscribe Form */
.subscribe-form input[type="email"] {
    padding: 10px 15px 10px 15px;
    border-radius: 0;
    outline: 0;
    width: 70%;
    border: 0;
    background: #fff;
    height: 56px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
}
.subscribe-form input[type="email"]::placeholder{
    opacity: 0.9;
}
.subscribe-form input[type="email"]:focus{
    color: #fff;
}
.subscribe-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #b98d36;
    padding: 0;
    width: 30%;
    border: 0;
    outline: 0;
    border-radius: 0;
}


/*
==================
Tab
==================
*/
.filter-tab #tabs {
    margin: 0;
    padding: 44px 40px 37px;
    list-style: none;
    display: block;
    background: #041424;
    text-align: left;
    border-radius: 30px;
}
.filter-tab .container{
    max-width:1320px;
    padding:0 10px;
    margin:auto;
}
.filter-tab .tab_content h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 16px;
}
.filter-tab ul.features {
    margin-top: 26px;
}
.filter-tab .row.alignment {
    display: flex!important;
    align-items: center!important;
}
.filter-tab ul li {
    display: block;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    height: 100%;
}
.filter-tab ul li:last-child{
    margin-right:0px;
}
.filter-tab tab_thumb {
    position: relative;
    z-index: 1;
}
.filter-tab .tab_thumb img{
    width:100%;
}


.filter-tab #tabs li a img {
    max-height: 150px;
    max-width: 150px;
    object-fit: cover;
    filter: brightness(0)invert(1);
    margin-bottom: 20px;
}
.filter-tab #tabs li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0C59DB;
    opacity: 1;
    border-radius: 10px;
}
.filter-tab #tabs li{
    position:relative;
}

.filter-tab #tabs li a.inactive:before{
    display: none!important;
}

.filter-tab #tabs h5.text {
    position: inherit;
    color: #152b63;
    font-weight: 500;
    text-align: left;
    font-size: 17px;
}
.filter-tab #tabs li a h5.text {
    color: #fff;
    position: relative;
    z-index: 22;
}
.filter-tab #tabs li a.inactive h5.text {
    color: #fff;
}
.filter-tab #tabs li a.inactive img {
    filter: brightness(0)invert(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.filter-tab #tabs a {
    cursor: pointer;
    padding: 7px 24px 18px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    border-radius: 10px;
}
.filter-tab #tabs li a.inactive {
    background: #293744;
    outline: none;
    position: relative;
}
.filter-tab #tabs li:before a.inactive {
    background: transparent;
    outline: none;
    position: relative;
}

.filter-tab #tabs li a:hover,
.filter-tab #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
}
.filter-tab .row.tab_two {
    background: #fff;
    margin: 0 13px;
    position: relative;
    z-index: 1;
}
.filter-tab .text {
    text-align: center;
}
.filter-tab .tab_content {
    padding: 0 25px 0;
    text-align: left;
}
.filter-tab .tab_content p {
    line-height: 30px;
}
.filter-tab h3.title_text {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    margin: 0 0 34px;
}
.filter-tab ul.features li {
    display: block;
    position: relative;
    border-radius: 0px;
    margin-bottom: 15px;
    text-align: left;
    height: 100%;
}
.filter-tab .tab_btn {
    display: inline-block;
    position: relative;
    z-index: 22;
    margin-top: 46px;
}
.filter-tab a.tab_button {
    font-size: 16px;
    color: #fff;
    transition: .5s;
    display: inline-block;
    background: #13277D;
    border-radius: 0;
    padding: 16px 37px;
    z-index: 2;
}
.filter-tab a.tab_button:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    border: 1px solid#279E64;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .5s;
    transform: scale(1);
    border-radius: 0;
    background: transparent;
}
.filter-tab a.tab_button:hover:after {
    top: 0;
    left: 0;
}
.filter-tab a.tab_button:hover {
    background: #279E64;
}
.filter-tab #tabs li a h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 20px;
}
.filter-tab #tabs li a p{
    color: #fff;
}
.filter-tab #tabs li a.inactive p{
    color: #828fa0;
}
.filter-tab .content {
    padding-top: 40px;
}
.filter-tab .content .title{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.filter-tab .content h1, .filter-tab .content h2 {
    margin-left: 0;
    color: #062461;
    line-height: 40px;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 20px;
}
.filter-tab .content .text h3{
    font-size: 22px;
    font-weight: 600;
}
.filter-tab .text .tab_content p.description {
    margin-top: 20px;
}
.filter-tab .content .text p {
    color: #828fa0;
    margin: 0px 0 13px;
}
.filter-tab .content .text ul{
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.filter-tab .content .text ul li{
    position: relative;
    color: #828fa0;
    font-size: 16px;
    padding-left: 25px;
    margin-right: 30px;
}
.filter-tab .content .text ul li:last-child{
    margin-right: 0;
}
.filter-tab .content .text ul li::before{
    content: '\f058';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: #533efe;
}

.tab_content h4 {
    font-size: 16px;
    color: #da242b;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 23px;
}
.description{
    display: block;
}
a.tab_button i {
    font-size: 11px;
    margin-left: 8px;
}
ul#tabs li a i {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
    top: 4px;
}

.filter-tab #tabs li a.inactive div#tab1C {
    margin-top: -9px;
}



/*
==================
 Elementor Custom
==================
*/



/* Marquee Css */

 .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}

.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.marquee-block .content-box:last-child {
    margin-right:0px;
}


  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.marquee-block h3 {
    font-size: 28px;
    color: #001b17;
    font-weight: 500;
    font-family: "Ubuntu";
}
.marquee-block h3 img {
    margin-right: 18px;
}
.rotate{
    transform: rotate(-1deg)!important;
}
.marquee .marquee-block h3 img {
    display: inline-block;
    -webkit-animation: rotatemetwo 2s linear infinite;
    animation: rotatemetwo 2s linear infinite;
    position: relative;
    top: 5px;
}
.rotatemetwo {
  transition: .5s;
      -webkit-animation-name: rotatemetwo;
    animation-name: rotatemetwo;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotatemetwo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*Demo -05 css*/
.digital-agency .dreamit-slick-slider .single-slick.four.five .hero-text-wrap h4 {
    color: #20FAAE;
    font-weight: 600;
    border: 2px solid #20FAAE;
    border-radius: 7px;
}
.digital-agency .dreamit-slick-slider .single-slick.four.five .hero-text-wrap h1 {
    color: #232323;
}

.digital-agency .dreamit-slick-slider .single-slick.four .hero-text-wrap p {
    font-size: 29px;
    color: #686868;
    margin-top: 15px;
    width: 83%;
    font-weight: 500;
    line-height: 1.21;
}
.digital-agency .dreamit-slick-slider .slider-single-image img {
    display: block;
    border-radius: 0;
}
.digital-agency .dreamit-slick-slider .single-slick.four.five .slider-single-image {
    position: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    bottom: 0px;
}
.digital-agency  .dreamit-slick-slider .single-slick.four .slider-single-image:before {
    left: 129px;
    top: 33%;
}
.no-shaddows .service-box.style2 {
    border-radius: 10px;
    filter: none;
}



/* The End Of CSS */