
/*
=============
 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%;
    }

}

.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: 850px;
    z-index: 1;
}
.single-slick.style_one{
      position: relative;
    min-height: 850px;
}
.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 .single-slick.style_one .hero-text-wrap {
    width: 100%;
    text-align: left;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 66px;
    line-height: 76px;
    color: #ffffff;
    font-weight: 600;
}

.dreamit-slick-slider .hero-text-wrap h1 span{
	color: #1ec28e;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h4 {
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.050980392156862744);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 7px 16px;
    margin-bottom: 15px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h4 i{
   display: inline-block;
   margin-right: 10px;
   color: var(--primary-color);
   font-size: 12px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .description{
        -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    opacity: 0.702;
    font-size: 16px;
    line-height: 26px;
    color: #A4B19E;
    font-weight: 500;
    width: 45%;
    margin: 20px 0 35px;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 13px 35px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
        -webkit-animation: 1s 3s fadeInUp both;
    animation: 1s 3s fadeInUp both;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn i{
    margin-left: 5px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--Secondary-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none {
    background: transparent;
    border-color: #ffffff6e; 
    padding: 0;
    border: none;
    margin-left: 23px;
    position: relative;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none::before {
    display: none;
}

.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none:hover{
    color: var(--primary-color);
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none::after {
    position: absolute;
    content: '';
    width: 125px;
    height: 1px;
    background-color: rgba(255,255,255,0.5019607843137255);
    left: 0;
    bottom: 0;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none:hover:after{
    background-color: var(--primary-color);
}

.dreamit-slick-slider .single-slick.style_one .shape_image {
    position: absolute;
    top: 18%;
    left: 35%;
}
.dreamit-slick-slider .single-slick.style_one .shape_image_two {
    display: inline-block;
    position: absolute;
    bottom: 113px;
    left: 80px;
}
.dreamit-slick-slider .single-slick.style_one .shape_image_three {
    display: inline-block;
    position: absolute;
    left: 52%;
    bottom: 27%;
}



/*slick style three*/

.single-slick.one.three .hero-text h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 12px;
    display: inline-block;
    color: #0C5ADB;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-transform: uppercase;
}
.single-slick.one.three .hero-text h1 {
    font-size: 60px;
    color: #232323;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    line-height: 1.1;
    font-weight: 800;
}
.single-slick.one.three .hero-text p {
    font-size: 18px;
    margin: 25px 0 35px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 69%;
}
.single-slick.one.three a.btn {
    font-size: 17px;
    color: #fff;
    background: #1ec28e;
    padding: 13px 32px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
}
.single-slick.one.three a.btn i{
    margin-left: 6px;
    background: transparent;
}
.single-slick.one.three a.btn:hover {
    background: #00247e;
    border: 1px solid #00247e;
}
.dreamit-slick-slider .single-slick.one.three .slider-single-image {
    margin-right: 0;
    position: absolute;
    bottom: 0px;
    right: 10%;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
}
.dreamit-slick-slider .single-slick.one.three .slider-shape-image.rotateme {
    position: absolute;
    right: 49px;
}




/*
Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
          animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
  margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
  margin-left: 25%;
}

.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
  margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.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: #1ec28e;
    TEXT-ALIGN: CENTER;
    border: 2px solid #1ec28e;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}

/*slick style two*/

.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 22;
}
.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap p {
    font-size: 18px;
    margin: 24px 0 37px;
}
.dreamit-slick-slider .single-slick.style_one.style_two .slider-video-icon {
    position: absolute;
    left: 88%;
    top: 45%;
    text-align: center;
}
.dreamit-slick-slider .single-slick.style_one.style_two .slider-video-icon a, .video-icon-box a {
    background: #fff;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 0;
    line-height: 70px;
    color: #1ec28e;
    font-size: 15px;
    position: relative;
    display: inline-block;
        -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}
@-webkit-keyframes ripple-white {
    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(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    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(255, 255, 255, 0)
    }
}



/* Slider Right Image Option */

.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.dreamit-slick-slider .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: -183px;
}
.dreamit-slick-slider .slider-single-image img {
	display: block;
}
.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: #1ec28e;
    background: #fff;
    display: inline-block;
    font-size: 26px;
	position:relative; 
	z-index:1;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}
.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap .btn {
    padding: 13px 35px;
}


/* 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%;
    height: 50px;
    top: 54%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 50px;
    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: 50px;
    color: #fff;
    border: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    right: 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: 50px!important;
    top: 50%;
    width: 50px!important;
    line-height: 50px!important;
    color: #fff;
    border: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    right:0;
}
 .slick-next:hover{
    background-color: #1ec28e!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 {
	right: 52px;
}
.dreamit-slick-slider .slick-next {
    right: 55px;
    top: 43.5%;
    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: #1ec28e;
	color: #FFF;
	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);
  }
}


/*
==================
Effective Slider
==================
*/


.effective-area {
    min-height: 950px;
    padding: 0;
    position: relative;
}

.effective-area.overlay-white::after,
.effective-area .overlay-dark::after {
    background-color: rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.overlay-white:after {
    background-color: rgba(0, 0, 0, 0);
}

.effective-content {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 1;
}

.effective-content h1 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
    /* letter-spacing: 1px; */
}
.effective-content.text-center {
    text-align: center!important;
}
.effective-content h2 {
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0 0;
}

.effective-content>h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.effective-content p {
    font-size: 18px;
    margin: 13px auto 32px;
    width: 65%;
    color: #fff;
}
.effective-area .btn {
    margin-top: 30px;
}

.scroll-next {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.scroll-next>a {
    border-radius: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
}

.scroll-next i {
    color: #fff;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: -106px;
}

.effective_icon_inner {
    margin-top: 26px;
}

.effective_icon_inner a {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    margin: 0px 10px;
}

.effective_slider_btn a {
    padding: 14px 36px;
    background: #1ec28e;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    margin: 0 9px;
}

.effective_slider_btn a:hover {
    background: #fff;
    color: #1ec28e;
}








/*
==========
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 33px 50px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.20);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.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: #1ec28e;
    font-size: 45px;
}
.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: 20px;
    line-height: 1.5;
}
.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 33px 26px;
    border-radius: 8px;
    background-color: #1ec28e;
}
.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;
    text-align: center;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 0;
    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: 20px;
    color: #fff;
    line-height: 1.5;
}
.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;
    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: 260px;
}
/* Style Two */

.flip-box.style-two .back-part {
    display: block;
}
.flip-box.style-two .back-content-part {
    position: relative;
    z-index: 22;
}
.flip-box.style-two .front-part .front-icon i {
    color: #0C5ADB;
    font-size: 40px;
}
.flip-box.style-two .front-part, .flip-box.style-two .back-part {
    min-height: 250px;
}
.flip-box.style-two .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 20px;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    background: transparent;
    border: 1px solid #0C5ADB;
}
.flip-box.style-two .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.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 {
    text-transform: capitalize;
    margin-top: 25px;
    color: #0C5ADB;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    padding: 10px 25px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
}
.flip-box.style-two.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover{
    background: #1f1c51;
    color: #fff; 
}

.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: #1ec28e;
    text-transform: uppercase;
    margin-top: 74px;
}



/*
==============
Section Title
==============
*/

