
/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*
=============
 Header
=============
*/
.site-header .transparent-menu.sticky{
    background-color: #021327;
}
rs-layer#slider-8-slide-13-layer-5 {
    text-decoration: underline !important;
}


/*
============
 Nav Menu
============
*/
.nav-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-menu .menu-ul li{
    position: relative;
    margin-right: 10px;
}
.nav-menu .menu-ul li a{
    display: inline-block;
    padding: 15px 10px;
}

.nav-menu .menu-ul li .sub-menu{
    position: absolute;
    display: block;
    background-color: red;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu .menu-ul li .sub-menu li{
    margin: 0;
}
.nav-menu .menu-ul li .sub-menu li a{
    display: block;
}
.nav-menu .menu-ul li:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-toggle{
    display: none;
}


@media (max-width: 768px){

    .nav-menu .menu-toggle{
        display: block;
    }

    .nav-menu .menu-ul {
        position: absolute;
        top: 100%;
        display: block;
        background-color: yellow;
        width: 100%;
        display: none;
    }

    .nav-menu ul li a{
        width: 100%;
    }

}



/* Elementor Tab Customized */

.elementor-tab-content {
    border-radius: 0 0  10px 10px;
}
.elementor-tab-content ul {
    padding-left: 27px;
    list-style: none;
}

.elementor-tab-title {
    color: #232323;
    font-size: 19px;
}
.elementor-tab-title.elementor-active {
    border-radius:10px 10px 0 0 ;
}
.elementor-tab-content ul li {
    color: #232323;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
    position:relative;
}
.elementor-tab-content ul li:before {
    content: "";
    width: 22px;
    height: 30px;
    position: absolute;
    left: -26px;
    top: 6px;
    background: url(https://wp.ditsolution.net/neurovia/wp-content/uploads/2023/12/checkpng.png);
    z-index: 999;
    background-repeat: no-repeat;
}
.marquee a {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    line-height: 70px;
    font-family: 'Rajdhani';
    font-weight: 700;
    margin: 0 15px; 
}
/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

.menu-service-manu-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-manu-container ul li {
    list-style: none;
    margin-bottom: 14px;
}
.menu-service-manu-container ul li:last-child {
    margin-bottom: 0;
}
.menu-service-manu-container ul li a:hover{
    color: #fff;
    background: #CDFF01;
}

/*
=============
Slick Slider
=============
*/
.single-slick {
    position: relative;
    min-height: 900px !important;
    z-index: 1;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .hero-text-wrap {
    width: 63%;
    position: relative;
    z-index: 2;
    margin-top: 102px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
    color: #dceaa2;
    transform: rotate(-5deg);
    display: inline-block;
    margin-left: 8px;
}
.dreamit-slick-slider .hero-text-wrap h4 {
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 5px;
    font-size: 15px;
    color: #52614e;
    font-weight: 400;
    margin: 0 0 21px;
}
.dreamit-slick-slider .hero-text-wrap p {
    width: 78%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    margin: 22px 0 34px;
}


/*slick slider style two*/
.single-slick.style-two .hero-text-wrap h1 {
    font-size: 66px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
}
.single-slick.style-two .hero-text-wrap .btn {
    padding: 14px 24px 14px 35px;
    transition: .5s;
    margin-top: 28px;
}
.single-slick.style-two .hero-text-wrap p {
    margin-top: 24px;
    width: 62%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 18px;
    color: rgb(255, 255, 255);
    max-inline-size: 40ch;
    line-height: 30px;
    position: relative;
    z-index: 1;
    border-left: 3px solid #52614e;
    padding-left: 1rem;
}

/* Line Css */
 .lines {
    padding: 15px 0 40px;
		-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
}
.lines .line {
    position: relative;
    width: 87%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

 .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #52614e;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}

        

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Slider Button Css */
.dreamit-slick-slider .hero-text-wrap .btn {
    padding: 15px 36px;
    display: inline-block;
    border-radius: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid #52614e;
    background-color: #52614e;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Unbounded";
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover i {
    background: #52614e;
    color: #fff;
}
.dreamit-slick-slider .slider-since h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Unbounded";
    color: #fff;
    margin: 0;
}
.dreamit-slick-slider .slider-since {
    display: flex;
    align-items: center;
    gap: 13px;
    position: absolute;
    right: 305px;
    bottom: 19px;
    -webkit-animation: 1s 3s fadeInUp both;
    animation: 1s 3s fadeInUp both;
}
.dreamit-slick-slider .slider-since:before {
    position: absolute;
    left: -24px;
    top: -15px;
    content: '';
    width: 1px;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    z-index: -1;
}
.dreamit-slick-slider .hero-socail-icon {
    position: absolute;
    left: 15px;
    bottom: 177px;
    animation: 1s 1.5s fadeInDown both;
}
.dreamit-slick-slider .hero-follw-title h2 {
    font-size: 14px;
    color: #ffffff75;
    font-weight: 400;
    font-family: "Unbounded";
    text-transform: uppercase;
    transform: rotate(90deg);
    position: relative;
    top: -91px;
    z-index: 1;
}
.dreamit-slick-slider .hero-follw-title h2:before {
    position: absolute;
    content: '';
    left: 100px;
    top: 7px;
    width: 40px;
    height: 1px;
    background-color: rgba(255,255,255,0.4);
}
.dreamit-slick-slider .hero-socail-icon a {
    display: block;
    color: #ffffff54;
    text-align: center;
    font-size: 16px;
    margin: 8px 0 0;
    transition: 0.3s;
}
.dreamit-slick-slider .hero-socail-icon a:hover {
    color: #52614e;
}



/* Slider Call Option Css */

.dreamit-slick-slider .call-button {
    -webkit-animation: 1s 3s fadeInUp both;
    animation: 1s 3s fadeInUp both;
    margin-top: 59px;
}
.dreamit-slick-slider .call-number span {
    text-align: left;
    padding: 0;
    font-size: 14px;
    color: #ffffff8a;
    font-weight: 400;
    font-family: "Open Sans";
    position: relative;
    z-index: 1;
    margin: 0 0 3px;
    padding-left: 15px;
}
.dreamit-slick-slider .call-number span:before {
    position: absolute;
    content: '';
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #dceaa2;
    top: 11px;
}
.dreamit-slick-slider .call-number h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}
.dreamit-slick-slider .call-number h3 a {
    color: inherit;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Unbounded";
}
.dreamit-slick-slider .call-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #52614e;
    TEXT-ALIGN: CENTER;
    border: 2px solid #52614e;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}
.dreamit-slick-slider .slider_author_img {
    margin-right: 20px;
}

/* Slider Right Image Option */

.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.dreamit-slick-slider .slider-single-image {
    position: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: -223px;
    bottom: -92px;
}
.dreamit-slick-slider .slider-single-image img {
	display: block;
}
.dreamit-slick-slider .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: absolute;
    left: 45%;
    top: 45%;
    text-align: center;
}
.dreamit-slick-slider .slider-video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #52614e;
    background: #fff;
    display: inline-block;
    font-size: 26px;
	position:relative; 
	z-index:1;
}
.dreamit-slick-slider .slider-video-icon a:after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border: 3px dashed #fff;
    z-index: -1;
    content: "";
    border-radius: 100%;
	-webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}

/* Slick Slider Next */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 80px;
    color: #fff;
    border: 0;
}
.slick-next {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    width: 80px;
    line-height: 80px;
    color: #fff;
    border: 0;
}
 .slick-next:hover{
    background-color: #52614e;
    color: #FFF;
}
.slick-next:hover:before{
    color: #FFF;
}
.slick-next::before {
    font-size: 26px;
    color: #fff;
}
.dreamit-slick-slider .slick-prev {
	left: -94px;
}
.dreamit-slick-slider .slick-next {
    right: -80px;
    top: 50%;
    opacity: 1;
    color: #fff;
    transition: .5s;
}
.dreamit-slick-slider:hover .slick-prev {
	left: 50px;
}
.dreamit-slick-slider:hover .slick-next {
	right: 50px;
}
.dreamit-slick-slider .slick-prev::before,
.dreamit-slick-slider .slick-next::before {
	color: #fff;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}
.dreamit-slick-slider .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #52614e;
	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);
  }
}
/*style Nine*/

