
/*
=============
 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;
}

/*
============
 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%;
    }

}


/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

/*hero slider*/
.hero_area .container{
    max-width: 1320px;
    margin: auto;
}
.hero_area{
    position: relative;
    height: 947px;
}
.hero_area .hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero_area .hero_content h4 {
    color: #4baf47;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 13px;
     -webkit-animation: 1s 1.2s fadeInUp both;
    animation: 1s 1.2s fadeInUp both;
}
.hero_area .hero_content h1 {
    font-size: 76px;
    color: #fff;
    font-weight: 800;
    line-height: 84px;
     -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}
.hero_area .hero_content p {
    opacity: 0.800;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 49%;
    margin: 13px 0 40px;
     -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
}
.hero_area .hero_content a.btn.btn-gradient {
    display: inline-block;
    background: #49AF45;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 40px;
    border: 2px solid #49AF45;
    border-radius: 10px;
    margin-right: 15px;
     -webkit-animation: 1s 1.9s fadeInUp both;
    animation: 1s 1.9s fadeInUp both;
}
.hero_area .hero_content a.btn.btn-gradient:hover{
     background: transparent;
}
.hero_area .hero_content a.btn.btn-gradient.btn-two {
    display: inline-block;
    background: transparent;
    border: 2px solid #ffffff61;
    padding: 14px 37px;
}
.hero_area .hero_content a.btn.btn-gradient.btn-two:hover{
    background: #49AF45;
    border: 2px solid #49AF45;
}
.hero_area .hero_content a.btn.btn-gradient.btn-md.btn-animated-none i {
    margin-left: 6px;
}
.hero_area .hero_content a img {
    margin-left: 6px;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.hero_area .hero-social-icon {
    position: absolute;
    left: 85px;
    top: 34%;
}
.hero_area .hero-social-icon ul li.text {
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: relative;
    top: 100px;
    left: -36px;
}
.hero_area .hero-social-icon ul li.text:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    left: 111px;
    top: 10px;
    background: #fff;
}
.hero_area .hero-social-icon ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 28px;
    transition: 0.5s;
}
.hero_area .hero-social-icon ul li{
    list-style: none;
}
/*style two*/

.hero_area.style_two {
    position: relative;
}
.hero_area.style_two .hero_content {
    position: relative;
    z-index: 1;
}
.hero_area.style_two .hero_content h4 img {
    display: inline-block;
    width: inherit;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.hero_area.style_two .hero_content h4 {
    margin: 0 0 24px;
}
.hero_area.style_two .hero_thumb {
    position: absolute;
    right: 0;
    top: 0;
}
.hero_area.style_two .hero_content h1 {
    font-size: 76px;
    color: #001819;
    line-height: 83px;
}
.hero_area.style_two .hero_content p {
    opacity: 0.700;
    color: #001819;
}
.hero_area.style_two .hero_content a.btn.btn-gradient.btn-two {
    display: none;
}
.hero_area.style_two .hero_content a.btn.btn-gradient:hover {
    background: transparent;
    color: #49AF45;
}
.hero_area.style_two .hero-social-icon ul li i {
    color: #001819;
}
.hero_area.style_two .hero-social-icon ul li.text {
    color: #001819;
}
.hero_area.style_two .hero-social-icon ul li.text:before {
    background: #001819;
}
.hero_area.style_two .hero-social-icon ul li{
    list-style: none;
}

/*dots*/
.dreamit_owl_carousel .owl-dots {
    position: absolute;
    bottom: 42%;
    right: 56px;
}
.dreamit_owl_carousel .owl-dots button.owl-dot {
    position: relative;
    z-index: 1;
    margin: 18px 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #49b047cf;
    display: block;
}
.dreamit_owl_carousel .owl-dots button.owl-dot.active {
    background-color: #49AF45;
    position: relative;
    width: 11px;
    height: 11px;
}
.dreamit_owl_carousel .owl-dots button.owl-dot.active::after {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 1;
    content: "";
    border: 2px solid #49AF45;
    left: -9px;
    top: -9px;
    border-radius: 50%;
    text-align: center;
}




/*
=============
Slick Slider
=============
*/
.single-slick {
    position: relative;
    min-height: 820px !important;
    z-index: 1;
}
.dreamit-slick-slider .container{
    max-width: 1320px;
    margin: auto;
    padding: 15px;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 56px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fira Sans";
}
.dreamit-slick-slider .hero-text-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 10px 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 5px;
}
.dreamit-slick-slider .hero-text-wrap p {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 44%;
    margin: 20px 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #a3b7b7;
    font-weight: 400;
    font-family: "Fira Sans";
}
/* Slider Button Css */
.dreamit-slick-slider .hero-text-wrap .btn {
    font-size: 16px;
    padding: 15px 40px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 35px;
    border: none;
    animation: 1s 1.8s fadeInUp both;
    border-radius: 30px;
    background-color: #0c6e6d;
}
.dreamit-slick-slider .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #1c9a98;
    transform: scale(0);
    transition: .5s;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover:before {
    transform: scale(1);
}
.dreamit-slick-slider .hero-text-wrap .btn i {
    font-size: 17px;
    position: relative;
    top: 0px;
    left: 2px;
    transform: rotate(-52deg);
    transition: .5s;
    display: inline-block;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover {
    color: #fff;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover i {
    color: #fff;
    transform: rotate(0deg);
}

/* Slider Style Four */
.dreamit-slick-slider .slider-stye-four .hero-text-wrap .btn {
    background-color: #1c9a98;
    
}
.dreamit-slick-slider .slider-stye-four .hero-text-wrap .btn.btn2 {
    background: #063232;
    margin-left:10px;
}
.dreamit-slick-slider .slider-stye-four .hero-text-wrap .btn.btn2:before{
        background-color: #1c9a98;
}

.dreamit-slick-slider .slider-stye-four .slider-video-icon {
    right: 16%;
    top: 40%;
    left: inherit;
}
.dreamit-slick-slider .text-center .hero-text-wrap .btn {
    margin: 0 0 0;
}
.dreamit-slick-slider .slider-stye-four.text-center .hero-text-wrap h1 {
    font-size: 110px;
    line-height: 110px;
    margin: 20px 0 31px;
}

.dreamit-slick-slider .slider-stye-four.text-center .hero-text-wrap h4 {
    font-size: 32px;
}
/* Slider Call Option Css */
.dreamit-slick-slider .call-buttons {
    display: inline-block;
    top: 18px;
    position: relative;
}
.dreamit-slick-slider .call-button {
    margin-left: 26px;
	-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: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.dreamit-slick-slider .call-number h3 a {
    color: inherit;
     font-weight: 500;
}
.dreamit-slick-slider .call-icon i {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
}
/* Slider Right Image Option */
.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.dreamit-slick-slider .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    right: 99px;
    top: 22%;
}
.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: -5%;
    top: 46%;
    text-align: center;
}
.dreamit-slick-slider .slider-video-icon a {
    border-radius: 50%;
    display: inline-block;
    font-size: 22px;
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: #0c6e6d;
    line-height: 90px;
    color: #fff;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}

/*slick styletwo slider*/
.single-slick.two {
    position: relative;
    min-height: 830px !important;
    z-index: 1;
}
.dreamit-slick-slider .single-slick.two .hero-text-wrap h1 span {
    font-size: 56px;
    font-weight: 600;
    position: relative;
    z-index: 1;

}
.dreamit-slick-slider .single-slick.two .hero-text-wrap h1 span:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 8px;
    width: 100%;
    height: 10px;
    background: #076763;
    z-index: -1;
    animation: bg-anim 5s linear infinite;;
}
.dreamit-slick-slider .single-slick.two .slider-single-image {
    right: 200px;
    top: inherit;
    bottom: 0;
}
/*slider three*/
.single-slick.style_three {
    position: relative;
    min-height: 900px !important;
    z-index: 1;
}
.single-slick.style_three a.btn.two.btn-gradient.btn-md.btn-animated-none {
    padding: 0;
    height: inherit;
    width: inherit;
}
.single-slick.three .hero-text-wrap h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 27px;
    display: inline-block;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap h4:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -7px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #0c6e6d;
    z-index: -1;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap p {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 39%;
    margin: 23px 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #a3b7b7;
    font-weight: 400;
    font-family: "Fira Sans";
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn i {
    font-size: 17px;
    position: relative;
    top: 0px;
    left: 0;
    transform: rotate(0deg);
    transition: .5s;
    display: inline-block;
    margin-left: 7px;
}
.dreamit-slick-slider .single-slick.three .slider-video-icon a {
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    position: relative;
    z-index: 1;
    width: inherit;
    height: inherit;
    border-radius: 0;
    background-color: transparent;
    line-height: 0;
    color: #fff;
}
.dreamit-slick-slider .single-slick.three .call-number {
    margin-left: 33px;
}
.dreamit-slick-slider .single-slick.three .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: absolute;
    left: 0;
    top: -1%;
    text-align: center;
}
.dreamit-slick-slider .single-slick.three .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    right: 305px;
    top: inherit;
    bottom: 0;
}
.dreamit-slick-slider .single-slick.three .slider_shape {
    position: absolute;
    top: 136px;
    animation: moveLeftBounce 4s linear infinite;
    left: 49%;
    opacity: 1;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.dreamit-slick-slider .single-slick.three .slider_shape_two {
    position: absolute;
    left: 61px;
}
.dreamit-slick-slider .single-slick.three .slider_shape_three {
    position: absolute;
    left: 42%;
    bottom: 14%;
}
.dreamit-slick-slider .single-slick.three .slider_shape_four {
    position: absolute;
    left: inherit;
    right: 18%;
    top: 17%;
}
.dreamit-slick-slider .single-slick.three .slider_shape_five.dance {
    position: absolute;
    left: 39%;
    top: 12%;
}
.slider_shape {
     animation: circle 15s linear infinite !important;
    animation: circle 15s linear infinite !important;
}
.about-movment-img {
animation: moveLeftBounce 4s linear infinite;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #49af45;
	color: #FFF;
	border: 0;
	outline:0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}
.rotateme {
	position: absolute;
	z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Slick 4 */
.dreamit-slick-slider .slider-stye-four .hero-text-wrap p {
    width: 55%;
}

/*
==============
Section Title
==============
*/

.section-title{
    position: relative;
}
.section-title.style1 .subtitle {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #0c6e6d;
    margin: 0 0 16px;
    position: relative;
    padding-left: 0;
    display: inline-block;
}
.section-title.style1 h3.title {
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 0;
}
.section-title.center .description {
    width: 40%;
    margin: 17px auto 0;
}
.section-title .title span{
    color: #49af45;
}
.section-title .description {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0;
}
.opacity-low{
    opacity: 70%;
}
.section-title.t_center {
    position: relative;
    text-align: center;
}
/*left*/
.section-title.style1 .section-title.t_left .subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #0c6e6d;
    margin: 0 0 15px;
    display: inline-block;
}
.section-title.t_center .description {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0;
    width: 50%;
    margin: 19px auto 0;
}
.section-title .section-title.t_left .description {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0;
    width: 90%;
}


/*section title two*/
.section-title.style2 .subtitle {
    position: relative;
    display: inline-block;
    color: #0c6e6d;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 16px;
    left: 0;
}
.section-title.style2 .section-title.t_left h3.title {
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 0;
    line-height: 52px;
}
.section-title.style2 .section-title.t_left .description {
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 0;
    width: 90%;
}
/*style three*/
.section-title.style3 .subtitle {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #49af45;
    margin: 0 0 16px;
    position: relative;
    margin-left: 0px;
    display: inline-block;
}
.section-title.style3 .subtitle::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: #49af45;
}
.section-title.style3 .subtitle:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: #49af45;
}
.new_title .section-title.style2 .section-title.t_left h3.title {
    position: relative;
    margin-bottom: 37px;
}
.new_title .section-title.style2 .section-title.t_left h3.title:before{
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2024/09/line-03.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    width: 160px;
    animation: bg-anim 5s linear infinite;
    transition: .5s;
}
.new_title.center .section-title.style1 h3.title {
    position: relative;
}
.new_title_center .section-title.style1 h3.title{
    position: relative;
}
.new_title_center .section-title.style1 h3.title:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2024/05/line3.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    width: 160px;
    right: 0;
    animation: bg-anim 5s linear infinite;
    transition: .5s;
    display: block;
    margin: auto;
}

/*
============
Feature Box
============
*/

.feature-box.style1{
	position: relative;
}
.feature-box.style1 {
	text-align: center;
	z-index: 99;
	padding: 38px 30px 18px;
	box-shadow: 0px 5px 20px 0px rgba(98, 26, 255, 0.07);
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature-box.style1 .feature-box-title h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.feature-box.style1 .feature-box-title h2 {
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 15px 0 15px;
}
.feature-box.style1 .feature-box-desc {
    font-weight: 300;
	margin-bottom: 20px;
	transition: .5s;
}
.feature-box.style1 .feature-box-icon{
	display:inline-block;
	position:relative;
    margin-bottom: 17px;
}
.feature-box.style1 .feature-box-icon i {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(0deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 16px 0px rgba(145, 78, 255, 0.3);
    transition: 0.5s;
}

/* Style Two */

.feature-box.style2 {
    text-align: center;
    z-index: 99;
    padding: 38px 30px 18px;
    border: 1px solid #ebebfd;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.feature-box.style2:hover{
    border: 1px solid transparent;
    box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}
.feature-box.style2 .feature-box-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.feature-box.style2 .feature-box-title h2 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 15px 0 15px;
}
.feature-box.style2 .feature-box-desc {
    margin-bottom: 20px;
    transition: 0.5s;
}
.feature-box.style2 .feature-box-icon{
    display:inline-block;
    position:relative;
    margin-bottom: 17px;
}
.feature-box.style2 .feature-box-icon i {
    display: inline-block;
    color: rgba(119, 122, 242, 1);
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: rgba(119, 122, 242, 0.15);
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    transition: 0.5s;
}

/*
===================
 Dream-IT Button
===================
*/
.dreamit-button .button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 38px;
    border-radius: 10px;
    border-radius: 30px;
    background-color: #0c6e6d;
    position: relative;
    z-index: 2;
}
.dreamit-button .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #1c9a98;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button .button:hover:before {
    transform: scale(1);
}