.section-title{
    position: relative;
}
.section-title.style1 .subtitle {
    position: relative;
    display: inline-block;
    color: #1e1e1e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px;
    padding-left: 20px;
}
.section-title.style1 .subtitle::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    line-height: 6px;
    background-color: #1ec28e;
    left: 4px;
    top: 10px;
}
.section-title.style1 .title, .section-title.style1 .title-two {
    font-size: 35px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600; 
}
.section-title.style1 .title-two span{
  color: #1ec28e;;
}
.section-title .description {
    font-size: 16px;
    margin: 13px 0 0;
    line-height: 1.5;
}
.section-title.style1.center .description {
    font-size: 18px;
    margin: 12px auto 0;
    width: 71%;
}
.opacity-low{
    opacity: 70%;
}
.bar-main {
    margin: 0px 0 0;
    display: inline-block;
}
.bar.bar-big {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 18px auto;
    position: relative;
    border-radius: 30px;
}
.bar.bar-big::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #1ec28e;
    -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-BG;
    animation-name: MOVE-BG;
}
.t_center .bar.bar-big::before {
    margin: auto;
}
.t_right .bar.bar-big::before {
    left: auto;
    margin: auto;
    right: 0;
}
.section-title span {
    color: #1ec28e;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
.video-box .section-title.style1.center .description {
    font-size: 16px;
    margin: 16px auto 0;
    width: 44%;
    color: #fff;
}


/*style two */


.section-title.style2 h5.subtitle {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    background-color: rgba(30, 194, 142, 0.1);
    display: inline-block;
    margin-bottom: 24px;
    border-radius: 18px;
    padding: 3px 16px;
}
.section-title.style2 h5.subtitle img {
    position: relative;
    top: 5px;
    margin-right: 6px;
}
.section-title.style2 .title, 
.section-title.style2 h2 {
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 700;
}
.section-title.style2 .title-two span{
  color: #1ec28e;;
}



/*style three*/
.section-title.style3 .subtitle {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1ec28e;
    margin: 0 0 16px;
    position: relative;
    margin-left: 0px;
    display: inline-block;
}
.section-title.style3 .subtitle img{
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.section-title.style3 h3.title,
.section-title.style3 h2.title-two {
    font-size: 42px;
    line-height: 52px;
    color: var(--title-color);
    font-weight: 600;
    margin: 0;
}


/*
============
Feature Box
============
*/
.feature-box.style1 {
    border-radius: 20px;
    background-color: #f0fbf8;
    padding: 48px 25px 48px 28px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    transition: .5s; 
}
.feature-box.style1 .feature-box-icon{ 
    transition: .5s;
}
.feature-box.style1 .feature-box-icon i {
    color: #2663e4;
    background-color: #f7f9fa;
    font-size: 40px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 100% 100% 100% 100%;
    display: inline-block;
    text-align: center;
}
.feature-box.style1:hover .feature-box-icon i {
    color: #ffffff;
    background-color: #2a6dec;
}
.feature-box.style1:hover .feature-box-icon  {
    filter: brightness(0) invert(1);
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;
}
.feature-box.style1 .feature-box-title h2 {
    font-size: 24px;
    margin: 15px 0 12px;
    font-weight: 500;
}
.feature-box.style1 p.feature-box-desc {
    margin: 0;
    transition: .5s;
}
.feature-box.style1 .educate-hover-box {
    background-color:#1ec28e;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.feature-box.style1:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feature-box.style1 .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0 0px 20px;
}
.feature-box.style1 .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.feature-box.style1 .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.feature-box.style1 .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 20px 20px 0;
}
.feature-box.style1:hover .feature-box-title h2,
.feature-box.style1:hover p.feature-box-desc{
    color: #fff;
}
.style-one .feature-box.style1 .educate-hover-box {
    background-color:#ff853f ;
}
.style-two .feature-box.style1 .educate-hover-box {
    background-color:#15c1fa;
}


/*style two*/

.feature-box.style2 {
    display: flex;
    transition: .5s;
}
.feature-box.style2:hover {
    transform: translateY(-10px);
}
.feature-box.style2 .feature-box-icon {
    flex-shrink: 0;
    margin-right: 22px;
    transition: .5s;
}
.feature-box.style2:hover .feature-box-icon{
    animation: wobble_vertical 1s forwards ease-in-out 0s;
} 
.feature-box.style2 .feature-box-title h2 {
    font-size: 24px;
    color: var(--title-color);
    font-weight: 500;
    transition: 0.5s;
    margin: 0 0 8px;
}
.feature-box.style2 p.feature-box-desc {
    font-size: 16px;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 400;
}
.feature-box.style2 .feature-box-icon {
    flex-shrink: 0;
    margin-right: 22px;
}
@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}


/*feature box style three*/

.feature-box.style3 {
    background: rgba(0, 0, 0, 0.67);
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 15px 23px 30px;
    position: relative;
    z-index: 1;
}

.feature-box.style3 .feature-box-icon {
    float: left;
    margin-right: 20px;
    padding-top: 18px;
}
.feature-box.style3 .feature-box-title h2 {
    font-size: 20px;
    margin: 15px 0 10px;
    transition: .3s;
    color: #fff;
}
.feature-box.style3 p.feature-box-desc {
    color: #fff;
    margin: 0 0 15px;
}
.feature-box.style3 .feature-box-icon.two {
     padding: 0; 
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 40px;
    color: #69717d;
    opacity: 0.4;
    margin: 0;
}

/*feature box style four*/
.feature-box.style4 {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, .12);
    border-radius: 7px;
    padding: 28px 20px 28px;
    transition: .4s;
    z-index: 1;
    position: relative;
}
.feature-box.style4:hover {
    transform: translateY(-10px);
}
.feature-box.style4:before {
    content: "";
    position: absolute;
    background: #1ec28e;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0);
    border-radius: 7px;
    z-index: -1;
}
.feature-box.style4:hover:before {
    transform: scaleY(1);
}

.feature-box.style4 .feature-box-icon i {
    font-size: 48px;
    color: #1ec28e;
    margin-bottom: 15px;
    transition: .4s;
    display: inline-block;
}
.feature-box.style4:hover .feature-box-icon i,
.feature-box.style4:hover .feature-box-title h2,
.feature-box.style4:hover p.feature-box-desc{
    color: #fff;
}
.feature-box.style4 .feature-box-title h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .4s;
}
.feature-box.style4 p.feature-box-desc {
    transition: .5s;
    margin: 0 0 17px;
}

/*feature box*/
.feature-box.style5 {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, .12);
    border-radius: 7px;
    padding: 50px 37px;
    transition: .4s;
}
.feature-box.style5:hover {
    transform: translateY(-10px);
}
.feature-box.style5:before {
    content: "";
    position: absolute;
    background: #1ec28e;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0);
    border-radius: 7px;
    z-index: -1;
}
.feature-box.style5:hover:before {
    transform: scaleY(1);
}
.feature-box.style5 .feature-box-icon i {
    background: #edf4fc;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    line-height: 130px;
    font-size: 45px;
    color: #1ec28e;
    margin-bottom: 20px;
    transition: .4s;
    display: inline-block;
    text-align: center;
}
.feature-box.style5:hover .feature-box-icon i {
    background: rgb(255, 255, 255);
}
.feature-box.style5 .feature-box-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: 0.4s;
}
.feature-box.style5 p.feature-box-desc {
    transition: .5s;
}
.feature-box.style5 .feature-btn a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 24px;
    display: inline-block;
    color: rgb(12, 90, 219);
    transition: 0.4s;
}
.feature-box.style5 .feature-btn a i{
    margin-left: 6px;
}
.feature-box.style5:hover .feature-btn a,
.feature-box.style5:hover .feature-box-title h2,
.feature-box.style5:hover p.feature-box-desc{
    color: #fff;
}




/*
===================
 Dream-IT Button
===================
*/
.dreamit-button .button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color: #1ec28e;
    padding: 14px 35px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.dreamit-button .button:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #1e1e1e;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.dreamit-button .button:hover:before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.dreamit-button .button i {
    margin-left: 6px;
}
.dreamit-button .icon {
    display: inline-block;
}

/*dreamit button style two*/

.dreamit-button.style2 .button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color: #1ec28e;
    padding: 14px 35px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.dreamit-button.style2 .button:before{
    display: none;
}
.dreamit-button.style2 .button::after {
    position: absolute;
    content: '';
    width: 125px;
    height: 1px;
    background-color: rgba(30,30,30,0.5019607843137255);
    left: 0;
    bottom: 0;
}
.dreamit-button.style2 .button:hover{
   color: #1ec28e;
}
.dreamit-button.style2 .button:hover:after{
      background-color: #1ec28e;
}



/*style three*/
.dreamit-button.style3 .dreamit-button a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 13px 35px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.dreamit-button.style3 .img-icon {
    display: inline-block;
    margin-right: 10px;
}


/*style four*/
.dreamit-button.style4 .button:before {
    display:none;
}
.dreamit-button.style4 .button:hover{
    border-color:#1EC28E!important;
}

/*
============
Service Box
============
*/

.service-box.style1 {
    border-radius: 5px 5px 5px 5px;
    transition: .5s;
}
.service-box.style1 .thumb {
    line-height: 0;
}
.service-box.style1 .thumb::before {
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0px;
    opacity: 1;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.3);
    transition: 400ms linear;
}
.service-box.style1:hover .thumb:before {
    left: 0px;
    right: 0px;
    opacity: 0;
}



/*start service section style two*/

.service_section.style1 .service_content h3 {
    font-size: 28px;
    line-height: 36px;
    color: #041424;
    margin: 28px 0 0;
}
.service_section.style1 .service_body {
    padding-top: 19px;
}
.service_section.style1 ul.features li {
    margin: 0 0 8px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Outfit";
    border-bottom: 1px solid rgba(30, 30, 30, 0.10196078431372549);
}
.service_section.style1 .level {
    display: flex;
    gap: 10px;
}
.service_section.style1 .value p {
    display: inline-block;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    margin: 0;
}
.service_section.style1 ul.features li img{
    margin-right:7px;
}
.service_section.style1 .service_btn a {
    margin-top: 43px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 30px;
    background-color: var(--primary-color);
    padding: 13px 22px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.service_section.style1 .service_btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.service_section.style1 .service_btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}


