
/*
=============
 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/agentu/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;
}


/*
==============
Section Title
==============
*/

.section-title.style1 .icon {
    display: inline-block;
}

.section-title.style1 .split-line {
    display: inline-block!important;
}

.section-title.style1 .description {
    font-size: 16px;
    margin-bottom: 0;
    padding: 16px 0 0px;
    font-size: 16px;
    line-height: 28px;
    color: #4D6459;
    font-weight: 400;
    width: 38%;
    margin: 0 auto 0;
}
.section-title.style1.left .description {
    padding: 16px 0 0px;
    width: 90%;
    margin: 6px 0 0;
}


.opacity-low{
    opacity: 70%;
}
/*section title style two*/

.section-title.style2 p.description {
    padding: 17px 0 0;
    color: #616161;
    width: 76%;
    font-size: 18px;
}




/*
============
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;
}



/*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%;
}



/*
============
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;
}


/*
==============
Pricing Table
==============
*/

.pricing.style1 {
    background-color: #fff;
    padding: 30px 30px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pricing.style1 .pricing-head {
    background-color: #e5eee3;
    padding: 45px 0 40px;
    text-align: center;
    transition: 0.5s;
}
.pricing.style1:hover .pricing-head{
    background:#52614e;
}
.pricing.style1 h3.pricing-title {
    margin: 0 0 31px;
    transition: 0.5s;
    font-size: 22px;
    color: #041424;
    transition: 0.5s;
    font-weight: 600;
}
.pricing.style1 .price-item span {
    font-size: 45px;
    color: #1e1e1e;
    font-weight: 700;
    transition: 0.5s;
}
.pricing.style1:hover h3.pricing-title,
.pricing.style1:hover .price-item span,
.pricing.style1:hover span.month{
    color:#fff;
}
.pricing.style1 span.month {
    font-size: 17px;
    color: #041424;
    font-weight: 400;
    transition: 0.5s;
}
.pricing.style1 .pricing-body {
    margin-top: 41px;
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 25px;
}
.pricing.style1 .pricing-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing.style1 .pricing-body ul li {
    font-weight: 400;
    margin-bottom: 13px;
    margin-bottom: 10px;
    transition: .5s;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pricing.style1 .pricing-body ul li i {
    display: inline-block;
    color: #52614e;
    font-size: 16px;
    margin-right: 6px;
}
.pricing.style1 .pricing-button {
    position: relative;
    display: block;
    width: inherit;
    transition: .5s;
    padding: 11px 58px;
    border: 1px solid #07010138;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    /* border-radius: 26px; */
    background-color: #CDFF01;
    text-transform: capitalize;
    margin-top: 51px;
    text-align: center; 
}
.pricing.style1 .pricing-button:hover{
    background:#52614e;
    color:#fff;
}
/*pricing active*/
.pricing.style1.active {
    position: relative;
    z-index: 1;
}
.pricing.style1.active:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/agentu/wp-content/uploads/2023/05/active.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index:-1;
    border-radius: 5px;
}
.pricing.style1.active .pricing_img {
    background: #fff;
}
.pricing.style1.active .pricing-title{
    background-color: rgba(255,255,255,0.2);
}
.pricing.style1.active .pricing-title:before{
    background:transparent;
}

/*pricing style two*/
.pricing.style1.style-two {
    position: relative;
    padding: 50px 72px 50px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    border:3px solid transparent;
    transition:.5s;
}
.pricing.style1.style-two.active,
.pricing.style1.style-two:hover{
    border-color:#52614e;
}
.pricing.style1.style-two .price-item {
    display: block;
    position: relative;
    right: inherit;
    top: inherit;
    padding: 35px 0 40px;
}
.pricing.style1.style-two .price-item .month {
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
}
.pricing.style1.style-two .price-item .currency {
    color: #686868;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    top: -19px;
}

.pricing.style1.style-two .pricing-body {
    padding: 0 0;
}
.pricing.style1.style-two .pricing-title {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin: 0;
    background: #E6EEFB;
    display: inline-block;
    padding: 11px 30px;
    border-radius: 5px;
    transition: .5s;
    text-transform: uppercase;
}
.pricing.style1.style-two .pricing-title:before {
    display:none;
}
.pricing.style1.style-two .pricing-button {
    padding: 12px 30px;
    background-color: #52614e;
    font-size: 18px;
    color: #fff;
    border:2px solid transparent;
}
.pricing.style1.style-two.active .pricing-button,
.pricing.style1.style-two:hover .pricing-button{
    border-color:#52614e;
    background:transparent;
    color:#52614e;
}

/*
================
 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;
}



/*hotel details page*/
.agentu-blog-area.em-theme-main-page .agentu-single-blog-details{
    background: #f9f9f9;
    padding: 40px 40px 35px;
    margin-bottom: 40px;
}
.agentu-blog-area.em-theme-main-page p.post-thumbnail.mphb-loop-room-thumbnail a img {
    width: 100%;
    height: 604px;
    object-fit: cover;
}
.agentu-single-blog-details button.button.mphb-button.mphb-book-button {
    border: none!important;
}
.agentu-blog-area.agentu-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;
}
.agentu-blog-area.agentu-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;
}
.agentu-blog-area.agentu-blog-page.single-blog-details.em-theme-main-page .button.mphb-button.mphb-book-button:hover:before {
    width: 100%;
    left: 0;
}
.agentu-blog-area.em-theme-main-page .button.mphb-button.mphb-book-button {
    border: none;
}

.agentu-blog-area.agentu-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;
}
.agentu-blog-area.agentu-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;
}
.agentu-blog-area.agentu-blog-page.single-blog-details.em-theme-main-page button.button.mphb-button.mphb-recommendation-reserve-button:hover:before {
    width: 100%;
    left: 0;
}
.agentu-blog-area.agentu-blog-page.single-blog-details.em-theme-main-page .agentu-single-blog-details ul {
    padding-left: 17px;
    margin-bottom: 31px;
    margin-top: 26px;
}
.agentu-blog-area.agentu-blog-page.single-blog-details.em-theme-main-page .agentu-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: #52614e;
    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;
}


/* 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;
}



/*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) {
     
.agentu-blog-area.em-theme-main-page p.post-thumbnail.mphb-loop-room-thumbnail a img {
     height:inherit;
}
.agentu-blog-area.agentu-blog-page.single-blog-details.em-theme-main-page button.button.mphb-button.mphb-recommendation-reserve-button {
    margin-bottom: 36px;
}
.agentu-blog-area.em-theme-main-page a.mphb-room-type-title {
    font-size: 25px;
}

     
}


/* CSS */






/*========================================================
Home 01:: Hero Area - Section:01
=========================================================*/


.heading.style1 h1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 95.19%);
    font-weight: 700;
    font-size: 320px;
    line-height: 210px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 25px 0 0px;
}

/*==============
Section Title
==============*/

.section-title.style1{
    position: relative;
}
.section-title.style1 .subtitle {
    display: inline-block;
    color: #121212;
    background: #CDFF01;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 3px 10px;
    margin: 0 0 25px;
}
.section-title.style1 .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 80px;
    line-height: 92px;
    text-transform: uppercase;
    margin: 0;
}
.section-title.style1 .title span {
    color: #CDFF01;
}

/*===================
 Dream-IT Button
 ===================*/
/*
.dreamit-button.style1 a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 28px;
    position: relative;
    z-index: 9;
    transition: .5s;
    margin: 25px 0;
}
.dreamit-button.style1 a span.first4 {
  color: rgba(18, 18, 18, 1);
}
.dreamit-button.style1 a:hover {
    color: rgba(18, 18, 18, 1);
   
}
.dreamit-button.style1 a:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -22px;
    width: 70px;
    height: 70px;
    background-color: rgba(205, 255, 1, 1);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style1 a:hover:before {
    left: 0;
    top: -17px;
    width: 115%;
    height: 58px;
    border-radius: 40px;
}
.dreamit-button.style1 a i {
    font-size: 16px;
    margin-left: 5px;
}*/

.dreamit-button.style1 a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 21px 25px;
    position: relative;
    border-radius: 50px;
    background: transparent;
    z-index: 9;
    transition: .5s;
}
.dreamit-button.style1 a span.first4 {
  color: rgba(18, 18, 18, 1);
}
.dreamit-button.style1 a:hover {
    color: rgba(18, 18, 18, 1);
   
}
.dreamit-button.style1 a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 33%;
    height: 100%;
    background-color: rgba(205, 255, 1, 1);
    border-radius: 50px;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style1 a:hover:before {
    width: 100%;
}