.dreamit-button .button img {
    margin-left: 4px;
}
.dreamit-button .button i {
    font-size: 13px;
    text-align: center;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    transition: .5s;
    font-weight: 700;
    transform: rotate(-45deg);
}
/*style two*/
.dreamit-button.style2 .button {
    margin-top: 15px;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #0c6e6d;
    text-align: center;
    line-height: 80px;
    padding: 0;
    position: relative;
}
.dreamit-button.style2 .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #1c9a98;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style2 .button:hover:before {
    transform: scale(1);
}

.dreamit-button.style2 .button:hover{
    color: #0c6e6d;
    background-color: #fff;
}
.dreamit-button.style2 .button:hover i{
    color: #fff;
}
.dreamit-button.style2 .button i {
    transform: rotate(-45deg);
    font-size: 20px;
}


/*style three*/
.dreamit-button.style3 .dreamit-button {
    display: inline-block;
    border-radius: 5px;
    margin-top: 9px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.dreamit-button.style3 .dreamit-button a i {
    font-size: 13px;
    position: relative;
    top: 0;
    left: 2px;
    transform: rotate(-52deg);
    transition: .5s;
    display: inline-block;
}
.dreamit-button.style3 .button img {
    margin-left: 0px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}
.dreamit-button.style3 .dreamit-button:hover a{
    color: #fff;
    text-decoration: none;
	background:#001819;
}

/*style four*/

.dreamit-button.style4 .button {
    display: inline-block;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px;
    border-radius: 0;
    background-color: transparent;
    position: relative;
    z-index: 2;
    border: 2px solid rgba(255,255,255,0.14901960784313725);
    border-radius: 30px;
}
.dreamit-button.style4 .button:hover{
    border-color: #fff;
    background: #fff;
    color: #0C6E6D;
}
.dreamit-button.style4 .button img{
    margin-right: 4px;
}

/* start skilss*/
.skills {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 20px;
}
.skills .skill-item:last-child {
    margin-bottom: 0px;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    font-size: 16px;
    line-height: 24px;
    color: #063232;
    font-weight: 400;
    margin-bottom: 13px;
}
.skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: #DCEFDB;
    width: 100%;
    height: 14px;
    border-radius: 30px;
    background-color: rgba(12,110,109,0.14901960784313725);
    border: 1px solid #afd0cf;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 4px;
    position: absolute;
    top: 3px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 6px;
    border-radius: 5px;
    background-color: #0c6e6d;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #020101;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 0;
}
.skills .skill-item .count-box.counted {
    color: #063232;
    font-weight: 500;
    font-family: "Fira Sans";
    font-size: 18px;
}

/*
============
Service Box
============
*/
/*service box*/
.service-box.style1 {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: 10px;
    transition: .5s;
}
.service-box.style1 .thumb {
    line-height: 0;
}
.service-box.style1 .thumb img{
    width: 100%;
}
.service-box.style1 .content{
    text-align: left;
    position: relative;
    padding: 40px 31px 53px;
    position: relative;
    border-radius: 0 0 10px 10px; 
    z-index: 1;
}
.service-box.style1 .content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height:100% ;
    width: 100%;
    z-index: -1;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2024/01/line-shape.png);
    border-radius: 0 0 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s;
}
.service-box.style1 .content:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height:100% ;
    width: 100%;
    z-index: -1;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2024/02/hover-bg.png);
    border-radius: 0 0 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s;
    opacity: 0;
}
.service-box.style1:hover .content:before{
    opacity: 0;
}
.service-box.style1:hover .content:after{
    opacity: 1;
}
.service-box.style1 .title a {
    display: inline-block;
    transition: 0.5s;
    margin: 7px 0 12px;
    font-size: 20px;
    line-height: 30px;
    color: #063232;
    font-weight: 500;
    font-family: "Fira Sans";
}
.service-box.style1 p.description {
    transition: .5s;
    margin: 4px 0 17px;
    font-size: 17px;
}
.service-box.style1 .service-btn a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: capitalize;
    color: #1e1e1e;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    top: 12px;
}
.service-box.style1 .number {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    transition: all 300ms linear;
}
.service-box.style1 .number span {
    color: #0c6e6d;
    position: relative;
    font-size: 17px;
}
.service-box.style1 .number span:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background-color: #0c6e6d;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 400ms linear;
    top: -11px;
    opacity: 0;
}
.service-box.style1 .number span:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #0c6e6d;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 400ms linear;
    top: -11px;
    opacity: 0;
}
.service-box.style1:hover .number {
    bottom: -41px;
}
.service-box.style1:hover .number span:before,
.service-box.style1:hover .number span:after{
    top: -31px!important;
    opacity: 1;
}
.service-box .icon img {
    transition: .5s;
}
p.description {
    transition: .5s;
}
/*all hover*/

/*Service box button*/
.service-btn a {
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-weight: 500;
    color: #101210;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.service-box .service-btn a i {
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 6px;
}
/*service style two*/
.service-box.style2 {
    text-align: left;
    position: relative;
    margin-top: 20px;
    transition: .5s;
    z-index: 1;
    margin-right: 6px;
}
.service-box.style2:before {
    position: absolute;
    content: "";
    top: -39px;
    left: 0;
    height: 290px;
    border-radius: 20px;
    transition: .5s;
    width: 100%;
    z-index: -1;
    background-color: #0a4b4b;
}
.service-box.style2:hover:before{
    background-color: #0c6e6d;
}
.service-box.style2 .content {
    position: relative;
    margin-left: 40px;
    z-index: 1;
    background: #094b4b;
    border-radius: 20px 20px 20px 20px;
}
.service-box.style2 .thumb{
    line-height: 0;
}
.service-box.style2 .thumb img {
    width: 100%;
    border-radius: 15px 15px 0 15px;
}
.service-box.style2 .inner_content {
    padding: 28px 25px 14px 40px;
    position: relative;
    border-radius: 0 0 20px 20px;
    transition: .4s;
}
.service-box.style2:hover .inner_content{
    background-color: #fff;
}
.service-box.style2 .title {
    margin: 0;
    line-height: 30px;
}
.service-box.style2:hover h3.title a{
    color: #063232;
}
.service-box.style2 h3.title a {
    font-size: 23px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    transition: .5s;
}
.service-box.style2 p.description {
    transition: .5s;
    color: #101210;
}
.service-box.style2 .service-btn {
    display: inline-block;
    margin-top: 11px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.service-box.style2 .service-btn a {
    display: inline-block;
    color: #fff;
    transition: .5s;
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    left: -80px;
    z-index: 22;
    transition: .5s;
}
.service-box.style2:hover .service-btn a{
    left: 0;
    color: #0c6e6d;
}
.service-box .service-btn a i {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 6px;
    font-weight: 800;
    font-size: 20px;
}
.service-box.style2 .shape_image1 {
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 8px;
    -webkit-animation: 1s 1.6s fadeInUp both;
    /* animation: 1s 1.6s fadeInUp both; */
    animation: circle 15s linear infinite !important;
    animation: circle 15s linear infinite !important;
}
/*style three*/
.service-box.style3 {
    border-radius: 10px;
    position: relative;
    z-index: 2;
    transition: .5s;
    padding: 37px 38px 18px;
}
.service-box.style3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2024/09/steps_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: .5s;
    z-index: -1;
}
.service-box.style3 .icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #e0f1df;
    text-align: center;
    line-height: 95px;
    transition: .5s;
}
.service-box.style3 .icon img{
    transition: .5s;
}
.service-box.style3:hover .icon{
   background-color: #0c6e6d; 
}
.service-box.style3:hover .icon img{
    filter: brightness(0)invert(1);
}
.service-box.style3 .thumb{
    line-height: 0;
}
.service-box.style3 .number {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 5px;
}
.service-box.style3 span.number_span {
    font-size: 18px;
    line-height: 26px;
    color: #0c6e6d;
    font-weight: 400;
    font-family: "Fira Sans";
    position: relative;
}
.service-box.style3 span.number_span:after {
    position: absolute;
    content: "";
    top: 9px;
    left: -36px;
    width: 30px;
    height: 1px;
    background-color: #0c6e6d;
}
.service-box.style3 .thumb img {
    width: 100%;
}
.service-box.style3 h3.title{
    font-size: 20px;
    font-weight: 500;
    margin: 27px 0 14px;
}
.service-box.style3 h3.title a{
    font-size: 20px;
   color: #002c2a;
    font-weight: 500;
    font-family: "Fira Sans";
}
.service-box.style3 p.description_text {
    margin: 0 0 10px;
}
.service-box.style3 ul.features li {
    display: inline-block;
    margin-bottom: 6px;
}
.service-box.style3 ul.features li img{
    margin-right: 6px;
}
.service-box.style3:hover{
    transform: translateY(-0px);
}
.service-box.style3 .service-btn {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.service-box.style3 .service-btn a {
    display: inline-block;
    color: #0b6d6d;
    transition: .5s;
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    left: -89px;
    z-index: 22;
    transition: .5s;
}
.service-box.style3 .service-btn a i {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 6px;
    font-weight: 800;
    font-size: 20px;
}
.service-box.style3:hover .service-btn a {
    left: 0;
    color: #0c6e6d;
}
/*style four*/
.service-box.style4 {
    padding: 34px 32px 25px;
    position: relative;
    transition: .5s;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 30px rgba(171,199,198,0.25));
    background-color: #ffffff;
    border: 1px solid#fff;
    overflow: hidden;
}
.service-box.style4:hover {
    background: transparent;
    border-color: #0c6e6d;
    filter: none;
}
.service-box.style4:hover {
    transform: translate3d(0,-6px,0);
}
.service-box.style4 .icon img{
    transition: .5s;
}
.service-box.style4 h3.title {
    margin: 12px 0 19px;
    line-height: 30px;
}
.service-box.style4 h3.title a {
    font-size: 20px;
    line-height: 30px;
    color: #063232;
    font-weight: 500;
    font-family: "Fira Sans";
}
.service-box.style4 .service-btn a {
    display: inline-block;
    margin: 0;
    transition: .5s;
}
.service-box.style4 .service-btn a i {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-left: 6px;
    font-weight: 800;
    font-size: 20px;
    color: #0c6e6d;
}

/*service-dark*/
.service-dark .service-box.style4 {
    box-shadow: none;
    filter: none;
}
.service-dark .service-box.style4:hover p.description{
    color: #fff;
}
.service-dark .service-box.style4:hover .service-btn a i{
    color: #fff;
}

/*style six*/
.service-box.style5 {
    background: #f4f8f8;
    padding: 55px 30px 40px;
    border-radius: 8px;
    position: relative;
}
.service-box.style5 h3 {
    font-size: 22px;
    margin: 40px 0 10px;
    transition: .5s;
    font-weight: 600;
}
.service-box.style5 .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #0c6e6d;
    color: #fff;
    display: block;
    border-radius: 100%;
    font-size: 34px;
    display: inline-block;
    position: relative;
    transition: .5s;
}
.active .service-box.style5 .icon {
    margin-left: 13px;
}
.active .service-box.style5 .round-circle {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 1
}

.active .service-box.style5 .round-circle {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,0 0);
}

.active .service-box.style5 .round-circle:before {
    position: absolute;
    content: '';
    background: #0c6e6d;
    width: 8px;
    height: 8px;
    left: 10px;
    bottom: 9px;
    border-radius: 50%;
    z-index: 1;
}
.round-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -10px;
    top: -10px;
    border: 2px solid #0c6e6d;
    border-radius: 50%;
    clip-path: polygon(0% 0%,50% 0%,50% 100%,0% 100%,0 0);
    transition: all 500ms ease;
    animation: service_hexagon 2s infinite linear;
    animation-play-state: paused;
    opacity: 0;
}
.service-box.style5:hover .round-circle:before {
    position: absolute;
    content: '';
    background: #0c6e6d;
    width: 8px;
    height: 8px;
    left: 10px;
    bottom: 9px;
    border-radius: 50%
}

.service-box.style5:hover .round-circle {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 1
}

.service-box.style5:hover .round-circle {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,0 0)
}

.service-box.style5 .service-btn a i {
    /* position: relative; */
    /* top: 2px; */
    display: inline-block;
    /* margin-left: 6px; */
    /* font-weight: 800; */
    font-size: 11px;
    height: 30px;
    width: 30px;
    background: #0c6e6d;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 5px;
    margin-left:0;
    color:#fff;
}

/*.service-box.style5 .icon:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 125%;
    height: 125%;
    border: 2px solid #0c6e6d;
    border-radius: 100%;
}
*/