/*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: #1ec28e;
}
.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 {
    align-items: center;
    padding-bottom: 5px;
    display: inline-block;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 5px;
    background-color: rgba(30, 194, 142, 0.10196078431372549);
    border: 1px solid rgba(30, 194, 142, 0.3);
    padding: 0 18px 0 18px;
    margin-bottom: 15px;
}
.icon-box.style1 .icon-box-icon {
    padding-right: 6px;
    display: inline-block;
}
.icon-box.style1 .icon-box-content {
    display: inline-block;
}
.icon-box.style1 .icon-box-content h2 {
    margin: 0 0 0px 0;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
}
.icon-box.style1 .icon-box-content .description p {
    margin: 0;
    font-size: 16px;
}
.icon-box.style1 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 15px;
    color: #1ec28e;
}
.icon i {
    display: inline-block;
}
/*style two*/
.icon-box.style-two {
    position: absolute;
    bottom: 122px;
    left: 0;
    width: 340px;
    backdrop-filter: blur(10px);
    height: 130px;
    border-radius: 20px;
    filter: drop-shadow(0px 20px 50px rgba(177, 221, 208, 0.4));
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px 0 28px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.icon-box.style-two .title h2 {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.icon-box.style-two .description p {
    display: block;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
    margin: 0 0 0;
}
/* Style Three */
.icon-box.style3 {
    display: flex;
    padding: 0;
    transition: 0.5s;
}
.icon-box.style3 .icon-box-icon {
    flex-shrink: 0;
    margin-right: 12px;
}
.icon-box.style3 .icon i {
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #1ec28e;
    border-radius: 50%;
    color: #fff;
}
.icon-box.style3 .title h2 {
    font-size: 18px;
    margin: 0 0 6px;
}
.icon-box.style3 .description p {
    margin: 0;
}
/*icon box style four*/
.icon-box.style4 {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 10px;
    background-color: rgba(30, 194, 142, 0.10196078431372549);
    padding: 15px 18px 16px 25px;
    transition: 0.5s;
}
.icon-box.style4 .icon i {
    display: inline-block;
    text-align: center;
}
.icon-box.style4 .icon-box-icon {
    position: relative;
    top: 5px;
    flex-shrink: 0;
}
.icon-box.style4 .img-icon img{
    transition: .5s;
}
.icon-box.style4 .title h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.icon-box.style4 .description p {
    margin: 0;
}
.icon-box.style4:hover .img-icon img {
    filter: brightness(0) invert(1);
}
/*icon box style five*/

.icon-box.style5 {
    display: flex;
    align-items: center;
    gap: 25px;
}
.icon-box.style5 .icon i {
    display: inline-block;
    text-align: center;
}
.icon-box.style5 .title h2 {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.icon-box.style5:hover .title h2{
    color: #1ec28e;
}
.icon-box.style5 .description p {
    margin: 0 0 0;
}
.footer .icon-box.style5 {
    gap: 13px;
}
/*icon box style six*/

.icon-box.style6 {
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 41px 0 40px;
}
.icon-box.style6 p {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    margin: 7px 0 0;
}
.icon-box.style6 p span {
    display: inline-block;
    font-size: 16px;
    color: #1ec28e;
    font-weight: 500;
}

/*icon box style seven*/

.icon-box.style7 {
    align-items: center;
    padding-bottom: 5px;
    display: inline-block;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 5px;
    background-color: rgba(30, 194, 142, 0.10196078431372549);
    padding: 6px 19px 6px 8px;
    margin-bottom: 15px;
}
.icon-box.style7 .icon-box-icon {
    margin-right: 0px;
    display: inline-block;
}
.icon-box.style7 .icon-box-content {
    display: inline-block;
}
.icon-box.style7 .icon-box-content h2 {
    margin: 0 0 0px 0;
    display: inline-block;
    font-size: 17px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
}
.icon-box.style7 .icon i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #e0f5f1;
    text-align: center;
    margin-right: 10px;
    color: #1ec28e;
}

/*icon box style eight*/
.icon-box.style8 {
    display: flex;
    align-items: center;
    gap: 0px;
}
.icon-box.style8 .icon i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: var(--primary-color);
    text-align: center;
    color: var(--color-white);
    margin-right: 10px;
    font-size: 13px;
}
.icon-box.style8 .title h2 {
    font-size: 18px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    margin: 0;
}

/*style nine*/

.icon-box.style9 {
    border-radius: 23px;
    background-color: var(--color-white);
    padding: 6px 20px 6px 20px;
    display: inline-block;
}
.icon-box.style9 .icon-box-icon {
    display: inline-block;
    float: left;
    margin-right: 11px;
    position: relative;
    top: 4px;
}
.icon-box.style9 .icon i {
    display: inline-block;
    color: var(--primary-color);
}
.icon-box.style9 .title h2 {
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 400;
    font-family: "Outfit";
    margin: 0 0 0;
}
.icon-box.style9 .icon-box-content {
    overflow: hidden;
    display: inline-block;
}

/*icon box*/

.icon-box.style10 {
    padding: 6px 20px 6px 9px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 100px;
    background-color: #efdceb;
    transition: 0.5s;
}
.icon-box.style10 .title h2 {
    align-items: center;
    font-size: 20px;
    line-height: 1;
    color: var(--title-color);
    font-weight: 500;
    margin: 0;
}
.icon-box.style10:hover .title h2{
    color:#fff;
}
.icon-box.style10 .icon-box-icon {
    position: relative;
    justify-content: center;
    width: 52px;
    height: 52px;
    line-height: 67px;
    border-radius: 50%;
    background-color: var(--color-white);
    text-align: center;
}

/*icon box style 11*/

.icon-box.style11 {
    border-radius: 10px;
    background-color: var(--primary-color);
    width: 300px;
    gap: 16px;
    align-items: baseline;
    padding: 31px 35px;
}
.icon-box.style11 .title h2 {
    font-size: 22px;
    line-height: 28px;
    color: var(--color-white);
    font-weight: 500;
    margin: 0;
}
.icon-box.style11 .img-icon {
    float: left;
    margin-right: 15px;
}

/*style 12*/

.icon-box.style12 {
    border-radius: 20px;
    background-color: #f0fbf8;
    display: inline-block;
    width: 200px;
    padding: 33px 28px 27px;
}
.icon-box.style12 .title h2 {
    font-size: 20px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    margin-bottom: 15px;
    margin: 0 0 15px;
}
.icon-box.style12 .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background-color: var(--primary-color);
    text-align: center;
    color: var(--color-white);
    margin-bottom: 18px;
}
.icon-box.style12 .icon i{
    font-size: 12px;
}
.icon-box.style12 .description p {
    display: inline-block;
    font-size: 15px;
    color: var(--title-color);
    font-family: "Outfit";
    position: relative;
    z-index: 1;
    margin-left: 25px;
    margin-bottom: 0;
}
.icon-box.style12 .description p::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: var(--primary-color);
    left: -23px;
    top: 13px;
}

/*icon box style 13*/
.icon-box.style13 {
    padding: 39px 26px 35px;
    text-align: center;
    transition: .5s;
}
.icon-box.style13 .title h2 {
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    padding-top: 53px;
    margin: 0 0 0;
}
.icon-box.style13 .img-icon {
    transition: .5s;
}
.icon-box.style13:hover .img-icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

.details-page .icon-box.style1 .icon-box-icon {
    padding-right: 22px;
    flex-shrink: 0;
}

/* icon box style 14*/

.icon-box.style14 {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 270px;
    height: 103px;
    border-radius: 20px;
    filter: drop-shadow(0px 20px 40px rgba(205, 216, 213, 0.2));
    background-color: rgba(255, 255, 255, 0.5019607843137255);
    border: 2px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    padding-left: 30px;
}
.icon-box.style14 .title h2 {
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    margin: 0 0 0;
}
.icon-box.style14 .description p {
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    margin: 0;
}
/*icon box style 15*/
.icon-box.style15 {
    display: flex;
    align-items: center;
}
.icon-box.style15 .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: 2px solid transparent;
    color: #1ec28e;
    transition: .5s;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
}
.icon-box.style15 .description p {
    font-size: 16px;
    color: #616161;
    margin: 0 0 0;
}
.icon-box.style15 .title h2 {
    margin: 7px 0 0;
    font-size: 20px;
    font-weight: 500;
}
.icon-box.style15:hover .icon {
    color: #fff;
    background: var(--primary-color);
}

/*style six*/
.icon-box.style16 {
    display: flex;
    align-items: center;
    gap: 26px;
    border-radius: 10px;
    padding: 26px 35px 42px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}
.icon-box.style16::before {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.icon-box.style16:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
}
.icon-box.style16 .title h2 {
    font-size: 22px;
    line-height: 40px;
    color: #1e1e1e;
    font-weight: 500;
    margin: 0 0 2px;
}
.icon-box.style16 .icon-box-icon.top {
    flex-shrink: 0;
}
.icon-box.style16 .description p {
    margin: 0 0 0;
}


.icon-box-icon.left {
    float: left;
}
.icon-box-icon.right {
    float: right;
}