.dreamit-button.style1 a i {
    font-size: 16px;
    margin-left: 5px;
}

/*animation circle*/

.creative-btn.style-one {
    position: relative;
    top: 90px;
    left: 33%;
    z-index: 1;
}
.creative-btn.style-one .text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.creative-btn.style-one .text_inner svg {
    width: 90px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 12px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.creative-btn.style-one .text_inner text {
    fill: #121212;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.creative-btn.style-one a.banner-play-batn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 138px;
    height: 138px;
    line-height: 138px;
    text-align: center;
    border-radius: 50%;
    background: #CDFF01;
}
.creative-btn.style-one .likee {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    background: #111A3A;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.creative-btn.style-one .likee i {
    /* -webkit-animation: wooo 5s linear infinite; */
    /* animation: wooo 5s linear infinite; */
    /* transition: .5s; */
    position: relative;
    /* font-size: 22px; */
    /* background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-weight: 900;
    font-size: 16px;
    transform: rotate(-45deg) !important;
    color: #CDFF01;
    display: inline-block;
}

/*wood animation*/
@keyframes wooo {
    0% {
      transform: rotate3d(0, 0, 0);
    }
    50% {
      transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
      transform: rotate3d(0, 1, 0, 359deg);
    }
  }
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
    }
    .circle {
        animation: circle 15s linear infinite;
    }
    .right {
        animation: right 15s linear infinite;
    }
    .spin2 {
        animation: spin2 15s linear infinite;
    }
    @keyframes right {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.icon-box.style1 {
    display: inline-block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 24.13%, rgba(0, 0, 0, 0.25) 100%);
    backdrop-filter: blur(50px);
    border-radius: 30px 30px 0 0;
    padding: 112px 50px 70px;
}
.icon-box.style1 .icon-box-content h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 30px;
}
.icon-box.style1 .icon-box-content h4 span {
    color:rgba(205, 255, 1, 1);
}
.icon-box.style1 .icon-box-icon {
    display: inline-block;
    line-height: 0;
    margin-right: 6px;
    position: relative;
    top: 5px;
}
.icon-box.style1 .description {
    display: inline-block;
}
.icon-box.style1 .icon-box-content  p {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-style: Italic;
    font-size: 20px;
    margin: 0;
}



/*========================================================
Home 01- About area - Section:02
==========================================================*/



/*single counter style three*/


.single-counter.style_three {
    background: transparent;
    border-radius: 14px;
    padding: 35px 62px 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 999999999999999;
    transition: .5s;
}
.single-counter.style_three:before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 1);
    border-radius: 14px;
    z-index: -1;
    transition: .5s;
}
.single-counter.style_three:hover:before {
    left: 0px;
    bottom: 0px;
}
.single-counter.style_three:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #cdff01;
    border-radius: 14px;
    z-index: -1;
    transition: .5s;
}
.single-counter.style_three .counter-content.counter h6 {
    font-weight: 600;
    font-size: 18px;
    color: rgba(18, 18, 18, 1);
    margin: 25px 0 17px;
    text-transform: uppercase;
}
.single-counter.style_three .counter-content.counter span {
    color: rgba(18, 18, 18, 1);
    font-size: 34px;
    font-weight: 600;
}

.section-title.style2 h5 {
    color: rgba(205, 255, 1, 1);
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}
.section-title.style2 h5 span.icon {
    margin-right: 7px;
    position: relative;
    top: 5px;
}
.section-title.style2 h3 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 22px 0 0;
}



/*start service section style two*/

.service_section.style1 {
    transition: .5s;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: start;
    gap: 34px;
}
.service_section.style1 .service_img {
    flex-shrink: 0;
}
.service_section.style1 .service_content h3 {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 0;
}
.service_section.style1 .service_content h3 a {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
}
.service_section.style1 .service_content p {
    color: rgba(154, 154, 154, 1);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: 20px 0 0;
    width: 90%;
}
.service_section.style1 ul.features {
    margin: 22px 0 0;
}
.service_section.style1 ul.features li {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service_section.style1 ul.features li:nth-child(1) {
    margin-bottom: 13px;
}


/* Style One */
.single-video.style-one {
    position: relative;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: -55px;
    right: -29%;
}
.single-video.style-one .em-video-image img {
    border-radius: 100px;
}
.em-video-image {
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
    line-height: 0;
}
.single-video.style-one .em-video-image:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    border-radius: 100px;
    border: 2px solid;
    border-color: #CDFF01;
    z-index: -1;
    transition: .5s;
}
.single-video.style-one .em-video-image:hover:before {
    top: 0;
    left: 0;
}

.single-video.style-one .video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
}
.single-video.style-one .video-icon a {
    background-color: #CDFF01;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    line-height: 60px;
    position: relative;
    -webkit-transition: .5s;
    text-transform: uppercase;
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}


@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}



.video-animations {
    animation: moveAround 3s linear infinite;
}

@keyframes moveAround {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, 20px); 
  }
  50% {
    transform: translate(0, 40px);
  }
  75% {
    transform: translate(-20px, 20px); 
  }
  100% {
    transform: translate(0, 0); 
  }
}

.shpae .dreamit-media.style2 {
    position: absolute;
    left: -39%;
    bottom: 19rem;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease-in-out;
}
.shpae:hover .dreamit-media.style2 {
     left: -30%;
    bottom: 19rem;
    opacity: 1;
    transform: translateX(0);
}


/*========================================================
Home 01- Feature Service area - Section:03
==========================================================*/

.heading.style1 h2.heading-text {
    color: #ffffff;
    margin: 0 0 0;
    line-height: 74px;
    font-size: 120px;
    font-weight: 700;
}

.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;
}


/*service box style 1*/