service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes service_hexagon {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes service_hexagon {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



/*style six*/
.service-box.style3.six {
    background: #fff;
    border-radius: 20px;
}
.service-box.style3.six:after {
    border-radius: 20px;
}
.service-box.style3.six .number {
    display: inline-block;
    position: absolute;
    right: 42px;
    top: 36px;
    opacity: 0;
    transition: .5s;
}
.service-box.style3.six:hover .number{
    opacity: 1;
}

/*dark style two*/

.dark-style1 .service-box.style3:after {
    opacity: 0;
}
.dark-style1 .service-box.style3 .icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #0b6d6d;
    text-align: center;
    line-height: 95px;
    transition: .5s;
}
.dark-style1 .service-box.style3.six .number{
    opacity: 0;
}
.dark-style1 .service-box.style3.six:hover .icon{
    background: #129695;
}
.dark-style1 .service-box.style3:hover .icon img {
    filter: brightness(0)invert(1);
}

/*start service section*/
.service_box.style1 {
    padding: 45px 19px 49px 40px;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 5px solid #FF3D00;
    transition: .5s;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}
.service_box.style1:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    transition: all 400ms linear;
    opacity: 0;
    z-index: -1;
}
.service_top{
    transition: all 400ms linear;
}
.service_box.style1 .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
}
.service_box.style1 .icon:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 14px;
    height: 74px;
    width: 74px;
    background: #f5f5f5;
    border-radius: 100%;
    z-index: -1;
}
.service_box.style1 .service_content h3 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
}
.service_box.style1 .service_bar {
    background: #49af45;
    height: 3px;
    width: 64px;
    position: relative;
    border-radius: 30px;
    margin-top: 34px;
}
.service_box.style1 .service_bar:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 3px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border-radius: 10%;
    -webkit-animation: MOVIE-BG 4s linear infinite alternate;
    animation: MOVIE-BG 4s linear infinite alternate;
}
/*back part*/
.service_box.style1 .service_back {
    position: absolute;
    top: 0;
    left: 0;
    height: 44%;
    width: 100%;
    text-align: left;
    background: #131323ed;
    padding: 32px 20px 0 46px;
    transform: perspective(500px)rotateX(-90deg);
    opacity: 1;
    transform-origin: 50% 0%;
   transition: all 400ms linear;
}
.service_box.style1 .service_back .description {
    color: #49af45;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    margin: 0 0 0;
    position: relative;
    left: 40px;
}
.service_box.style1 .service_back .description:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -40px;
    height: 2px;
    width: 35px;
    background: #49af45;
}
.service_box.style1 .service_back .title {
    margin: 7px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.service_box.style1 .service_number {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 74px;
    margin: auto;
    height: 58px;
    width: 58px;
    background: #49af45;
    line-height: 58px;
    border-radius: 100%;
    left: 0;
    bottom: -73px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
/*hover*/
.service_box.style1:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.service_box.style1:hover .service_top{
    opacity: 0;
}
.service_box.style1:hover .service_back {
    transform: perspective(500px)rotateX(0deg);
}

/*keyframes*/
@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);
    }
}

/* ------------------------
    Service paralax
------------------------*/
.single_project {
    border-bottom: 1px solid #08504D;
    position: relative;
    transition: .5s;
    border-radius: 0;
}
.single_project:hover{
   border-color: transparent;
   border-radius: 10px; 
}
.single_project .single_service {
    position: relative;
    padding: 54px 50px 59px;
    background: transparent;
    margin-bottom: 0;
    border-radius: 10px;
    transition: .5s;
}
.single_project .single_service:hover{
    background: #0C6E6D;
}
.single_service .service_content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.single_service .servic_title {
    margin-right: 105px;
}
.single_service .servic_title h4 {
    padding-left: 40px;
    display: inline-block;
    color: #e0f1df;
    font-weight: 400;
    font-family: "Fira Sans";
    font-size: 16px;
    margin: 0 0 16px;
    position: relative;
}
.single_service .servic_title h4:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #0c6e6d;
    top: 7px;
    left: 0;
    transition: .5s;
}
.single_service:hover .servic_title h4:before{
    background: #fff;
}
.single_service .servic_title h1 {
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    font-size: 30px;
    margin: 0 0 0;
}
.single_service .service_content p {
    margin: 0;
    width: 39%;
    color: #a3b7b7;
    font-weight: 400;
    font-family: "Fira Sans";
}
.single_service::last-child {
   border-bottom: 0;
}
.single_project:last-child{
    border:none;
}
.single_service .team-desc {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.team-contact {
  padding-top: 30px;
}
.single_service .team-contact .team-social-icon {
  position: inherit;
  bottom: inherit;
  right: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
.single_project .service-images {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 20vw;
  height: 20vw;
  overflow: visible;
}
.single_project .service-images img {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  opacity: 0;
}
.single_project .single_service:hover .service-images{
   z-index: 1; 
}
.single_project .single_service:hover .service-images img {
  opacity: 1;
}

a {
  text-decoration: none;
}
.single_project .service_content a {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #0c6e6d;
    line-height: 55px;
    background: transparent;
    transition: .5s;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 9px;
    transform: translate(-5%, -47%);
    top: 50%;
}
.single_project .service_content a i {
    font-size: 20px;
    font-weight: 600;
    transform: rotate(-45deg);
    display: inline-block;
}
.single_project .single_service:hover .service_content a{
    background: #fff;
    color: #0C6E6D;
}
/*dark-style*/
.dark-style .single_project .single_service:hover .service_content a{
    background: #053131;
    color: #fff;
}


/*
===============
Service Carousel  Css
==============
*/
.service_item.style_one {
    margin: 0 15px;
    position: relative;
    transition: .5s;
}
.service_item.style_one .service_content {
    padding: 28px 15px 15px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    background: #0c6e6d;
    z-index: 22;
    transition: 0.5s;
    width: 77%;
    bottom: -103px;
    transition: all 500ms linear;
}
.service_item.style_one:hover .service_content {
    bottom: 6px;
}
.service_item.style_one .service_box_icon {
    display: inline-block;
    transition: .5s;
}
.service_item.style_one h2.title {
    font-size: 26px;
    font-weight: 600;
    margin: 0px 0 7px;
    position: relative;
}
.service_item.style_one h2.title a{
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
}
.service_item.style_one h4.title {
    font-size: 15px;
    color: #e0f1df;
    font-weight: 400;
    margin: 0 0 0;
}
.service_item.style_one p.description {
    transition: .5s;
    font-size: 17px;
    margin: 0 0 0;
}
.service_item.style_one .service_thumb img {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.service_item.style_one .service_thumb {
    position: relative;
    overflow: hidden;
    background: #0c6e6d;
    padding: 0;
    border-radius: 10px;
    transition: all 500ms linear;
    height: 510px;
}
.service_item.style_one:hover .service_thumb{
    padding: 20px;
}
.service_item.style_one .service_thumb::before {
    background: rgba(12,109,109, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 9999;
}
.service_item.style_one:hover .service_thumb::before {
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all 500ms linear;
}
.service_item.style_one .details-button {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 41%;
    z-index: 22;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 500ms linear;
}
.service_item.style_one:hover .details-button{
    opacity: 1;
    top: 34%;
}
.service_item.style_one .details-button a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #e0f1df;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #0c6e6d;
    font-size: 20px;
    font-weight: 700;
    transition: .5s;
}

/*nav*/

.service_carousel.style1 .owl-nav {
    position: absolute;
    top: -119px;
    right: 0;
}
.service_carousel.style1 button.owl-prev i, 
.service_carousel.style1 button.owl-next i {
    background: #E6E7E9;
    display: inline-block;
    color: #222;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.5s;
    margin: 0 8px;
}
.service_carousel.style1 button.owl-prev i:hover,
.service_carousel.style1 button.owl-next i:hover {
    background: #49AF45;
    color: #fff;
}
/*service carousel style two*/
.service_item.style_two {
    display: block;
    background: #ffff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 8px rgba(189,202,202,0.3));
    background-color: #ffffff;
    margin: 28px 10px 23px;
    border-bottom: 4px solid#fff;
    transition: .5s;
}
.service_item.style_two .service_thumb {
    position: relative;
    line-height: 0;
}
.service_item.style_two .service_thumb img{
    width:100%;
}
.service_item.style_two .service_thumb::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url('https://wp.ditsolution.net/advisar/wp-content/uploads/2024/08/service_shpe.png');
    transition: 0.5s;
    right: 0;
    margin: auto;
    top: 0;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms linear;
}
.service_item.style_two:hover .service_thumb::before{
   opacity: 1; 
} 
.service_item.style_two .icon {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 500ms linear;
}
.service_item.style_two:hover .icon{
    opacity:1;
}
.service_item.style_two .service_content {
    padding: 30px 20px 11px;
    position: relative;
}
.service_item.style_two .service_content:before {
    position: absolute;
    content: "";
    background: url('https://wp.ditsolution.net/advisar/wp-content/uploads/2024/08/service_dot2.png');
    height: 9%;
    width: 16%;
    right: 4px;
    opacity: 0;
    background-repeat: no-repeat;
    top: 37px;
    left: inherit;
    transition:.5s;
}
.service_item.style_two .service_content:after {
    position: absolute;
    content: "";
    background: url('https://wp.ditsolution.net/advisar/wp-content/uploads/2024/08/service_dot2.png');
    height: 9%;
    width: 16%;
    right: inherit;
    opacity: 0;
    background-repeat: no-repeat;
    top: inherit;
    left: 10px;
    bottom: 8px;
    transition:.5s;
}
.service_item.style_two:hover .service_content:before,
.service_item.style_two:hover .service_content:after{
    opacity:1;
}
.service_item.style_two .icon_shape {
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 8px;
}
.service_item.style_two h4.title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
    transition: 0.5s;
    background: #0c6e6d;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 4px;
}
.service_item.style_two h2.title {
    display: block;
    color: #001819;
    font-size: 26px;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
}
.service_item.style_two h2.title a {
    color: #001819;
    font-size: 26px;
    font-weight: 600;
    transition: 0.5s;
}
.service_item.style_two h2.title a:hover {
    color: #0c6e6d;
}
.service_item.style_two .details-button a {
    font-size: 15px;
    display: inherit;
    color: #0a4b4b;
    font-weight: 500;
    margin-top: 19px;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.service_item.style_two .details-button a i{
    margin-left:5px;
}
.service_item.style_two .room-details-button a:hover{
   color: #49af45; 
}
.service_item.style_two:hover{
    border-color:#0c6e6d;
}

/*owl dots*/

.service_carousel.style2 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}
.service_carousel.style2 button.owl-dot {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B5D3D1;
}
.service_carousel.style2 button.owl-dot.active {
    background: #0c6e6d !important;
    width: 12px;
    border-radius: 50%;
    height: 12px;
}

/*nav*/

.service_carousel.style2 .owl-nav {
    position: absolute;
    top: -119px;
    right: 273px;
}
.service_carousel.style2 button.owl-prev i, 
.service_carousel.style2 button.owl-next i {
    background: #E6E7E9;
    display: inline-block;
    color: #222;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.5s;
    margin: 0 8px;
}
.service_carousel.style2 button.owl-prev i:hover,
.service_carousel.style2 button.owl-next i:hover {
    background: #49AF45;
    color: #fff;
}
/*style three*/

.service_item.style_three {
    margin: 0 10px;
    padding: 0px 10px 10px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}
.service_item.style_three .service_thumb {
    position: relative;
    flex-shrink: 0;
}
.service_item.style_three .service_thumb img {
    border-radius: 10px;
}
.service_item.style_three .service_thumb::before {
    background: rgba(12,110,109, 0.8);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 9999;
}
.service_item.style_three:hover .service_thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.service_item.style_three .service_content {
    background: #fff;
    padding: 42px 39px 31px;
    position: relative;
    border-radius: 5px 0 0px 5px;
}
.service_item.style_three .icon_shape img {
    display: inline-block;
    width: inherit;
}
.service_item.style_three h2.title {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
}
.service_item.style_three h2.title a {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #063232;
}
.service_item.style_three h4.title {
    font-size: 15px;
    font-weight: 400;
    color: #0c6e6d;
    margin: 0 0 7px;
    position: relative;
}
.service_item.style_three h4.title:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 24px;
    height: 1px;
    background-color: #0c6e6d;
}
.service_item.style_three h2.title a:hover{
     color: #0c6e6d ;
}
.service_item.style_three p.description {
    transition: .5s;
    margin: 6px 0 0px;
}
.service_item.style_three .icon_shape {
    display: inline-block;
    margin-bottom: 25px;
}
.service_item.style_three .details-button {
    display: inline-block;
    margin-top: 7px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.service_item.style_three .details-button a {
    top: 12px;
    display: inline-block;
    color: #0b6d6d;
    transition: .5s;
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    left: -89px;
    z-index: 22;
    transition: .5s;
}
.service_item.style_three .details-button a:hover{
    color: #49af45 ;
}
.service_item.style_three:hover .details-button a {
    left: 0;
    color: #0c6e6d;
}
.service_item.style_three .details-button a i {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: 3px;
    margin-left: 5px;
    transform: rotate(-45deg);
}
.service_item.style_three:hover .details-button a i {
    transform: rotate(0);
}
/*nav*/
.service_carousel4.style_three .owl-nav {
    top: -129px;
    position: absolute;
    right: 0%;
}
.service_carousel4.style_three button.owl-prev i {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(6,50,50,0.1);
    display: inline-block;
    line-height: 60px;
    font-size: 21px;
    font-weight: 700;
    transform: rotate(45deg);
    margin-right: 14px;
}
.service_carousel4.style_three button.owl-prev i:hover,
.service_carousel4.style_three button.owl-next i:hover{
    background-color: #0c6e6d; 
    color: #fff;
}

.service_carousel4.style_three button.owl-next i {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(6,50,50,0.1);
    display: inline-block;
    line-height: 60px;
    transform: rotate(-45deg);
    font-size: 21px;
    font-weight: 700;
    transition: .5s;
}

/*dots*/

.service_carousel4.style_three .owl-dots {
    text-align: center;
    position: relative;
    top: 59px;
    left: 0;
    display: flex;
    right: 0;
    margin: auto;
    justify-content: center;
}
.service_carousel4.style_three  button.owl-dot {
    margin: 0 6px;
    background: #C5CAC3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}
.service_carousel4.style_three .owl-dot.active {
    background: #0c6e6d;
    position: relative;
}
.service_carousel4.style_three .owl-dot.active:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid #0c6e6d;
    border-radius: 50%;
}

/*style four*/

.service_item.style_four {
    margin: 19px 10px 15px;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(189,202,202,0.3));
    background-color: #ffffff;
    text-align: center;
    transition: .5s;
    border-bottom: 5px solid#fff;
}
.service_item.style_four:hover{
    border-color: #ff9307;
}
.service_item.style_four .service_thumb {
    position: relative;
    margin: 20px 20px 0px 20px;
    line-height: 0;
}
.service_item.style_four .service_thumb::before {
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 2;
    opacity: 0.902;
    background-color: rgba(12,110,109,0.9019607843137255);
    border-radius: 5px 5px 30px 30px;
}
.service_item.style_four:hover .service_thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.service_item.style_four .service_content {
    padding: 31px 34px 29px;
}
.service_item.style_four p.description {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    transition: 0.5s;
}
.service_item.style_four h2.title {
    margin: 0;
    color: #063232;
    font-weight: 500;
}
.service_item.style_four h4.title {
    margin: 0;
    background: #0c6e6d;
    display: inline-block;
    color: #fff;
    padding: 8px 21px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
}
.service_item.style_four .title a {
    display: inline-block;
    color: #001819;
    font-size: 24px;
    font-weight: 500;
    transition: 0.5s;
    margin: 26px 0 14px;
}
.service_item.style_four .title a:hover{
    color: #0c6e6d;
}
.service_item.style_four:hover .service_content {
    margin-top: 0px;
    bottom: 0;
}
.service_item.style_four .room-details-button a {
    color: #063232;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}


/*dots*/

.service_carousel.style4 .owl-dots {
    text-align: center;
    position: relative;
    top: 59px;
    left: 0;
    display: flex;
    right: 0;
    margin: auto;
    justify-content: center;
}
.service_carousel.style4  button.owl-dot {
    margin: 0 6px;
    background: #C5CAC3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}
.service_carousel.style4 .owl-dot.active {
    background: #0c6e6d;
    position: relative;
}
.service_carousel.style4 .owl-dot.active:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid #0c6e6d;
    border-radius: 50%;
}
/*service details*/

.service_list.style-1 .service-text {
    border-bottom: 1px solid rgba(0,24,25,0.10196078431372549);
    padding-bottom: 11px;
    margin-bottom: 12px;
}
.service_list.style-1 .service-text:last-child{
    margin-bottom: none;
}
.service_list.style-1 .service-text h4 {
    color: #868681;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 11px;
}
.service_list.style-1 .service-text h3 {
    font-size: 18px;
    color: #001819;
    font-weight: 500;
}


/*
===============
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: #49af45;
}
.dreamit-custom-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.dreamit-custom-title h4:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
.dreamit-custom-title h4:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
/*dreamit custom title two*/
.dreamit-custom-title-two .dreamit-custom-title h4 {
    color: #232323;
}
.dreamit-custom-title-two .dreamit-custom-title h4:before {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
.dreamit-custom-title-two .dreamit-custom-title h4:after {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
/*line style two*/
.line-two .lines.about .line {
    width: 100%;
    background-color: #E0E0E0;
}
/*
=============
Icon Box Css
=============
*/
.icon-box.style1 {
    display: flex;
    gap: 25px;
    padding: 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    align-items: center;
    background: #064443;
    padding: 32px 30px 32px;
    border: 1px solid #0c6e6d;
    transition: .5s;
}
.icon-box.style1:hover{
    background:#0C6E6D;
    margin-left:-10px;
}
.box_two .icon-box.style1{
    border-bottom: 1px solid #61616133;
    padding-bottom: 31px;
    margin-bottom: 3px;
}
.icon-box.style1 .icon-box-icon {
    margin-right: 0;
    flex-shrink: 0;
    position: relative;
}
.icon-box.style1 .icon-box-content h2 {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    margin: 0 0 9px;
}
.icon-box.style1 .icon-box-content .description p {
    margin: 0;
    color: #fff;
}
.icon-box.style1 .icon-box-icon .icon i {
    background: #1c9a98;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 33px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
}


.active .icon-box.style1 .round-circle {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 1
}

.active .icon-box.style1 .round-circle {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,0 0);
}

.active .icon-box.style1 .round-circle:before {
    position: absolute;
    content: '';
    background: #1c9a98;
    width: 8px;
    height: 8px;
    left: 10px;
    bottom: 9px;
    border-radius: 50%;
    z-index: 1;
}
.icon-box.style1 .round-circle {
    position: absolute;
    width: 95px;
    height: 95px;
    left: -10px;
    top: -10px;
    border: 2px solid #1c9a98;
    border-radius: 50%;
    clip-path: polygon(0% 0%,50% 0%,50% 100%,0% 100%,0 0);
    transition: all 500ms ease;
    animation: service_hexagon 2s infinite linear;
    animation-play-state: paused;
    opacity: 0;
}
.icon-box.style1:hover .round-circle:before {
    position: absolute;
    content: '';
    background: #1c9a98;
    width: 8px;
    height: 8px;
    left: 10px;
    bottom: 9px;
    border-radius: 50%
}

.icon-box.style1:hover .round-circle {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 1
}

.icon-box.style1:hover .round-circle {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,0 0)
}



/* Style Two */
.icon-box.style-two {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 28px;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 0;
}
.icon-box.style-two .icon {
    width: 41px;
    height: 41px;
    border-radius: 20px;
    background-color: #ff9c00;
    text-align: center;
    line-height: 41px;
}
.icon-box.style-two .icon i {
    color: #fff;
    font-size: 17px;
}
.icon-box.style-two .title h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
.icon-box.style-two .description p {
    margin: 0;
}
/* Style Three */
.icon-box.style-three {
    padding: 0;
    transition: 0.5s;
    margin-bottom: 11px;
    border-bottom: dashed 1px #527070;
    padding-bottom: 11px;
}
.box-two .icon-box.style-three {
    border: none;
    padding-bottom: 6px;
}
.box-two .icon-box.style-three .icon i {
    top: 0;
}
.icon-box.style-three .icon-box-content {
    overflow: hidden;
}
.icon-box.style-three .icon-box-icon {
    display: inline-block;
    float: left;
}
.icon-box.style-three .icon i {
    display: inline-block;
    line-height: 26px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: relative;
    margin-right: 11px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #0c6e6d;
    top: 4px;
}
.icon-box.style-three .title h2 {
    font-size: 18px;
    display: inline-block;
    margin: 0;
    font-weight: 500;
}
.icon-box.style-three .description p {
    margin: 0;
}
/*style four*/
.icon-box.style4 {
    display: flex;
    align-items: center;
    margin-left: 17px;
}
.icon-box.style4 .icon-box-icon {
    flex-shrink: 0;
}
.icon-box.style4 .img-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    top: 12px;
    margin-right: 21px;
}
.icon-box.style4 .img-icon:after {
    position: absolute;
    content: "";
    top: -13px;
    left: -16px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #edf4f4;
    z-index: -1;
}
.icon-box.style4 .title h2 {
    font-size: 20px;
    margin: 0 0 0;
    font-weight: 500;
    line-height: 30px;
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    }
 }