.my-icon-box.left {
  flex-direction: row;
  align-items: center;
  text-align: left;
}

.my-icon-box.right {
  flex-direction: row-reverse;
  align-items: center;
  text-align: right;
}

/* Icon style */
.my-icon-box .icon-box-icon {
  font-size: 30px;
  color: #00AEEF;
  margin: 0 10px 10px 0; /* default bottom spacing */
}


selector .icon-box-icon {
    margin: 10px 20px 10px 20px; /* Top Right Bottom Left */
}


/* about shape */
 .about-shape {

}
  
  .about-shape-icon {
    left: -56px;
    bottom: -32px;
    z-index: 22;
  }
  
   .about-shape-icon a {
    display: inline-block;
    line-height: 156px;
    border-radius: 50%;
    text-align: center;
    width: 156px;
    height: 156px;
    background-color: #f0f8f5;
    border: 6px solid #E5E5E5;
}
  
 .about-shape-icon a i {
    color:var(--color-white);
    font-size: 20px;
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer;
    z-index: 1;
    top: -3px;
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 34px;
    background-color:var(--primary-color);
    text-align: center;
    animation: rotateme 18s linear infinite;
}
  
 .text-inner {
    width: 155px;
    height: 155px;
    line-height: 155px;
    position: absolute;
    bottom: 2px;
    left: 28px;
  }
  
.text-inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
  }
  
 .text-inner path {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
    transition: 0.3s stroke, 0.3s fill;
  }
  
  .text-inner text {
    fill: #1e1e1e;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 42px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Open Sans";
}


/* start event section*/


.joint-event-box.style1 {
    border-radius: 20px;
    background-color: #f0fbf8;
    padding: 36px 40px 49px 58px;
    transition: .5s;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joint-event-box.style1 span {
    display: inline-block;
    font-size: 80px;
    color: var(--primary-color);
    font-weight: 600;
    margin-right: 16px;
    font-family: "Outfit", serif;
}

.joint-event-box.style1 .joint-event-month h5 {
    font-size: 16px;
    line-height: 30px;
    color:var(--title-color);
    font-weight: 500;
}

.joint-event-box.style1 .joint-event-month p {
    font-size: 16px;
    color:var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
}

.joint-event-box.style1 .joint-event-month {
    display: flex;
    align-items: center;
}

.joint-event-box.style1 .event-title h3 {
    font-size: 30px;
    line-height: 38px;
    color: var(--title-color);
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.joint-event-box.style1 .event-title h3::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;
    background-color: rgba(30,30,30,0.10196078431372549);
    left: -72px;
    top: -10px;
}
.joint-event-box.style1 .event-title h3::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;
    background-color: rgba(30,30,30,0.10196078431372549);
    right: -46px;
    top: -10px;
}
.joint-event-box.style1 .event-title h3 a {
    display: inline-block;
    font-size: 30px;
    line-height: 38px;
    color:var(--title-color);
    font-weight: 600;
    transition: 0.5s;
}

.joint-event-box.style1 .event-title h3 a:hover{
    color: var(--primary-color);
}
.joint-event-box.style1 .event-location ul li {
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 8px;
    list-style: none;
}

.joint-event-box.style1 .event-location ul li img {
    margin-right: 12px;
}

.joint-event-box.style1  .event-thumb {
    position: absolute;
    top: 80px;
    right: 285px;
    transition: .7s;
    z-index: 1;
}

 .joint-event-box.style1 .event-thumb img {
    z-index: -22;
    transition: .7s;
    opacity: 0;
}

 .joint-event-box.style1:hover .event-thumb img{
    opacity: 1;
}

 .joint-event-box.style1:hover .event-thumb {
    top: 40px;
}

.joint-event-box.style1 .event-thumb img:hover {
    transform: skew(0deg, 6deg);
}