.service-box.style1 {
    position: relative;
    z-index: 1;
    padding: 35px 36px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-box.style1:hover {
  background: conic-gradient(from var(--r), #CDFF01 9.1%, rgba(205, 255, 1, 0) 62.5%);
  animation: rotating 5s linear infinite;
}
.service-box.style1::after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    inset: 1px;
    border-radius: 170px;
    z-index: 1;
    transition: opacity .3s ease;
}
.service-box.style1:hover::after {
    background: #111;
    opacity: 1;
}


@property --r {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

@keyframes rotating {
  0% {
    --r: 0deg;
  }
  100% {
    --r: 360deg;
  }
}

.service-box.style1 .content {
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 11;
}
.service-box.style1 .service-number span {
    color: rgba(205, 255, 1, 1);
    font-weight: 500;
    font-size: 28px;
    background: rgba(255, 255, 255, 0.05);
    padding: 18px 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 170px;
}

.service-box.style1:hover .service-number span {
    background: rgba(205, 255, 1, 1);
    color: rgba(18, 18, 18, 1);
}
.service-box.style1 .service-number span:before {
   content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 170px;
  padding: 1px;
  background: linear-gradient(114.28deg, #CDFF01 9.1%, rgba(205, 255, 1, 0) 62.5%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1; 


}
.service-box.style1 .content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 0;
}
.service-box.style1 .content p {
    color: rgba(154, 154, 154, 1);
    margin: 12px 0 0;
}
.service-box.style1 .image {
    position: absolute;
    top: -40px;
    bottom: 0;
    z-index: -1;
    left: 2%;
    opacity: 0;
    transition: .5s;
}
.service-box.style1:hover .image {
    top: -40px;
    left: 52%;
    opacity: 1;
}
.service-box.style1 .service-btn {
    z-index: 11;
}
.service-box.style1 .service-btn a {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 32px 1px 0px;
}
.service-box.style1 .service-btn a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: url(https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/service-btnhover.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center center;
    transition: .5s;
    opacity: 0;
}
.service-box.style1:hover .service-btn a:before {
   opacity: 1;
}


.shape .dreamit-media.style3 {
    position: absolute;
    right: -100%;
    bottom: 95px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease-in-out;
}
.shape:hover .dreamit-media.style3 {
    right: -102%;
    opacity: 1;
    transform: translateX(0);
}


/*========================================================
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;
}
.single-video.style-two .video-icon a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    line-height: 100$;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
    border-radius: 100%;
    left: 0px;
    top: 0px;
    transform:scale(0);
    transition: .5s;
}
.single-video.style-two .video-icon a:hover:before {
    transform:scale(1);
}

/* service box style two*/

.service-box.style2 .image {
    position: absolute;
    top: -105px;
    left: 25%;
    z-index: 1;
}
.service-box.style2 .service-box-inner {
    position: relative;
    z-index: 0;
    background: transparent;
    backdrop-filter: blur(40px);
    margin-top: 115px;
    overflow: hidden;
    padding: 1px;
    border-radius: 20px;
}
.service-box.style2 .service-box-inner:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.service-box.style2 .service-box-inner:after {
    content: "";
    display: block;
    position: absolute;
    background:rgb(24 24 24);
    inset: 1px;
    border-radius: 20px;
    z-index: -1;
    transition: opacity .3s ease;
    transition: .5s;
}
.service-box.style2 .service-box-inner:hover:after {
  opacity: 1;
}
.active .service-box.style2 .service-box-inner {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.active .service-box.style2 .service-box-inner:after {
    opacity: 1;
    background: rgb(24 24 24);
}

.service-box.style2 .content {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(40px);
    padding: 155px 50px 22px;
    overflow: hidden;
}
.service-box.style2 .service-number span {
    background: linear-gradient(360deg, rgba(35, 35, 35, 0) 20.19%, #CDFF01 70.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 600;
}
.service-box.style2 .content h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-weight: 600;
    margin: 22px 0 20px;
}
.service-box.style2 .content p {
    color: rgba(154, 154, 154, 1);
    line-height: 26px;
}

@keyframes rainbowRotate {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}

@keyframes rainbowGlowRotate {
  0% {
    transform:rotate(0deg) scale(0.3);
  }
  50% {
    transform:rotate(180deg) scale(0.3);
  }
  100% {
    transform:rotate(360deg) scale(0.3);
  }
}

.heading.style1 p {
    color: rgba(154, 154, 154, 1);
}


/*========================================================
Home 01- Work area - Section:05
==========================================================*/

.heading.style1 h3.heading-text {
    color: #fff;
    font-size: 220px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0;
    text-transform: uppercase;
}
.heading.style1 h3 span {
   color:rgba(205, 255, 1, 1);
}

/*service section style Two*/
.service_section.style2 {
    position: relative;
    background: url(https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/work_thumb_Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    transition: .5s;
    border-radius: 35px 35px 10px 10px;
}
.service_section.style2:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.service_section.style2:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(31, 31, 31, 1);
    inset: 1px;
    border-radius: 10px;
    z-index: -1;
    transition: opacity .3s ease;
}
.service_section.style2:hover:after {
  opacity: 1;
}

.active .service_section.style2 {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}

.service_section.style2 .service_img {
    position: relative;
    overflow: hidden;
    line-height: 0;
    transition: .5s;
    z-index: 1;
}
.service_section.style2 .service_img:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 5px;
    background: transparent;
    transition: .5s;
    z-index: 1;
}
.service_section.style2:hover .service_img:before {
    background: rgba(205, 255, 1, 1);
    width: 100%;
}
.service_section.style2 .service_content {
    padding: 42px 38px 48px;
    transition: .5s;
}
.service_section.style2 .service_content  h3 {
    margin: 0 0 145px;
}
.service_section.style2 .service_content h3 a {
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
}
.service_section.style2:hover .service_content h3 a {
    color: #CDFF01;
}
.active .service_section.style2 .service_content h3 a {
    color: #CDFF01;
}
.service_section.style2 .service_content .service_body ul li {
    list-style: none;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 5px 20px;
}
.service_section.style2 .service_content .service_body ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(110.04deg, rgba(255, 255, 255, 0.1) 31.39%, rgba(255, 255, 255, 0.3) 82.09%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.service_section.style2 .service_content .service_body ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 1px;
    background: #CDFF01;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.service_section.style2 .service_content .service_body ul li:hover:after {
    transform: scale(1);
}
.service_section.style2 .service_content .service_body ul li:hover {
   color: #121212;
}
.service_section.style2 .service_btn a {
    display: inline-block;
    background: #CDFF01;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #101010;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    right: 30px;
}


.dreamit-button.style2 a {
    position: relative;
    display: inline-block;
    padding: 46px 50px;
    background-color: rgba(31, 31, 31, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s ease;
    overflow: hidden;
    z-index: 1;
}
.dreamit-button.style2 a i {
    color: #c3ff00;
}
.dreamit-button.style2 a:hover ,
.dreamit-button.style2 a:hover i {
    color: #121212;
}
.dreamit-button.style2 a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 55px;
    background-color: #c3ff00;
    border-bottom-right-radius: 100%;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style2 a:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


/*========================================================
Home 01- Animation area - Section:06
==========================================================*/


/* Marquee Css */

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
    background: rgba(41, 41, 41, 1);
    padding: 28px 0;
    transform: skewY(5deg);
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.marquee-block .content-box:last-child {
    margin-right:0px;
}


  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.marquee.style1 .marquee-block h3 {
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin: 0;
}
.marquee.style1 .marquee-block h3 img {
    margin: 0 40px;
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
    position: relative;
    top: 6px;
}

.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
==========================================================*/

.dreamit-media.style4 {
    position: absolute;
    right: -110px;
    bottom: -45px;
    animation: moveShapei 6s ease-in-out infinite alternate;
}

/* 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;
}
.single-counter.style1 {
    text-align: left;
    z-index: 1;
    position: absolute;
    bottom: 7px;
    left: 0;
    background: url(https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/counter-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 102px 0 115px 35px;
}
..single-counter.style1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/counter_bg.png);
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
}
.single-counter.style1 .icon {
    margin-bottom: 0px;
}
.single-counter.style1 .icon i {
    font-size: 50px;
    color: #52614e;
}
.single-counter.style1 .count.percent {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 48px;
    margin: 0;
    color: rgba(0, 0, 0, 1);
}
.single-counter.style1 .counter-content .suffix {
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    position: relative;
    top: -12px;
}
.single-counter.style1 .counter-content h6 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    margin: 7px 0 0;
}

/*testimonial style1*/

.testimonial-item.style1 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 30px 30px 0px;
    padding: 50px 58px 46px 58px;
    transition: .5s;
    margin-right: 55px;
    position: relative;
    z-index: 1;
}
.testimonial-item.style1:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.testimonial-item.style1:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(31, 31, 31, 1);
    inset: 1px;
    border-radius: 0 30px 30px 0px;
    z-index: -1;
    transition: opacity .3s ease;
    transition: .5s;
}

.testimonial-item.style1:hover:after {
  opacity: 1;
}

.testimonial-item.style1 p.quote {
    font-size: 24px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    margin: 19px 0 25px;
    font-weight: 300;
}
.testimonial-item.style1 .reviews_rating {
    margin: 0 0 44px;
}
.testimonial-item.style1 i.active {
    color: rgba(255, 159, 49, 1);
}
.testimonial-item.style1 .author {
    display: inline-block;
}
.testimonial-item.style1 .author img{
    border-radius:100%;
}
.testimonial-item.style1 .author_content {
    display: flex;
    align-items: center;
    gap: 19px;
}
.testimonial-item.style1 h4.name {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 12px;
}
.testimonial-item.style1 h5.designation {
    color: #fff;
    font-weight: 400;
    margin: 0 0 0;
    font-size:16px;
}
.testimonial-item.style1 h5.designation span {
    color: rgba(205, 255, 1, 1);
}

.testimonial.style1 .owl-carousel .owl-item img {
    display: block;
    width: inherit;
}
 /*dots*/
.testimonial.style1 .owl-dots {
    position: relative;
    top: -97px;
    right: -74%;
}
.testimonial.style1 .owl-dot.active {
    filter: brightness(0) invert(1);
}
.testimonial.style1 .owl-dot {
    background: url('https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/left-arrow.png');
    display: inline-block;
    margin: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    width: 60px;
    height: 30px;
}
.testimonial.style1 .owl-dot:nth-child(2) {
    background: url('https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/right-arrow.png');
    background-repeat: no-repeat;
}


/*========================================================
Home 01- Awards area - Section:08
==========================================================*/

.dreamit-media.style5 {
    position: absolute;
    left: -15%;
    top: 40px;
    transform-style: preserve-3d;
    animation: tilt3D 8s ease-in-out infinite;
}

/* 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);
  }
}

/*counter section style two*/
.single-counter.style_two {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    text-align: left;
    padding: 40px 50px 40px;
    display: inline-flex;
    align-items: start;
    gap: 80px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.single-counter.style_two:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.single-counter.style_two:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    inset: 1px;
    border-radius: 30px;
    z-index: -1;
    transition: opacity .3s ease;
}
.single-counter.style_two:hover:after {
  opacity: 1;
  background: rgba(31, 31, 31, 1);
}
.single-counter.style_two .icon {
    margin-bottom: 9px;
}
.single-counter.style_two .count.percent {
    font-weight: 600;
    font-size: 70px;
    line-height: 78px;
    color: rgba(205, 255, 1, 1);
}
.single-counter.style_two .counter-content .suffix {
    font-size: 36px;
    color: rgba(205, 255, 1, 1);
    font-weight: 600;
    position: relative;
    top: -30px;
}
.single-counter.style_two .counter-content.counter h6 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);
}