/*icon box style five*/
.icon-box.style5 {
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.icon-box.style5 .icon-box-icon {
    flex-shrink: 0;
    margin-right: 20px;
}
.icon-box.style5 .title h2 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.icon-box.style5 .description p {
    font-size: 16px;
    margin: 0;
    color: #6b7a7a;
}
/*style six*/
.icon-box.style6 {
    display: flex;
    align-items: center;
    position: relative;
}
.icon-box.style6:before {
    position: absolute;
    content: "";
    right: -46px;
    top: 0;
    width: 2px;
    height: 50px;
    background-color: rgba(255,255,255,0.14901960784313725);
}
.icon-box.style6 .img-icon {
    margin-right: 20px;
}
.icon-box.style6 .description p {
    color: #fff;
    margin: 0 0 7px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.icon-box.style6 .title h2 {
    margin: 0 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
/*style seven*/
.icon-box.style7 {
    display: flex;
    align-items: center;
    border-radius: 4px;
    filter: drop-shadow(0px 5px 20px rgba(189,202,202,0.3));
    background-color: #ffffff;
    padding: 22px 22px 20px 27px;
    position: relative;
    z-index: 2;
}
.icon-box.style7 .icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
}
.icon-box.style7 .img-icon {
    position: relative;
    top: 4px;
    margin-right: 13px;
}

.icon-box.style7 .title h2 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
.icon-box.style7 .description p {
    margin: 0 0 3px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
/*style eight*/
.icon-box.style8 {
    display: flex;
    align-items: center;
}
.icon-box.style8 .icon-box-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    line-height: 60px;
    flex-shrink: 0;
    margin-right: 22px;
}
.icon-box.style8 .icon-box-icon i{
    color: #fff;
}
.icon-box.style8 .description p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.icon-box.style8 .title h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0;
}

/*style nine*/
.icon-box.style9 {
    display: flex;
    align-items: center;
}
.icon-box.style9 .img-icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #e0f1df;
    text-align: center;
    line-height: 98px;
    margin-right: 26px;
}
.icon-box.style9 .title h2 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 500;
}
.icon-box.style9 .icon-box-content p {
    margin: 0;
}
/*style ten*/
.icon-box.style10 {
    display: flex;
    align-items: center;
    border-bottom: dashed 1px#C1DDDE;
    padding-bottom: 29px;
}
.last_box .icon-box.style10{
    border-bottom: none;
    padding-bottom: 0px;
}
.icon-box.style10 .img-icon {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #ffff;
    text-align: center;
    line-height: 92px;
    margin-right: 26px;
    transition: .5s;
}
.icon-box.style10 .img-icon img{
    transition: .4s;
}
.icon-box.style10:hover .img-icon{
      background-color: #0c6e6d;
}
.icon-box.style10:hover .img-icon img{
    filter: brightness(0)invert(1);
}
.icon-box.style10 .title h2 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 400;
    color: #6b7a7a;
}
.icon-box.style10 .icon-box-content p {
    margin: 0;
    color: #063232;
    font-size: 20px;
    font-weight: 500;
}

/*style eleven*/

.icon-box.style11 {
    display: flex;
    border-bottom: dashed 1px#C1DDDE;
    padding-bottom: 16px;
}
.icon-box.style11 .title h2 {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 400;
    color: #6b7a7a;
}
.icon-box.style11 .icon-box-content p {
    margin: 0;
    color: #063232;
    font-size: 20px;
    font-weight: 500;
}
.icon-box.style11 .img-icon {
    display: inline-block;
    margin-right: 18px;
}


/*
================
Counter Area Css
================
*/
.single-counter.style1 .icon {
    margin-bottom: 25px;
}
.single-counter.style1 .icon i {
    font-size: 50px;
    color: #49af45;
}
.single-counter.style1 span {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 21px;
    display: inline-block;
    color: #101210;
}
.single-counter.style1 h6 {
    color: #9D9EA6;
    font-size: 16px;
    font-weight: 500;
}

/*counter section style two*/
.single-counter.style_two {
    display: block;
    position: relative;
    background: transparent;
    padding: 65px 52px 52px;
}
.counter-two.three .single-counter.style_three {
    display: block;
    position: relative;
    background: transparent;
    padding: 65px 52px 52px;
}
.single-counter.style_two .counter-content.counter {
    display: flex;
    align-items: center;
    position: relative;
}
.single-counter.style_two .icon {
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 27px;
}
.single-counter.style_two .inner_content {
    margin-right: 22px;
}
.single-counter.style_two span {
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
    font-size: 60px;
    line-height: 30px;
    color: #063232;
    font-weight: 500;
}
.single-counter.style_two .counter-content h6 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #6b7a7a;
    font-weight: 400;
    position: relative;
    top: -8px;
}
.single-counter.style_two .reviews_rating {
    display: block;
    position: absolute;
    top: -14px;
    right: 93px;
}
 .single-counter.style_two .testi-star i.active {
    color: #FDB709;
    font-size: 18px;
}
.counter-two .single-counter.style_two {
    display: block;
    position: relative;
    background: #F4F8F9;
    padding: 65px 52px 52px;
}
.counter-two .single-counter.style_two .counter-content h6 {
    position: relative;
    top: 7px;
}

/*counter style three*/

.single-counter.style_three span.count.percent {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    font-family: "Fira Sans";
}
.single-counter.style_three .inner_content{
    margin-right: 40px;
    position: relative;
}
.single-counter.style_three .inner_content:before {
    position: absolute;
    content: "";
    top: 0;
    right: -23px;
    width: 1px;
    height: 45px;
    background-color: rgba(255,255,255,0.2);
}
.single-counter.style_three .counter-content.counter {
    display: flex;
    align-items: center;
    position: relative;
}
.single-counter.style_three .testi-star i.active {
    color: #FFB508;
    font-size: 20px;
    margin-bottom: 8px;
    display: inline-block;
}
.single-counter.style_three .counter-content.counter h6 {
    color: #a3b7b7;
    font-size: 18px;
    font-weight: 400;
}

.counter-three .single-counter.style_three .inner_content:before {
    position: absolute;
    content: "";
    top: -2px;
    right: -23px;
    width: 1px;
    height: 45px;
    background-color: #D7E6E3;
}
.counter-three .single-counter.style_three .testi-star i.active {
    color: #FFB508;
    font-size: 15px;
    margin-right: 4px;
}
.counter-three .single-counter.style_three .counter-content.counter h6 {
    margin: 5px 0 0;
}
/*heading text*/