.joint-event-box.style1 .joint-event-btn a {
    display: inline-block;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(30,194,142,0.5);
    padding: 10px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.joint-event-box.style1 .joint-event-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.joint-event-box.style1 .joint-event-btn a:hover::before {
    width: 100%;
    left: 0;
}

.joint-event-box.box-4 .joint-event-btn a:hover{
    color: var(--color-white);
}

.joint-event-box.style1 .joint-event-btn a:hover{
    color: var(--color-white);
}

.joint-event-box.style1 .joint-event-btn a i{
    margin-left: 10px;
}

.joint-event-box.style1  .event-shape {
    position: absolute;
    top: 94px;
    left: 130px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}

/*event style two*/

.joint-event-box.style2 {
    border-radius: 16px;
    background-color: #ffffff;
    padding: 20px 20px 20px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 30px;
}
.joint-event-box.style2 .event-thumb{
    position:relative;
}
.joint-event-box.style2 .event-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.joint-event-box.style2:hover .event-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
}
.joint-event-box.style2 .joint-event-month h5 {
    font-size: 16px;
    color: #1ec28e;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    margin: 0 0 13px;
}
.joint-event-box.style2 .joint-event-month h5 i{
    margin-right:5px;
}
.joint-event-box.style2 .event-title h3 {
    margin: 0 0 0;
}
.joint-event-box.style2 .event-title h3 a {
    display: inline-block;
    font-size: 21px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    transition: 0.5s; 
}
.joint-event-box.style2 p.description p {
    display: none;
}
.joint-event-box.style2 .description {
    display: none;
}
.joint-event-box.style2 ul.features {
    margin: 19px 0 27px;
}
.joint-event-box.style2 ul.features li {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    margin-bottom: 7px;
    list-style: none;
}
.joint-event-box.style2 .joint-event-btn a {
    display: inline-block;
    font-size: 14px;
    color: var(--color-white);
    background-color: var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    padding: 5px 18px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-top: 0;
    text-transform: uppercase;
}
.joint-event-box.style2 .joint-event-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}
.joint-event-box.style2 .joint-event-btn a i{
    margin-left:5px;
}
.joint-event-box.style2 .joint-event-btn a:hover::before {
    width: 100%;
    left: 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.style1 {
    text-align: center;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
}
.single-counter.style1 .icon {
    margin-bottom: 0;
}
.single-counter.style1 .icon i {
    font-size: 50px;
    color: #1ec28e;
}
.single-counter.style1 .count_box {
    display: inline-block;
    font-weight: 500;
    height: 60px;
    border-radius: 30px;
    background-color: #1ec28e;
    border: 3px solid #e5fefe;
    text-align: center;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 6px;
    left: 50px;
}
.single-counter.style1 .counter-content span {
    display: inline-block;
    color: #1ec28e;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Outfit";
}
.single-counter.style1 .counter-content h6 {
    margin: 0px 0 0 7px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: "Outfit";
}
.single-counter.style1 p.counter-desc {
    margin: 9px 0 0;
}
.single-counter.style1 .reviews_rating {
    display: flex;
    align-items: center;
}
.single-counter.style1 .client-star {
    display: inline-block;
}
.single-counter.style1 .client-star i.active {
    color: #ff853f;
}

/*counter section style two*/
.single-counter.style_two .counter-content.counter.top {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.single-counter.style_two .counter-content span {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #1ec28e;
    margin: 0 0px 0 0;
    line-height: 44px; 
}
.single-counter.style_two .counter-content .suffix {
    color: #1ec28e;
    font-size: 56px;
    position: relative;
    /* top: -13px; */
    font-weight: 500;
    left: -5px;
}
.single-counter.style_two .counter-content h6 {
    color: #1e1e1e;
    font-size: 16px;
     font-weight: 600;
    margin: 0;
}

/*style three*/

.single-counter.style_three {
    padding: 24px 32px 24px;
    transition: .5s;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background-color: #fff;
    width: 279px;
}
.single-counter.style_three span.count.percent {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Outfit", serif;
}
.single-counter.style_three span.suffix{
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Outfit", serif;  
}

.single-counter.style_three h6 {
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    margin: 7px 0px 0px 0px;
}

/*counter style four*/
.single-counter.style_four {
    display: flex;
    overflow: inherit;
    padding: 0 0 0;
    align-items: center;
}
.single-counter.style_four .icon {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 15px;
    text-align: center;
    flex-shrink: 0;
}
.single-counter.style_four .counter-content.counter h6 {
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 15px;
    color: var(--title-color);
    font-family: "Open Sans";
}
.single-counter.style_four .counter-content span {
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 600;
    margin: 0;
    font-family: "Outfit";
}


/* counter style five*/

.single-counter.style5{
    border-radius: 15px;
    background-color: var(--color-white);
    padding: 21px 28px 19px;
}

.single-counter.style5 .icon {
    margin-bottom: 0;
    text-align: center;
    display: none;
}
.single-counter.style5 .icon i{
    display: inline-block;
}

.single-counter.style5 .counter-content .suffix {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.single-counter.style5 .counter-content span {
    color: #fff;
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
}
.single-counter.style5 .counter-content h6 {
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Open Sans";
    margin: 0 0 0;
}



/*counter style six*/
.single-counter.style6 {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    background-color: #eff9f6;
    padding: 42px 32px 42px;
}
 .single-counter.style6 .icon {
    width: 90px;
    height: 90px;
    line-height: 117px;
    border-radius: 15px;
    background-color: #d8f1ea;
    text-align: center;
}
.single-counter.style6 .counter-content.counter span {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
    margin: 13px 0 0px;
    font-family: "Outfit", serif;
}
.single-counter.style6 p.counter-desc {
    opacity: 0.702;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 500;
    margin: 0;
}
 .single-counter.style6 h6 {
    font-size: 18px;
    color: #041424;
    font-weight: 400;
    text-align: center;
    margin: 0px 0 0;
}

/*counter style seven*/
.single-counter.style7.left {
    display: flex;
    align-items: center;
}
.single-counter.style7.left span.count.percent {
    display: inline-block;
    font-size: 60px;
    line-height: 52px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
    font-family: "Outfit", serif;
    font-style: normal;
}
.single-counter.style7.left span.suffix {
    display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
    top: -16px;
}
.single-counter.style7.left .counter-content.counter {
    margin-left: 13px;
}

/*counter style eight*/

.single-counter.style8 span.count.percent {
    display: inline-block;
    font-size: 26px;
    color: var(--title-color);
    font-weight: 600;
}
.single-counter.style8 .counter-content.counter h6 {
    display: inline-block;
    margin-left: 10px;
    color: #616161;
    font-weight: 400;
    font-family: "Open Sans";
    font-size: 16px;
}
.single-counter.style8 .number {
    display: inline-block;
}
.single-counter.style8 .counter-content.counter {
    display: inline-block;
}
.single-counter.style8 span.suffix {
    display: inline-block;
    font-size: 26px;
    color: var(--title-color);
    font-weight: 600;
}

/*counter style nine*/

.single-counter.style9 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 36px 20px 32px 28px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
    z-index: 1;
    border-radius: 10px;
    filter: drop-shadow(0px 20px 50px rgba(177, 221, 208, 0.4));
    background-color: #ffffff;
}
.single-counter.style9 .number span {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 600;
    font-family: "Outfit", serif;
}
.single-counter.style9 .counter-content.counter h6 {
    display: block;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 400;
    margin: 4px 0 0;
    font-family: "Open Sans";
}



/*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 {
    position: relative;
    overflow: hidden;
    -moz-transition: .3s;
    border-radius: 20px;
    background-color: #f1f9fc;
    padding: 20px 20px 25px;
    transition: 0.5s;
    text-align: center;
}
.team.style1:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.team.style1 .image {
    position: relative;
    z-index: 1;
    line-height: 0;
    overflow: hidden;
}
.team.style1 .image img {
    width: 100%;
}
.team.style1 .image:before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(21, 193, 250, 0.9999999999999999) 0%, rgba(21, 193, 250, 0.9999999999999999) 20%, rgba(29, 193, 141, 0) 50%, rgba(29, 193, 141, 0) 100%);
    border-radius: 16px;
    transition: 0.5s;
    border-radius: 15px;
}
.team.style1 .team-content {
    padding: 10px 0 0;
}
.team.style1:hover .image:before {
    height: 100%;
}
.two .team.style1 .image:before {
    background-image: linear-gradient(0deg, rgb(30, 194, 142) 0%, rgba(29,193,141,0.9999999999999999) 20%, rgba(29,193,141,0) 50%, rgba(29,193,141,0) 100%);
    transition: 0.5s;
}
.three .team.style1 .image:before {
    background-image: linear-gradient(0deg, rgb(255, 133, 63) 0%, rgba(255, 133, 63, 0.9999999999999999) 20%, rgba(29, 193, 141, 0) 50%, rgba(29, 193, 141, 0) 100%);
    transition: 0.5s;
}
.four .team.style1 .image:before {
    background-image: linear-gradient(0deg, rgb(166, 76, 249) 0%, rgba(166, 76, 249, 0.9999999999999999) 20%, rgba(29, 193, 141, 0) 50%, rgba(29, 193, 141, 0) 100%);
    transition: 0.5s;
}
.team.style1 .image ul.social-icon {
    position: absolute;
    bottom: -40px;
    opacity: 1;
    transition: all 0.4s ease 0s;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.team.style1:hover .image ul.social-icon {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.team.style1 .image ul.social-icon li {
    display: inline-block;
    margin: 0 3px;
}
.team.style1 .image ul.social-icon li a {
    color: #1ec28e;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    border-radius: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.6);
    border-image: initial;
    transition: 0.5s;
}
.team.style1 .image ul.social-icon li a:hover {
    color: #15c1fa;
    background-color: #fff;
}
.team.style1 .bio h2 a {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    font-family: "Outfit";
    transition: 0.5s;
    color: #1e1e1e;
}
.team.style1 .bio h2{
    margin: 0 0 0;
}
.team.style1 h5.designation {
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #15c1fa;
    font-weight: 500;
    border-radius: 15px;
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    border: 1px solid rgba(21, 193, 250, 0.3);
    display: inline-block;
    padding: 0 18px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.two .team.style1 h5.designation {
    color: #1ec28e;
    background-color: rgba(30, 194, 142, 0.10196078431372549);
    border: 1px solid rgba(30, 194, 142, 0.3);  
}
.three .team.style1 h5.designation {
    color: #ff853f;
    background-color: rgba(255, 133, 63, 0.10196078431372549);
    border: 1px solid rgba(255, 133, 63, 0.3);  
}
.four .team.style1 h5.designation {
    color: #a64cf9;
    background-color: rgba(166, 76, 249, 0.10196078431372549);
    border: 1px solid rgba(166, 76, 249, 0.3); 
}

.team.style1 .team-ratting {
    display: inline-block;
}
.team.style1 .team-rating-rate {
    display: inline-block;
}
.team.style1 .team-ratting ul li {
    display: inline-block;
    color: #ff853f;
}


/*team Style Two */
 .team.style2 {
    overflow: hidden;
}
 .team.style2 .image {
    position: relative;
    line-height: 0;
}
.team.style2 .image:before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.team.style2:hover .image:before {
    left: 0;
    right: 0;
    opacity: 0;
}
.team.style2 .image img {
    width: 100%;
}
.team.style2 ul.social-icon {
    z-index: 1;
    display: inline-block;
    position: absolute;
    right: -60px;
    opacity: 1;
    padding: 16px 0px 5px;
    transition: all 0.5s;
    bottom: 46px;
}

.team.style2 .team-icon.active ul.social-icon {
    opacity: 1;
    right: 76px;
}
.team.style2 .team-btn {
    position: absolute;
    right: 75px;
    bottom: -23px;
    z-index: 22;
}

.team.style2 ul.social-icon li {
    display: block;
    text-align: center;
    margin-bottom: 9px;
}
.team.style2 ul.social-icon li a {
    color: #fff;
    padding:0 8px ;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: rgb(30, 30, 30);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgb(255, 255, 255);
    transition: 0.5s;
    border-radius: 50%;
}
.team.style2 ul.social-icon li a:hover{
    color: rgb(255, 255, 255);
    background-color: var(--primary-color);
}
.team.style2 .team-btn i {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    z-index: 3;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgb(30, 30, 30);
    transition: 0.5s;
    border-radius: 25px;
}
.team.style2 .team-content {
    text-align: left;
    padding: 2px 0 0;
    position: relative;
}
.team.style2 .bio h2{
    margin: 0 0 0;
}
.team.style2 .bio h2 a {
    display: inline-block;
    color: #232323;
    font-size: 20px;
}
.team.style2 h5.designation {
    font-weight: 500;
    margin: 0;
    opacity: 0.702;
    font-size: 16px;
    line-height: 1;
    color: rgb(30, 30, 30);
    font-weight: 500;
    font-family: "Open Sans";
}



/*heading*/
.heading.style1 h4 {
    border-bottom: 1px solid#E8E8E8;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.heading.style1 h4:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    line-height: 6px;
    background-color: #1ec28e;
    left: 4px;
    top: 8px;
}
.heading.style1 h2.heading-text span {
    display: inline-block;
    color: var(--primary-color);
}
.testi-heading .heading.style1 h4 {
    border-bottom: 1px solid#353535;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    opacity: 0.5;
}

/*heading style two*/

.heading.style-2 h4.heading-text {
    font-size: 14px;
    line-height: 28px;
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 16px;
    background-color: rgba(30, 194, 142, 0.10196078431372549);
    border: 1px solid rgba(30, 194, 142, 0.3);
    display: inline-block;
    padding: 0 18px;
    margin: 0 0 7px 0;
}


/*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 p.heading-text span {
    color: #1ec28e;
}
.heading.style-4 h2.heading-text:before {
    position: absolute;
    content: "";
    top: 34px;
    left: -111px;
    width: 97px;
    height: 2px;
    background-color: #ffffff;
}

/*heading style five*/
.heading.style-5 p.heading-text {
    width: 87%;
}



.seo h1.heading-text span {
    color: #1ec28e;
}



/*
============
Work Process
============
*/
.work-process.style1 {
    position: relative;
    text-align: center;
    padding: 0 30px;
}
.work-process.style1 .work_progress-number{
    position: relative;
    z-index: 1;
}
.work-process.style1 .work_progress-number:before {
    position: absolute;
    top: 22px;
    width: calc(100% - 100px);
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#1ec28e), color-stop(40%, #1ec28e), color-stop(40%, transparent), to(transparent));
    background-image: -o-linear-gradient(left, #1ec28e, #1ec28e 40%, transparent 40%, transparent 100%);
    background-image: linear-gradient(90deg, #1ec28e, #1ec28e 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
    content: "";
    left: -171px;
}
.first-process .work_progress-number:before {
   display:none;
}
.work-process.style1 .work_progress-number span{
    font-weight: 600;
    height: 45px;
    width: 45px;
    line-height: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
   background: #1ec28e;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.work-process.style1:hover .work_progress-number span{
    transform: scale(1.1);
}
.work-process.style1 .work_progress-number span:before {
    position: absolute;
    left: -18px;
    top: -18px;
    height: 85px;
    width: 85px;
    content: "";
    background: #1ec28e;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: .2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.work-process.style1 .work_progress-number span:after {
    position: absolute;
    left: -8px;
    top: -8px;
    height: 65px;
    width: 65px;
    content: "";
    background: #1ec28e;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: .4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.before-none .work_progress.style-three .work_progress-number:before {
   display:none;
}
.work-process.style1 h3.title {
    font-size: 20px;
    font-weight: 700;
    margin: 47px 0 15px;
}

/*work process style two*/

.work-process.style-two {
    position: relative;
    padding: 0 30px;
    transition: .5s;
}
.work-process.style-two .icon::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
}
.work-process.style-two .icon::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
}
.work-process.style-two .icon i {
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: inline-block;
}
.work-process.style-two .work_progress-title {
    padding-top: 40px;
}
.work-process.style-two .icon {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}
.work-process.style-two .work_progress-number {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.work-process.style-two .work_progress-number span {
    background: #fff;
    border-radius: 50%;
    color: #0C5ADB;
    box-shadow: 0 0 10px #cccccc;
    display: inline-block;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.work-process.style-two .work_progress-title h3 {
    font-size: 20px;
    margin: 30px 0 10px;
    font-weight: 700;
}
.work-process.style-two .work_progress-desc p {
    margin: 0;
}




/*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: #1ec28e;
    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 #1ec28e;
    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 .testi_content {
    position: relative;
    text-align: left;
    border-radius: 20px;
    filter: drop-shadow(0px 30px 35px rgba(229, 238, 235, 0.5));
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 40px 45px;
    margin-bottom: 30px;
}
.testimonial.style1 .quote_thumb {
    display: inline-block;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 10px;
}
.testimonial.style1 .testi_title {
    display: inline-block;
}
.testimonial.style1 .testi_title h3 {
    font-size: 26px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    display: inline-block;
    margin: 0 0 0;
}
.testimonial.style1 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style1 .bio {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial.style1 .testimonial-item p.quote {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Open Sans";
    margin: 18px 0 18px;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    color: #1ec28e;
    font-size: 19px;
    margin: 0 1px;
}
.testimonial.style1 .testimonial-item h4.name {
    margin: 9px 0 10px;
    font-size: 20px;
}
.testimonial.style1 .testimonial-item h5.designation {
    font-size: 16px;
    margin: 0 0 0;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    font-family: "Open Sans";
}
.testimonial.style1 h4.name {
    font-size: 24px;
    line-height: 34px;
    color: #1e1e1e;
    font-weight: 500;
    margin: 0 0 0;
}

/*owl nav*/
.testimonial.style1 .owl-nav {
    position: absolute;
    right: 12px;
    bottom: 24px;
}
.testimonial.style1 button.owl-prev i,
.testimonial.style1 button.owl-next i{
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color: #1e1e1e;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(30, 30, 30, 0.1);
    margin: 0 5px;
}
.testimonial.style1 button.owl-prev i:hover,
.testimonial.style1 button.owl-next i:hover{
    background-color: #1ec28e;
    color: #fff;
}

/*owl dots*/
.testimonial.style1 .owl-dot.active{
    position: relative;
    z-index: 1;
}
/*.testimonial.style1 .owl-dots {
    position: relative;
    z-index: 9999!important;
}*/
.testimonial.style1 .owl-dot.active {
    transform: scale(1.2);
    position: relative;
}
.testimonial.style1 .owl-dot.active ::before {
    position: absolute;
    content: '';
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    border: 1px solid #1ec28e;
    left: -5px;
    top: -5px;
    z-index: -1;
}
.testimonial.style1 .owl-dot.owl-dot {
    background: url('https://wp.ditsolution.net/educatex/wp-content/uploads/2025/07/testi-autor1.png');
    width: 75px;
    height: 75px;
    display: inline-block;
    margin: 0 14px 0;
    border-radius: 100%;
    position: absolute;
    left: -696px;
    top: 306px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style1 .owl-dot.owl-dot:nth-child(2) {
    background: url('https://wp.ditsolution.net/educatex/wp-content/uploads/2025/07/testi-autor4.png');
    left: -670px!important;
    top: 34px!important;
    position: absolute;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style1 .owl-dot.owl-dot:nth-child(3) {
    background: url('https://wp.ditsolution.net/educatex/wp-content/uploads/2025/07/testi-autor3.png');
    left: -183px;
    position: absolute;
    top: 207px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}


/*style two*/
.testimonial.style2 .testimonial-item {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    text-align: center;
}
.testimonial.style2 .quote_thumb {
    display: inline-block;
}
.testimonial.style2 .testi_content {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 50px 30px 48px 30px;
    margin-bottom: 42px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.testimonial.style2 .testi_content::before {
    position: absolute;
    content: '';
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: 0 auto;
    transform: rotate(45deg);
}
.testimonial.style2 .author {
    display: inline-block;
}
.testimonial.style2 .author img {
    width: 90px;
    border-radius: 100%;
}
.testimonial.style2 p.quote {
    font-size: 18px;
    line-height: 32px;
    color: #5d5f62;
    font-weight: 500;
    font-family: "Open Sans";
    margin: 16px 0 25px;
}
.testimonial.style2 .testi-star i.active {
    margin: 0 1px;
    display: inline-block;
    font-size: 15px;
    color: #ffb608;
}
.testimonial.style2 h4.name {
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #031812;
    font-weight: 500;
}
.testimonial.style2 h5.designation {
    margin: 0 0 0;
    opacity: 0.702;
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 500;
    margin-top: 8px;
}


/*owl dots*/
.testimonial.style2 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -36px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial.style2 .owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.testimonial.style2 .owl-dot.active {
    background: #0C5ADB;
    width:35px;
}

/*testimonial.style3*/

.testimonial-item.style3 {
    border-radius: 20px;
    padding: 39px 38px 50px;
    transition: 0.5s;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.050980392156862744);
    transition: 0.5s;
}
.testimonial-item.style3:hover {
    background-color: rgba(255,255,255,0.15);
}
.testimonial.style-three .author {
    display: inline-block;
    position: relative;
}
.testimonial.style-three .author img {
    border-radius: 100%;
}
.testimonial.style-three .quote_thumb {
    display: inline-block;
}
.testimonial.style-three .testi_title h3 {
    font-size: 24px;
    color: var(--color-white);
    font-weight: 500;
    margin: 0 0 0;
}
.testimonial.style-three .testi_title {
    display: inline-block;
    margin-left: 8px;
}
.testimonial.style-three  .reviews_rating i.active {
    color: #1ec28e;
    font-size: 16px;
    margin: 0 1px;
    display: inline-block;
    color: var(--Secondary-color);
}
.testimonial.style-three h4.name {
    font-size: 22px;
    line-height: 34px;
    color: var(--color-white);
    font-weight: 500;
    margin: 0 0 6px;
}
.testimonial.style-three .content {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 66px;
    position: relative;
}


.testimonial.style-three .testimonial-item.style3 {
    text-align: left;
    transition: .5s;
    position: relative;
}
.testimonial.style-three .content::before {
    position: absolute;
    content: '';
    width: 344px;
    height: 1px;
    background-color: rgba(255,255,255,0.10196078431372549);
    top: -35px;
    left: 0;
    transition: 0.5s;
}
.testimonial.style-three .testimonial-item.style3:hover .content::before {
    background-color: var(--primary-color);
}
.testimonial.style-three .testimonial-item.style3 h5.designation {
    margin: 0 0 0;
    opacity: 0.600;
    font-size: 15px;
    color: var(--color-white);
    font-weight: 400;
    font-family: "Open Sans";
}
.testimonial.style-three .testimonial-item.style3 p.quote {
    margin: 0;
    opacity: 0.600;
    font-size: 17px;
    line-height: 28px;
    color: var(--color-white);
    font-weight: 400;
    margin: 18px 0 26px;
}
.about .testimonial.style-three .content::before {
    background-color: rgba(30, 30, 30, 0.10196078431372549);
}

/*owl dots*/
.testimonial.style-three .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial.style-three .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    text-align: center;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.2);
}
.testimonial.style-three .owl-dot.active {
    line-height: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #1ec28e;
    position: relative;
}
.testimonial.style-three .owl-dot.active::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: rgba(30,194,142,0);
    border: 1px solid #1ec28e;
    left: -5px;
    top: -5px;
}


/*testimonial style four*/


.testimonial.style-three button.owl-prev i ,
.testimonial.style-three button.owl-next i{
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(30, 30, 30, 0.1);
    color: var(--title-color);
    margin-right: 14px;
}
.testimonial.style-three button.owl-prev i:hover,
.testimonial.style-three button.owl-next i:hover{
    background-color: var(--primary-color);
    color: var(--color-white);
}

.testimonial.style-three .owl-nav {
    position: absolute;
    left: -432px;
    bottom: 66px;
}




/*
==========
Case Study
==========
*/
.single_case_study.style1{
    position: relative;
}
.single_case_study.style1 .case-study-thumb{
	position:relative;
	z-index:1;
}
.single_case_study.style1 .case-study-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,.85);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.single_case_study.style1:hover .case-study-thumb::before {
    opacity: 1;
}
.case-study-thumb img {
    width: 100%;
    border-radius: 7px;
}
.single_case_study.style1 .cases-study-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    text-align: center;
    background: #fff;
    width: 70%;
    margin: auto;
    border-radius: 5px;
    padding: 30px 10px 37px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    transform: translateY(-70%);
    z-index: 999;
    bottom: inherit;
}
.single_case_study.style1:hover .cases-study-content {
    opacity: 1;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}
.single_case_study.style1 h2.title {
    margin: 0;
    line-height: 25px;
}
.single_case_study.style1 .cases-study-content h2 a {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
}
.single_case_study.style1 .case_category span {
    color: #0C5ADB;
}

/*video style two*/

.video .em-video-image {
    line-height: 0;
}
.video .em-video-image img {
    border-radius: 20px;
    height: 394px;
    width: 100%;
    object-fit: cover;
}
.single-video.style-two .video-icon a {
    background: #1ec28e;
    height: 88px;
    width: 88px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 88px;
    color: #fff;
    font-size: 26px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
}
 .single-video.style-two .video-icon a {
    background: #1ec28e;
    height: 88px;
    width: 88px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 88px;
    color: #fff;
    font-size: 26px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
}

.course-offer-discount h5 {
    font-size: 22px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    font-family: "Outfit";
}
.course-offer-discount span {
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    font-weight: 500;
    font-family: "Outfit";
    text-transform: uppercase; 
}
.course-offer-discount::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: url(https://wp.ditsolution.net/educatex/wp-content/uploads/2025/07/off-price-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: -21px;
    top: -9px;
    z-index: -1;
    animation: rotateme 18s linear infinite;
}


/* Slider Dot Css*/
.case-study.style1 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -36px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.case-study.style1 .owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.case-study.style1 .owl-dot.active {
    background: #0C5ADB;
    width:35px;
}
.case-study.style1 .case_study_carousel1 .owl-dots {
    bottom: -60px;
}
.case-study.style1 .case_study_carousel1 .owl-dots span {
    opacity: 0;
}

/*case study style two*/


.case-study.style1.style2 .case-study-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(black));
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    top: 25px;
    content: "";
    opacity: 1;
    transition: .5s;
}
.case-study.style1.style2 .single_case_study.style1.style2:hover .case-study-thumb::before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(37, 19, 209,.2)),to(blue));
    background-image: linear-gradient(to bottom,rgba(37, 19, 209,.4),#2513d1);
    top: 0;
}
.case-study.style1.style2 .cases-study-content {
    top: 74%;
    background: transparent;
    width: 100%;
    bottom: inherit;
    opacity: 1;
}
.case-study.style1.style2 .cases-study-content h2 a {
    font-size: 20px;
    color: #fff;
}
.case-study.style1.style2 .case_category span {
    color: #fff;
}
.case-study.style1.style2 .single_case_study.style1.style2:hover .cases-study-content {
    opacity: 1;
    top: 58%;
}
.case-study.style1.style2 .owl-dots .owl-dot span {
    display: none;
}
/*owl dots*/