.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h4 {
    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 20px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    padding-left: 38px;
    display: inline-block;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h4:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 33px;
    width: 14%;
    background: url(https://wp.ditsolution.net/it-tech/wp-content/uploads/2024/10/Software-Tecnology-8.png);
    background-position: center;
    background-repeat: no-repeat;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h1 span {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
    position: relative;
    padding-left: 84px;
    display: inline-block;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h1 span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 80px;
    width: 14%;
    background: url(https://wp.ditsolution.net/it-tech/wp-content/uploads/2024/10/terget.png);
    background-position: center;
    background-repeat: no-repeat;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap p {
    margin-top: 17px;
    width: 81%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    line-height: 25px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 34px;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap .btn {
    padding: 13px 35px 13px 35px;
    display: inline-block;
    border-radius: 30px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 18px;
    font-family: 'Fira Sans';
    border-radius: 30px;
    background-image: linear-gradient(-8deg, #3513f9 0%, #1a90ff 100%);
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    margin-right: 20px;
    text-transform: uppercase;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap .btn:after{
    display: none;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap .btn i {
    margin-left: 4px;
    background: transparent;
    height: inherit;
    width: inherit;
    color: #fff;
    font-size: 16px;
}
.dreamit-slick-slider .single-slick.style_nine a.btn.btn2.btn-gradient.btn-md.btn-animated-none {
    background: transparent;
    border: 2px solid #1e81fe;
    border-radius: 30px;
    padding: 12px 34px;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.style_nine a.btn.btn2.btn-gradient.btn-md.btn-animated-none:hover{
    border-color:#3513f9;
    background-image: linear-gradient(-8deg, #3513f9 0%, #1a90ff 100%);
}
.dreamit-slick-slider .single-slick.style_nine .slider-shape-image {
    display: inline-block;
    margin-top: 37px;
    -webkit-animation: 1s 4s fadeInUp both;
    animation: 1s 4s fadeInUp both;
}
.dreamit-slick-slider .single-slick.style_nine .slider-shape-image img {
    display: block;
    margin: auto;
    border-radius: 0;
}
.dreamit-slick-slider .single-slick.style_nine .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: 23px;
    right: 14%;
    bottom: 105px;
}
.dreamit-slick-slider .single-slick.style_nine .slider-single-image img {
    filter: inherit;
}
.dreamit-slick-slider .single-slick.style_nine .slider-shape-two {
    display: inline-block;
    position: absolute;
    right: 80px;
    top: -42px;
}

/*dreamit service list*/


.service-item-list.style1 h3.title {
    margin: 0;
    transition: 0.5s;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}


/*owl nav*/
.service_carousel.style1.style2 .owl-nav {
    display: inline-block;
    position: absolute;
    top: 73%;
    left: -55%;
    z-index: 1;
    transform: translateY(-50%);
}
.service_carousel.style1.style2 button.owl-prev i,
.service_carousel.style1.style2 button.owl-next i{
    width: 54px;
    outline: 0 !important;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    background-color: #2E2E2E;
    border: 0 !important;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    margin-bottom: 12px;
    margin-right: 8px;
    display: inline-block;
}
.service_carousel.style1.style2 button.owl-prev i:hover,
.service_carousel.style1.style2 button.owl-next i:hover{
    background-color: #52614e;
    color:#fff;
}

/*style three*/

.service_item.style_three {
    position: relative;
    margin-right: 20px;
}
.service_item.style_three .service_img {
    position: relative;
}
.service_item.style_three .service_content {
    position: absolute;
    bottom: 40px;
    left: 37px;
}
.service_item.style_three .service_content h4 {
    border-radius: 30px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
    margin: 0 0 2px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding: 11px 22px;
}
.service_item.style_three .service_content h2{
    margin:0 0 0;
}
.service_item.style_three .service_content h2 a {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-left: 50px;
    z-index: 1;
    display: inline-block;
}
.service_item.style_three .service_content h2 a:before {
    content: '';
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #ffffff;
    top: 21px;
    z-index: -1;
    position: absolute;
}
/*owl nav*/

.service_carousel.style3 .owl-nav {
    position: absolute;
    top: -22%;
    right: 0%;
    z-index: 22;
}
.service_carousel.style3 button.owl-prev i,
.service_carousel.style3 button.owl-next i{
    width: 54px;
    outline: 0 !important;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    background-color: #2E2E2E;
    border: 0 !important;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    margin-bottom: 12px;
    margin-right: 8px;
    display: inline-block;
}
.service_carousel.style3 button.owl-prev i {
    margin-right:10px;
}
.service_carousel.style3 button.owl-prev i:hover,
.service_carousel.style3 button.owl-next i:hover{
    background:#52614e;
    color:#fff;
}

/*service item six*/

.service_item.six {
    margin-right: 20px;
    position: relative;
}
.service_item.six .service_content {
    background-color: rgba(82,97,78,0.9490196078431372);
    position: absolute;
    bottom: -181px;
    left: 0;
    right: 0;
    margin: auto;
    width: 91%;
    padding: 29px 30px 26px;
    transition: .4s;
}
.service_item.six:hover .service_content {
    bottom:27px;
}
.service_item.six h4.sub_title {
    border: 1px solid#879186;
    display: inline-block;
    margin: 0 0 0;
    padding: 10px 19px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}
.service_item.six h2.title {
    margin: 0 0 6px;
    line-height: 40px;
}
.service_item.six h2.title a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}
.service_item.six .service_list_one ul li {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    margin-right: 13px;
}
.service_item.six .service_list_one ul li i{
    margin-right:5px;
}
.service_item.six .service-details-button a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(213,229,209,0.2);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    right: 8px;
    bottom: 29px;
    transform: translate(-50%, -50%);
}

/*owl dots*/

.service_carousel.style6 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.service_carousel.style6 button.owl-dot {
    display: inline-block;
    height: 14px;
    width: 14px;
    background: #818C7E;
    border-radius: 50%;
    margin:0 5px;
}
.service_carousel.style6 button.owl-dot.active{
    position:relative;
    background:#53624F;
}
.service_carousel.style6 button.owl-dot.active:after {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    border: 2px solid#53624F;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

/*service item seven*/

.service_carousel.style7 .service_item.seven {
    position: relative;
    margin: 0 10px;
    transition: .5s;
}
.service_carousel.style7 .service_content {
    background: #52614E;
    padding: 9px 33px 36px;
    position: absolute;
    bottom: -230px;
    right: 0;
    display: inline-block;
    width: 85%;
    transition: .5s;
}
.service_carousel.style7 .service_item.seven:hover .service_content{
    bottom:0;
}
.service_carousel.style7 h2.title a {
    font-size: 26px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
}
.service_carousel.style7 h4.sub_title {
    width: 80px;
    height: 75px;
    background-color: #52614e;
    border-bottom: 2px solid#fff;
    display: inline-block;
    text-align: center;
    line-height: 75px;
    color: #fff;
    margin: 0 0 0;
    position: absolute;
    right: 0;
    top: -42px;
}
.service_carousel.style7 .service_list_one {
    border-top: 1px solid#748170;
    padding: 19px 0 0;
}
.service_carousel.style7 .service_list_one ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}
.service_carousel.style7 .service_list_one ul li i{
    margin-right:6px;
}

/*service carousel style nine*/
.service_item.nine {
    margin: 0 10px;
    transition: .5s;
}
.service_item.nine .service_img {
    line-height: 0;
    position: relative;
}
.service_item.nine .service_img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 93%;
    width: 91%;
    border: 1px solid#fff;
    margin: auto;
    opacity: 0.3;
}
.service_item.nine .service_content {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}
.service_item.nine .service_title {
    font-size: 28px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}



/*
==========
Flip Box
==========
*/


.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: left;
    -ms-flex-align: center;
    height: 200px;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
		transition: .5s;
		overflow:hidden;
}
.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 50px 32px 50px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.20);
}
.flip-box .flip-box-inner .front-part .front-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
	z-index: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 30px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span {
    color: #52614e;
    font-size: 55px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
    width: 60px;
    height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 25px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}
.front-part .front-content-part .front-btn-part .front-btn.icon-after i {
    margin-left: 4px !important;
}

/* Back Part */
.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 26px 32px 26px;
    border-radius: 3px;
    background-color: #52614e;
}
.flip-box .flip-box-inner .back-part::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    background: #fff;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: 0.4s;
    opacity: 0.1;
    z-index:-1;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
	width: 100%;
    z-index: 1;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
    color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 5px !important;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 9px !important;
    margin-top: -2px;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
    z-index: -1;
}
.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part, .back-part {
    min-height: 320px;
}
/* Style Two */
.flip-box.style-two .front-part .front-icon i {
    color: #fff;
    font-size: 50px;
    opacity: 0.7;
}

.flip-box.style-two .front-part, .flip-box.style-two .back-part {
    min-height: 250px;
}

.flip-box.style-two.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    background: transparent;
    border: 1px solid #284961;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span {
    margin-top: 3px;
    margin-right: 30px;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    background: #2b404f;
    padding: 10px 20px;
    border-radius: 3px;
    background: rgba(43,64,79,0.50);
}

.flip-box.style-two.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: inherit;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    background: rgba(255,255,255,0.15);
    text-transform: uppercase;
    margin-top: 25px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin-top: 4px;
    margin-right: 30px;
}

/*style three*/

.flip-box.style-three {
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 13px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-icon-part span img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 15px;
}
.flip-box.style-three .flip-box-inner  .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img {
    width: 60px;
    height: 60px;
}
.flip-box.style-three .flip-box-inner .back-part, .flip-box.style-three .flip-box-inner .front-part {
    height: inherit;
    filter: drop-shadow(0px 20px 50px rgba(164,177,198,0.3));
    background-color: rgba(255,255,255,0.5019607843137255);
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    border: none;
    box-shadow: none;
}
.flip-box.style-three .flip-box-inner .front-part:before{
    position: absolute;
    content: "";
    bottom: 62px;
    /* height: 1px; */
    width: 100%;
    border: 1px solid#E1E5E8;
    left: 0;
}
.flip-box.style-three .flip-box-inner .back-part:after {
    position: absolute;
    content: "";
    bottom: 62px;
    /* height: 1px; */
    width: 100%;
    border: 1px solid#E1E5E8;
    left: 0;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 26px;
}
.flip-box.style-three .flip-box-inner .back-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 32px 30px 18px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: none;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 26px;
    text-align: left;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
     color: #1e1e1e; 
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 15px;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #686868;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #52614e;
    text-transform: uppercase;
    margin-top: 74px;
}




/*
============
Feature Box
============
*/

/* 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;
}

/* Style Three */
.feature-box.style-three .feature-box-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #52614e;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    margin-bottom: 35px;
}

/* Feature Style Four */