.heading.style3 h4.heading-text {
    position: relative;
}
.heading.style3 h4.heading-text:before {
    position: absolute;
    content: "";
    top: 12px;
    left: -76px;
    width: 68px;
    height: 2px;
    background-color: #0c6e6d;
}


/*
==========
 Team
==========
*/
.team.style1 {
    text-align: center;
    background-color: transparent;
    padding: 0 0 0px;
    position: relative;
    z-index: 1;
}
.team.style1 .image {
    position: relative;
    z-index: 2;
    line-height: 0;
}
.team.style1 .image::before {
    background: rgba(12,109,109, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 9999;
}
.team.style1:hover .image::before {
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all 500ms linear;
}
.team.style1 .content {
    background: transparent;
    padding: 26px 0 0px;
    transition: .5s;
}
.team.style1 .image img {
    transition: .5s;
}
.team.style1 .bio .name {
    font-size: 24px;
    margin: 0px 0 5px;
    color: #063232;
    font-weight: 500;
}
.team.style1 .bio .designation {
    margin: 0;
    font-size: 16px;
    color: #0c6e6d;
    font-weight: 400;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style1 ul.social-icon {
    position: absolute;
    bottom: inherit;
    left: 30px;
    right: inherit;
    transition: .5s;
    top: 30px;
    z-index: 22;
}
.team.style1:hover ul.social-icon{
    left: 30px;
}
.team.style1 ul.social-icon li {
    list-style: none;
    display: block;
}
.team.style1 ul.social-icon li a  {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #0c6e6d;
    margin-right: 10px;
    font-size: 16px;
    transition: .5s;
    background: #fff;
    transform: translateX(0px);
    transition: .5s;
    overflow: hidden;
    opacity: 0;
}
.team.style1 ul.social-icon li:nth-child(2) a {
    transition-delay: .1s;
}
.team.style1 ul.social-icon li:nth-child(3) a {
    transition-delay: .2s;
}
.team.style1 ul.social-icon li:nth-child(4) a {
    transition-delay: .3s;
}
.team.style1 ul.social-icon li a:hover{
    color: #fff;
    background: #0C6E6D;
}
.team.style1:hover ul.social-icon li a{
    transform: translateX(15px);
    opacity: 1;
}

/* Style Two */
.team.style2 {
    position: relative;
    z-index: 1;
}
.team.style2 .team-content {
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
}
.team.style2 .bio {
    padding: 10px 0 17px;
    background: #49af45;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
  transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 ul.social-icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 .bio h2 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}
.team.style2 h5.designation {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}
.team.style2 ul.social-icon li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}
.team.style2 ul.social-icon li a{
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
     width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team.style2 ul.social-icon li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #49af45;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}
.team.style2 ul.social-icon li a:hover:before{
    transform: scale(1);
}
/*hover*/
.team.style2:hover .bio {
    transform: perspective(500px)rotateX(0deg);
}
.team.style2:hover ul.social-icon {
    transform: perspective(500px)rotateX(0deg);
}
/*team style three*/
.team.style3 {
    text-align: center;
    background-color: transparent;
    padding: 0;
}
.team.style3 .image {
    position: relative;
    line-height: 0;
}
.team.style3 .image::before {
    background: rgba(12,109,109, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 300ms linear;
    z-index: 9;
}
.team.style3:hover .image::before {
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all 500ms linear;
}
.team.style3 .image img {
    transition: .5s;
}
.team.style3 ul.social-icon {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    transition: .5s;
}
.team.style3:hover ul.social-icon{
    bottom: 30px;
}
.team.style3 ul.social-icon li {
    display: inline-block;
}
.team.style3 ul.social-icon li a  {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #ffffff;
    display: inline-block;
    color: #0C6E6D;
    margin-right: 10px;
    font-size: 16px;
    transition: .5s;
    transform: translateX(0px);
    transition: .5s;
    overflow: hidden;
     transition: all 400ms linear;
    opacity: 0;
    transform .5s, opacity .3s, background .5s ;
}
.team.style3 ul.social-icon li:nth-child(2) a {
    transition-delay: .1s;
}
.team.style3 ul.social-icon li:nth-child(3) a {
    transition-delay: .2s;
}
.team.style3 ul.social-icon li:nth-child(4) a {
    transition-delay: .3s;
}
.team.style3 ul.social-icon li a:hover{
    color: #fff;
    background: #0C6E6D;
}
.team.style3:hover ul.social-icon li a{
    transform: translateX(15px);
    opacity: 1;
}
.team.style3 .bio .name {
    font-size: 24px;
    font-weight: 500;
    margin: 21px 0 8px;
}
.team.style3 .bio .designation {
    color: #7b7b7b;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
}
.team.style3 .content {
    position: relative;
    padding: 7px 0 0;
}
.team.style3 .content .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    opacity: 0;
    transform: .5s;
}
.team.style3:hover .content .social-icon{
    opacity: 1;
    top: 32px;
}
.team.style3 .content .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: .5s;
}
.team.style3 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style3 .content .social-icon li a{
    display: inline-block;
    transition: .5s;
}
.team.style3 .content .social-icon li a i {
    display: inline-block;
    color: #7b7b7b;
    text-align: center;
    font-size: 15px;
    margin: 0 3px;
    transition: .5s;
}
.team.style3 .content .social-icon li a i:hover{
    color: #fff;
}

/*heading*/
.right_menu{
    position: sticky;
    padding: 140px;
}
.heading.style1 h4 {
    color: #063232;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}
.heading.style1 h4:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #0c6e6d;
    bottom: -9px;
}
/*home dark*/
.home-dark .heading.style1 h4:before {
    background-color: #fff;
}

/*team style four*/
.team.style1.four {
    position: relative;
}
.team.style1.four .content {
    transition: .5s;
    padding: 26px 0 25px;
    filter: drop-shadow(0px 5px 40px rgba(189, 202, 202, 0.35));
    background: #fff;
    margin: 0;
    z-index: 2;
    position: relative;
}
.team.style1.four ul.social-icon li a {
    margin-bottom: 10px;
}
.team.style1.four ul.social-icon {
    left: 0;
}
.team.style1.four:hover ul.social-icon {
    left: 9px;
}
.team.style1.four .bio .name {
    font-size: 22px;
    margin: 0px 0 8px;
}
.team.style1.four .bio .designation {
    margin: 0;
    font-size: 16px;
    color: #0c6e6d;
    font-weight: 400;
}
.team.style1.four .team-shape {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    transition:.5s;
}
.team.style1.four:hover .team-shape{
    bottom:-44px;
}
 
 
 
 
/*
============
Work Process
============
*/
.work-process.style1 {
    text-align: center;
    padding: 0 43px;
    position: relative;
}
.work-process.style1 .icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.work-process.style1 .icon:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    left: -10px;
    right: 0;
    top: 17px;
    border: 2px dashed #49AF45;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1;
}
.work-process.style1 .icon i{
    color: #ee53f8;
}
.work-process.style1 .content .title {
    transition: .5s;
    font-size: 24px;
    font-weight: 700;
    margin: 37px 0 15px;
}
.work-process.style1 .content .description {
    font-weight: 400;
    color: #868681;
}
.work-process.style1 .work_progress {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}
.work-process.style1 .wrok_process_thumb {
	text-align: center;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
}
.work-process.style1 .wrok_process_thumb img {
	border-radius: 50%;
	border: 10px solid #fff;
}
..work-process.style1 progress_content {
	text-align: center;
}
.default-style .work_progress-number{
	position: absolute;
	left: -26px;
	top: 50.5%;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work-process.style1 .shape_image {
    display: inline-block;
    position: absolute;
    top: 30%;
    right: -77px;
    transform: translate(0%, -50%);
}

/*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: #49af45;
    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;
}



/*
==============
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 .testimonial-item {
    padding: 25px 0 0;
    position: relative;
    transition: .5s;
    margin: 8px 10px 10px;
}
.testimonial.style1 .single_img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial.style1 .testimonial-item .author {
    display: flex;
    align-items: center;
    margin-top: 48px;
    position: relative;
}
.testimonial.style1 .testimonial-item .author img {
    height: 72px;
    width: 72px;
    object-fit: cover;
    margin-right: 17px;
    display: inline-block;
}
.testimonial.style1 .testimonial-item .author .bio .name {
    font-size: 22px;
    margin: 0 0 9px;
    color: #ffffff;
    font-weight: 400;
}
.testimonial.style1 .testimonial-item .author .bio .designation {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    transition: all 400ms linear;
    color: #e0f1df;
    font-weight: 400;
    font-family: "Fira Sans";
}
.testimonial.style1 .testimonial-item .quote {
    transition: all 400ms linear;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    font-family: "Fira Sans";
}
.testimonial.style1 .testimonial-item span.support {
    color: #49af45;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
.testimonial.style1 .testimonial-item .reviews_rating {
    display: inline-block;
    position: relative;
}
.testimonial.style1 .testimonial-item .testi-star {
    display: inline-block;
    margin: 28px 0 13px;
}
.testimonial.style1 .testimonial-item .testi-star i {
    color: #ddd;
    font-size: 10px;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 5px;
    color: #ffa133;
}
.active.center .testimonial-item {
    margin-top: 10px;
}
/*hover*/
/*dots*/
.testimonial.style1 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -36px;
    cursor: pointer;
    z-index: 99999;
}
.testimonial-carousel button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #49af45;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    position: absolute;
     right: inherit; 
    top: 9px;
    display: inline-block;
    z-index: 1;
    margin: 0 9px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next,
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.30196078431372547);
    color: inherit;
    border: none;
    padding: 0 0px 0 0px!important;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 4px;
}
.testimonial-carousel.owl-carousel button.owl-dot {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    background-color: #52DAA8;
    display: inline-block;
    margin-right: 1px;
}
.testimonial-carousel.owl-carousel button.owl-dot.active {
    background-color: #49af45;
    position: relative;
    z-index: 1;
}
.testimonial-carousel.owl-carousel button.owl-dot.active:before {
    position: absolute;
    content: "";
    left: -4px;
    top: -4px;
    width: 21px;
    height: 21px;
    border: 1px solid #49af45;
    border-radius: 15px;
}

/* Style Two */
.testimonial.style1.two .testimonial-item {
    padding: 25px 0 0;
    position: relative;
    transition: .5s;
    margin: 8px 10px 10px;
    text-align: center;
}
.testimonial.style1.two .testimonial-item .author {
    display: block;
    align-items: center;
    margin-top: 47px;
    position: relative;
}
.testimonial.style1.two .single_img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.testimonial.style1.two .single_img img {
    width: 38px!important;
    display: inline-block;
}
.testimonial.style1.two .testimonial-item .quote {
    transition: all 400ms linear;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 38px;
    width: 68%;
    margin: auto;
}

/*style three*/
.testimonial.style3 .testimonial-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}
.testimonial.style3 .testimonial-item .author {
    flex-shrink: 0;
}
.testimonial.style3 .testimonial-item .content {
    padding: 0 31px;
}
.testimonial.style3 .testimonial-item .author img {
    width: 100%;
}
.testimonial.style3 .testi-star i.active {
    color: #FE9B00;
    font-size: 18px;
    display: inline-block;
    margin: 11px 0 17px;
}
.testimonial.style3 .testimonial-item h5.designation {
    margin: 11px 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #6b7a7a;
}
.testimonial.style3 .testimonial-item .single_img {
    display: inline-block;
    float: left;
}
.testimonial.style3 h4.name {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0;
}
.testimonial.style3 .testimonial-item p.quote {
    font-size: 16px;
    color: #6b7a7a;
    line-height: 26px;
    overflow: hidden;
    margin: 0 0 22px;
}
.testimonial.style3 .testimonial-item .single_img a {
    display: inline-block;
}
.testimonial.style3 .testimonial-item .single_img a img {
    display: inline-block;
}
/*nav*/

.testimonial.style3 .testimonial-carousel3.owl-carousel .owl-nav {
    display: inline-block;
    position: absolute;
    right: -43px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.testimonial.style3 .testimonial-carousel3.owl-carousel .owl-nav button.owl-prev {
    display: block;
    margin-bottom: 8px;
}
.testimonial.style3 .testimonial-carousel3.owl-carousel button.owl-prev i {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.2);
    display:block;
    line-height: 46px;
    transition: .5s;
}
.testimonial.style3 .testimonial-carousel3.owl-carousel button.owl-next i {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.2);
    display: block;
    line-height: 46px;
    transition: .5s;
}
.testimonial.style3 .testimonial-carousel3.owl-carousel button.owl-prev i:hover,
.testimonial.style3 .testimonial-carousel3.owl-carousel button.owl-next i:hover{
    background-color: #0c6e6d;
    color: #fff;
}

/*style four*/

.testimonial.style4 .testimonial-item {
    background: #fff;
    text-align: center;
    padding: 40px 22px 32px;
    position: relative;
    border-bottom: 4px solid#fff;
    transition: .5s;
    border-radius: 5px 80px 5px 5px;
    filter: drop-shadow(0px 5px 13px rgba(189,202,202,0.35));
    background-color: #ffffff;
    margin-bottom: 41px;
    margin-top: 41px;
    min-height: 403px;
}
.testimonial.style4 .testimonial-item:hover{
    border-color:#0c6e6d;
    border-radius:80px 5px 5px 5px;
}
.testimonial.style4 .testimonial-item:after {
    position: absolute;
    content: "";
    right: -13px;
    top: 44px;
    background: url('https://wp.ditsolution.net/advisar/wp-content/uploads/2024/08/testi_shape2.png');
    background-repeat: no-repeat;
    height: 20%;
    width: 25%;
}
.testimonial.style4 .author {
    display: inline-block;
}
.testimonial.style4 .single_img a {
    display: inline-block;
}
.testimonial.style4 h4.name {
    margin: 14px 0 5px;
    font-size: 20px;
    font-weight: 500;
}
.testimonial.style4 h5.designation {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #6b7a7a;
}
.testimonial.style4 .single_img {
    display: inline-block;
    position: relative;
    top: -3px;
    left: -25px;
}
.testimonial.style4 p.quote {
    margin: 24px 0 24px;
}
.testimonial.style4 .testi-star i.active {
    color: #ffb608;
    font-size: 14px;
    margin-right: 3px;
}