.case-study.style1.style2 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -57px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



/*
==========
Brand
==========
*/
.brand.style1 .brand-item img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    width: inherit
}
.brand.style1 .brand-item:hover  img {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0);
}

.get-quote-msg a{
    color:#1ec28e;
    text-decoration:underline !important;
}

.brand.style3 .brand-item img {
    width: inherit;
    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 {
    background-color: #1ec28e;
    height: 65px;
    width: 65px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 65px;
    color: #fff;
    font-size: 26px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
}
.single-video.style-one .video-icon a::after {
    position: absolute;
    content: '';
    width: 122px;
    height: 122px;
    border-radius: 61px;
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0.3);
    left: -30px;
    top: -30px;
}
.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: 27px;
}
.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: 0;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 5px;
    border-radius: 5px;
    background-color: #0c59d7;
}

.skills .skill-item .bar.progress-line {
    position: relative;
}


/*
==============
Pricing Table
==============
*/

.pricing.style1 {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding: 0;
    position: relative;
    border-radius: 10px;
    text-align: center;
}
.pricing.style1 .pricing-head {
    position: relative;
    background: #0C5ADB;
    padding-top: 33px;
    z-index: 1;
    padding-bottom: 45px;
}
.pricing.style1 .pricing-head:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url('https://wp.ditsolution.net/educatex/wp-content/uploads/2025/02/pricing-bg3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.pricing.style1 .pricing-head span:before{
    display: none;
}
.pricing.style1 h3.pricing-title {
    font-size: 28px;
    text-transform: capitalize;
    padding-bottom: 0;
    color: #fff;
    font-weight: 700;
    position: relative;
}
.pricing.style1 h3.pricing-title:after{
    content: '';
    top: 48px;
    right: 0;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    background: #fff;
    left: 40px;
    margin: auto;
}
.pricing.style1 h3.pricing-title:before {
    width: 25px;
    content: '';
    top: 48px;
    right: 0;
    height: 4px;
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    margin: auto;
}
.pricing.style1 span.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #fff;
}
.pricing.style1 span.currency {
    font-size: 32px !important;
    font-weight: 700 !important;
    position: relative;
    top: -28px;
    color: #fff;
}
.pricing.style1 .price-item {
    margin-top: 29px;
}
.pricing.style1 a.pricing-button.singinp {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 37px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #0C5ADB;
    border: 1px solid #0C5ADB;
    border-radius: 4px;
    margin-top: 27px;
}
.pricing.style1 a.pricing-button.singinp i{
    margin-left: 5px;
}