.feature-box.style-four {
    padding-left: 80px;
}
.feature-box.style-four .feature-box-thumb {
    position: relative;
    z-index: 1;
}
.feature-box.style-four .feature-box-thumb img {
    border-radius: 10px 10px 0 0;
}
.feature-box.style-four .feature-box-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 8px;
    width: 112%;
    height: 112%;
    background: #1C2842;
    z-index: -1;
    border-radius: 10px;
}
.feature-box.style-four .feature-box-content {
    overflow: hidden;
    background: #1C2842;
    margin-top: -9px;
    border-radius: 0 0 10px 10px;
    padding: 20px 35px 20px;
    text-align: left;
    position:relative;
    transition:.5s;
}
.feature-box.style-four .feature-box-title h2 {
    color: #fff;
    font-size: 24px;
}
.feature-box.style-four .feature-btn a {
    position: absolute;
    right: -31px;
    height: 100px;
    width: 100px;
    text-align: center;
    background: #17386d;
    bottom: -31px;
    line-height: 82px;
    color: #fff;
    border-radius: 100%;
    transition:.5s;
}
.feature-box.style-four .feature-btn a i {
    margin-right: 20px;
}
.feature-box.style-four .feature-btn a:hover{
    background:#fff;
    color:#52614e;
}
.feature-box.style-four:hover .feature-box-content{
    background:#52614e;
}





/*
===============
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: #52614e;
}
.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 style three*/
.icon-box.style3 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon-box.style3 .icon {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background-color: #52614e;
    text-align: center;
    line-height: 54px;
    color: #fff;
}
.icon-box.style3 h4.title {
    font-size: 15px;
    color: #ffffff94;
    font-weight: 400;
    font-family: "Open Sans";
    margin: 0;
}
.icon-box.style3 .description {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Open Sans";
    margin: 3px 0 0;
}


/*animation*/

@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}






/* Circle Progress */
.circle-progress {
    display: inline-block;
    position: relative;
}
.circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.progress {
    width: 89px!important;
    height: 89px!important;
    line-height: 150px;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    background: transparent!important;
}
.progress:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #52614e;
}
.progress .progress-left .progress-bar {
    left: 91%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
    left: -96%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: #232323;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}


/*service caropusel*/
.service_item.style_one {
    position: relative;
    margin-right: 22px;
}
.service_item.style_one .service_img {
    position: relative;
}
.service_carousel.style1 .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #52614e;
    padding: 18px;
    position: absolute;
    bottom: 38px;
    left: 30px;
}
.service_carousel.style1 .service_content {
    background-color: #222222;
    margin-left: 30px;
    padding: 30px 30px 34px;
    border-top: 4px solid#52614e;
    position: relative;
    margin-top: -38px;
}
.service_carousel.style1 h4.sub_title {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d5e5d1;
    font-weight: 500;
    margin: 0 0 8px;
    border: 1px solid #ffffff30;
    padding: 7px 19px;
    display: inline-block;
}
.service_carousel.style1 .service_content h2 {
    margin: 0 0 11px;
    line-height: 35px;
}
.service_carousel.style1 .service_content h2 a {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}
.service_carousel.style1 .list-icon {
    margin: 20px 0 31px;
}
.service_carousel.style1 .list-icon ul li {
    list-style: none;
    margin-bottom: 6px;
}
.service_carousel.style1 .list-icon ul li i {
    color: #fff;
    margin-right: 6px;
    opacity: 0.400;
}
.service_carousel.style1 .list-icon ul li span{
    opacity: 0.400;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.service_carousel.style1 .service-details-button a {
    display: inline-block;
    background-color: rgba(255,255,255,0.0784313725490196);
    padding: 10px 29px;
    transition: .5s;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
.service_carousel.style1 .service-details-button a i{
    display: inline-block;
    margin-left: 5px;
}
.service_carousel.style1 .service_item.style_one:hover .service-details-button a{
    background: #52614e;
}

/*owl dots*/

.service_carousel.style1 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 62px;
}
.service_carousel.style1 .owl-dots .owl-dot{
    display: inline-block ;
    margin: 0 10px;
    height: 12px;
    width: 12px;
    border-radius: 100%;
     background: #52614e;
}
.service_carousel.style1 .owl-dots .owl-dot.active{
    position: relative;
}
.service_carousel.style1 .owl-dots .owl-dot.active:after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 2px solid#52614e;
    height: 22px;
    width: 22px;
    border-radius: 100%;
}



/*owl dots*/
.hotel_booking_section.style1 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.hotel_booking_section.style1 button.owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #52614E;
    margin: 0 5px;
    transition: .5s;
}
.hotel_booking_section.style1 button.owl-dot.active{
    position:relative;
}
.hotel_booking_section.style1 button.owl-dot.active::before {
    position: absolute;
    content: "";
    left: -4px;
    top: -4px;
    height: 20px;
    width: 20px;
    z-index: -1;
    border: 2px solid#52614E;
    border-radius: 50%;
}


.mauntain-hotel .service_section.style1 .service_body {
    padding-top: 62px;
}






/*hotel booking serach section style Three*/

.service_section.style1.style2.style3 .service_img {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.service_section.style1.style2.style3 .service_content {
    background-color: rgba(82, 97, 78, 0.9490196078431372);
    position: absolute;
    bottom: -205px;
    left: 0;
    right: 0;
    margin: auto;
    width: 91%;
    padding: 29px 30px 14px;
    transition: .4s;
    z-index: 22;
}
.service_section.style1.style2.style3:hover .service_content{
    bottom: 0;
}
.service_section.style1.style2.style3 .service_content .content .service_inner_content {
    background-color: transparent;
    padding: 0 0 0;
    backdrop-filter: inherit;
}
.service_section.style1.style3 ul.features li {
    display: inline-block;
    margin-right: 10px;
}
.service_section.style1.style3 ul.features li img {
    float: left;
    position: relative;
    top: 5px;
    margin-right: 12px;
}
.service_section.style1.style3 .service_btn a {
    margin-top: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(213, 229, 209, 0.2);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    right: -35px;
    bottom: 29px;
    transform: translate(-50%, -50%);
}

/*owl dots*/

.hotel_booking_section.style3 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.hotel_booking_section.style3 button.owl-dot {
    display: inline-block;
    height: 14px;
    width: 14px;
    background: #818C7E;
    border-radius: 50%;
    margin:0 5px;
}
.hotel_booking_section.style3 button.owl-dot.active{
    position:relative;
    background:#53624F;
}
.hotel_booking_section.style3 button.owl-dot.active:after {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    border: 2px solid#53624F;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

/*style five*/
.service_section.style5 ul.features li {
    display: block;
}
.service_section.style5 {
    padding: 0 13px 0 25px;
}
.service_section.style5 ul.features li img {
    display: inline-block;
    width: inherit;
}
.hotel_booking_section.style5 .row.booking_content {
    background: #fff;
    padding: 19px;
    margin-right: 9px;
    display: flex;
    align-items: center;
}
.service_section.style5 .service_inner_content h4 {
    background-color: #f5f9f4;
    display: inline-block;
    padding: 10px 22px;
    margin: 0;
    font-size: 15px;
    color: #52614e;
    font-weight: 400;
}
.service_section.style5 .service_inner_content h3 a {
    display: inline-block;
    font-size: 36px;
    color: #2a2a2a;
    font-weight: 600;
    margin: 0 0;
}
.service_section.style5 .service_inner_content p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
}
.service_section.style5 .service_body {
    border-top: 1px solid #52614e59;
    padding: 35px 0 0 0;
    margin-top: 30px;
}
.service_section.style5 .service_btn a {
    display: inline-block;
    background-color: #52614e;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 21px;
    padding: 11px 30px;
    border: 1px solid #52614e;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service_section.style5 .service_btn a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
}
.service_section.style5 .service_btn a:hover:before {
    transform: scale(1);
}
.service_section.style5 .service_btn a:hover {
    color: #52614e;
}
.service_section.style5 .service_btn a i{
    margin-left: 5px;
}
.service_section.style5 ul.features li {
    margin-bottom: 11px;
}

/*monutain-dark*/

.monutain-dark .hotel_booking_section.style5 .row.booking_content {
    background: #2a2a2a;
    padding: 19px;
    margin-right: 9px;
    display: flex;
    align-items: center;
}
.monutain-dark .service_section.style5 .service_inner_content h4 {
    background-color: #323331;
}

/*style six*/

.service_section.style6 {
    padding: 10px 12px 0;
    background: #FFF;
}
.service_section.style6 .service_img{
    line-height: 0;
    overflow: hidden;
}
.service_section.style6 .service_img img{
    transition: .5s;
}
.service_section.style6:hover .service_img img {
    transform: scale(1.2) skew(-10deg);
}
.service_section.style6 .service_content {
    position: relative;
    background-color: #ffffff;
    padding: 35px 29px;
    position: relative;
}
.service_section.style6 .service_inner_content h4 {
    background: #51614D;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 14px 26px;
    position: absolute;
    right: -12px;
    top: -34px;
}
.service_section.style6 .service_inner_content h4:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 11px;
    right: 0;
    top: -10px;
    background: #51614D;
    clip-path: polygon(0 1%, 0% 100%, 100% 100%);
}
.service_section.style6 .service_inner_content h3{
    margin: 0 0 0;
}
.service_section.style6 .content p {
    margin: 0 0 0;
}
.service_section.style6 .service_inner_content h3 a {
    font-size: 24px;
    color: #52614e;
    font-weight: 500;
}
.service_section.style6 .service_body ul li {
    display: inline-block;
    margin-right: 14px;
    margin-top: 8px;
    margin-bottom: 7px;
}
.service_section.style6 .service_btn a {
    display: inline-block;
    background-color: #52614e;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 34px;
    padding: 11px 30px;
    border: 1px solid #52614e;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service_section.style6 .service_btn a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
}
.service_section.style6 .service_btn a:hover:before {
    transform: scale(1);
}
.service_section.style6 .service_btn a:hover {
    color: #52614e;
}

/*service section style 7*/

.service_section.style7 {
    background: rgba(255, 255, 255, 0.2) !important;
    position: relative;
    text-align: left;
    backdrop-filter: blur(47px);
    padding: 55px 38px 55px;
}
.service_section.style7 .service_inner_content h4 {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 28px;
}