/*owl dots*/
.testimonial.style4 .owl-dots {
    display: flex;
    justify-content: center;
    bottom: -42px;
    position: relative;
}
.testimonial.style4 button.owl-dot {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B5D3D1;
}
.testimonial.style4 .owl-dot.active {
    background: #0c6e6d;
    width: 12px;
    border-radius: 50%;
    height: 12px;
}

/*
==========
Case Study
==========
*/
.case-study.style1 .case-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
.case-study.style1 .case-grid .gird-item{
    position: relative;
    overflow: hidden;
}
.case-study.style1 .case-grid .gird-item .image{
    position: relative;
}
.case-study.style1 .case-grid .gird-item .image img{
    height: 380px;
    object-fit: cover;
}
.case-study.style1 .case-grid .gird-item .image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .image::before{
    opacity: 0.9;
}
.case-study.style1 .case-grid .gird-item .content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .content{
    top: 50%;
    transform: translateY(-50%);
}
.case-study.style1 .case-grid .gird-item .content .case-btn{
    display: inline-block;
    margin-bottom: 24px;
}
.case-study.style1 .case-grid .gird-item .content .case-btn:hover i{
    color: var(--main-color);
    background-color: #fff;
}
.case-study.style1 .case-grid .gird-item .content .case-btn i{
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.case-study.style1 .case-grid .gird-item .content .title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.case-study.style1 .case-grid .gird-item .content .category{
    color: #fff;
}

.dreamit-single-cases-study{
    position: relative;
	z-index:999;
}
.cases-study-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #ED2C41;
    margin: auto;
    padding: 20px 30px 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    width: 100%;
}
.dreamit-single-cases-study:hover .cases-study-content{
	bottom: 0;
}
.case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study-thumb img{
	width: 100%;
}
.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.em-cases-study-title h2 a {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case_category span {
    color: #ED2C41;
}
.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}
.case_default .em-cases-study-title h2 a {
    font-size: 23px;
}
.case_default .dreamit-single-cases-study {
    margin-bottom: 30px;
}
.case_default .case-study-thumb {
   position:relative;
   z-index: 1;
}
.case_default .case-study-thumb:before {
   display:none;
}
.case_default .em-cases-study-title h2 {
    margin: 0 0 7px;
    color: #fff;
}
.case_default .case_category span,
.case_default .cases-study-content p,
.case_default .em-case-study-button a {
    color: #fff;
}
.case_default .cases-study-content p {
    margin: 20px 0;
}
.case_default .em-cases-study-title h2 a:hover {
    color: #fff;
}
.em-case-study-button {
    margin-top: 23px;
}
/*case*/
.case-study.style2 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -69px;
    cursor: pointer;
    z-index: 22;
}
.blog_wrap.case_study_carousel  button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0 4px;
    display: inline-block;
}
.blog_wrap.case_study_carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0 4px;
    display: inline-block;
}
.case-study.style2 .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    opacity: 0;
}
.blog_wrap.case_study_carousel .owl-nav button.owl-next, 
.blog_wrap.case_study_carousel .owl-nav button.owl-prev,
.blog_wrap.case_study_carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.30196078431372547);
    color: inherit;
    border: none;
    padding: 0 15px 0 10px!important;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 4px;
}
.blog_wrap.case_study_carousel button.owl-dot.active {
    background: #49af45!important;
}
/*case study style two*/
.case-study.style2 .owl-item:nth-child(odd) {
    transform: translateY(30px);
    border-color: #fff;
}
.case-study.style2 .case-study-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(12,110,109,0.9490196078431372);
    transition: all 300ms linear;
    opacity: 0;
}
.case-study.style2 .single_case_study:hover .case-study-thumb:before {
   opacity: 1;
}
.case-study.style2 .video-icon a {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #49af45;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    top: 80px;
    right: 49px;
    opacity: 0;
    transition: all 400ms linear;
}
.case-study.style2 .single_case_study:hover .video-icon a{
    top: 60px;
    opacity: 1;
}
.case-study.style2 .cases-study-content {
    position: absolute;
    text-align: left;
    background: transparent;
    margin: auto;
    padding: 30px 39px 0px;
    top: 49px;
    opacity: 0;
    transition: all 400ms linear;
}
.case-study.style2 h2.title {
    line-height: 23px;
    margin: 8px 0 15px;
}
.case-study.style2 h2.title a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.case-study.style2 p.description {
    transition: .5s;
    color: #fff;
    opacity: 0.7;
}
.case-study.style2 .case_category span {
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition: all 400ms linear;
    color: #e0f1df;
    font-weight: 400;
}
.case-study.style2 .em-case-study-button {
    opacity:0;
    transition: all 500ms linear;
    position: absolute;
    bottom: 0px;
}
.case-study.style2 .em-case-study-button a {
    color: #063232;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    background: #e0f1df;
    padding: 8px 30px;
    border-radius: 30px;
	transition:.5s;
}
.case-study.style2 .em-case-study-button a:hover{
	background:#259f9e;
	color:#fff;
}
.case-study.style2 .em-case-study-button a i {
    color: #fff;
    font-weight: 600;
    font-size: 9px;
    display: inline-block;
    margin-left: 6px;
}
/* single box hover*/
.case-study.style2 .single_case_study:hover .cases-study-content {
    top: 0px;
    opacity: 1;
}
.case-study.style2 .single_case_study:hover .em-case-study-button{
   opacity: 1;
   bottom: 41px;
}
.case-study.style2 .single_case_study:hover .case_category span:before{
   border-color: #fff;
}
.case-study.style2 .single_case_study:hover .case_category span{
   color: #fff;
}

/*
==========
Brand
==========
*/
.brand.style1 .brand-item {
    text-align: center;
    display: inline-block;
    padding-left: 59px;
}
 .brand-item img{
    transition: .5s;
 }
.brand-dark .brand-item:hover img {
    filter: brightness(0)invert(1);
}
.cloud {
  -webkit-animation-name: cloud-movement;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;

  -moz-animation-name: cloud-movement;
  -moz-animation-timing-function: linear;
  -moz-animation-direction: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;

  animation-name: cloud-movement;
  animation-timing-function: linear;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.slow {
  -webkit-animation-duration: 9.2s;
  -moz-animation-duration: 9.2s;
  animation-duration: 9.2s;
}

.slower {
  -webkit-animation-duration: 11.2s;
  -moz-animation-duration: 11.2s;
  animation-duration: 11.2s;
}

.slowest {
  -webkit-animation-duration: 13.5s;
  -moz-animation-duration: 13.5s;
  animation-duration: 13.5s;
}


@-webkit-keyframes cloud-movement {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    transform: translateX(300px);
  }
  10% {

    opacity: 0.7;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
} 

/*heading text*/

.heading.style1 h6 {
    position: relative;
    padding-left: 30px;
}
.heading.style1 h6:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    left: 0;
    top: 11px;
    background: #0c6e6d;
}
.heading.style1 span {
    color: #0c6e6d;
    border-bottom: 1px solid;
}

/*
==============
Video Box
==============
*/
.single-video {
	position: relative;
	text-align: center;
}
.choose-video-icon {
    position: relative;
    z-index: 2;
}
.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.single-video.style-one .video-icon a, 
.single-video.style-two .video-icon a {
       display: inline-block;
    background: #0c6e6d;
    color: #fff;
    width: 63px;
    height: 63px;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    line-height: 60px;
    position: relative;
}
@keyframes rotateme2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.single-video.style-two .choose-video-icon:before {
    content: "";
    border: 2px solid #0c6e6d;
    position: absolute;
    z-index: 0;
    left: 31px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.single-video.style-two .choose-video-icon:after {
    content: "";
    border: 2px solid #0c6e6d;
    position: absolute;
    z-index: 0;
    left: 31px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}

/*video style two*/
.single-video.style-two .video-icon {
    display: inline-block;
}
.single-video.style-two .video-icon {
    display: inline-block;
    margin-right: 25px;
}
.single-video.style-two .choose-video-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}


/* 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 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);
    }
}
@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%;
    }
}

/*
==============
Pricing Table
==============
*/

.pricing.style1 {
    padding: 50px 40px 30px;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.pricing.style1:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2024/02/price-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
}
.pricing.style1:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2024/03/pricing-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
}
.pricing.style1:hover:before{
    opacity:1; 
}
.pricing.style1:hover .thumb{
    background-color: #fff;
}
.pricing.style1 .thumb {
    display: inline-block;
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #e0f1df;
    line-height: 102px;
    text-align: center;
    margin-right: 19px;
    transition: .5s;
}
.pricing-body {
    position: relative;
    z-index: 1;
}
.pricing.style1 .pricing-head {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}
.pricing.style1 .pricing-title {
    display: inline-block;
    transition: .5s;
    margin: 0 0 0px;
    font-size: 24px;
    color: #063232;
    font-weight: 500;
}
.pricing.style1 p.description {
    transition: .5s;
    color: #6b7a7a;
    margin: 0 0 0px;
}
.pricing.style1 .price-item {
    margin-top: 33px;
}
.pricing.style1 .price-item .currency {
    display: inline-block;
    font-size: 22px;
    margin: 0;
    color: #0c6e6d;
    font-weight: 500;
    position: relative;
    top: -15px;
}
.pricing.style1 .price-item .tk {
    display: inline-block;
    font-size: 46px;
    margin: 8px 0 0;
    color: #0c6e6d;
    font-weight: 600;
}
.pricing.style1 .price-item .month {
    font-size: 16px;
    display: inline-block;
    color: #6b7a7a;
}
.pricing.style1 .pricing-body .pricing_title {
    color: #101210;
    padding: 13px 0 18px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.pricing.style1 .pricing-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing.style1 .pricing-body ul li {
    list-style: none;
    display: block;
    padding: 13px 0 10px 0;
    border-bottom: dashed 1px #DCDCDC;
    transition: .5s;
}
.pricing.style1 ul.features li img {
    position: relative;
    margin-right: 6px;
    top: 5px;
    transition: .5s;
}
.pricing.style1 .pricing-body ul li i {
    font-size: 11px;
    color: #7b7b7b;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition: .5s;
    display: inline-block;
    margin-right: 5px;
}
.pricing.style1 .pricing-button {
    margin-top: 20px;
    transition: .5s;
    padding: 11px 27px;
    font-weight: 500;
    display: inline-block;
    margin-top: 33px;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    background-color: transparent;
    border: 1px solid rgba(12,110,109,0.3);
    color: #0c6e6d;
}
.pricing.style1 .pricing-button i {
    margin-left: 6px;
    position: relative;
    transform: rotate(-45deg);
    display: inline-block;
}
.pricing.style1 .pricing-button:hover {
    background: #0c6e6d;
    color: #fff;
    border-color: #0c6e6d;
}
/*pricing active*/
.pricing.style1.active {
    position: relative;
    z-index: 1;
}
.pricing.style1.active:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2023/05/active.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index:-1;
    border-radius: 5px;
}
.pricing.style1.active .pricing_img {
    background: #fff;
}
.pricing.style1.active .pricing-title {
    background-color: transparent;
}
.pricing.style1.active .pricing-title:before{
    background:transparent;
}
.pricing.style1.active .price-item {
    border-color:#343534;
}
/* Pricihng style two*/

.pricing.style1.style_two {
    background: #fff;
    border-radius: 20px;
    transition: .5s;
}
.pricing.style1.style_two:before{
    display: none;
}
.pricing.style1.style_two:after {
    display: none;
}
.pricing.style1.style_two:hover{
    background: #E0F1DF;
}

/*dark*/
.priching-dark .pricing.style1.style_two {
    background: #094141;
    border-radius: 20px;
    transition: .5s;
}
.priching-dark .pricing.style1 .pricing-body ul li {
    border-bottom: dashed 1px #2D5F60;
    transition: .5s;
}
.priching-dark .pricing.style1 .pricing-button {
    border: 1px solid#527B7D;
    color: #a3b7b7;
}
.priching-dark .pricing.style1 ul.features li img {
    filter: brightness(0)invert(1);
}
.priching-dark .pricing.style1.style_two:hover{
    background: #0C6E6D;
}
.priching-dark .pricing.style1.style_two:hover .pricing-button{
    background: #119695;
    border-color: #119695;
    color: #fff;
}
.priching-dark .pricing.style1.style_two:hover .pricing-body ul li{
    border-color: #3D8B8B;
}

/*testimonial style three*/