/*service box style three*/

.service-box.style3 {
    position: relative;
    z-index: 1;
    border-radius: 170px;
    padding: 20px 50px 20px 40px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-box.style3:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.service-box.style3:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    inset: 1px;
    border-radius: 170px;
    z-index: -1;
    transition: opacity .3s ease;
}
.service-box.style3:hover:after {
  opacity: 1;
  background: rgba(31, 31, 31, 1);
}
.active .service-box.style3 {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.active .service-box.style3:after {
  opacity: 1;
  background: rgba(31, 31, 31, 1);
}
.service-box.style3 .service-number span {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(41, 41, 41, 1);
    border-radius: 40px;
    padding: 3px 25px;
    position: absolute;
    top: -18px;
    left: 73px;
    transition: .5s;
}
.service-box.style3:hover .service-number span {
    background:rgba(205, 255, 1, 1);
    color: rgba(18, 18, 18, 1);
}
.active .service-box.style3 .service-number span {
    background:rgba(205, 255, 1, 1);
    color: rgba(18, 18, 18, 1);
}
.service-box.style3 .content h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}




/*========================================================
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); }
}





.blog-post.style1 .post-item {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: rgba(41, 41, 41, 1);
    padding: 20px 20px 40px;
    border-radius: 30px;
}
.blog-post.style1 .post-item:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.blog-post.style1 .post-item:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(41, 41, 41, 1);
    inset: 1px;
    border-radius: 30px;
    z-index: -1;
    transition: opacity .3s ease;
}

.blog-post.style1 .post-item:hover:after {
  opacity: 1;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.blog-post.style1 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    border-radius: 20px;
}

.blog-post.style1 .user_thumb {
    display: inline-block;
}
.blog-post.style1 .single_blog_post_content {
    padding: 30px 0px 0px 20px;
    position: relative;
}
.blog-post.style1 .categories {
    display: inline-block;
}
.blog-post.style1 .user_author {
    display: inline-block;
    margin-right: 11px;
}
.blog-post.style1 .post-item.style1 .categories a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    padding: 2px 22px;
    border-radius: 40px;
    text-transform: uppercase;
    margin-right: 10px;
}
.blog-post.style1 .post-item.style1:hover .categories a {
    color: rgba(18, 18, 18, 1);
}
.blog-post.style1 .post-item.style1 .categories a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 170px;
    padding: 1px;
    background: linear-gradient(110.04deg, rgba(255, 255, 255, 0.1) 31.39%, rgba(255, 255, 255, 0.3) 82.09%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.blog-post.style1 .post-item.style1 .categories a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #CDFF01;
    transition: 0.5s;
    border-radius: 50px;
    z-index: -1;
}
.blog-post.style1 .post-item.style1:hover .categories a:after {
    width:100%;
    left: 0%;
}
.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 25px 20px 33px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #52614e;
}
.blog-post.style1 .meta i {
    color: #52614e;
    display: inline-block;
    margin-right: 3px;
}
.blog-post.style1 ul.post-categories {
    list-style: none;
}
.blog-post.style1 .post-item.style1 h3.title a {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 5px;
}
.blog-post.style1 .post-item.style1 h3.title a:hover{
    color:#52614e ;
}

.blog-post.style1 .single_blog_post_content h3 a {
    display: inline-block;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    transition: 0.5s;
    color: rgba(255, 255, 255, 1);
     padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid rgb(255, 255, 255, 10%);
    transition: .5s;
}
.blog-post.style1 .post-item.style1:hover .single_blog_post_content h3 a {
    border-bottom: 1px solid rgba(205, 255, 1, 1);
    color:rgba(205, 255, 1, 1);
}
.blog-post.style1 .meta {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-post.style1 .date {
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 3px 20px;
}
.blog-post.style1 .date:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 170px;
    padding: 1px;
    background: linear-gradient(110.04deg, rgba(255, 255, 255, 0.1) 31.39%, rgba(255, 255, 255, 0.3) 82.09%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.blog-post.style1 .date span {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 8px;
}
.blog-post.style1 .user_thumb {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 9px;
    float: left;
}
.blog-post.style1 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style1 .blog_post_user {
    padding: 23px 0px 0;
    border-top: 1px solid #ffffff4a;
    margin-top: 20px;
}
.blog-post.style1 .author {
    display: inline-block;
}
.blog-post.style1 .author a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize; 
}
.blog-post.style1 .blog_btn a {
    position: relative;
    display: inline-block;
    color: #0c2318;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.blog-post.style1 .blog_btn a i {
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    margin-left: 1px;
}





/*========================================================
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;
}

/*animation circle two*/

.creative-btn.style-two {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}
.creative-btn.style-two .text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.creative-btn.style-two .text_inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 12px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.creative-btn.style-two .text_inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.creative-btn.style-two a.banner-play-batn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 222px;
    height: 222px;
    line-height: 182px;
    text-align: center;
    border-radius: 50%;
    background: rgba(18, 18, 18, 1);
    border: 20px solid #CDFF01;
}
.creative-btn.style-two .likee {
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
    }
    .circle {
        animation: circle 15s linear infinite;
    }
    .right {
        animation: right 15s linear infinite;
    }
    .spin2 {
        animation: spin2 15s linear infinite;
    }
    @keyframes right {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}



/*========================================================
Home 01- Footer area - Section:11
==========================================================*/

.heading.style1 h4 {
    color: #fff;
    font-size: 120px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.heading.style1 h4 span {
    color: rgba(205, 255, 1, 1);
}


ul.item-list.style1 {
    margin-top: 22px;
}
ul.item-list.style1 li{
    list-style: none;
}
ul.item-list.style1 li a {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin: 0;
    padding: 0px 0 16px;
    transition: .5s;
    margin-left: -16px;
}
ul.item-list.style1 li a:hover {
    color: #CDFF01;
    margin-left: 0px;
}
ul.item-list.style1 li a i {
    opacity: 0;
    margin-right: 5px;
}
ul.item-list.style1 li a:hover i {
    opacity: 1;
}


.heading.style1 h5 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: 0 0 0;
    text-align: center;
}
.heading.style1 h5 span {
    color: rgba(205, 255, 1, 1);
}

.subscribe-wrapper {
    text-align: center;
    margin: 12px 0 0;
}
.subscribe-wrapper input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.07);
    border-radius: 120px;
    padding: 14px 20px;
    width: 55%;
    margin: 0 auto 0;
    outline: 0;
}
.subscribe-wrapper button {
    background: rgba(205, 255, 1, 1);
    padding: 9px 14px;
    border-radius: 40px;
    border: 0;
    position: absolute;
    right: 24%;
    bottom: 6px;
}


.heading.style1 h6 {
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 42px;
    line-height: 20px;
}
.social-links.style1 ul li {
    list-style: none;
}
.social-links.style1 ul li a {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin: 0;
    padding: 0px 0 16px;
    transition: .5s;
}
.social-links.style1 ul li a:hover {
    color: #CDFF01;
}
.social-links.style1 ul li a i {
    margin-right: 5px;
}

.heading.style-2 p {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    margin: 75px 0 0;
    padding: 28px 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;
}




/*========================================================
Home 02- Hero area - Lite - Section:00
==========================================================*/

.lite .creative-btn.style-one a.banner-play-batn {
    background: rgba(83, 191, 44, 1);
}
.lite .creative-btn.style-one .text_inner text {
    fill: #ffffff;
}
.lite .creative-btn.style-one .likee {
    background: #ffffff;
}
.lite .creative-btn.style-one .likee i {
    color: rgba(83, 191, 44, 1);
}

.lite .service-box.style1::after {
    display: none;
}