.service_section.style7 .service_inner_content p{
    color: #fff;
    margin: 0 0 0;
}
.service_section.style7 .service_inner_content h3 {
    margin: 13px 0 75px;
}
.service_section.style7 .service_inner_content h3 a{
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
}
.service_section.style7 ul.features li {
    margin-bottom: 16px;
    border-bottom: 1px dashed#ACA394;
    color: #fff;
    list-style: none;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.service_section.style7 ul.features li img {
    flex-shrink: 0;
    height: 16px;
}
.service_section.style7 .service_btn a {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    margin-top: 17px;
}



/*
============
Work Process
============
*/
.work-process{
    text-align:center;
    padding:0 20px;
}
.work-process.style1 .icon {
    position: relative;
    width: 130px;
    height: 130px;
    line-height: 178px;
    background-color: #182f24;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
.work-process.style1 .icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: #CDFF01;
    transition: all 300ms ease;
}
.work-process.style1:hover .icon::before {
    transform: scale(1);
}
.work-process.style1 .icon i {
    sition: relative;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 150px;
    display: inline-block;
    color: #52614e;
    font-size: 65px;
    border: 2px solid #ededed;
        -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align:center;
}
.work-process.style1 .icon img{
    transition: .5s;
}
.work-process.style1:hover .icon img {
    filter: brightness(0) invert(1);
}
.work-process.style1 .content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 22px 0 15px;
    color: #fff;
}
.work-process.style1 .work_progress-number {
    position: absolute;
    right: 23%;
    top: 0px;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #52614e;
    transition:.5s;
}
.work-process.style1 p.description {
    color: #9daaa4;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
}
.work-process.style1 .shape_img {
    position: absolute;
    top: -39px;
    left: -43px;
    z-index: -1;
    transform: rotate(-6deg);
}
.work-process.style1:hover .icon .shape_img img {
    filter: inherit;
}
.last .work-process.style1 .shape_img {
    position: absolute;
    top: -67px;
    left: inherit;
    z-index: -1;
    transform: rotate(100deg);
    right: -20px;
}

/*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: #52614e;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
}
.work_progress.style3 .work_progress-number span::before {
    display: none;
}
.work_progress.style3 .work_progress-number span::after {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 82px;
    height: 82px;
    background: #ED2C41;
    opacity: 0.3;
}
/*style five*/
.work_progress.style5 {
    text-align: center;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}
.work_progress.style5 .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #0c59d7;
    text-align: center;
    line-height: 113px;
    position: relative;
    margin-bottom: 40px;
}
.work_progress.style5 .icon:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border: 2px dashed #52614e;
    top: -10px;
    left: -10px;
    border-radius: 50%;
}
.work_progress.style5 h3.title {
    display: inline-block;
    margin: 0 0 9px;
    font-size: 26px;
    font-weight: 600;
}




/*
==============
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 .owl-item:nth-child(odd) {
    margin-top: 0;
}

/*two*/
.testi-two .testimonial-item.style1 {
    background: #182F24;
    border-radius: 20px;
    padding: 46px 42px 47px;
    transition: .5s;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(32, 55, 44, 0.75) 0%, rgba(12, 35, 24, 0.9) 65.94%);
    opacity: 0.55;
}

.testi-two .testimonial-item.style1:hover{
   background:#182F24;
   opacity: 1;  
}


/*
==========
Case Study
==========
*/
.case-study.style2 .case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study.style2 .case-study-thumb:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(3,27,51,0) 0%, rgba(3,27,51,0) 50%, rgba(3,27,51,0.9999999999999999) 88%, rgba(3,27,51,0.9999999999999999) 100%);
    border-radius: 15px;
    opacity: 0.6;
}
.case-study.style2 .case-study-thumb img {
    width: 100%;
    border-radius: 7px;
}
.case-study.style2 .cases-study-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 37px;
    text-align: center;
}
.case-study.style2 span.category-item {
    font-size: 14px;
    color: #041c33;
    font-weight: 400;
    background: #DDEAA2;
    padding: 9px 32px;
    border-radius: 30px;
    transition: 0.5s;
    display: inline-block;
}
.case-study.style2 span.category-item:hover{
   background: #52614e; 
   color: #ffff;
}
.case-study.style2 h2.title {
    margin: 3px 0 0px;
}
.case-study.style2 h2.title a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0;
}
.case-study.style2 h2.title a:hover{
    color:#52614e;
}


/*
==================
Tab
==================
*/
.filter-tab #tabs {
    margin: 0;
    list-style: none;
    display: block;
    text-align: left;
    padding: 40px 40px 30px;
    border-radius: 0;
    background-color: #F3F4F3;
    border: 2px solid #ffffff;
    margin-bottom: 30px;
}
.filter-tab .container{
    max-width:1320px;
    padding:0 10px;
    margin:auto;
}
.filter-tab .tab_content h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 16px;
}
.filter-tab ul.features {
    margin-top: 26px;
}
.filter-tab .row.alignment {
    display: flex!important;
    align-items: center!important;
}
.filter-tab ul li {
    display: block;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    height: 100%;
}
.filter-tab ul li:last-child{
    margin-right:0px;
}
.filter-tab tab_thumb {
    position: relative;
    z-index: 1;
}
.filter-tab .tab_thumb img{
    width:100%;
}


.filter-tab #tabs li a img {
    max-height: 150px;
    max-width: 150px;
    object-fit: cover;
    filter: brightness(0)invert(1);
    margin-bottom: 20px;
}
.filter-tab #tabs li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #52614e;
    opacity: 1;
    border-radius: 5px;
}
.filter-tab #tabs li{
    position:relative;
}

.filter-tab #tabs li a.inactive:before{
    display: none!important;
}

.filter-tab #tabs h5.text {
    position: inherit;
    color: #152b63;
    font-weight: 500;
    text-align: left;
    font-size: 17px;
}
.filter-tab #tabs li a h5.text {
    color: #fff;
    position: relative;
    z-index: 22;
}
.filter-tab #tabs li a.inactive h5.text {
    color: #151515;
}
.filter-tab #tabs li a.inactive img {
    filter: brightness(0)invert(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.filter-tab #tabs a {
    cursor: pointer;
    padding: 7px 24px 18px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
}
.filter-tab #tabs li a.inactive {
    background: #fff;
    outline: none;
    position: relative;
    color: #1e1e1e;
}
.filter-tab #tabs li:before a.inactive {
    background: #fff;
    outline: none;
    position: relative;
}

.filter-tab #tabs li a:hover,
.filter-tab #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
}
.filter-tab .row.tab_two {
    background: #fff;
    margin: 0 13px;
    position: relative;
    z-index: 1;
}
.filter-tab .text {
    text-align: center;
}
.filter-tab .tab_content {
    padding: 0 25px 0;
    text-align: left;
}
.filter-tab .tab_content p {
    line-height: 30px;
}
.filter-tab h3.title_text {
    padding: 0px 0 19px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 500;
    margin-top: 0;
}
.filter-tab h3.title_text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 30px;
    height: 1px;
    background: #1e1e1e;
    transition: 0.5s;
}
.filter-tab ul.features li {
    display: block;
    position: relative;
    border-radius: 0px;
    margin-bottom: 15px;
    text-align: left;
    height: 100%;
}
.filter-tab .tab_btn {
    display: inline-block;
    position: relative;
    z-index: 22;
    margin-top: 46px;
}
.filter-tab a.tab_button {
    font-size: 16px;
    color: #fff;
    transition: .5s;
    display: inline-block;
    background: #13277D;
    border-radius: 0;
    padding: 16px 37px;
    z-index: 2;
}
.filter-tab a.tab_button:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    border: 1px solid#279E64;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .5s;
    transform: scale(1);
    border-radius: 0;
    background: transparent;
}
.filter-tab a.tab_button:hover:after {
    top: 0;
    left: 0;
}
.filter-tab a.tab_button:hover {
    background: #279E64;
}
.filter-tab #tabs li a h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 20px;
}
.filter-tab #tabs li a p{
    color: #fff;
}
.filter-tab #tabs li a.inactive p{
    color: #828fa0;
}
.filter-tab .content {
    padding-top: 40px;
}
.filter-tab .content .title{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.filter-tab .content h1, .filter-tab .content h2 {
    margin-left: 0;
    color: #062461;
    line-height: 40px;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 20px;
}
.filter-tab .content .text h3{
    font-size: 22px;
    font-weight: 600;
}
.filter-tab .text .tab_content p.description {
    margin-top: 20px;
}
.filter-tab .content .text p {
    color: #828fa0;
    margin: 0px 0 13px;
}
.filter-tab .content .text ul{
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.filter-tab .content .text ul li{
    position: relative;
    color: #828fa0;
    font-size: 16px;
    padding-left: 25px;
    margin-right: 30px;
}
.filter-tab .content .text ul li:last-child{
    margin-right: 0;
}
.filter-tab .content .text ul li::before{
    content: '\f058';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: #533efe;
}

.tab_content h4 {
    font-size: 16px;
    color: #da242b;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 23px;
}
.description{
    display: block;
}
a.tab_button i {
    font-size: 11px;
    margin-left: 8px;
}
ul#tabs li a i {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
    top: 4px;
}
.filter-tab #tabs li a.inactive div#tab1C {
    margin-top: -9px;
}
.filter-tab #tabs li a.inactive i {
    color: #151515;
}