.pricing.style1:hover a.pricing-button.singinp {
    background: #0C5ADB;
    color: #fff;
}
.pricing.style1 .pricing-body {
    padding: 48px 0 50px;
}
.pricing.style1 span.tk {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.pricing.style1 ul.features li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    font-weight: 300;
}

.two .pricing.style1 .pricing-head:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url('https://wp.ditsolution.net/educatex/wp-content/uploads/2025/02/pricing-bg1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.three .pricing.style1 .pricing-head:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url('https://wp.ditsolution.net/educatex/wp-content/uploads/2025/02/pricing-bg2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;

}
/*pricinhg style two*/

.pricing.style-two {
    position: relative;
    z-index: 1;
    text-align: center;
    transition: 0.3s;
    padding: 31px 40px 50px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    border-radius: 8px;
    background: rgb(255, 255, 255);
}
.pricing.style-two:hover, .pricing.style-two:hover ul.features, .pricing.style-two:hover a.pricing-button.singinp{
    border-color: rgb(12, 90, 219);
}
.pricing.style-two h3.pricing-title {
    font-size: 30px;
    color: rgb(12, 90, 219);
    text-transform: capitalize;
    padding-bottom: 25px;
}
.pricing.style-two .price-item {
    margin-bottom: 17px;
    margin-top: 15px;
    transition: 0.3s;
}
.pricing.style-two span.currency {
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    color: rgb(12, 90, 219);
    transition: 0.3s;
}
.pricing.style-two span.tk {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    color: rgb(12, 90, 219);
    transition: 0.3s;
}
.pricing.style-two span.month {
    color: rgb(12, 90, 219);
    font-size: 19px;
    font-weight: 500;
}
.pricing.style-two ul.features {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    transition: 0.3s;
    border-radius: 7px;
    padding: 31px 0px 44px;
}
.pricing.style-two ul.features li {
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    padding: 8px 0px;
    transition: 0.3s;
}
.pricing.style-two ul.features li:last-child {
    padding-bottom: 0px;
}
.pricing.style-two a.pricing-button.singinp {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    color: rgb(97, 97, 97);
    padding: 12px 35px;
    transition: 0.3s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    border-radius: 3px;
    margin-top: 36px;
}
.pricing.style-two a.pricing-button.singinp i{
    margin-left: 6px;
}
.pricing.style-two:hover a.pricing-button.singinp {
    background: #0C5ADB;
    color: #fff;
}