.lite .service-box.style1:hover {
  background: url(https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/service-box-bg.png);
  background-repeat: no-repeat;
  animation: none;
}
.lite .service-box.style1 .service-btn a:before {
    opacity: 1;
    filter: brightness(0.07) contrast(1.1);
}
.lite .service-box.style2 .service-box-inner:hover {
  background: conic-gradient(from var(--r), #53BF2C 8.23%, #FFFFFF 65.95%);
}
.active-two .service-box.style2 .service-box-inner {
  background: conic-gradient(from var(--r), #53BF2C 8.23%, #FFFFFF 65.95%);
   animation: rotating 5s linear infinite;
}
.dreamit-media.style6 .media-box {
    position: relative;
    z-index: 1;
    transition: .5s;
    line-height: 0;
}
.dreamit-media.style6 .media-box:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100%;
    height: 100%;
    background-color: rgba(83, 191, 44, 1);
    border-radius: 32px;
    z-index: -1;
    transition: .5s;
}
.dreamit-media.style6 .media-box:hover:before {
    left: 0;
    top: 0;
}
.lite .testimonial-item.style1:hover {
    background: none;
    animation: rotating 5s linear infinite;
}
.lite .testimonial.style1 .owl-dot.active {
    filter: brightness(0) saturate(100%);
}
.lite .testimonial.style1 .owl-dot {
    filter: invert(45%) sepia(73%) saturate(421%) hue-rotate(65deg) brightness(100%) contrast(100%);
}
.lite .single-counter.style_two:hover {
      background: conic-gradient(
      from var(--r),
      rgba(83, 191, 44, 0.11) 16.88%,
      #53BF2C 43.01%,
      #53BF2C 56.32%,
      rgba(83, 191, 44, 0.1) 72.92%
    );
    animation: rotating 5s linear infinite;
}
.lite .service-box.style3:hover {
    background: conic-gradient(
      from var(--r),
      rgba(83, 191, 44, 0.11) 16.88%,
      #53BF2C 43.01%,
      #53BF2C 56.32%,
      rgba(83, 191, 44, 0.1) 72.92%
    );
    animation: rotating 5s linear infinite;
}
.lite .blog-post.style1 .post-item:hover {
    background: conic-gradient(
      from var(--r),
      rgba(83, 191, 44, 0.11) 16.88%,
      #53BF2C 43.01%,
      #53BF2C 56.32%,
      rgba(83, 191, 44, 0.1) 72.92%
    );
    animation: rotating 5s linear infinite;
}
.lite .creative-btn.style-two a.banner-play-batn {
    background: #fff;
    border: 20px solid rgba(83, 191, 44, 1);
}
.lite .creative-btn.style-two .text_inner text {
    fill: rgba(18, 18, 18, 1);
}
.lite .creative-btn.style-two .likee i {
    color: rgba(83, 191, 44, 1);
}
.lite .subscribe-wrapper button {
    background: rgba(83, 191, 44, 1);
    color: #fff;
}

/*========================================================
Home 02- Hero area - Lite Version - END
==========================================================*/






/*========================================================
Home 03- Hero area - START
==========================================================*/


/*====================Home 03- Hero area -Classic Dark- Section:01===========================*/


/*style three*/
.dreamit-button.style3 a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: rgba(18, 18, 18, 1);
    padding: 17px 42px;
    position: relative;
    border-radius: 50px;
    background: rgba(205, 255, 1, 1);
    z-index: 9;
    transition: .5s;
    overflow: hidden;
}
.dreamit-button.style3 a:hover {
    color: rgba(18, 18, 18, 1);
   
}
.dreamit-button.style3 a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 50px;
    z-index: -1;
    transition: .5s;
}
.dreamit-button.style3 a:hover:before {
    width: 100%;
}

.dreamit-button.style3 a i {
    font-size: 16px;
    margin-left: 5px;
}



/*====================Home 03- marquee area -Classic Dark- Section:02===========================*/


.marquee.style_3 {
    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(205, 255, 1, 1);
    padding: 28px 0;
    transform: skewY(0deg);
}
.marquee.style_3 .marquee-block h3 img {
    margin: 0 35px;
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 5.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}


/*====================Home 03- about area -Classic Dark- Section:03===========================*/



/*====================Home 03- Service area -Classic Dark- Section:04===========================*/

.dreamit-media.style7 {
    position: absolute;
    right: -80px;
    top: -22px;
    animation: moveShapei 6s ease-in-out infinite alternate;
}

.service_section.style4 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 45px 43px 12px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 30px;
}
.service_section.style4:hover {
    padding: 45px 43px 40px;
}
.service_section.style4:hover {
  background: conic-gradient(from var(--r), #CDFF01 9.1%, rgba(205, 255, 1, 0) 62.5%);
  animation: rotating 5s linear infinite;
}
.service_section.style4::after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    inset: 1px;
    border-radius: 30px;
    z-index: 1;
    transition: opacity .3s ease;
}
.service_section.style4:hover::after {
    background: #212121;
    opacity: 1;
    z-index: -1;
}
.service_section.style4 .service_inner_content h3 {
    margin: 32px 0 130px;
    transition: .5s;
}
.service_section.style4:hover .service_inner_content h3 {
    margin: 32px 0 50px;
}
.service_section.style4 .service_inner_content h3 a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 34px;
    margin: 0 0 0;
    transition: .5s;
}
.service_section.style4:hover .service_inner_content h3 a {
    color: rgba(205, 255, 1, 1);
}
.service_section.style4 .service_body ul li {
    background: rgba(255, 255, 255, 0.07);
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    margin: 0 0 13px;
    padding: 5px 16px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service_section.style4 .service_body ul li:hover {
  background: conic-gradient(from var(--r), #CDFF01 9.1%, rgba(205, 255, 1, 0) 62.5%);
  animation: rotating 5s linear infinite;
}
.service_section.style4 .service_body ul li::after {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    inset: 1px;
    border-radius: 40px;
    z-index: 1;
    transition: opacity .3s ease;
}
.service_section.style4 .service_body ul li:hover::after {
    background: #212121;
    opacity: 1;
    z-index: -1;
}
.service_section.style4 .service_btn {
    padding: 0px 0 0;
    margin: 0px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 15%);
    opacity: 0;
    position: relative;
    transition: .5s;
}
.service_section.style4:hover .service_btn {
    padding: 25px 0 0;
    margin: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 15%);
    opacity: 1;
    position: relative;
}
.service_section.style4 .service_btn a {
    color: rgba(205, 255, 1, 1);
    font-weight: 600;
}





/*====================Home 03- Video area -Classic Dark- Section:05===========================*/