.filter-tab a.active:after {
    background: #fff;
}
.filter-tab .tab-content {
    background: #EDEFED;
    padding: 35px 40px 17px;
    margin-top: 0;
    margin-bottom: 30px;
}
.filter-tab .my-accordion li p {
    padding: 0 47px 32px 74px;
}
.filter-tab .my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    border: 1px solid #ffffff8f;
    padding: 23px 29px 23px 30px;
    border-radius: 5px;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    border: 1px solid rgba(82, 97, 78, 0.16);
    color: #1e1e1e;
}
.filter-tab .my-accordion a span{
    color: #1e1e1e;
}
.filter-tab .my-accordion a.active span{
    color: #fff;
}
.service-faq .my-accordion a {
    border: 1px solid #52614e;
    color: #52614e;
}



/*
==========
Brand
==========
*/

.brand.style1 .brand-item {
    width: 235px;
    height: 120px;
    border-radius: 16px;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    padding: 43px 43px;
}
.brand.style1 .brand-item img {
    width: 77%!important;
    transition: .5s;
    display: inline-block;
}

/*circle*/

.circle-badge {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.circle-badge .image {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 36%;
}



/*left bounce animation*/

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}








/* start skilss*/
.skills {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 37px;
}
.skills .skill-item:last-child {
    margin-bottom: 37px;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    font-size: 18px;
    color: #686868;
    font-weight: 500;
    margin-bottom: 15px;
}
.skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: #dcdcdc;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: rgba(12,110,109,0.14901960784313725);
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 10px;
    border-radius: 5px;
    background-color: #0c6e6d;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #686868;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 0;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: -3px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 3px;
    border-radius: 5px;
    background-color: #0c59d7;
}

.skills .skill-item .bar.progress-line {
    position: relative;
}
.skills .bar.progress-line:before {
    position: absolute;
    content: "";
    top: -6px;
    right: 0;
    width: 6px;
    height: 15px;
    background-color: #52614e;
}
/*style two*/

.single_skill.style2 .skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: #CBDFFA;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background-color: rgba(12,110,109,0.14901960784313725);
}
.single_skill.style2 .skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 3px;
    border-radius: 5px;
    height: 8px;
    border-radius: 4px;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
}
.single_skill.style2 .skills .bar.progress-line:before {
    display:none;
}
.single_skill.style2 .skills .skill-item .skill-header .skill-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
}
.single_skill.style2 .skills .skill-item:last-child {
    margin-bottom: 30px;
}
.single_skill.style2 .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    position: absolute;
    right: 0;
    font-size: 20px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
}



/*
================
 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-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*/

.form-area.quote_form.style_two .buttons input:hover{
    background:#fff!important;
    color:#252525!important;
}
.form-group input::placeholder {
    color: #6d6d6d!important;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.buttons p {
    margin: 0;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.contact input.form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #fff;
     border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}
.contact .form-control:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #52614e;
}





/*hotel details page*/
.neurovia-blog-area.em-theme-main-page .neurovia-single-blog-details{
    background: #f9f9f9;
    padding: 40px 40px 35px;
    margin-bottom: 40px;
}
.neurovia-blog-area.em-theme-main-page p.post-thumbnail.mphb-loop-room-thumbnail a img {
    width: 100%;
    height: 604px;
    object-fit: cover;
}
.neurovia-single-blog-details button.button.mphb-button.mphb-book-button {
    border: none!important;
}
.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page .button.mphb-button.mphb-book-button {
    display: inline-block;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 36px;
    text-transform: uppercase;
    background-color: #CDFF01;
    overflow: hidden;
    border: none;
    margin-top: 16px;
}
.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page .button.mphb-button.mphb-book-button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #161616;
    border-radius: 0px;
    transition: .5s;
}
.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page .button.mphb-button.mphb-book-button:hover:before {
    width: 100%;
    left: 0;
}
.neurovia-blog-area.em-theme-main-page .button.mphb-button.mphb-book-button {
    border: none;
}

.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page button.button.mphb-button.mphb-recommendation-reserve-button {
    display: inline-block;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 36px;
    text-transform: uppercase;
    background-color: #CDFF01;
    overflow: hidden;
    border: none;
}
.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page button.button.mphb-button.mphb-recommendation-reserve-button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #161616;
    border-radius: 0px;
    transition: .5s;
}
.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page button.button.mphb-button.mphb-recommendation-reserve-button:hover:before {
    width: 100%;
    left: 0;
}
.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page .neurovia-single-blog-details ul {
    padding-left: 17px;
    margin-bottom: 31px;
    margin-top: 26px;
}
.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page .neurovia-single-blog-details ul li {
    margin-bottom: 10px;
    list-style: none;
}

/*
==========
Portfolio
==========
*/
.portfolio-filter .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 39px;
}
.portfolio-filter ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    justify-content: center;
    border-radius: 30px;
}
.portfolio-filter ul li {
    text-transform: capitalize;
    position: relative;
    margin: 0 0px;
    display: inline-block;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 7px 22px;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    color: #ffffff;
    font-weight: 500;
}
.portfolio-filter li.current_menu_item {
    background: #52614e;
    color: #fff;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.portfolio-filter .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 0;
}
.portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
}
.portfolio-filter .content .grid-item {
    margin-bottom:30px;
}
.portfolio-filter .content .grid-item .single-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter .single-content .prot_content{
    position: relative;
    z-index: 2;
     border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content .prot_content {
    position: absolute;
    padding: 0;
    left: 42px;
    bottom: 40px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
}
.portfolio-filter .prot_content span {
    font-size: 16px;
    text-transform: uppercase;
    color: #d5e5d1;
    font-weight: 600;
    margin: 24px 0 0;
    display: inline-block;
}
.portfolio-filter .content .grid-item .prot_content h4 {
    margin: 0 0 0;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    /* padding-left: 50px; */
    z-index: 1;
    display: inline-block;
}
.portfolio-filter .content .grid-item .prot_content p {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 14px 22px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
.portfolio-filter .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #52614e;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 32%;
    right: 0;
    margin: auto;
}
.portfolio-filter .content .picon a i{
    color: #fff;
}
.portfolio-filter .content .video-icon {
    display: inline-block;
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 65px;
}
.portfolio-filter .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #52614e;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter .single-content:hover .video-icon {
    top: 7%;
}


/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 50px;
    padding-top: 0px;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: muli; */
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
	
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #6A00F4;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}


.portfolio_info h3 {
    font-size: 25px;
    padding-bottom: 17px
}

.portfolio-details-box li strong {
    font-size: 20px;
    margin-right: 5px
}

.pr-title {
    padding: 24px 0 18px
}

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding: 5px 0;
    margin-bottom: 20px;
}
.port_dtl_social {
    margin-top: 20px;
}
.portfolio-details-box .port_dtl_social i {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
}
.pr-title h2 {
    font-size: 25px;
}
.case-study.style2 .owl-nav {
    position: absolute;
    right: -183px;
    bottom: 28%;
}
.case-study.style2 button.owl-prev i,
.case-study.style2 button.owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    background-color: rgba(0, 103, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    transform: rotate(180deg);
    display: inline-block;
}
.case-study.style2 button.owl-prev i:hover, .case-study.style2 button.owl-next i:hover {
    background: #52614e;
    color: #fff;
}
.case-study.style2 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

/* Service Details */
.menu-service-menu-container ul {
    list-style: none;
    padding: 0;
}
.menu-service-menu-container ul li {
    list-style: none;
    margin-bottom: 14px;
}
.menu-service-menu-container ul li:last-child{
    margin-bottom: 0;
}
.menu-service-menu-container ul li a {
    position: relative;
    display: block;
    padding: 15px 7px 15px 49px;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
    position: relative;
    border-radius: 5px;
}
.menu-service-menu-container ul .current_page_item a {
    background-color: #52614e;
    color: #fff;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color:#52614e;
}
.menu-service-menu-container ul li a::after {
    content: '\f00c';
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 12px;
    font-family: 'FontAwesome';
    height: 22px;
    width: 22px;
    background: #E9E9E9;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: .5s;
}
.menu-service-menu-container ul li a:hover:after {
    background: #fff;
    color: #52614e;
}
.menu-service-menu-container ul li a:hover:after{
    background: #fff;
}
.details-service .dreamit-button .button {
    padding: 11px 29px;
    font-weight: 500;
}

/* 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: 30px;
    list-style: none;
    z-index: 1;
    transition: .5s;
}
.my-accordion li:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    z-index: 1;
    top: 32px;
    right: 81%;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.6) 0%, #FA500A 100%);
    transform: rotate(180deg);
}

.my-accordion li:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; 
    border-radius: 20px;
    background: conic-gradient(from var(--r), #E3547A 0.62%, #010102 40.37%, #010102 60.25%, #8E64B7 100%);
    z-index: 2;
    animation: rotating 5s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion span.box-number {
    padding: 0 145px 0 0px;
    z-index: 1;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}
.my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 23px 29px 23px 30px;
    z-index: 9;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    background: transparent;
}
.my-accordion a:hover {
    color: #fff;
}
.my-accordion li a.active {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: #fff;
    border: none;
    background: transparent;
}
.my-accordion a:after {
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 27px;
    content: " ";
    top: 29px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 1.5px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: 34px;
    content: " ";
    top: 22px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    padding: 0 50px 32px 200px;
    margin: 0;
    background: transparent;
    overflow: hidden;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}
a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}
a.active:before {
 display: none;
}


/*accordion style three*/

.accordion.style3 .my-accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    position: relative;
    padding: 18px 30px 18px 30px;
    border: 1px solid #F3F8F1;
    background: #F3F8F1;
    font-size: 20px;
    color: #161616 !important;
    font-weight: 500;
    border-radius: 0;
}
.accordion.style3 .my-accordion li p {
    margin: 0;
    overflow: hidden;
    padding: 15px 45px 20px 30px;
    background: transparent;
    font-size: 15px;
    color: #616161;
    font-weight: 500;
    border-radius: 0;
    border-bottom: 1px solid #CDFF01;
    border-right: 1px solid #CDFF01;
    border-left: 1px solid #CDFF01; 
}
.accordion.style3 .my-accordion a.active {
    border: none;
    background: transparent;
    border-radius: 0;
    border: 1px solid black;
}