.testi-three .pricing.style1.style_two {
    background: #F4F8F9;
    border-radius: 20px;
    transition: .5s;
    position: relative;
    z-index: 1;
    transition: all 400ms linear;
}
.testi-three .pricing.style1.style_two .thumb img {
    transition: all 400ms linear;
}
.testi-three .pricing.style1.style_two:after{
    display: block;
}
.testi-three .pricing.style1.style_two:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url(https://wp.ditsolution.net/advisar/wp-content/uploads/2024/03/price-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all 400ms linear;
    border-radius: 20px;
}
.testi-three .pricing.style1.style_two:hover:after{
    opacity:1;
}
.testi-three .pricing.style1.style_two.active:after{
    opacity:1;
}
.testi-three .pricing.style1.style_two:hover .pricing-title,
.testi-three .pricing.style1.style_two:hover p.description,
.testi-three .pricing.style1.style_two:hover .price-item .currency,
.testi-three .pricing.style1.style_two:hover .price-item .tk,
.testi-three .pricing.style1.style_two:hover .price-item .month,
.testi-three .pricing.style1.style_two:hover .pricing-body ul li{
    color: #fff;
    opacity: 0.8;
}
.testi-three .pricing.style1.style_two.active .pricing-title,
.testi-three .pricing.style1.style_two.active p.description,
.testi-three .pricing.style1.style_two.active .price-item .currency,
.testi-three .pricing.style1.style_two.active .price-item .tk,
.testi-three .pricing.style1.style_two.active .price-item .month,
.testi-three .pricing.style1.style_two.active .pricing-body ul li{
    color: #fff;
    opacity: 0.8;
}
.testi-three .pricing.style1.style_two:hover .pricing-button{
    background: #119595;
    color: #fff;
}
.testi-three .pricing.style1.style_two.active .pricing-button{
    background: #119595;
    color: #fff;
}
.testi-three .pricing.style1.style_two:hover .thumb{
    background: #119595;
}
.testi-three .pricing.style1.style_two.active .thumb{
    background: #119595;
}
.testi-three .pricing.style1.style_two:hover .thumb img {
    filter: brightness(0)invert(1);
}
.testi-three .pricing.style1.style_two.active .thumb img {
    filter: brightness(0)invert(1);
}
.testi-three .pricing.style1.style_two:hover ul.features li img {
    filter: brightness(0)invert(1);
}
.testi-three .pricing.style1.style_two.active ul.features li img {
    filter: brightness(0)invert(1);
}

/*new style*/

.testi-three.three .pricing.style1.style_two {
    background: #F4F8F9;
    border-radius: 20px;
    transition: .5s;
    position: relative;
    z-index: 1;
    transition: all 400ms linear;
    filter: drop-shadow(0px 10px 40px rgba(147,162,162,0.2));
    background-color: #ffffff;
}

/*
================
 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;
}
.form-area.contact-form.contact-one {
    background: #fff;
    padding: 42px 40px 35px;
    border-radius: 5px;
}
.form-area.contact-form.contact-one h6.form-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 16px;
    margin: 0;
    color: #101210;
}
.form-area.contact-form.contact-one .form-control {
    height: 54px;
    background-color: #fff;
    border: 0;
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 25px;
    border-radius: 4px;
    border: 1px solid rgba(16,18,16,0.1);
}
.form-area.contact-form.contact-one textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    border: 1px solid rgba(16,18,16,0.1);
    height: 130px;
    padding: 15px 25px 0;
}
.form-area.contact-form.contact-one .buttons input {
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 11px 31px;
    color: #101010;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    background: #49af45;
    transition: 0.5s;
    font-weight: 500;
}
.form-area.contact-form.contact-one .buttons input:hover{
    background:#bbf737;
}
.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: #232323;
     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: #49af45;
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #6d6d6d!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #6d6d6d!important;
}
/*focus color*/
textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #49af45!important;
}
/*contact two*/


.form-area.contact-two .form-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 58px;
    padding-left: 25px;
    background: transparent;
    border-radius: 5px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: 0.5s;
}
.form-area.contact-two input[type="email"]{
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 58px;
    padding-left: 25px;
    background: transparent;
    border-radius: 5px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: 0.5s;
}
.form-area.contact-two textarea.wpcf7-form-control.wpcf7-textarea.form-control{
    height: 150px;
}
.form-area.contact-two .button {
    background: #49af45;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 16px 46px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.form-area.contact-two .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #49af45;
}



/*
==========
Blog Post
==========
*/
.blog-post.style1 .container{
    max-width: 1320px;
    margin: auto;
    padding: 0 10px;
}
.blog-post.style1 .post-item {
    margin-bottom: 15px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border-radius: 7px;
    background-color: #DFF1DF;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.blog-post.style1 .post-thumb::before {
    background: rgba(12,110,109, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 22;
}
.post-item:hover .post-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.blog-post.style1 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-post.style1 .categories {
    display: inline-block;
}
.blog-post.style1 .categories a {
    padding: 4px 17px 1px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #0c6e6d;
    border-radius: 0 30px 30px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.blog-post.style1 .post-item .single_blog_post_content {
    position: relative;
    padding: 36px 31px 8px;
}
.blog-post.style1 .post-item .categories ul li {
    list-style: none;
}
.blog-post.style1 .post-item .blog-meta-left span {
    color: #6b7a7a;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    padding-left: 33px;
}
.blog-post.style1 .post-item .blog-meta-left span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0c6e6d;
    top: 4px;
    left: 13px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog-post.style1 .meta i {
    color: #49af45;
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
}
.blog-post.style1 h3.title {
    margin: 20px 0 15px;
}
.blog-post.style1 h3.title a {
    display: inline-block;
    font-size: 22px;
    color: #063232;
    font-weight: 500;
    line-height: 32px;
}
.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-post.style1 .date {
    display: inline-block;
}
.blog-post.style1 .user_thumb {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 14px;
    float: left;
}
.blog-post.style1 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style1 .blog_post_user {
    border: 1px solid rgba(0,24,25,0.1);
    border-top: transparent;
    padding: 17px 28px 17px;
    border-radius: 0 0 5px 5px;
}
.blog-post.style1 .author {
    display: inline-block;
}
.blog-post.style1 .author a {
    display: inline-block;
    color: #232323;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.blog-post.style1 .blog_btn {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.blog-post.style1 .blog_btn a {
    display: inline-block;
    transition: .5s;
    text-transform: uppercase;
    color: #0c6e6d;
    font-weight: 500;
    transition: .5s;
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    left: -80px;
    z-index: 22;
}
.blog-post.style1 .post-item:hover .blog_btn a {
    left: 0;
    color: #0c6e6d;
}
.blog-post.style1 .blog_btn a i {
    font-size: 18px;
    display: inline-block;
    color: #0c6e6d;
    font-weight: 700;
    margin-left: 5px;
}
/*hover*/
.blog-post.style1 h3.title a:hover{
    color: #0c6e6d;
}
.blog-post.style1 .blog_btn a:hover {
    color: #49af45;
}
.blog-post.style1 .author a:hover{
    color: #49af45;
}
.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;
}
.blog_wrap.blog_carousel_one.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -53px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog_wrap.blog_carousel_one.owl-carousel .owl-dot {
    background: #bfcadc;
    height: 13px;
    width: 13px;
    display: inline-block!important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog_wrap.blog_carousel_one.owl-carousel .owl-dot.active {
    background: #0b6d6d;
    width: 12px;
}

/*blog dark*/

.blog-dark .blog-post.style1 .post-item {
    filter: none;
    background-color: #063231;
    border-radius: 10px;
}
.blog-dark .blog-post.style1 h3.title a {
    color: #fff;
}
.blog-dark .blog-post.style1 .post-item .blog-meta-left span {
    color: #a3b7b7;
}
.blog-dark .blog-post.style1 .blog_btn a {
    color: #fff;
}
.blog-dark .blog-post.style1 .blog_btn a i {
    color: #fff;
}

/*blog style two*/

.blog_style_two .em-blog-content-area_adn {
    background: #fff;
    padding: 19px 32px 26px 32px;
}
.blog_style_two .blog-page-title_adn h2 a {
    font-size: 22px;
    line-height: 32px;
    color: #063232;
    /* font-weight: 500; */
    display: inline-block;
    transition:.5s;
}
.blog_style_two .blog-page-title_adn h2 a:hover{
    color:#0c6e6d;
}
.blog_style_two .description p {
    margin: 11px 0 25px;
}
.blog_style_two .blog-meta-left span {
    position: relative;
    padding-left: 20px;
    color: #6b7a7a;
    display: flex;
    justify-content: space-between;
}
.blog_style_two .blog-meta-left span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0c6e6d;
}



/*
=============
 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: 0px 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: #0c6e6d;
    color: #fff;
}
.portfolio-filter .case-item {
    text-align: center;
    position: relative;
    z-index: 2;
}
.portfolio-filter .single-content {
    margin-bottom: 40px;
}
.portfolio-filter .case-item .prot_content {
    position: absolute;
    left: 50%;
    right: 0;
    margin: auto;
    top: 60%;
    opacity: 0;
    transition: .5s;
    transform: translate(-50%, -50%);
    width: 100%;
}
.portfolio-filter .case-item:hover .prot_content{
    top: 50%;
    opacity: 1;
}
.portfolio-filter .case-item .prot_content h4 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 12px;
}
.portfolio-filter .case-item .prot_content h4 a{
    text-decoration: none;
}
.portfolio-filter .case-item .port_btn a i {
    font-size: 21px;
    display: inline-block;
    transform: rotate(45deg);
}
.portfolio-filter .single-content .porttitle_inner {
    padding: 23px 20px 38px;
    position: relative;
    transition: .5s;
}
.portfolio-filter .porttitle_inner h3 a {
    font-size: 34px;
    color: #063232;
    font-weight: 600;
    font-family: "Fira Sans";
}
.portfolio-filter .porttitle_inner p {
    font-size: 16px;
    color: #0c6e6d;
    font-weight: 500;
    font-family: "Fira Sans";
    margin: 0 0 15px;
    padding-left: 40px;
    position: relative;
}
.portfolio-filter .porttitle_inner p:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 30px;
    height: 2px;
    background-color: #0c6e6d;
}
.portfolio-filter .advisar-blog-readmore a {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: rgba(12,110,109,0.10196078431372549);
    text-align: center;
    line-height: 64px;
    color: #0c6e6d;
    transform: rotate(-45deg);
    font-weight: 700;
    transition: .4s;
    position: absolute;
    right: 23px;
    bottom: 33px;
}
.portfolio-filter .single-content:hover .advisar-blog-readmore a{
    background-color:#0c6e6d ;
    color: #fff;
}
/*hover*/
.portfolio-filter .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter .single-content:hover .video-icon {
    top: 7%;
}
/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 50px;
}
.portfolio_info h2 {
    font-size: 25px;
    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: #0c6e6d;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin: 0 6px;
    line-height: 35px;
}
.port_dtl_social a:hover{
    background: #001819;
}
.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}
.portfolio_info ul li {
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
}
.port_dtl_social {
    margin-top: 20px;
}
.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 31px;
    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: #fff;
    color: #001819;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color: #49af45;
}
.menu-service-menu-container ul li a::after {
    content: '\f105';
    position: absolute;
    right: 19px;
    top: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
    height: 24px;
    width: 24px;
    background: #E9E9E9;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: .5s;
}
.menu-service-menu-container ul li a:hover {
    color: #fff;
    background: #49af45;
}
.menu-service-menu-container ul li a:hover:after{
    background: #fff;
    color:#49af45;
}
.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: 1;
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
ul.my-accordion li img {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 18px;
}
ul.my-accordion li img:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    left: 71px;
    top: 20px;
    background: #cccccc9e;
    transition: 0.5s;
}
.my-accordion a {
    width: 100%;
    color: #001819!important;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 24px 27px 24px 30px;
    font-weight: 500;
    font-size: 22px;
    border-radius: 5px;
    z-index: 2;
    transition: 0.5s;
    background: #f4f8f9;
}
.my-accordion li a{
    display: inline-block;
}
.my-accordion li a.active img {
    filter: brightness(0) invert(1);
}
.my-accordion li a.active{
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: #f4f8f9;
    border: none;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 40px rgba(12,110,109,0.1));
    background-color: #ffffff;
}
a.active:hover {
    color: #fff;
}
.my-accordion a:after {
    width: 16px;
    height: 2px;
    background: #0c6e6d;
    position: absolute;
    right: 25px;
    content: " ";
    top: 31px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 16px;
    background: #0c6e6d;
    position: absolute;
    right: 32px;
    content: " ";
    top: 24px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    color: #7b7b7b;
    padding: 21px 30px 25px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
}
a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #0c6e6d;
    width: 16px;
    top: 29px;
}
a.active:before {
 display: none;
}
.my-accordion a:hover{
    text-decoration: 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;
}

/*
==================
 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 text*/
 .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 h3 {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.marquee-block h3 img {
    padding: 0 21px;
}
.marquee-block .content-box:last-child {
    margin-right:0px;
}
.rotate {
    transform: rotate(-1.3deg)!important;
}

/*marquee style two*/
.marquee.style2 .marquee-block h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #0e6b6b;
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #0e6b6b;
    font-size: 120px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 17px;
}
.marquee.style2 .marquee-block h3.title-two {
    color: #0e6b6b;
}
/*dark marquee*/
.dark-marquee .marquee.style2 .marquee-block h3 {
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
}
.dark-marquee .marquee.style2 .marquee-block h3.title-two {
    color: #fff;
}
  @-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)));
    }
  }