/* Style three*/
.single-video.style-three {
    line-height: 0;
}
.single-video.style-three .video-icon {
    left: 50%;
    position: absolute;
    top: 64%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.single-video.style-three .video-icon a {
    background: rgba(205, 255, 1, 1);
    width: 93px;
    height: 93px;
    line-height: 93px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    color: rgba(18, 18, 18, 1);
    font-size: 20px;
}



/*====================Home 03- Work process area -Classic Dark- Section:06===========================*/


.service-box.style4 {
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: center;
    padding: 0 30px;
}
.service-box.style4 .content h3 {
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    margin: 22px 0 0;
}
.service-box.style4 .content p {
    color: rgba(154, 154, 154, 1);
    font-weight: 400;
    line-height: 26px;
    margin: 17px 0 30px;
}
.service-box.style4 .service-number span {
    background: linear-gradient(360deg, rgba(35, 35, 35, 0) 20.19%, #CDFF01 70.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 600;
}




/*====================Home 03- Recent Work area -Classic Dark- Section:07===========================*/



.dreamit-zoomin {
    transform-style: preserve-3d;
    animation: tilt3D 8s ease-in-out infinite;
}
.dreamit-moveShapei {
    animation: moveShapei 6s ease-in-out infinite alternate;
}
/*service section style Two*/
.service_section.style3 {
    position: relative;
    background: url(https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/work_thumb_Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    transition: .5s;
    border-radius: 35px 35px 10px 10px;
}
.service_section.style3:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.service_section.style3:after {
    content: "";
    display: block;
    position: absolute;
    background: rgb(58 57 57);
    inset: 1px;
    border-radius: 10px;
    z-index: -1;
    transition: opacity .3s ease;
}
.service_section.style2:hover:after {
  opacity: 1;
}

.active .service_section.style3 {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}

.service_section.style3 .service_img {
    position: relative;
    overflow: hidden;
    line-height: 0;
    transition: .5s;
    z-index: 1;
}
.service_section.style3 .service_content {
    padding: 42px 38px 48px;
    transition: .5s;
}
.service_section.style3 .service_content  h3 {
    margin: 0 0 145px;
    line-height: 44px;
}
.service_section.style3 .service_content h3 a {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
}
.service_section.style3:hover .service_content h3 a {
    color: #CDFF01;
}
.active .service_section.style3 .service_content h3 a {
    color: #CDFF01;
}
.service_section.style3 .service_content .service_body ul li {
    list-style: none;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 5px 20px;
}
.service_section.style3 .service_content .service_body ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(110.04deg, rgba(255, 255, 255, 0.1) 31.39%, rgba(255, 255, 255, 0.3) 82.09%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.service_section.style3 .service_content .service_body ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 1px;
    background: #CDFF01;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.service_section.style3 .service_content .service_body ul li:hover:after {
    transform: scale(1);
}
.service_section.style3 .service_content .service_body ul li:hover {
   color: #121212;
}
.service_section.style3 .service_btn a {
    display: inline-block;
    background: #CDFF01;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #101010;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    right: 30px;
}


/*====================Home 03-testimonial area -Classic Dark- Section:08===========================*/



/*testimonial style2*/

.testimonial-item.style2 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 40px 58px 40px 40px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.testimonial-item.style2:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.testimonial-item.style2:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(31, 31, 31, 1);
    inset: 1px;
    border-radius: 30px;
    z-index: -1;
    transition: opacity .3s ease;
    transition: .5s;
}

.testimonial-item.style2:hover:after {
  opacity: 1;
}
.testimonial-item.style2 p.quote {
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    margin: 23px 0 22px;
    font-weight: 400;
}
.testimonial-item.style2 .reviews_rating {
    margin: 0 0 35px;
}
.testimonial-item.style2 i.active {
    color: rgba(255, 159, 49, 1);
}
.testimonial-item.style2 .author {
    display: inline-block;
}
.testimonial-item.style2 .author img{
    border-radius:100%;
}
.testimonial-item.style2 .author_content {
    display: flex;
    align-items: center;
    gap: 19px;
}
.testimonial-item.style2 h4.name {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 12px;
}
.testimonial-item.style2 h5.designation {
    color: #fff;
    font-weight: 400;
    margin: 0 0 0;
    font-size:16px;
}
.testimonial-item.style2 h5.designation span {
    color: rgba(205, 255, 1, 1);
}

.testimonial.style2 .owl-carousel .owl-item img {
    display: block;
    width: inherit;
}
 /*dots*/
.testimonial.style2 .owl-dots {
    position: relative;
    top: 58px;
    left: 46%;
}
.testimonial.style2 .owl-dot.active {
    filter: brightness(0) invert(1);
}
.testimonial.style2 .owl-dot {
    background: url('https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/left-arrow.png');
    display: inline-block;
    margin: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    width: 60px;
    height: 30px;
}
.testimonial.style2 .owl-dot:nth-child(2) {
    background: url('https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/right-arrow.png');
    background-repeat: no-repeat;
}



/*====================Home 03- Blog area -Classic Dark- Section:09===========================*/


.blog-post.style1.style2 .single_blog_post_content {
    padding: 16px 0px 0px 20px;
    position: relative;
}
.blog-post.style1.style2 .single_blog_post_content h3 a {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    transition: 0.5s;
    color: rgba(255, 255, 255, 1);
    padding: 0 0 25px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgb(255, 255, 255, 10%);
    transition: .5s;
}
.blog-post.style1.style2 .single_blog_post_content h3:hover a {
    color: rgba(205, 255, 1, 1);
}
/*========================================================
Home 03- Hero area - END
==========================================================*/












/*========================================================
Home 04- digital-agency - Start
==========================================================*/




/*====================Home 04- Hero area- Section:01===========================*/


.heading.style-2 h1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 95.19%);
    font-weight: 700;
    font-size: 260px;
    line-height: 210px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 25px 0 0px;
}
.floating-shape {
  animation: floatY 3s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(40px); /* 40px নিচে নামবে */
  }
}


.heading.style-2 h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 800;
    font-size: 90px;
    line-height: 105px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}
.heading.style-2 h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 50px;
    z-index: 1;
    top: 38px;
    right: 23%;
    border-radius: 33px;
    background: rgba(205, 255, 1, 1);
    animation: float-bobb1;
    animation-duration: 8.9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-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); } 
}

.dreamit-media.style9 .media-box {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-media.style9 .media-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -63px;
    left: -92px;
    background-image: url(https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/img-2-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    animation: float-bobb2;
    animation-duration: 9.9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-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); } 
}

.dreamit-media.style10 .media-box {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-media.style10 .media-box:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    z-index: -1;
    top: -8px;
    left: 43px;
    background: rgba(205, 255, 1, 1);
    animation: upDown 8s infinite alternate ease-in-out;
}
@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;
}
.dreamit-button.style4 a {
    display: inline-block;
    background: rgba(205, 255, 1, 1);
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 35px;
    color: rgba(18, 18, 18, 1);
    font-size: 26px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: .5s;
    transform: rotate(-90deg);
}
.dreamit-button.style4 a:before {
    position: absolute;
    content: "";
    left: -19px;
    right: 0;
    top: -16px;
    width: 100px;
    height: 100px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 50px 50px 0;
    z-index: -1;
}


/*====================Home 04-Feature Service - Section:02===========================*/


.heading.style-3 p {
    color: rgba(154, 154, 154, 1);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding-left: 80px;
}
.heading.style-3 p:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    z-index: 1;
    top: 10px;
    left: 0;
    background: rgba(154, 154, 154, 1);
}


.filter-tab-three {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 20px 22px 15px;
}
.filter-tab-three ul#tabs {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.filter-tab-three ul#tabs:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 110%;
    z-index: 1;
    bottom: -24px;
    left: -37px;
    background: rgba(255, 255, 255, 0.15);
}
.filter-tab-three ul#tabs li {
    list-style: none;
}
.filter-tab-three ul#tabs li a {
    display: inline-grid;
    grid-template-columns: 350px auto;
    align-items: center;
    padding: 61px 0 60px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.filter-tab-three ul#tabs li a:before {
    position: absolute;
    content: "";
    width: 115%;
    height: 1px;
    z-index: 1;
    bottom: 0px;
    left: -37px;
    background: rgba(255, 255, 255, 0.15);
}
.filter-tab-three ul#tabs li a:first-child {
    padding: 35px 0 55px;
}
.filter-tab-three ul#tabs li:nth-child(2) a {
    padding: 55px 0 60px;
}
.filter-tab-three ul#tabs li:nth-child(3) a {
     padding: 55px 0 60px;
}
.filter-tab-three ul#tabs li:nth-child(4) a {
    padding: 55px 0 30px;
}
.filter-tab-three ul#tabs li:nth-child(4) a:before {
    background: transparent;
}
.filter-tab-three ul#tabs li a.inactive:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: -58px;
    top: 0;
    background: transparent;
    width: 3px;
    height: 115px;
}
.filter-tab-three ul#tabs li a:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: -36px;
    top: 35px;
    background: rgba(205, 255, 1, 1);
    width: 3px;
    height: 81px;
}
.filter-tab-three ul#tabs li a h5 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 0;
    transition: .5s;
}
.filter-tab-three ul#tabs a.inactive h5 {
    color: #fff;
}
.filter-tab-three ul#tabs li a:hover h5 {
    color: rgba(205, 255, 1, 1);
}
.filter-tab-three ul#tabs li a p {
    color: rgba(154, 154, 154, 1);
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

/*====================Home 04- About- Section:03===========================*/

.section-title.style3 h5 {
    color: rgba(205, 255, 1, 1);
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}
.section-title.style3 h5 span.icon {
    margin-right: 7px;
    position: relative;
    top: 5px;
}
.section-title.style3 h3 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin: 18px 0 0;
}
.section-title.style3 p {
    color: rgba(154, 154, 154, 1);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 0px 0 0 30px;
    border-left: 1px solid rgba(205, 255, 1, 1);
    margin: 45px 0 0;
}


.dreamit-button.style5 a {
    display: inline-block;
    background: rgba(205, 255, 1, 1);
    width: 130px;
    height: 130px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style5 a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style5 a:hover:before {
    transform: scale(1);
}


/*====================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: 45px 0px 50px;
    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-align: center;
}
.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%;
    margin: 0 auto 0;
}
.text-banner-box.style2 .text-banner-title a {
    display: inline-block;
    background: rgba(205, 255, 1, 1);
    border: 1px solid #000;
    color: #000;
    padding: 11px 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 900;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 30px;
}
.text-banner-box.style2 .text-banner-title a:hover {
    border: 1px solid transparent;
}
.text-banner-box.style2 .text-banner-title a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}
.text-banner-box.style2 .text-banner-title a:hover:before{
    transform: scale(1);
    
}

.zoom-box {
      animation: zoomInOut 4s ease-in-out infinite;
    }

    @keyframes zoomInOut {
     0%   { transform: scale(0.81); }
      50%  { transform: scale(1); }
      100% { transform: scale(0.8); }
    }
/*====================Home 04- Testimonial  - Section:05===========================*/

/*testimonial .style3 */

.testimonial-item.style3 {
    background: rgba(255, 255, 255, 0.1);
    padding: 45px 40px 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
  transition: opacity 0.5s ease;
}
.testimonial-item.style3:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.testimonial-item.style3:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(84, 92, 83, 0.1);
    inset: 1px;
    border-radius: 0px;
    z-index: -1;
    transition: opacity .3s ease;
  transition: opacity 0.5s ease;
}
.testimonial-item.style3:hover:after {
    opacity: 1;
    background: rgba(84, 92, 83, 1);
}
.testimonial-item.style3 .top_image {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.testimonial-item.style3 .testi_content p {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 64px 0 32px;
}
.testimonial-item.style3 .author_content h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding-left: 42px;
}
.testimonial-item.style3 .author_content h4:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    z-index: 1;
    top: 12px;
    left: 0;
    background: rgba(154, 154, 154, 1);
}