/*style four*/

.my-accordion.style4 a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #232323;
    background-color: #CEDEF7;
    padding: 16px 20px 16px 59px;
    z-index: 1;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(4,20,36,0.1);
}
.my-accordion.style4 a.active .shape_img {
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 80px;
    cursor: inherit;
}
.my-accordion.style4 .shape_img {
    display: none;
}
.my-accordion.style4 li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
}
.my-accordion.style4 li p {
    display: none;
    padding: 42px 162px 42px 25px;
    color: #616161;
    font-size: 16px;
    background: #fff;
    border: 1px solid rgba(4,20,36,0.1);
    border-top: none;
}

/*accordion style seven*/


.my-accordion.style7 li a {
    border: 1px solid #E8F0E5;
    padding: 23px 29px 23px 30px;
    border-radius: 0px;
    color: #52614e;
    background: #E8F0E5;
}
.my-accordion.style7 li a.active {
    border: none;
    padding: 23px 29px 23px 30px;
    border-radius: 0px;
    color: #fff;
    background: #647160;
}
.my-accordion.style7 a.active span.box-number{
    color:#fff!important;
}
.my-accordion.style7 span.box-number {
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #52614e;
    font-weight: 600;
    width: 45px;
    height: 45px;
    border-radius: 22px;
    background-color: rgba(82,97,78,0.2);
    display: inline-block;
    text-align: center;
    line-height: 45px;
    margin-right: 16px;
}
.my-accordion.style7 li p {
    display: none;
    font-size: 16px;
    padding: 23px;
    padding: 0 61px 23px 94px;
    margin: 0;
    background: #647160;
    overflow: hidden;
    font-size: 16px;
    border-radius: 0;
}
.my-accordion.style7 a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
    right: 27px;
    top: 41px;
    width: 14px;
}
.my-accordion.style7 a:before {
    width: 2px;
    height: 14px;
    right: 34px;
    top: 35px;
}
.my-accordion.style7 a:after {
    width: 14px;
    height: 2px;
    right: 28px;
    content: " ";
    top: 41px;
}
.my-accordion.style7 li {
    margin-bottom: 10px;
}

/*dark accordion*/

.dark-accordion .my-accordion.style7 a {
    border: transparent;
    background: #1C1E1B;
}
.dark-accordion .my-accordion.style7 a.active {
    background: #647160;
}

.careers-ap-text h6.elementor-heading-title.elementor-size-default {
    display: inline-block;
    border-radius: 15px;
    background-color: #52614e;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 8px 25px;
    font-size: 16px;
}
.careers-ap-spm p {
    display: inline-block;
    margin-top: -49px;
    position: absolute;
    margin-left: 140px;
    font-size: 15px;
}
/* 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;
}


/*marque style five*/

.marquee.style_5 .marquee-block h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    background: transparent;
    padding: 0;
}
.marquee.style_5 .marquee-block h3:before {
    display: none;
}
.marquee.style_5 .marquee-block h3 img {
    margin: 0 30px;
}



/*Demo -05 css*/
.digital-agency .dreamit-slick-slider .single-slick.four.five .hero-text-wrap h4 {
    color: #52614e;
    font-weight: 600;
    border: 2px solid #52614e;
    border-radius: 7px;
}
.digital-agency .dreamit-slick-slider .single-slick.four.five .hero-text-wrap h1 {
    color: #232323;
}

.digital-agency .dreamit-slick-slider .single-slick.four .hero-text-wrap p {
    font-size: 29px;
    color: #686868;
    margin-top: 15px;
    width: 83%;
    font-weight: 500;
    line-height: 1.21;
}
.digital-agency .dreamit-slick-slider .slider-single-image img {
    display: block;
    border-radius: 0;
}
.digital-agency .dreamit-slick-slider .single-slick.four.five .slider-single-image {
    position: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    bottom: 0px;
}
.digital-agency  .dreamit-slick-slider .single-slick.four .slider-single-image:before {
    left: 129px;
    top: 33%;
}
.no-shaddows .service-box.style2 {
    border-radius: 10px;
    filter: none;
}

span.ai-span {
    color: #52614e;
}
span.ai-star {
    color: #FFD03E;
}

.app-development input {
    width: 80%;
    border: 1px solid #ddd;
    padding: 0 15px;
    height: 60px;
    border-radius:4px;
    outline:0;
}
.app-development p {
    position: relative;
    margin: 0;
    width: 80%;
}
.app-development button{
    background:#52614e;
}
.app-development button {
    background: #52614e;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 9px 25px;
    text-transform: capitalize;
    position: absolute;
    top: 34px;
    right: 109px;
}


/* Images Carousel Css */ 
.item.style1.dit-image-carousel {
    position: relative;
    z-index:1;
    overflow:hidden;
}
.item.style1.dit-image-carousel img {
    border-radius: 0px;
    width: 100%;
    object-fit: cover;
}
.item.style1.dit-image-carousel:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.07058823529411765);
    transform: scale(0);
    transition:.5s;
    border-radius:0px;
}
.item.style1.dit-image-carousel:hover:before{
    transform:scale(1);
}
.dit-image-carousel-content {
    position: absolute;
    left: -301px;
    bottom: 20px;
    transition: .7s;
    display: none;
}
.item.style1.dit-image-carousel h2 a {
    color: #fff;
    background: #52614e;
    display: inline-block;
    padding: 10px 30px;
    font-size: 23px;
    border-radius:5px;
}
.item.style1.dit-image-carousel:hover .dit-image-carousel-content{
    left:0px;
}
/*style two*/

.item.style2 .image img {
    width: 100%;
    height: 575px;
    object-fit: cover;
}



/*nav*/
.image_carousel.style1 .owl-nav {
    display: block;
    position: absolute;
    top: 39%;
    left: 60px;
}
.image_carousel.style1 button.owl-prev.disabled {
    display: block;
}
.image_carousel.style1 button.owl-next {
    display: block;
    margin-bottom: 10px;
}
.image_carousel.style1 button.owl-prev i,
.image_carousel.style1 button.owl-next i {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.2);
    line-height: 60px;
    text-align: center;
    transition: .5s;
     margin-bottom: 10px;
}
.image_carousel.style1 button.owl-prev i:hover,
.image_carousel.style1 button.owl-next i:hover{
    background: #52614e;
    color: #fff;
}

/*image syle four*/

.image_carousel.style4 .item.style3.dit-image-carousel img {
    position: relative;
    height: 560px;
    object-fit: cover;
}
.image_carousel.style4 button.owl-prev i {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    background-color: rgba(255, 255, 255, 0.07058823529411765);
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 43%;
    left: 3px;
}
.image_carousel.style4 button.owl-next i {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    background-color: rgba(255, 255, 255, 0.07058823529411765);
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 43%;
    right:3px;
}
.image_carousel.style4 .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    top: -77px;
}
.image_carousel.style4 button.owl-dot {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: #C9C8B3;
    border-radius: 100%;
    margin:0 6px;
}
.image_carousel.style4 button.owl-dot.active{
    position:relative;
    background: #C9C8B3;
    height: 14px;
    width: 14px;
}
.image_carousel.style4 button.owl-dot.active:after {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    height: 22px;
    width: 22px;
    border: 2px solid#C9C8B3;
    border-radius: 100%;
}


/*
==============
Pricing Table
==============


/*priching*/



.pricing_single_items.style_one {
    background: #E8F0E5;
    padding: 17px 25px 34px;
}
.pricing_single_items.style_one .price_item_inner_center {
    background: #fff;
    text-align: left;
    padding: 0 30px;
}
.pricing_single_items.style_one:hover:before {
    height: 100%;
    width:100%;
}
.pricing_area.style_one .price_item_inner {
    padding: 0 0 21px 0;
}
.pricing_area.style_one .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.pricing_area.style_one .tabs {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #F6F4F5;
    padding: 5px 9px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.pricing_area.style_one .tabs li {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.pricing_area.style_one .tabs li a {
    outline: none;
    padding: 2px 18px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    color: #062462;
    font-weight: 500;
    display: inline-block;
    border-radius: 20px;
}
.pricing_area.style_one .tabs_item {
    display: none;
    padding: 37px 0;
}
.pricing_area.style_one h2#price-yearly {
    margin: 0;
}
.pricing_area.style_one .tabs_item:first-child {
    display: block;
}
.pricing_area.style_one li.current a {
    background: #d9232b!important;
    color: #fff;
}
.pricing_area.style_one ul.features {
    padding: 0 0 23px;
}
.pricing_area.style_one ul.features li img {
    margin-right: 7px;
}
.pricing_area.style_one .thumb {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #062462;
    line-height: 124px;
    text-align: center;
    margin-right: 23px;
    transition: .5s;
}
.pricing_area.style_one .top-title {
    width: 0;
    height: 0;
    color: #fff;
    transform: rotate(0deg);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.pricing_area.style_one .bootmp {
    transition: 0.4s;
    font-size: 14px;
    text-transform: uppercase;
    color: #52614e;
    font-weight: 500;
}
.pricing_area.style_one h3.pricing-plan {
    margin: 40px 0 13px;
    transition: .5s;
    text-align: left;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
}
.pricing_area.style_one span.month_inner {
    display: inline-block;
}
.pricing_area.style_one span.curencyp {
    font-size: 30px;
    color: #161616;
    font-weight: 700;
}
.pricing_area.style_one h2#price-monthly {
    margin: 0 0 0;
}
.pricing_area.style_one span.month_inner {
    display: inline-block;
    line-height: 19px;
}
.pricing_area.style_one .tab_content h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px;
    background: #52614E;
    padding: 10px 0;
}
.pricing_area.style_one p.description {
    padding-top: 0;
    margin: 0px auto 0;
}
.pricing_area.style_one ul.features li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    color: #616161;
}
.pricing_area.style_one span.tk {
    font-size: 30px;
    text-transform: uppercase;
    color: #161616;
    font-weight: 700;
}
.pricing_area.style_one .pricing-feature.style_1 ul.features li {
    margin-bottom: 15px;
}