/*animation circle*/
.text-inner {
     animation: animation: circle 15s linear infinite;
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: transparent;
}
.text-inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.text-inner:before{
    position: absolute;
    content: "";
    top: 0;
    left:0 ;
    height: 16px;
    width: 16px;
    background: #fff!important;
}
.text-inner text {
    fill: #ffffff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
a.banner-play-btn {
    width: 142px;
    height: 142px;
    border-radius: 71px;
    background-color: #0c6e6d!important;
    overflow: hidden;
    line-height: 142px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.like {
    position: absolute;
    top: 52%;
    transform: translate(-50%, -50%);
    left: 50%;
}
/*style_two*/

.style_two a.banner-play-btn {
    width: 183px;
    height: 183px;
    border-radius: 100px;
    background-color: #F4F8F9!important;
    overflow: hidden;
    line-height: 183px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.style_two .like {
    position: absolute;
    top: 126px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.style_two .text-inner text {
    fill: #2B494B;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.style_two .text-inner {
    fill: transparent;
    animation: animation: circle 15s linear infinite;
    animation: circle 15s linear infinite;
}
.style_two .text-inner svg {
    width: 119px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 6px;
}

/* causes Form Css */
.single-causes.style_1 {
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.single-causes.style_1 h1.give-form-title.entry-title {
    display: none;
}
.single-causes.style_1 .donate_btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 70%;
    transition: .5s;
    opacity: 0;
}
.single-causes.style_1 .give-btn {
    display: inline-block;
    background: #0c6e6d;
    color: #fff;
    font-size: 16px;
    padding: 14px 23px;
    border-radius: 5px;
    border:none;
}
.single-causes.style_1 .causes-img {
    position: relative;
    line-height: 0;
}
.single-causes.style_1 .causes-img::before {
    background: rgba(73,175,69, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 2;
}
.single-causes.style_1:hover .causes-img::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.single-causes.style_1 .causes-img a img{
    width:100%;
}
.single-causes.style_1:hover .donate_btn{
    top: 50%;
    opacity: 1;
}
.cause_style_one .owl-nav {
    display: none;
}
.causes-categ a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    padding: 2px 21px;
    background: #53C99F;
    color: #fff;
    border-radius: 0 19px 0 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.causes-category a span {
    background: #53c99f;
    color: #fff;
    padding: 3px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 5px 0 0;
}
.causes-content {
    box-shadow: 0px 10px 30px 0px rgba(190, 199, 199, 0.2);
    background: #fff;
    padding: 17px 30px 24px;
    margin: 0px 0 24px 0;
}
.causes-content p {
    margin: 13px 0 40px;
}
.causes-content h2 a {
   display: inline-block;
    color: #001819;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    transition: 0.5s;
}
.causes-content h2 a:hover{
    color: #0c6e6d;
}
.causes-content span {
    font-size: 15px;
    color: #001818;
    display: inline-block;
    font-weight: 600;
}
.causes-content span i {
    background: #53c99f;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-right: 6px;
}
.causes-one__progress {
    position: relative;
    display: block;
    width: 100%;
    padding: 41px 29px 12px;
    background-color: #edf9f5;
    border-radius: 5px;
    z-index: 1;
    margin-top: 28px;
}
.causes-one__progress .give__progress .give__progress-bar {
    position: relative;
    display: block;
    width: 0%;
    height: 5px;
    border-radius: 5px;
    background: #52c99f;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
  .causes-one__progress-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: .20;
    z-index: -1;
  }
  .causes-one__progress .bar {
    height: 5px;
    background-color: #fff;
    position: relative;
    overflow: visible;
    z-index: 1;
    border-radius: 15px;
    margin-bottom: 12px;
  }
  .causes-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0%;
    height: 5px;
    border-radius: 5px;
    background: #52c99f;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
  }
.causes-one__progress .count-text {
    position: absolute;
    bottom: 100%;
    left: 100%;
    z-index: 1;
    padding: 6px 0px;
    color: #53c99f;
    margin-bottom: 10px;
    line-height: 0;
    font-weight: 600;
    font-size: 14px;
}
.causes-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}
.causes-one__goals {
    display: flex;
    justify-content: space-between;
}
.causes-one__goals span {
    font-size: 15px;
    color: #1b3434;
    font-weight: 600;
}
.causes-one__goals span b {
    font-size: 14px;
    color: #6f7775;
    font-weight: 400;
    padding-right: 5px;
}
/*dots*/
.dreamit-causes_grid.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 21px;
}
.dreamit-causes_grid.owl-carousel .owl-dot {
    margin: 0 6px;
    background: #C5CAC3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}
.dreamit-causes_grid.owl-carousel .owl-dot.active {
    background: #0c6e6d;
    position: relative;
}
.dreamit-causes_grid.owl-carousel .owl-dot.active:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid #0c6e6d;
    border-radius: 50%;
}

/* Style Two */
.cause_style_two .row.give-bg {
    background: #fff8f5;
}
.cause_style_two .row.cause-bg {
    background: #fff8f5;
}
.cause_style_two .single-causes {
    padding: 0 45px 0;
    position: relative;
}
.cause_style_two .owl-item:nth-child(2) .single-causes .causes-one__progress {
    background: transparent;
}
.cause_style_two .owl-item:nth-child(3) .single-causes .causes-one__progress {
    background: transparent;
}
.cause_style_two .causes-content {
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
}
.cause_style_two .causes-one__progress .bar {
    height: 16px;
    background-color: #52c99f;
    position: relative;
    overflow: visible;
    z-index: 1;
    border-radius: 15px;
    margin-bottom: 12px;
}
.cause_style_two .causes-img {
    position: relative;
    margin-top: -5px;
}
.cause_style_two .causes-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0%;
    height: 6px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
    display: flex;
    position: relative;
    top: 5px;
    left: 10px;
}
.cause_style_two .causes-one__progress {
    position: relative;
    display: block;
    width: 100%;
    padding: 27px 0px 12px;
    background-color: transparent;
    border-radius: 5px;
    z-index: 1;
    margin-top: 28px;
}
.cause_style_two .causes-one__progress .count-text {
    position: absolute;
    bottom: 100%;
    left: 100%;
    z-index: 1;
    padding: 15px 0px;
    color: #53c99f;
    margin-bottom: 10px;
    line-height: 0;
    font-weight: 600;
    font-size: 16px;
}
.cause_style_two .causes-content h2 a {
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 15px;
    transition: .5s;
    font-size: 28px;
    line-height: 36px;
    color: #1b3434;
    font-weight: 800;
}
.cause_style_two .causes-img img {
    width: 100%;
    border-bottom: none;
}
.cause_style_two .give-btn.give-btn-modal {
    display: inline-block;
    background: #fe7f4c;
    color: #fff;
    padding: 18px 44px 18px 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50px;
    border: none;
}
.cause_style_two .give-btn.give-btn-modal:before {
    position: absolute;
    content: "\f177";
    font-family: "Flaticon";
    font-weight: 900;
    right: -105px;
    left: 0;
    font-size: 12px;
    margin-left: 0;
}
.cause_style_two .give-btn.give-btn-modal:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background: #53c99f;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
    border-radius: 50px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.cause_style_two .give-btn.give-btn-modal:hover:after {
    height: 100%;
    opacity: 1;
    top: 0;
    visibility: visible;
}
.cause_style_two .causes-one__goals span b {
    padding-right: 5px;
    font-size: 16px;
    line-height: 26px;
    color: #6f7775;
    font-weight: 400;
}
.cause_style_two h1.entry-title {
    display: none;
}
.cause_style_two .donate_btn {
    margin-top: 33px;
}
.cause_style_two .goal-days {
    margin-top: 20px;
}
.cause_style_two .causes-one__goals {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
/* nth Style Three */

.owl-item:nth-child(3) .single-causes .causes-category a span{
    background: #1bc7ed;
}
.owl-item:nth-child(3) .single-causes .causes-content span i{
    background: #1bc7ed;
}
.owl-item:nth-child(3) .single-causes .causes-one__progress{
    background: #e7f9fd;
}
.owl-item:nth-child(3) .single-causes .causes-one__progress .count-text{
    color: #1bc7ed;
}
.owl-item:nth-child(3) .single-causes .causes-one__progress .bar-inner{
    background: #1bc7ed;
}

.owl-item:nth-child(6) .single-causes .causes-img img {
    border-bottom: 5px solid #1bc7ed;
}
.owl-item:nth-child(6) .single-causes .causes-category a span{
    background: #1bc7ed;
}
.owl-item:nth-child(6) .single-causes .causes-content span i{
    background: #1bc7ed;
}
.owl-item:nth-child(6) .single-causes .causes-one__progress{
    background: #e7f9fd;
}
.owl-item:nth-child(6) .single-causes .causes-one__progress .count-text{
    color: #1bc7ed;
}
.owl-item:nth-child(6) .single-causes .causes-one__progress .bar-inner{
    background: #1bc7ed;
}
/* nth Style Five */
.owl-item:nth-child(5) .single-causes .causes-img img {
    border-bottom: 5px solid #fe7f4c;
}
.owl-item:nth-child(5) .single-causes .causes-category a span{
    background: #fe7f4c;
}
.owl-item:nth-child(5) .single-causes .causes-content span i{
    background: #fe7f4c;
}
.owl-item:nth-child(5) .single-causes .causes-one__progress{
    background: #fff2ec;
}
.owl-item:nth-child(5) .single-causes .causes-one__progress .count-text{
    color: #fe7f4c;
}
.owl-item:nth-child(5) .single-causes .causes-one__progress .bar-inner{
    background: #fe7f4c;
}

/* Style Three */
.give-style-three .causes-one__progress {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 5px;
    z-index: 1;
    margin-top: 28px;
}

.give-style-three .causes-one__progress .bar {
    height: 20px;
    background-color: #52c99f;
    position: relative;
    overflow: visible;
    z-index: 1;
    border-radius: 15px;
    margin-bottom: 12px;
}
.give-style-three .causes-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0%;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
    position: relative;
    top: 5px;
    left: 10px;
}
.give-style-three .causes-one__progress .count-text {
    position: absolute;
    bottom: 100%;
    left: 100%;
    z-index: 1;
    padding: 15px 0px;
    color: #53c99f;
    margin-bottom: 10px;
    line-height: 0;
    font-weight: 600;
    font-size: 18px;
}
.give-style-three .causes-one__goals span b {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-right: 5px;
}
.give-style-three .causes-one__goals span {
    font-size: 18px;
    color: #52c99f;
    font-weight: 600;
}
.give-style-three .causes-one__goals {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(255, 255, 255,0.2);
    padding-bottom: 33px;
}
.give-style-three .donate_btn a {
    display: inline-block;
    background: #fe7f4c;
    color: #fff;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border-radius: 50px;
}
.give-style-three .donate_btn a:hover{
    color: #fff;
}

.give-style-three .donate_btn a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background: #53c99f;
    bottom: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 50px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.give-style-three .donate_btn a i {
    margin-left: 7px;
    font-size: 14px;
}
.give-style-three .donate_btn a:hover:before {
    height: 100%;
    opacity: 1;
    top: 0;
    visibility: visible;
}

.give-style-three .donate_btn {
    display: flex;
    align-items: center;
}
.give-style-three .donate_btn span {
    margin-left: 29px;
    color: #fff;
}
.give-style-three .donate_btn span i {
    background: #53c99f;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-right: 6px;
}
.donation-content p {
    margin: 19px 0 39px;
}
 span.number {
    top: -31px;
    color: #001819;
}
.slider-content {
    display: flex;
    justify-content: space-between;
}
.slider-content span {
    display: inline-block;
    color: #868681;
}
span.price {
    font-size: 16px;
    color: #001819 !important;
    display: inline-block;
    font-weight: 500;
}

.skills-content p {
    font-size: 18px;
    color: #001819;
    font-weight: 600;
    margin: 0;
    margin-bottom: 13px;
}


.video_banner {
  --color: #1f242d;
  --color-invert: #ffffff;
  --clip-path: circle(15px at left);
  --clip-path-hover: circle(70px at left);
  --clip-path-clicked: circle(100vw at left);
  --duration: 0.4s;
  --timing-function: ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.video_banner .video {
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
}
.video_banner .video video {
    position: absolute;
    /* background: #c4cbde; */
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.video_banner .video video a {
    display: inline-block;
    height: 100px;
    width: 100px;
    position: relative;
    z-index: 999;
    background: #f00;
}
.video_banner .text {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: var(--opacity, 1);
  transition: opacity 0.3s var(--timing-function) 0.2s;
}
.video_banner .text::before, .video_banner .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: 25px;
  height: 0;
}
.video_banner .text::before {
  box-shadow: 26px 0 0 1px var(--color);
  right: var(--r, 100%);
  opacity: var(--opacity, 0);
  transition: right 0.5s ease-in, opacity 0.1s linear;
}
.video_banner .text::after {
  box-shadow: 26px 0 0 1px var(--color-invert);
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
}
.video_banner .text > span::before, .video_banner .text > span::after {
  content: attr(data-text);
  padding-left: 26px;
}
.video_banner .text > span::before {
  color: var(--color);
}
.video_banner .text > span::after {
  color: var(--color-invert);
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
  position: absolute;
  left: 0;
}
.video_banner input {
  width: 220px;
  height: 40px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.video_banner input:focus {
  outline: 0;
}
.video_banner input:hover ~ .video {
  -webkit-clip-path: var(--clip-path-hover);
          clip-path: var(--clip-path-hover);
}
.video_banner input:hover ~ .text::before {
  --r: 25px;
  --opacity: 1;
}
.video_banner input:hover ~ .text::after {
  -webkit-clip-path: var(--clip-path-hover);
          clip-path: var(--clip-path-hover);
}
.video_banner input:hover ~ .text > span::after {
  -webkit-clip-path: var(--clip-path-hover);
          clip-path: var(--clip-path-hover);
}
.video_banner input:checked {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.video_banner input:checked ~ .video {
  -webkit-clip-path: var(--clip-path-clicked);
          clip-path: var(--clip-path-clicked);
}
.video_banner input:checked ~ .text {
  --opacity: 0;
  transition: opacity 0.3s var(--timing-function);
}
.video_banner input:checked ~ .text::after {
  -webkit-clip-path: var(--clip-path-clicked);
          clip-path: var(--clip-path-clicked);
}
.video_banner input:checked ~ .text > span::after {
  -webkit-clip-path: var(--clip-path-clicked);
          clip-path: var(--clip-path-clicked);
}

.single_odometer .skill-item-title:before {
    top: 10px !important;
}

/* The End Of CSS */