/*brand.style3*/

.brand.style3 .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: transparent;
    padding: 50px 15px 50px;
    transform: skewY(0deg);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.brand.style3 .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%;
     animation: none;
}
.brand.style3 .owl-carousel .owl-item img {
    display: block;
    width: 80%;
}



/*====================Home 04-Team - Section:06===========================*/


/*==========team.style1==========*/

.team.style1 {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style1 .image {
    line-height: 0;
}
.team.style1 .image img {
    width: 100%;
}
.team.style1 ul.social-icon {
    position: absolute;
    right: 35px;
    bottom: 0;
    opacity: 0;
    transition: .5s;
}
.team.style1:hover ul.social-icon {
    bottom: 18px;
    opacity: 1;
}
.team.style1 ul.social-icon li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}
.team.style1 ul.social-icon li a {
    display: inline-block;
    color: rgba(18, 18, 18, 1);
    border: 1px solid rgba(18, 18, 18, 0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style1 .content {
    position: absolute;
    background: rgba(31, 31, 31, 1);
    padding: 30px 30px 30px 82px;
    left: 10px;
    right: 0px;
}
.team.style1 .content h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style1 .content h2:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    z-index: 1;
    top: 14px;
    left: -40px;
    background: rgba(154, 154, 154, 1);
}
.team.style1 .content h5 {
    color: rgba(154, 154, 154, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin: 8px 0 0;
}



/*====================Home 04- Blog- Section:07===========================*/



.blog-post.style3 .post-item {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: rgba(41, 41, 41, 1);
    padding: 0px 20px 45px 0;
    border-radius: 0px;
}
.blog-post.style3 .post-item:hover {
    background: conic-gradient(from var(--r), #121212 34.2%, #CDFF01 66.43%, #121212 98.65%);
    animation: rotating 5s linear infinite;
}
.blog-post.style3 .post-item:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(41, 41, 41, 1);
    inset: 1px;
    border-radius: 0px;
    z-index: -1;
    transition: opacity .3s ease;
}

.blog-post.style3 .post-item:hover:after {
  opacity: 1;
}
.blog-post.style3 .post-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.blog-post.style3 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
}

.blog-post.style3 .post-item.style3 .post-thumb:before {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    background: url(https://wp.dreamitworld.com/agentu/wp-content/uploads/2025/08/date-shape.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0;
    transition: .5s;
}
.blog-post.style3 .post-item.style3:hover .post-thumb:before {
   opacity: 1;
    bottom: 0;
}
.blog-post.style3 .post-item.style3 .meta .date {
    transition: .5s;
    color: rgba(18, 18, 18, 1);
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    text-transform: uppercase;
    right: 20px;
    bottom: -30px;
    transition: .5s;
}
.blog-post.style3 .post-item.style3:hover .meta .date {
  opacity: 1;
    bottom: 30px;
}
.blog-post.style3 .single_blog_post_content {
    padding: 41px 0px 0px 35px;
    position: relative;
}
.blog-post.style3 .user_author {
    display: inline-block;
    margin-right: 11px;
}
.blog-post.style3 .user_author a {
    color: rgba(161, 161, 161, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
.blog-post.style3 .Comment {
    display: inline-block;
}
.blog-post.style3 .Comment span {
    color: rgba(161, 161, 161, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
.blog-post.style3 ul.post-categories {
    list-style: none;
}
.blog-post.style3 .post-item .blog_post_inner_content {
    padding: 25px 20px 33px;
    transition: .5s;
}
.blog-post.style3 .post-item.style3 .single_blog_post_content h3 a {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
}

.blog-post.style3 .post-item.style3:hover .single_blog_post_content h3 a{
    color:rgba(205, 255, 1, 1) ;
}
.blog-post.style3 .blog_btn a {
    position: relative;
    display: inline-block;
    color: #0c2318;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.blog-post.style3 .blog_btn a i {
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    margin-left: 1px;
}

/*====================Home 04- Contact Section:08===========================*/

.icon-box.style3 {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 170px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.icon-box.style3:before {
  content: "";
  position: absolute;
  inset: 0; 
  border-radius: inherit; 
  padding: 1px; 
  background: linear-gradient(
    90.75deg,
    rgba(255, 255, 255, 0.16) 2.29%,
    rgba(255, 255, 255, 0) 99.55%
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
  pointer-events: none;
  z-index: -1;
}
.icon-box.style3 .icon {
    background: rgba(255, 255, 255, 0.07);
    padding: 27px 17px;
    border-radius: 170px;
    color: rgba(205, 255, 1, 1);
    font-size: 45px;
    position: relative;
    z-index: 1;
    transition: .5s;

}
.icon-box.style3 .icon:before {
  content: "";
  position: absolute;
  inset: 0; 
  border-radius: inherit; 
  padding: 1px; 
  background: linear-gradient(
    90.75deg,
    rgba(255, 255, 255, 0.16) 2.29%,
    rgba(255, 255, 255, 0) 99.55%
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
  pointer-events: none;
  z-index: -1;
}
.icon-box.style3 .icon-box-content h4 {
    color: rgba(154, 154, 154, 1);
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0;
}
.icon-box.style3 .icon-box-content p {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 24px;
    margin: 14px 0 0;
    padding-left: 36px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style3 .icon-box-content p:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    z-index: 1;
    top: 9px;
    left: -1px;
    background: rgba(154, 154, 154, 1);
}

.contact .section-title.style2 h3 {
    text-transform: inherit !important;
}



/*====================Home 04- Footer Section:09===========================*/

.section-title.style4 h5 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 0;
}
.section-title.style4 p {
    color: rgba(161, 161, 161, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 0;
}
.footer-two .subscribe-wrapper input[type="email"] {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: unset;
    background: transparent;
    border-radius: 0;
    padding: 14px 0px;
    width: 100%;
    outline: 0;
    font-size: 22px;
    color: #fff;
    margin: 0 0 0 70px;
}
.footer-two .subscribe-wrapper button {
    background: transparent;
    color: rgba(205, 255, 1, 1);
    padding: 9px 14px;
    border-radius: 40px;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 6px;
}

.dreamit-button.style6 a {
    color: rgba(205, 255, 1, 1);
    font-weight: 700;
    font-size: 120px;
}

.footer-end {
    background: linear-gradient(90deg, #121212 0%, #1F1F1F 50%, #121212 100%);

}


/*========================================================
Home 04- digital-agency - END
==========================================================*/




/*========================================================
Home 05- digital-agency classic - START
==========================================================*/


/*====================Home 05- Hero Section:01===========================*/

.section-title.style6 h5 {
    color: #CDFF01;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 24px;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}
.section-title.style6 h5:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0px;
    top: 35px;
    background: linear-gradient(90deg, #101208 0%, #CDFF01 50%, #080A00 100%);
    width: 152px;
    height: 2px;
}
.section-title.style6 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 65px;
    line-height: 80px;
    margin: 0 0 0;
}
.section-title.style6 p {
    color: #9A9A9A;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 0;
}


/*====================Home 05- about Section:02===========================*/



.section-title.style7 h5 {
    color: rgba(205, 255, 1, 1);
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}
.section-title.style7 h5 span.icon {
    margin-right: 7px;
    position: relative;
    top: 5px;
}
.section-title.style7 h3 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin: 18px 0 0;
}
.section-title.style7 p {
    color: #9A9A9A;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding-left: 90px;
    margin: 24px 0 0;
}
.section-title.style7 p:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    z-index: 1;
    top: 10px;
    left: 0;
    background: #9A9A9A;
}

/* Style four*/
.single-video.style-four {
    line-height: 0;
}
.single-video.style-four .video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.single-video.style-four .video-icon a {
    background: transparent;
    width: 93px;
    height: 93px;
    line-height: 93px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    color: rgba(18, 18, 18, 1);
    border: 2px dashed #fff;
    font-size: 24px;
}


/*single counter style four*/

.single-counter.style_four {
    background: transparent;
    padding: 35px 62px 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 999999999999999;
    transition: .5s;
}
.single-counter.style_four:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 1);
    z-index: -1;
    transition: .5s;
}
.single-counter.style_four:hover:before {
    right: 0px;
    bottom: 0px;
}
.single-counter.style_four:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #cdff01;
    z-index: -1;
    transition: .5s;
}
.single-counter.style_four .counter-content.counter h6 {
    font-weight: 600;
    font-size: 18px;
    color: rgba(18, 18, 18, 1);
    margin: 25px 0 17px;
    text-transform: uppercase;
}
.single-counter.style_four .counter-content.counter span {
    color: rgba(18, 18, 18, 1);
    font-size: 34px;
    font-weight: 600;
}


/*====================Home 05- team Section:03===========================*/

.team.style2 {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.team.style2 .image {
    line-height: 0;
}
.team.style2 .image img {
    width: 100%;
}
.team.style2 .content {
    position: relative;
    background: rgba(31, 31, 31, 1);
    padding: 30px 30px 30px 82px;
    left: 10px;
    right: 0px;
    z-index: 1;
}
.team.style2 .content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #c3ff00;
    z-index: -1;
    transition: .5s;
}
.team.style2:hover .content:before {
    height: 100%;
}
.team.style2 .content h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style2 .content h2:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    z-index: 1;
    top: 14px;
    left: -45px;
    background: rgba(154, 154, 154, 1);
}
.team.style2 .content h5 {
    color: rgba(154, 154, 154, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin: 8px 0 0;
    transition: .5s;
}
.team.style2:hover .content h2,
.team.style2:hover .content h5 {
    color: rgba(31, 31, 31, 1);
}


/*====================Home 05- service Section:04===========================*/

/*service_section.style5*/


.service_section.style5 {
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service_section.style5:after {
    content: "";
    position: absolute;
    background: rgb(58 57 57);
    z-index: -1;
    transition: opacity .3s ease;
}
.service_section.style5:hover:after {
  opacity: 1;
}
.service_section.style5 .service_img {
    position: relative;
    overflow: hidden;
    line-height: 0;
    transition: .5s;
    z-index: 1;
}
.service_section.style5 .service_content {
    padding: 42px 38px 48px;
    background: rgb(58 57 57);
    transition: .5s;
}
.service_section.style5 .service_content  h3 {
    margin: 0 0 45px;
    line-height: 44px;
}
.service_section.style5 .service_content h3 a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
}
.service_section.style5:hover .service_content h3 a {
    color: #CDFF01;
}

.service_section.style5 .service_content .service_body ul li {
    list-style: none;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 5px 20px;
}
.service_section.style5 .service_content .service_body ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(110.04deg, rgba(255, 255, 255, 0.1) 31.39%, rgba(255, 255, 255, 0.3) 82.09%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.service_section.style5 .service_content .service_body ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 1px;
    background: #CDFF01;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.service_section.style5 .service_content .service_body ul li:hover:after {
    transform: scale(1);
}
.service_section.style5 .service_content .service_body ul li:hover {
   color: #121212;
}
.service_section.style5 .service_btn a {
    display: inline-block;
    background: #CDFF01;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #101010;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    right: 30px;
}



/*========================================================
Home 05- digital-agency classic - END
==========================================================*/


/*========================================================
Inner Page- START
==========================================================*/


/*====================Inner Page- fAQ Section:01===========================*/
/* Accordion CSS */
.my-accordion li {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    z-index: 1;
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion span.box-number {
    padding: 0 15px 0 0px;
    z-index: 1;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.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;
    color: #ffffff;
    font-weight: 600;
    background: transparent;
}
.my-accordion li a.active {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: #fff;
    border: none;
    border-radius: 5px 5px 0 0;
    background: rgb(51 52 51);
}
.my-accordion a:after {
   width: 10px;
    height: 2px;
    background: #52614e;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #52614e;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    padding: 23px;
    padding: 0 77px 32px 70px;
    margin: 0;
    background: rgb(51 52 51);
    overflow: hidden;
    font-size: 17px;
    color: #ffffffa1;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
}

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 li {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    z-index: 1;
}
.accordion.style3 .my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.accordion.style3 .my-accordion span.box-number {
    padding: 0 15px 0 0px;
    z-index: 1;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.accordion.style3 .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;
    color: #ffffff;
    font-weight: 600;
    background: transparent;
}
.accordion.style3 .my-accordion li a.active {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: #fff;
    border: none;
    border-radius: 5px 5px 0 0;
    background: #647160;
}
.accordion.style3 .my-accordion a:after {
   width: 10px;
    height: 2px;
    background: #52614e;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}
.accordion.style3 .my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #52614e;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.accordion.style3 .my-accordion li p {
    display: none;
    font-size: 16px;
    padding: 23px;
    padding: 0 77px 32px 70px;
    margin: 0;
    background: #647160;
    overflow: hidden;
    font-size: 17px;
    color: #ffffffa1;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
}

.accordion.style3 .my-accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}
.accordion.style3 .my-accordion a.active:before {
 display: none;
}


/*====================Inner Page- Error Section:01===========================*/

.section-title.style5 h5 {
    color: rgba(205, 255, 1, 1);
    font-size: 100px;
    font-weight: 900;
    margin: 0 0 0;
}
.section-title.style5 h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 42px;
    font-weight: 600;
    margin: 20px 0 20px;
}
.section-title.style5 p {
   color: rgba(255, 255, 255, 0.81);
    font-size: 20px;
    margin: 0 0 0;
}


/*====================Inner Page- Service Details Section:02===========================*/

.heading.style-3 h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-bottom: 2px solid #CDFF01;
    display: inline-block;
    padding: 0 0 9px;
}
ul.item-list.style4 li {
    list-style: none;
    padding: 10px 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
ul.item-list.style4 li a {
    list-style: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin: 0;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.item-list.style4 li:hover i { 
    color: #CDFF01;
}


/*style5*/
.service-box.style5 {
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: center;
}
.service-box.style5 .icon {
    border: 2px solid #CDFF01;
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
}
.service-box.style5 .icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    text-align: center;
    background-color: #CDFF01;
    color: #000000;
    font-weight: 900;
    font-size: 28px;
}
.service-box.style5 .content span.service-box-number {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin: 25px 0 20px;
    display: inline-block;
}
.service-box.style5 .content h3 {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0;
}
.service-box.style5 .content p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 15px 0 50px;
}
.service-box.style5 .service-btn a {
    font-size: 18px;
    line-height: 16px;
    color: #000000;
    font-weight: 500;
    border-radius: 7px;
    background-color: #CDFF01;
    padding: 18px 35px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    overflow: hidden;
    display: block;
    transition: .5s;
    text-align: center;
    margin: 0 30px 11px;
}
.service-box.style5 .service-btn a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 7px;
    z-index: -1;
    transition: .5s;
}
.service-box.style5 .service-btn a:hover:before {
    width: 100%;
}

.heading.style-3 h6 {
    background: rgba(255,255,255,0.3);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-style: italic;
    line-height: 26px;
}

/*icon box style four*/
.icon-box.style4 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 24.13%, rgba(0, 0, 0, 0.25) 100%);
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 35px 35px 35px;
    text-align: center;
}

.icon-box.style4 .icon-box-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 40px;
    background-color: rgb(255 255 255 / 40%);
    transition: .5s;
    margin: 0 auto 0;
}
.icon-box.style4 .icon-box-icon i {
   color: #fff;
   font-weight: 900;
   font-size: 20px;
    transition: .5s;
}

.icon-box.style4 .icon-box-content h4 {
    font-size: 24px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    transition: .5s;
    margin: 22px 0 25px;
}
.icon-box.style4:hover .icon-box-content h4 {
    color: #CDFF01;
}
.icon-box.style4 .icon-box-content p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

ul.item-list.style3 li {
    list-style: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.50);
    font-weight: 400;
    margin: 0;
    padding: 0px 0 16px;
    transition: .5s;
}
ul.item-list.style3 li:hover {
    color: rgba(255, 255, 255, 1);
}
ul.item-list.style3 li i { 
    color: rgba(255, 255, 255, 0.5);
    margin-right:5px;
}
ul.item-list.style3 li:hover i { 
    color: rgba(255, 255, 255, 1);
}

.heading.style-2 h4 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

/*========================================================
Inner Page- END
==========================================================*/