.pricing_area.style_one ul.features li i {
    font-size: 16px;
    color: #0c5adb;
    padding: 0 4px 0 0;
}
.pricing_area.style_one ul.features li img {
    position: relative;
    top: 3px;
}
.pricing_area.style_one ul.features li:nth-child(7){
    font-size: 20px;
    color: #041341;
    font-weight: 700;
    margin: 18px 0 18px;
}
.pricing_area.style_one .pricing-btn a {
    font-size: 16px;
    text-transform: uppercase;
    color: #52614E;
    font-weight: 600;
    border-radius: 0;
    background-color: transparent;
    padding: 12px 44px;
    transition: 0.5s;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid rgba(82,97,78,0.3);
    margin-top: 44px;
}
.pricing_area.style_one .pricing-btn a:hover {
    background:#52614E;
    color:#fff;
}

.pricing_area.style_one .pricing-btn.two a {
    padding: 12px 59px;
    transition: 0.5s;
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    border-radius: 25px;
    background-color: rgba(4, 20, 36, 0.10196078431372549);
    padding: 12px 43px;
    margin-bottom: 0px;
}
.pricing_area.style_one .pricing-btn.two a:hover{
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    color:#fff;
}
.pricing_area.style_one .pricing-btn a i {
    margin-left: 6px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 6px;
}
.pricing_area.style_one .pricing-toggle-filter {
    justify-content: center;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(4, 20, 36, 0.0784313725490196);
    align-items: center;
    padding-top: 14px;
}
.pricing_area.style_one .pricing-toggle {
    display: inline-block;
    position: relative;
    text-align: center;
    justify-content: center;
    position: relative;
    top: 0;
    border-radius: 30px;
}
.pricing_area.style_one .pricing-toggle span {
    font-size: 17px;
    line-height: 26px;
    color: #52614e;
    font-weight: 500;
}
.pricing_area.style_one .switch {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 44px;
    border: 1px solid#C2C9C1;
    border-radius: 30px;
}
.pricing_area.style_one .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing_area.style_one .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border-radius: 10px;
}
.pricing_area.style_one .slider:before {
    position: absolute;
    content: "";
    height: 43px;
    width: 43px;
    left: 0;
    bottom: 0;
    background-color: #52614E;
    transition: 0.4s;
    border-radius: 50%;
}
 input:checked + .slider {

}
 input:checked + .slider:before {
    transform: translateX(26px);
    background-color:#da242b;
}
.software-price-title .section-title.style16 .description {
    width: 47%;
}

/*price-dark*/

.price-dark .pricing_single_items.style_one {
    background: #353A34;
}
.price-dark .pricing_single_items.style_one .price_item_inner_center {
    background: #1E1E1E;
}

.mphb-calendar.mphb-datepick.inlinePicker.is-datepick {
    width: 100%!important;
}
.datepick-month {
    float: left;
    width: 26.4em;
}

/* Hotel boooking from*/

.hotel_booking_section.style2 .row.booking_content {
    background-color: #292B29;
    display: flex;
    align-items: center;
}
.hotel_booking_section.style2 .service_inner_content h4 {
    font-size: 15px;
    color: #d5e5d1;
    font-weight: 400;
    border: 1px solid #d5e5d1;
    padding: 6px 20px;
    transition: 0.5s;
    display: inline-block;
}
.hotel_booking_section.style2 .service_inner_content h3 a {
    margin: 10px 0 0;
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
.hotel_booking_section.style2 .service_section.style2 {
    position: relative;
    z-index: 2;
    transition: .5s;
    padding: 22px 53px 50px 57px;
}
.hotel_booking_section.style2 .service_inner_content p {
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #ffffffa1;
    font-weight: 400;
}
.hotel_booking_section.style2 .service_body {
    margin-top: 48px;
}
.hotel_booking_section.style2 ul.features li {
    display: block;
    margin: 0 0 16px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.hotel_booking_section.style2 ul.features li img {
    margin-right: 6px;
    display: inline-block;
    width: inherit;
}
.hotel_booking_section.style2 .service_btn a {
    display: inline-block;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding: 15px 31px;
    text-transform: uppercase;
    background-color: #CDFF01;
    overflow: hidden;
    margin-top: 25px;
}
.hotel_booking_section.style2 .service_btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 0px;
    transition: .5s;
}
.hotel_booking_section.style2 .service_btn a:hover:before {
    width: 100%;
    left: 0;
}
.hotel_booking_section.style2 .service_btn a:hover {
    color: #52614e;
}
.hotel_booking_section.style2 .service_img {
    line-height: 0;
}
.hotel_booking_section.style2 .service_img img {
    height: 570px;
    width: 100%;
    object-fit: cover;
}
/*owl dots*/
.hotel_booking_section.style2 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.hotel_booking_section.style2 button.owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #52614E;
    margin: 0 5px;
    transition: .5s;
}
.hotel_booking_section.style2 button.owl-dot.active{
    position:relative;
}
.hotel_booking_section.style2 button.owl-dot.active::before {
    position: absolute;
    content: "";
    left: -4px;
    top: -4px;
    height: 20px;
    width: 20px;
    z-index: -1;
    border: 2px solid#52614E;
    border-radius: 50%;
}



/*hotel search from*/
.hotel_booking_serach p.mphb-required-fields-tip {
    display: none;
}
.hotel_booking_serach .mphb-datepick.mphb_datepicker.is-datepick {
    width: 100%!important;
    border: 1px solid rgba(255, 255, 255, 0.14901960784313725)!important;
    height: 55px!important;
    color: #fff;
    padding: 0 10px 0 32px!important;
    position: relative;
    outline: 0;
    background: transparent!important;
}
.hotel_booking_serach p.mphb_sc_search-check-in-date {
    margin: 0 0 10px;
}
.hotel_booking_serach select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    height: 55px;
    color: var(--title-color);
    padding: 0 10px 0 32px;
    position: relative;
    outline: 0;
    background: transparent;
}
.hotel_booking_serach .button {
    background: #52614e;
    padding: 12px 31px;
    border: transparent;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    margin-top: 9px;
}
input#mphb_check_in_date-mphb-search-form-67e0ed8dc1678 {
    width: 100%;
}

/*hotel booking search*/

.search-two .mphb_sc_search-wrapper p {
	display: inline-block;
	width: 18%;
	margin: 0 3px;
	line-height: 0;
}
.search-two .hotel_booking_serach p.mphb-required-fields-tip {
    display: none;
}
.search-two .hotel_booking_serach select .option{
    color: #fff;
}
.search-two .hotel_booking_serach select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    color: #A6A8A5;
    background: transparent;
}
.search-two .hotel_booking_serach label {
    margin-bottom: 15px; 
}
.search-two .hotel_booking_serach .button {
    width: 100%;
    border-radius: 0;
    padding: 29px 42px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    background: #6e7c6b;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    top: 0;
}
.search-two.three .hotel_booking_serach select {
    width: 100%;
    border: 1px solid #ADBFC3;
    color: #fff;
   background: rgb(255 255 255 / 16%);
}
.hotel_booking_serach .mphb-datepick.mphb_datepicker.is-datepick {
    width: 100%!important;
    border: 1px solid rgba(255, 255, 255, 0.14901960784313725)!important;
    height: 55px!important;
    color: #fff;
    padding: 0 10px 0 10px!important;
    position: relative;
    outline: 0;
    background: transparent!important;
}
.search-two.three .hotel_booking_serach .mphb-datepick.mphb_datepicker.is-datepick::placeholder{
    color:#fff!important;
}
.search-two.three .hotel_booking_serach select option{
    color: #000;
}
.search-two.three .hotel_booking_serach .button:hover{
    background:#fff;
    color:#6e7c6b;
}
/*maintain-hotel*/

.maintain-hotel .hotel_booking_serach select {
    color: #A3A5A2;
}
.maintain-hotel .hotel_booking_serach select option {
    background: #DDDDDD!important;
}
.maintain-hotel .hotel_booking_serach .button {
    background: #A3A5A2;
    border: 1px solid #A3A5A2;
}
.maintain-hotel .hotel_booking_serach .button:hover{
    background:transparent;
}
.mphb-recommendation-title {
    color: #161616;
}

.breadcumb-inner {
    text-align: center;
}
.brpt {
    text-align: center!important;
}
.breadcumb-inner ul {
    text-align: center;
    display: inline-block;
    position: relative;
}