/*
==========
Blog Post
==========
*/
.blog-post.style1 .post-item.style1 {
    border-radius: 20px;
    background-color: #f0fbf8;
    margin-bottom: 20px;
    transition: 0.5s;
    padding: 25px 25px 35px;
    overflow: hidden;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.blog-post.style1 .post-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.blog-post.style1 .post-item.style1:hover .post-thumb::before {
    animation: shine 800ms;
}
.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: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #1ec28e;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .user_author {
    display: inline-block;
}
.blog-post.style1 .single_blog_post_content {
    padding: 0 13px 0 0;
}
.blog-post.style1 h3.title {
    margin: 12px 0 0; 
}
.blog-post.style1 .user_author a {
    margin-right: 13px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize; 
    margin-right: 24px;
    color: #616161;
    position: relative;
    font-weight: 500;
}
.blog-post.style1 .date {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 16px;
    background-color: #1ec28e;
    position: absolute;
    bottom: 50px;
    left: 20px;
    padding: 4px 18px;
}
.blog-post.style1 .meta i {
    color: #1ec28e;
    display: inline-block;
    margin-right: 3px;
}
.blog-post.style1 ul.post-categories {
    list-style: none;
}
.blog-post.style1 h3.title a {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Outfit";
    transition: 0.5s;
}
.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-post.style1 .date {
    display: inline-block;
}
.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 .blog_post_user {
    border-top: 1px solid rgba(29, 33, 36, 0.12);
    padding: 17px 27px 0;
}
.blog-post.style1 .author {
    display: inline-block;
}
.blog-post.style1 .author a {
    display: inline-block;
    color: #232323;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize; 
}
.blog-post.style1 .blog_btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 30px;
    color: #1ec28e;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 25px;
    padding: 8px 17px 8px 30px;
    margin-top: 26px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background-color: rgba(30, 194, 142, 0.10196078431372549);
    border: 1px solid rgba(30, 194, 142, 0.3);
}
.blog-post.style1 .blog_btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #1ec28e;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.blog-post.style1 .blog_btn a:hover{
    color:#fff;
}
.blog-post.style1 .blog_btn a:hover:before{
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.blog-post.style1 p.description {
    transition: .5s;
    margin: 13px 0 15px;
}
.blog-post.style1 .blog_btn a i {
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    margin-left: 1px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #1ec28e;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
  @keyframes shine {
    100% {
      left: 100%;
    }
  }
/*hover*/

.blog-post.style1 h3.title a:hover{
    color: #1ec28e;
}
.blog-post.style1 .author a:hover{
    color: #1ec28e;
}
.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;
}

/*
================
 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;
}

/*contact*/
.contact{
    position: relative;
    z-index: 1;
}
.contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #1ec28e;
    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/educatex/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;
}
.form-area.main-contact .buttons {
    display: flex;
    justify-content: center;
    margin-top: 21px;
}
.form-area.main-contact .buttons input {
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
    background: #fff;
    border: 0;
    display: inline-block;
    padding: 14px 39px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
}
.form-area.main-contact .buttons input:hover {
    background: #00247E;
    color: #fff;
}
.buttons input:hover{
    background:#1ec28e;
}
.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: #1ec28e;
}

/*contact two*/

.contact-two .form-area.main-contact textarea.form-control {
    height: 174px;
}
.contact-two .form-area.main-contact .buttons {
    display: inline-block;
    justify-content: center;
    margin-top: 19px;
}


.
/*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: #1ec28e!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: #1ec28e;
    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: #1ec28e;
    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;
}

/*blog style 12*/

.footer-post .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    padding-bottom: 22px;
}
.footer-post .recent-post-text h4{
    line-height: 24px;
}
.footer-post .recent-post-text h4 a {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}
.footer-post .recent-post-text .rcomment {
    text-transform: capitalize;
    color: #9EB3EF;
    font-size: 15px;
}
.footer-post .recent-post-image img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.footer-post .icon-box.style1 .icon-box-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #fff;
}


/*
=============
 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: 39px;
}
.portfolio-filter ul {
    margin: 0;
    list-style: none;
    padding: 28px 0 0;
}
.portfolio-filter ul li {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 25px;
    padding: 10px 0;
    cursor: pointer;
    background: #F6F5F5;
    font-size: 15px;
    font-family: 'Fira Sans';
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}
.portfolio-filter li.current_menu_item {
    background: #1ec28e;
    color: #fff;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 5px;
}
.port-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.port-thumb:after {
    content: "";
    background: rgba(12,90,219,.85);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
    -webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    z-index: 1;
    left: 0;
}
.single-content:hover .port-thumb:before {
    opacity: 1;
}
.single-content:hover .port-thumb:after {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}

.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;
    left: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: all 400ms linear;
    width: 83%;
    opacity: 1;
    text-align: center;
    transform: translateY(-50%);
    bottom: -177px;
    padding: 16px 24px 21px;
    background: rgb(255, 255, 255);
    margin: auto;
    border-radius: 4px;
    right: 0;
}
.portfolio-filter .single-content:hover .prot_content{
    bottom: 0;
}
.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: 20px;
    font-weight: 600;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    transition: 0.3s;
}
.portfolio-filter .content .grid-item .prot_content h4 a:hover{
   color: rgb(12, 90, 219); 
}
.portfolio-filter .content .grid-item .prot_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    color: rgb(12, 90, 219);
    display: inline-block;
    margin: 3px 0 0;
}

/* 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: #1ec28e;
    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: 25px;
}


/* 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: #1ec28e;
    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: #1ec28e;
}
.menu-service-menu-container ul li a:hover:after {
    background: #fff;
    color: #1ec28e;
}
.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: 20px;
    list-style: none;
    z-index: 22;
    border-radius: 4px;
}
.my-accordion li:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 23px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: var(--primary-color);
    display: block;
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion.style1 a {
    border-radius: 4px;
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 18px 15px 20px 25px;
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e!important;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 10px;
    background-color: #ffffff;
}
.my-accordion a.active {
    border-radius: 10px 10px 0 0;
    filter: drop-shadow(0px 20px 15px rgba(219, 231, 228, 0.4));
    background-color: #ffffff;
}
.my-accordion a:after {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 27px;
    content: " ";
    top: 27px;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
.my-accordion a:before {
    z-index: 9999;
    width: 2px;
    height: 12px;
    background: #ffff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion.style1 li p {
    display: none;
    padding: 25px 30px 30px 32px;
    margin: 0;
    background: #fff;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Open Sans";
    border-radius: 0px 0px 10px 10px;
    background-color: #ffffff;
}

.my-accordion a.active:after {
  transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.active:before {
 display: 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;
    font-size: 16px;
    line-height: 1.5;
}
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;
}

/* Start Count Down css*/
 #clockdiv {
    border-radius: 10px;
    background-color: #f0fbf8;
    border: 1px solid rgba(30,194,142,0.2);
    padding: 20px 16px  20px;
}

 #clockdiv > div {
    display: inline-block;
}
  
 #clockdiv div > span {
    margin-right: 12px;
}
  
 .count-text {
    font-size: 15px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
    text-transform: uppercase;
}
  
 span.days, .hours, .minutes, .seconds {
    display: inline-block;
    font-size: 24px;
    color: #1ec28e !important;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    width: 59px;
    height: 59px;
    line-height: 59px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 25px rgba(219,232,229,0.5));
    background-color: #ffffff;
}

 span.hours{
    color:var(--Secondary-color)!important;
}

 span.minutes{
    color:var(--tertiary-color)!important;
}

 span.seconds{
    color:var(--fourtiary-color)!important;
}
  /*End Count Down css*/

/*
==================
 Elementor Custom
==================
*/

.custom-progress .elementor-progress-text {
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
    padding-left: 0;
    overflow: visible;
}
.custom-progress .elementor-progress-percentage {
    padding-right: 15px;
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
}

/* 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.style1 .marquee-block h3 {
    color: #fff;
    font-size: 34px;
    margin: 0 0 0;
    font-weight: 600;
    text-transform: uppercase;
}
.marquee.style1 .marquee-block h3 img {
    margin: 0 50px;
    position: relative;
    top: 7px;
    transition: 0.5s;
    animation: rotateme 18s linear infinite;
}

/* The End Of CSS */