/* start project section*/
.project-section-one .sec-title {
  margin-bottom: 60px;
}
.project-section-one .project-box {
/*  height: 200vh;*/
  position: relative;
}
.project-section-one .project-box .project-box-item {
  position: relative;
}
.project-section-one .project-box .project-box-item .project-thumb {
  position: relative;
  transition: 0.5s;
}
.project-section-one .project-box .project-box-item .project-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.project-section-one .project-box .project-box-item .project-thumb:hover:before {
  -webkit-animation: shine 800ms;
          animation: shine 800ms;
}
.project-section-one .project-box .project-box-item  .project-box {
  position: absolute;
  top: 90px;
  right: 80px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22456%22%20height%3D%22442%22%20viewBox%3D%220%200%20456%20442%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.95431%200%2020%200H436C447.046%200%20456%208.9543%20456%2020V365.171C456%20376.217%20447.046%20385.171%20436%20385.171H408C396.954%20385.171%20388%20394.126%20388%20405.171V422C388%20433.046%20379.046%20442%20368%20442H20C8.95431%20442%200%20433.046%200%20422V20Z%22%20fill%3D%22url(%23paint0_linear_6252_246)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_6252_246%22%20x1%3D%22448.052%22%20y1%3D%22434.551%22%20x2%3D%2211.0165%22%20y2%3D%226.86237%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.00708379%22%20stop-color%3D%22%23FFF4DD%22%2F%3E%3Cstop%20offset%3D%220.496742%22%20stop-color%3D%22%23F1FFDE%22%2F%3E%3Cstop%20offset%3D%220.836162%22%20stop-color%3D%22%23E7FFD8%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  border-radius: 20px;
  padding: 60px 50px 60px;
  width: 456px;
  height: 442px;
}
.project-section-one .project-box .project-box-item .project-box .icon {
  position: absolute;
  top: 40px;
  right: 40px;
}
.project-section-one .project-box .project-box-item  .icon i{
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #CDFF01;
}
.project-section-one .project-box .project-box-item  .project-box .project-content h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    padding: 7px 28px;
    border-radius: 20px;
    margin: 0 0 18px;
}
.project-section-one .project-box .project-box-item  .project-box .project-content h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}
.project-section-one .project-box .project-box-item  .project-box .project-content p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 17px 0 40px;
}
.project-section-one .project-box .project-box-item .project-box .project-btn a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    border-radius: 45px;
    color: #fff;
    background-color: #0c2318;
    padding: 11px 39px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
.project-section-one .project-box .project-box-item .project-box .project-btn a i {
  margin-left: 11px;
  position: relative;
  top: 2px;
}
.project-section-one .project-box .project-box-item  .project-box .project-btn a span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 45px;
  background-color: #CDFF01;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.project-section-one .project-box .project-box-item  .project-box .project-btn a:hover span {
  width: 500px;
  height: 500px;
}
.project-section-one .project-box .project-box-item  .project-box .project-btn a:hover {
  color: #fff;
}
.project-section-one .project-box .project-box-item .project-box.two {
  left: 80px;
}
.project-section-one .project-shape1 {
  position: absolute;
  top: 100px;
  left: 320px;
  -webkit-animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
          animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.project-section-one .project-shape2 {
  position: absolute;
  top: 70px;
  right: 0;
  -webkit-animation: upDown 1.1s ease-in-out 1.1s forwards infinite alternate;
          animation: upDown 1.1s ease-in-out 1.1s forwards infinite alternate;
}

.project-section-one .project-box .project-box-item:nth-child(2) .project-thumb .project-box {
    position: absolute;
    top: 90px;
    right: inherit!important;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22456%22%20height%3D%22442%22%20viewBox%3D%220%200%20456%20442%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.95431%200%2020%200H436C447.046%200%20456%208.9543%20456%2020V365.171C456%20376.217%20447.046%20385.171%20436%20385.171H408C396.954%20385.171%20388%20394.126%20388%20405.171V422C388%20433.046%20379.046%20442%20368%20442H20C8.95431%20442%200%20433.046%200%20422V20Z%22%20fill%3D%22url(%23paint0_linear_6252_246)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_6252_246%22%20x1%3D%22448.052%22%20y1%3D%22434.551%22%20x2%3D%2211.0165%22%20y2%3D%226.86237%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.00708379%22%20stop-color%3D%22%23FFF4DD%22%2F%3E%3Cstop%20offset%3D%220.496742%22%20stop-color%3D%22%23F1FFDE%22%2F%3E%3Cstop%20offset%3D%220.836162%22%20stop-color%3D%22%23E7FFD8%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    border-radius: 20px;
    padding: 60px 50px 60px;
    width: 456px;
    height: 442px;
    left: 70px!important;
}



 @media (min-width: 320px) and (max-width: 575px) {
     
.neurovia-blog-area.em-theme-main-page p.post-thumbnail.mphb-loop-room-thumbnail a img {
     height:inherit;
}
.neurovia-blog-area.neurovia-blog-page.single-blog-details.em-theme-main-page button.button.mphb-button.mphb-recommendation-reserve-button {
    margin-bottom: 36px;
}
.neurovia-blog-area.em-theme-main-page a.mphb-room-type-title {
    font-size: 25px;
}

     
}


/* CSS */






/*========================================================
Home 01- About area - Section:02
==========================================================*/








/*========================================================
Home 01- Feature Service area - Section:03
==========================================================*/

.arrow {
  animation: slideInArrow 2s ease-out forwards;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slideInArrow {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.spinner img {
    animation-name: rotateme;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-position: center center;
}








/*========================================================
Home 01- Working Process area - Section:04
==========================================================*/

.single-video.style-two {
    padding: 35px;
}
.single-video.style-two .video-icon a {
    background-color: #CDFF01;
    height: 93px;
    width: 93px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    line-height: 93px;
    position: relative;
    -webkit-transition: .5s;
    text-transform: uppercase;
    font-size: 20px;
    color: #121212;
    font-weight: 500;
    text-align: center;
    display: inline-block;
} 
.single-video.style-two .video-icon a:after {
    position: absolute;
    content: "";
    height: 156px;
    width: 156px;
    line-height: 156px;
    border: 8px dashed;
    border-color: rgba(205, 255, 1, 1);
    z-index: 1;
    border-radius: 100%;
    left: -30px;
    top: -30px;
    animation-name: rotateme;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-position: center center;
}

/*========================================================
Home 01- Work area - Section:05
==========================================================*/




/*========================================================
Home 01- Animation area - Section:06
==========================================================*/


.marquee.style2 {
    background: rgba(205, 255, 1, 1);
    transform: skewY(-5deg);
    margin-top: -110px;
}
.marquee.style2 .marquee-block h3 {
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    color: rgba(18, 18, 18, 1);
    font-weight: 500;
    margin: 0;
}
.marquee.style2 .marquee-block h3 img {
    margin: 0 40px;
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
    position: relative;
    top: 6px;
}
.marquee.style2 .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;
    background: rgba(41, 41, 41, 1);
    padding: 28px 0;
    transform: skewY(-5deg);
}
.marquee.style2 .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: scroller 30s linear infinite;
    animation: scroller 30s linear infinite;
}


@-webkit-keyframes scroller {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroller {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}







/*========================================================
Home 01- Testimonial area - Section:07
==========================================================*/



/* Move animation keyframes */
@keyframes moveShapei {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-20px, -25px) rotate(3deg);
  }
  50% {
    transform: translate(0px, -30px) rotate(-2deg);
  }
  75% {
    transform: translate(20px, -25px) rotate(2deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.dreamit-media.style1 .media-box {
    line-height: 0;
}

/*========================================================
Home 01- Awards area - Section:08
==========================================================*/



/* 3D tilt animation */
@keyframes tilt3D {
  0% {
    transform: rotateY(0deg) rotateX(0deg) translateY(0px) scale(1);
  }
  25% {
    transform: rotateY(-28deg) rotateX(15deg) translateY(-15px) scale(1.3);
  }
  50% {
    transform: rotateY(0deg) rotateX(0deg) translateY(0px) scale(1);
  }
  75% {
    transform: rotateY(28deg) rotateX(-15deg) translateY(-15px) scale(1.3);
  }
  100% {
    transform: rotateY(0deg) rotateX(0deg) translateY(0px) scale(1);
  }
}



/*========================================================
Home 01- Blog area - Section:09
==========================================================*/



.auto-spin {
    display: inline-block;
    animation: spinn 8s linear infinite;
    transform-style: preserve-3d;
    position: absolute;
    left: 24%;
    bottom: -2%;
}

@keyframes spinn {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}


/*========================================================
Home 01- Contact  area - Section:10
==========================================================*/

/*icon box style two*/
.icon-box.style-two {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style-two .icon-box-icon {
    display: inline-block;
}
.icon-box.style-two .icon-box-icon i {
    border: 2px solid rgba(18, 18, 18, 1);
    padding: 4px 5px;
    border-radius: 30px;
    color: rgba(18, 18, 18, 1);
    font-size: 15px;
    margin-right: 8px;
}
.icon-box.style-two .icon-box-content {
    display: inline-block;
}
.icon-box.style-two .icon-box-content h4 {
    font-weight: 500;
    font-size: 28px;
    color: rgba(18, 18, 18, 1);
    margin: 0 0 0;
}
.icon-box.style-two .description p {
    color: rgba(18, 18, 18, 1);
    font-size: 36px;
    font-weight: 600;
    margin: 22px 0 0;
}









.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.elementor-editor-active .reveal {
    visibility: visible !important;
}
.reveal img{
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}









.floating-shape {
  animation: floatY 3s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(40px); /* 40px নিচে নামবে */
  }
}

@-webkit-keyframes float-bobb1 {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(120px);}
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); } 
}

@-webkit-keyframes float-bobb2 {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(140px); }
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(0px); } 
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(447px);
    }
}
.heading.style-2 h6 {
    color: rgba(154, 154, 154, 1);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 35px 0 0;
}


/*====================Home 04- Select project - Section:04===========================*/

.text-banner-box.style2 .text-banner-img {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.text-banner-box.style2 .text-banner-title {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(205, 255, 1, 1);
    padding: 43px 20px 80px;
    border-radius: 0 0px 260px 261px;
    border-bottom: 20px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.8); 
    opacity: 0;
}
.text-banner-box.style2:hover .text-banner-title {
    transform: scale(1); 
    opacity: 1; 
}
.text-banner-box.style2 .text-banner-title h2 {
    color: rgba(18, 18, 18, 1);
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    width: 70%;
    text-align: center;
    margin: 0 auto 0;
}
















/*========================================================
Home 04- digital-agency - END
==========================================================*/