
/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*
=============
 Header
=============
*/
.site-header .transparent-menu.sticky{
    background-color: #021327;
}

/*
============
 Nav Menu
============
*/
.nav-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-menu .menu-ul li{
    position: relative;
    margin-right: 10px;
}
.nav-menu .menu-ul li a{
    display: inline-block;
    padding: 15px 10px;
}

.nav-menu .menu-ul li .sub-menu{
    position: absolute;
    display: block;
    background-color: #fff;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu .menu-ul li .sub-menu li{
    margin: 0;
}
.nav-menu .menu-ul li .sub-menu li a{
    display: block;
}
.nav-menu .menu-ul li:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-toggle{
    display: none;
}



@media (max-width: 768px){

    .nav-menu .menu-toggle{
        display: block;
    }

    .nav-menu .menu-ul {
        position: absolute;
        top: 100%;
        display: block;
        background-color: yellow;
        width: 100%;
        display: none;
    }

    .nav-menu ul li a{
        width: 100%;
    }

}


/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

/*
=============
Slick Slider
=============
*/
.single-slick.style-1 {
    position: relative;
    min-height: 900px!important;
    z-index: 1;
    margin: auto;
/*    width: 1920px!important;*/
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.single-slick.style-1 .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.single-slick.style-1 .hero-text-wrap {
    width: 100%;
    text-align: left;
    position: relative;
}
.single-slick.style-1 .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 55px;
    text-transform: capitalize;
    line-height: 66px;
    font-weight: 700;
}
.single-slick.style-1 .hero-text-wrap h1 span{
	color: #c19d68;
}
.single-slick.style-1 .hero-text-wrap h4 {
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-transform: uppercase;
    margin: 25px 0 23px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 23px;
    padding-left: 55px;
}
.single-slick.style-1 .hero-text-wrap h4:after {
    position: absolute;
    content: "";
    top: -14px;
    left: 0;
    height: 55px;
    width: 55px;
    background: url(https://wp.dreamitsolution.net/Evenly/wp-content/uploads/2024/10/hero-title-shape.png);
    background-repeat: no-repeat;
}
.single-slick.style-1 .hero-text-wrap p {
    margin-top: 54px;
    width: 39%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    opacity: 0.702;
    font-size: 18px;
    line-height: 28px;
    color: #0a132e;
}
.single-slick.style-1 .line{
    position: relative;
}
.single-slick.style-1 .line:before {
    position: absolute;
    content: "";
    width: 47%;
    height: 1px;
    left: 0;
    top: 35px;
    background: rgba(10,19,46,0.10196078431372549);
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.single-slick.style-1 .hero-video {
    background-color: rgba(255,255,255,0.7);
    padding: 40px 61px 39px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.single-slick.style-1 .hero-video a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #0a132e;
    font-weight: 500;
    font-family: var(--title-fonts);
    display: flex;
    align-items: center;
    gap: 20px;
}
.single-slick.style-1 .hero-video i {
    display: inline-block;
    width: 77px;
    height: 77px;
    border-radius: 39px;
    border: 1px solid var(--primary-color);
    text-align: center;
    line-height: 77px;
    font-size: 20px;
    position: relative;
    color:#fff;
    z-index: 1;
}
.single-slick.style-1 .hero-video i:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    background-color: var(--primary-color);
    z-index: -1;
    margin: auto;
}
.single-slick.style-1 .hero-video p {
    font-size: 18px;
    line-height: 26px;
    color: #0a132e;
    font-weight: 500;
    margin: 0;
}

/* Slider Button Css */
.evenly-slick-slider .hero-text-wrap .btn {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    background: var(--primary-color);
    padding: 13px 32px;
    border-radius: 30px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.evenly-slick-slider .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #1e1e1e;
    border-radius: 0px;
    z-index: -1;
    transition: 0.5s;
}
.evenly-slick-slider .hero-text-wrap .btn:hover:after {
   left: 0;
   width: 100%;
}
.evenly-slick-slider .hero-text-wrap .btn:hover{
    border-color: var(--primary-color);
    color: #fff;
}
.evenly-slick-slider .hero-text-wrap .btn i{
    margin-left: 5px;
}
.evenly-slick-slider .hero-social-icon {
    position: absolute;
    left: -70px;
    top: 48%;
    z-index: 9999;
}
.hero-social-icon ul li{
    list-style:none;
}
.hero-social-icon ul li:nth-child(1) {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    transform: rotate(90deg);
    position: relative;
    left: -22px;
    top: -52px;
}

.hero-social-icon ul li:nth-child(1):before {
    position: absolute;
    content: "";
    width: 83px;
    height: 1px;
    left: -98px;
    top: 11px;
    background: rgba(255,255,255,0.2);
}

.evenly-slick-slider .hero-social-icon ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    line-height: 40px;
    color: #ffff;
    font-size: 14px;
    margin-bottom: 9px;
    transition: 0.5s;
}

.evenly-slick-slider .hero-social-icon ul li i:hover {
  background: var(--primary-color);
}



/* Slider Call Option Css */

.evenly-slick-slider .call-button {
    margin-left: 25px;
	-webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.evenly-slick-slider .call-number span {
    color: #858B97;
}
.evenly-slick-slider .call-number h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.evenly-slick-slider .call-number h3 a {
    color: inherit;
}
.evenly-slick-slider .call-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #c19d68;
    TEXT-ALIGN: CENTER;
    border: 2px solid #c19d68;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}
.single-slick.style-1 .slick-contact {
    display: inline-block;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px 30px;
    position: absolute;
    left: -55px;
    top: 50%;
    transform: rotate(-90deg);
}
.single-slick.style-1 .slick-contact:hover{
    background: #e2836a;
    border-color: #e2836a;
}
.single-slick.style-1 .slick-contact:hover .icon i,
.single-slick.style-1 .slick-contact:hover .number h3{
    color: #fff;
}
.single-slick.style-1 .icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single-slick.style-1 .icon i {
    color: #e2836a;
    transition: .5s;
}
.single-slick.style-1 .number {
    display: inline-block;
}
.single-slick.style-1 .number h3 {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lora";
    transition: .5s;
}
/* Slider Right Image Option */

.evenly-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.hero-text {
    position: relative;
}
.evenly-slick-slider .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    top: -107px;
    left: 31%;
}
.evenly-slick-slider .slider-single-image img {
	display: block;
}
.evenly-slick-slider .slider-single-image img {
    filter: inherit;
}
.evenly-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;
}
.evenly-slick-slider .slider-video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #c19d68;
    background: #fff;
    display: inline-block;
    font-size: 26px;
	position:relative; 
	z-index:1;
}
.evenly-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;
}
.evenly-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;
	bottom: 10%;
	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;
    top: inherit;
}
.slick-prev {
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    bottom: 2%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 50px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 80px;
    color: #fff;
    border: 0;
    right: 95px!important;
    border: 1px solid#ffffff8a;
    line-height: 50px;
}
.slick-next {
    background-color: transparent!important;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
    height: 50px!important;
    bottom: 10%;
    width: 50px!important;
    line-height: 50px!important;
    color: #fff;
    border: 0;
    border: 1px solid#ffffff8a;
}
 .slick-next:hover{
    background-color: #c19d68!important;
    color: #FFF;
    border-color: #c19d68;
}
.slick-next:hover: before{
    color: #FFF!important;
}
.slick-next::before {
    font-size: 26px!important;
    color: #fff!important;
}
.evenly-slick-slider .slick-prev {
    right: 0;
}
.evenly-slick-slider .slick-next {
    right: 33px;
    bottom: 2%;
    opacity: 1;
    color: #fff!important;
    transition: .5s;
}

.evenly-slick-slider .slick-prev::before,
.evenly-slick-slider .slick-next::before {
	color: #fff!important;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}
.evenly-slick-slider .slick-next:before {
	content: "\f105"!important;
	font-family: FontAwesome;
}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
    background-color: #c19d68;
    color: #FFF;
    outline: 0;
    border-color: #c19d68;
}

.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;
}
/*style three*/
.single-slick.style-three {
    min-height: 890px !important;
}
.single-slick.style-three .hero-text-wrap {
    background: #272727;
    padding: 53px 56px 69px;
     -webkit-animation: 1s 1s fadeInUp both;
    animation: 1s 1s fadeInUp both;
}
.single-slick.style-three .hero-text {
    text-align: left;
}
.single-slick.style-three .reviews_rating i {
    color: #c19d68;
    margin-right: 5px;
}
.single-slick.style-three .white-color h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 2px;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    margin: 20px 0 19px;
    text-transform: uppercase;
}
.single-slick.style-three .white-color h1 {
    text-transform: capitalize;
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    line-height: 70px;
}
.single-slick.style-three .hero-text-wrap .btn {
    margin-top: 7px;
}
.single-slick.style-three.slick-prev {
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    top: 50%;
    line-height: 80px;
    color: #fff;
    border: 0;
    right:inherit;
    left: 95px!important;
    border: 1px solid#ffffff8a;
    line-height: 50px;
}


@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);
  }
}

/*revulution slider*/
.star_list ul li {
    list-style: none;
    margin: 0 0px;
}


/* Word Process */
.work_progress.style4 {
    background: #fff;
    padding: 45px 20px 15px;
    position:relative;
    z-index:1;
}
.work_progress.style4:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.work_progress.style4 .icon i {
    color: #c19d68;
    font-size: 38px;
    transition:.5s;
}
.work_progress.style4 .work_progress-title {
    padding-top: 10px;
}
.work_progress.style4 .work_progress-title h2 {
    font-size: 20px;
    font-weight: 600;
    transition:.5s;
}

.work_progress.style4 .work_progress-desc {
    padding-top: 14px;
}
.work_progress.style4 .work_progress-desc p{
    transition:.5s;
}
.work_progress.style4 .work_progress_icon {
    position: relative;
}
.work_progress.style4 .work_progress-number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    opacity: 0;
    transition:.5s;
}
.work_progress.style4 .work_progress-number span::before {
    display:none;
}
.work_progress.style4 .work_progress-number span::after {
    display:none;
}
.work_progress.style4 .work_progress-number span {
    background: #c19d68;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 22px;
}
.work_progress.style4:hover .work_progress-title h2 {
    color: #fff;
}
.work_progress.style4:hover .work_progress-desc p{
    color:#fff;
}
.work_progress.style4:hover .icon i {
    color: #fff;
}
.work_progress.style4:hover .work_progress-number {
    bottom: -35px;
    opacity: 1;
}
/* List Style Css */
div#itsolution-list-style ul li {
    position: relative;
    padding-left: 55px;
}
div#itsolution-list-style ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 2px;
    width: 40px;
    background: #f00;
}
/*
==============
Section Title
==============
*/

.section-title{
    position: relative;
}
.section-title.style1 .subtitle {
    display: inline-block;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 400;
    margin: 0 0 17px;
    padding-left: 48px;
    font-family: "Carattere", cursive;
}
.section-title.style1 .subtitle:before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 40px;
    height: 1px;
    background: var(--primary-color);
}
.section-title.style1 .title {
    margin: 0 0 0;
    font-size: 42px;
    line-height: 52px;
}
.section-title.style1 h3.title-two {
    font-size: 42px;
    line-height: 52px;
    position: relative;
    margin: 0;
}
.section-title .title span{
    color: #e2836a;
}
.section-title .description {
    font-size: 16px;
    margin-bottom: 0;
    width: 87%;
    margin: 0 0 0;
    margin-top: 19px;
}
.opacity-low{
    opacity: 70%;
}

.section-title.center .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    width: 50%;
    margin: 10px auto 0;
}
.section-title.style1.center .subtitle:before {
    position: absolute;
    content: "";
    top: 12px;
    left: -126px;
    width: 40px;
    height: 1px;
    background: var(--primary-color);
    right: 0;
    margin: auto;
}

/*section title two*/
.section-title.style2 .subtitle {
    margin: 0 0 17px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color-2);
    --fonts-subtitle: "Carattere", cursive;
}
.section-title.style2 h3.title-two:before {
  display: none;
}
.section-title.style2 .title span {
    color: #e2836a;
    position: relative;
    padding: 0 76px;
}
.section-title.style2 .title span:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    height: 52px;
    width: 138px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid#fff;
    border-radius: 30px;
}
.center .section-title.style2 .title {
    margin: 0 0 0;
    font-size: 44px;
    line-height: 65px;
    text-transform: uppercase;
    color: #1e1e1e;
}
.section-title.style2 h3.title-two {
    font-size: 42px;
    line-height: 52px;
    position: relative;
    padding-left: 0;
}
.section-title.style2.center .subtitle {
    font-size: 18px;
    color: #c19d68;
    font-weight: 500;
    text-transform: uppercase;
}
.section-title.style2 .title {
    margin: 0 0 0;
    font-size: 44px;
    line-height: 47px;
    text-transform: uppercase;
    color: #1e1e1e;
}
.section-title.style2 .description {
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0 0;
    width: 93%;
}
.section-title.style2.center .title {
    margin: 0 0 0;
    font-size: 38px;
    line-height: 47px;
    text-transform: capitalize;
    color: #1e1e1e;
}
.section-title.style2.center .description {
    font-size: 16px;
    font-weight: 400;
    margin: 6px auto 0;
    width: 56%;
}

/*style three*/
.section-title.style3 .subtitle {
    font-size: 24px;
    color: var(--primary-color);
    font-family: var(--fonts-subtitle);
    font-weight: 400;
    margin: 0 0 21px;
}
.section-title.style3 h3.title-two {
    font-size: 44px;
    text-transform: uppercase;
    line-height: 41px;
    position: relative;
    padding-left: 0;
}
.section-title.style3 .title {
    margin: 0 0 0;
    font-size: 44px;
    text-transform: uppercase;
    color: #1e1e1e;
}
.section-title.style3 .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    width: 98%;
    margin: 13px auto 0;
}
.section-title.style3 h3.title-two:before {
   display: none;
}

/*
============
Feature Box
============
*/
.feature-box.style1 {
    position: relative;
    border-radius: 20px;
    background-color: #f8f5f0;
    text-align: center;
    padding: 42px 22px 16px;
    z-index: 1;
    overflow: hidden;
}
.feature-box.style1:before{
     position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--secondary-color);
    transition: all 400ms linear;
    border-radius: 20px 20px 0 0;
    z-index: -1;
}
.feature-box.style1:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
   background-color: var(--secondary-color);
    transition: all 400ms linear;
    border-radius: 0 0 20px 20px;
    z-index: -1;
}
.feature-box.style1:hover:before{
    height: 50%;
}
.feature-box.style1:hover:after{
    height: 50%;
}
.feature-box.style1 .feature-box-title h2 {
    font-size: 24px;
    margin: 29px 0 11px;
    font-weight: 700;
}
.feature-box.style1:hover .feature-box-title h2{
    color: #fff;
}
.feature-box.style1:hover p.feature-box-desc{
    color: #a4a7b3;
}


/* Style Two */

.feature-box.style2 {
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    background: var(--primary-color);
    padding: 12px  41px 28px;
    width: 198px;
}
.feature-box.style2 span.service-box-number {
    font-size: 34px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 22px;
    font-family: var(--fonts-body);
}
.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 {
    color: #ffffff;
    font-size: 18px;
    margin: 19px 0 18px;
}
.feature-box.style2 .feature-box-desc {
    margin-bottom: 20px;
    transition: 0.5s;
}
.feature-box.style2 .feature-box-icon{
    display:inline-block;
    position:relative;
    margin-bottom: 17px;
}
.feature-box.style2 .feature-box-icon i {
    display: inline-block;
    color: rgba(119, 122, 242, 1);
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: rgba(119, 122, 242, 0.15);
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    transition: 0.5s;
}
.feature-box.style2 .feature-btn a {
    color: #fff;
    margin-top: 8px;
    display: inline-block;
}




/*
===================
 Dream-IT Button
===================
*/
.evenly-button.style1.center:before {
    display: none;
}
.evenly-button .button {
    transition: 0.5s;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    text-transform: capitalize;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    font-weight: 600;
    border: 2px solid #e2836a;
} 
.evenly-button {
    margin-top: 8px;
    position: relative;
}
.evenly-button .button:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top:0;
    background: var(--secondary-color);
    z-index: -1;
    transition: 0.5s;
}
.evenly-button .button:hover:before{
    width: 100%;
    left:0;
}
.evenly-button .button i {
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin-left: 9px;
    position: relative;
    transition: .5s;
    font-weight: 700;
    transform: rotate(-45deg);
}
.evenly-button .button:hover:before {
    width: 100%;
    left: 0;
}


/*animation*/

.animation-bar {
    background: #E8E8E8;
    width: 100%;
    height: 1px;
    margin-bottom: 50px;
    position: relative;
}
.animation-bar:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 0;
    left: 0;
    background: #c19d68;
    transition: 0.5s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
        transform: translateX(0);
  }
  to {
     transform: translateX(590px);
  }
}

@keyframes MOVE-BG {
    from {
          transform: translateX(0);
    }
    to {
       transform: translateX(590px);
    }
  }
/*button style two*/
.evenly-button.style2 {
    margin-top: 25px;
    position: relative;
}
.evenly-button.style2 .button {
    transition: 0.5s;
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    padding: 17px 29px;
    border-radius: 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: var(--primary-color);
    text-align: center;
    width: 100%;
    font-weight: 500;
}
.evenly-button.style2 .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 0;
    transition: .5s;
}
.evenly-button.style2 .button:hover:before {
    width: 100%;
    left: 0;
}
.evenly-button.style2 .button:hover{
    color: #e2836a;
}

/*style three*/
/*button style three*/
.evenly-button.style3 .evenly-button a {
    transition: 0.5s;
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    padding: 16px 44px;
    border-radius: 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    background: var(--primary-color-2);
}
.evenly-button.style3 .evenly-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width:0;
    background: #fff;
    border-radius: 0;
    transition: .5s;
}
.evenly-button.style3 .evenly-button a:hover:before {
    width: 100%;
    left: 0;
}
.evenly-button.style3 .evenly-button a:hover {
    color: var(--secondary-color);
}
.evenly-button.style3 .evenly-button a i {
    display: inline-block;
    position: relative;
    left: 9px;
    top: 1px;
    transition: 0.5s;
}
/*dreamit button style four*/

.evenly-button.style4 .evenly-button a i {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #ffffff;
    text-align: center;
    line-height: 56px;
    font-size: 19px;
    transform: rotate(-45deg);
    transition: 0.5s;
    font-weight: 700;
}
.evenly-button.style4 .evenly-button a i:hover {
    background: var(--primary-color-2);
    color: #ffff;
}
/*button style five*/
.evenly-button.style5 .evenly-button a {
    transition: 0.5s;
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    padding: 16px 44px;
    border-radius: 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    background: var(--primary-color-2);
}
.evenly-button.style5 .evenly-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width:0;
    background: var(--secondary-color);
    border-radius: 30px;
    transition: .5s;
}
.evenly-button.style5 .evenly-button a:hover:before {
    width: 100%;
    left: 0;
}
.evenly-button.style5 .evenly-button a:hover {
    color: #fff;
}
.evenly-button.style5 .evenly-button a i {
    transition: 0.5s;
    display: inline-block;
    font-size: 16px;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    left: 2px;
}

/*button style six*/

.evenly-button.style6 .evenly-button a i {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 120px;
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.evenly-button.style6 .evenly-button a i:after {
    position: absolute;
    content: "";
    width: 48%;
    height: 48%;
    left: -44px;
    bottom: 35px;
    background: var(--primary-color-2);
    z-index: -1;
    border-radius: 50%;
    transition: 0.5s;
    transition: all 400ms linear;
}
.evenly-button.style6 .evenly-button a i:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.evenly-button.style6 .evenly-button a i:hover {
    color: #fff;
}
/*button style seven*/
.evenly-button.style7{
    position: relative;
}
.evenly-button.style7 .evenly-button a {
    display: inline-block;
    background: var(--primary-color);
    padding: 13px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--fonts-body);
    position: relative;
    z-index: 1;
    border: 1px solid var(--primary-color);
    transition: 0.5s;
}
.evenly-button.style7:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -11px;
    background: var(--primary-color);
    margin: auto;
}
.evenly-button.style7 .evenly-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.evenly-button.style7 .evenly-button a:hover:before {
    width: 100%;
    left: 0;
}
.evenly-button.style7 .evenly-button a:hover{
    color:var(--primary-color) ;
}


/*service carousel*/
.service_item.style_one {
    margin-right: 25px;
    text-align: center;
    padding: 0 5px;
    margin-top: 20px;
}
.service_item.style_one .service_img {
    position: relative;
    transition: .7s;
}
.service_item.style_one .service_img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('http://wp.dreamitsolution.net/Evenly/wp-content/uploads/2024/09/white-line.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: 0.9s;
}
.service_item.style_one .service_img:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('http://wp.dreamitsolution.net/Evenly/wp-content/uploads/2024/09/color-line.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: 0.9s; 
    opacity: 0;
}
.service_item.style_one:hover .service_img:before{
    opacity: 0;
}
.service_item.style_one:hover .service_img:after{
    opacity: 1;
}
.service_item.style_one h2.title a {
    color: #0a132e;
    font-size: 32px;
}
.service_item.style_one .service_content {
    padding: 20px 23px 0;
    position: relative;
}
.service_item.style_one h2.title {
    margin: 0px 0 9px;
}
.service_item.style_one h4.sub_title {
    font-size: 20px;
    margin: 0;
    border-top: 1px solid#E1DDDC;
    padding-top: 15px;
    transition: .5s;
}
.service_item.style_one:hover h4.sub_title{
    border-color: var(--primary-color);
}
.service_item.style_one p.description {
    margin: 0 0 19px;
}
.service_item.style_one .shape {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 42%;
    transition: .8s;
    opacity: 0;
}
.service_item.style_one:hover .shape{
    opacity: 1;
}
.service_item.style_one .sap-details-button {
    display: inline-block;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: .4s;
}
.service_item.style_one:hover .sap-details-button{
    opacity: 1;
}
.service_item.style_one .sap-details-button a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #e2836a;
    display: inline-block;
    line-height: 60px;
    color: #fff;
    transform: rotate(-45deg);
}

/*nav*/

.service_carousel.style1 button.owl-prev i,
.service_carousel.style1 button.owl-next i {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid rgba(10,19,46,0.1);
    display: inline-block;
    line-height: 56px;
}
.service_carousel.style1 button.owl-prev i{
    position: absolute;
    top: 34%;
    transform: translate(-50%, -50%);
    left: -95px;
}
.service_carousel.style1 button.owl-next i {
    position: absolute;
    top: 34%;
    transform: translate(-50%, -50%);
    right: -69px;
}
.service_carousel.style1 button.owl-prev i:hover,
.service_carousel.style1 button.owl-next i:hover{
    background: var(--primary-color);
    color: #fff;
}

/*item_two*/

.service_item.style_2 {
    text-align: center;
    background: #f8f5f0;
    padding: 40px 2px 18px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-right: 20px;
    transition: .5s;
    overflow: hidden;
}
.service_carousel.style2 .service_img {
    display: inline-block;
}
.service_carousel.style2 h2.title {
    margin: 17px 0 8px;
}
.service_carousel.style2 h2.title a {
    color: #0a132e;
    font-size: 28px;
    font-family: 'Fraunces', serif;
}
.service_item.style_2:before{
     position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--secondary-color);
    transition: all 400ms linear;
    border-radius: 20px 20px 0 0;
    z-index: -1;
}
.service_item.style_2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
   background-color: var(--secondary-color);
    transition: all 400ms linear;
    border-radius: 0 0 20px 20px;
    z-index: -1;
}
.service_item.style_2:hover:before{
    height: 50%;
}
.service_item.style_2:hover:after{
    height: 50%;
}
.service_item.style_2:hover h2.title a{
    color: #fff;
}
.service_item.style_2:hover p.description{
    color: #a4a7b3;
}

/*owl dots*/

.service_carousel.style2 .owl-dots {
    position: relative;
    text-align: center;
    left: 0;
    bottom: -57px;
    margin: auto;
}
.service_carousel.style2 button.owl-dot {
   position: relative;
    display: inline-block;
    margin: 0 9px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.2);
}
.service_carousel.style2 button.owl-dot.active {
    background: var(--primary-color);
    position: relative;
}
.service_carousel.style2 button.owl-dot.active:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: -5px;
    top: -5px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
}

/*service carousel two*/
.style_two .service_carousel.style2 {
    margin-bottom: 10px;
}
.style_two .service_carousel.style2 .owl-dots {
    display: none;
}
/*service carousel style 2*/

.service_item_one .service_item.style_one {
    margin-right: 25px;
    background: #fff;
    padding: 40px 17px 38px 38px;
    position: relative;
    z-index: 1;
    margin: 0 0 0 29px;
    transition: .5s;
}
.service_item_one .service_item.style_one:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #151515;
    z-index: -1;
    transition: 0.5s;
    transition: all 400ms linear;
}
.service_item_one .service_item.style_one:hover:before {
    width: 100%;
    left: 0;
}
.service_item_one .service_item_img {
    display: inline-block;
}
.service_item_one .service_item_content h2 a {
    font-size: 28px;
    font-weight: 600;
    margin: 60px 0 24px;
    transition: 0.5s;
    display: block;
}
.service_item_one .service_item.style_one:hover .service_item_content h2 a{
    color: #fff;
}
.service_item_one .details-button a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 50%;
    transition: 0.5s;
    font-size: 10px;
}
.service_item_one .service_item.style_one:hover .details-button a i {
    background: var(--primary-color-2);
    color: #fff;
}


/*style three*/

.service_item.style_3 {
    text-align: left;
    position: relative;
    margin: 0 15px;
    transition: .5s;
}
.service_item.style_3 .service_img {
    position: relative;
    overflow: hidden;
}
.service_item.style_3 span{
     display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lora";
    text-transform: uppercase;
    padding-right: 18px;
    position: relative;
}
.service_item.style_3 span.title{
    position: relative;
}
.service_item.style_3 span.title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 8px;
    left: -11px;
    background: #fff;
}
.service_item.style_3 .room-pricing {
    background: var(--primary-color);
    display: inline-block;
    padding: 3px 21px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.service_item.style_3 .service_title a h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    position: relative;
    transition: 0.5s;
    margin: 0;
}
.service_item.style_3 .service_title a h2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #1e1e1eb8;
    transition: 0.5s;
}
.service_item.style_3 .service_content {
    background: #19233F;
    border-radius: 10px 10px 0 0;
    padding: 32px 25px 52px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.service_item.style_3 .service_content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    transition: all 400ms linear;
    border-radius: 10px 10px 0 0;
    z-index: -1;
}
.service_item.style_3 .service_content:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    transition: all 400ms linear;
    border-radius: 0px 0 0px 0px;
    z-index: -1;
}
.service_item.style_3:hover .service_content:before{
    height: 50%;
}
.service_item.style_3:hover .service_content:after{
    height: 50%;
}

.service_item.style_3 .icon_img {
    display: inline-block;
}
.service_item.style_3 .icon_img img{
    display: inline-block;
    transition: .5s;
}
.service_item.style_3:hover .icon_img img{
     filter: brightness(0) invert(1);
}
.service_item.style_3 h4.sub_title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0;
    width: 74px;
    border-radius: 37px;
    background-color: var(--primary-color);
    line-height: 21px;
    position: absolute;
    bottom: -23px;
    padding: 15px 16px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
}
.service_item.style_3:hover h4.sub_title{
    background:#1a2340;
}

.service_item.style_3 h2.title a {
    font-size: 30px;
    color: #ffffff;
    margin: 28px 0 0;
    font-weight: 500;
}
.service_item.style_3 .service_title .title {
    display: inline-block;
    font-size: 28px;
    color: #1e1e1e;
    font-weight: 600;
    margin: 20px 0 4px;
    transition: 0.5s;
}
.service_item.style_3 .country_name {
    color: #686868;
    font-size: 18px;
}
.service_item.style_3 .content_bottom {
    background: #fff;
    border: 1px solid rgba(30,30,30,0.1);
    border-top: transparent;
    padding: 16px 31px;
}
.service_item.style_3 span.offer span {
    display: inline-block;
    text-decoration: line-through;
    margin-right: 4px;
}
.service_item.style_3:hover span.dolar{
    background:#c19d68 ;
    border-color: #c19d68;
}
.service_item.style_3:hover .service_title a h2:before{
    width: 100%;
}
.service_item.style_3 .service_box_icon {
    display: inline-block;
}
.service_item.style_3 .service_title {
    display: block;
    margin-bottom: 20px;
}
.service_item.style_3 .description {
    display: inline-block;
    font-weight: 400;
    margin: 0;
    color: #a4a7b3;
    margin: 11px 0 0;
    transition: 0.5s;
}
.service_item.style_3:hover .description{
    color: #fff;
}
.service_item.style_3 .btn_img {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.service_item.style_3 .title {
    display: inline-block;
}
.service_item.style_3 h4.title {
    display: inline-block;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: var(--fonts-body);
    position: relative;
    margin: 0;
}
.service_item.style_3 .inner_content h4.title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    right: -74px;
    top: 0px;
    background: rgba(30,30,30,0.1);
}
.service_item.style_3 .reviews_rating {
    line-height: 4px;
    display: inline-block;
    float: right;
}
.service_item.style_3 .rooms-star i.active {
    display: inline-block;
    color: #C29D69;
    margin-left: 3px;
    font-size: 18px;
    position: relative;
    top: 5px;
}
.service_item.style_3 .rooms-star {
    display: inline-block;
}
.service_item.style_3 .rooms-star i{
    display: inline-block;
    margin-left: 3px;
    font-size: 13px;
}
.service_item.style_3 .country {
    display: inline-block;
}
.service_item.style_3 .room-details-button {
    position: absolute;
    bottom: -59px;
    left: 0;
    transition: 0.5s;
}
.service_item.style_3:hover .room-details-button{
    bottom: 0;
} 
.service_item.style_3 .room-details-button a {
    display: inline-block;
    background: #1E1E1E;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    padding: 9px 30px;
    position: relative;
    z-index: 1;
}
.service_item.style_3 .room-details-button a:before{
    position: absolute;
    content: "";
    width:0;
    height:100%;
    left: 50%;
    top: 0;
   background: var(--primary-color);
    z-index: -1;
    transition: 0.5s;
}
.service_item.style_3 .room-details-button a:hover:before{
  width: 100%;
  left:0;
}
.service_item.style_3 .room-details-button i {
    display: inline-block;
    font-size: 14px;
    position: relative;
    left: 7px;
    top: 1px;
}




/*style four*/

.service-box.style_4 {
    border: 1px solid rgba(21, 21, 21, 0.1);
    transition: .5s;
}
.service-box.style_4 .servie_thumb {
    line-height: 0;
}
.service-box.style_4 .servie_thumb img {
    width: 100%;
}
.service-box.style_4 .content {
    padding: 26px 34px 34px;
}
.service-box.style_4 h3.title {
    font-size: 32px;
    color: #151515;
    font-weight: 600;
    margin: 0 0 13px;
}
.service-box.style_4 .service-btn a {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--title-fonts);
    background: var(--primary-color);
    padding: 6px 28px;
    border-radius: 30px;
    margin-top: 9px;
}


/*style five*/

.service_item.style_5 {
    margin: 0 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    transition: .5s;
    transform: scale(1.0);
}
.service_item.style_5 .service_img {
    position: relative;
    z-index: 2;
}
.service_item.style_5 .service_img:before {
    position: absolute;
    content: "";
    top: 18px;
    left: 0;
    height: 91%;
    width: 93%;
    border: 1px solid#fff;
    right: 0;
    margin: auto;
    z-index: 2;
    transition:.5s;
    opacity:0;
}
.service_item.style_5:hover .service_img:before{
    opacity:1;
}
.service_item.style_5 .service_img:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(29,29,29,0.9999999999999999) 0%, rgba(29,29,29,0) 41%, rgba(29,29,29,0) 100%);
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 0;
    transition:.5s;
}
.owl-item.active .service_item.style_5:hover .service_img:after{
  opacity: 1;  
}
.service_item.style_5 .room-pricing {
    display: inline-block;
    position: absolute;
    top: 52px;
    left: 40px;
    background: #fff;
    padding: 6px 16px;
    z-index: 2;
    opacity: 0;
    transition: .5s;
}
.service_item.style_5:hover .room-pricing{
    top:40px;
    opacity:1;
}
.service_item.style_5 .room-pricing .dolar {
    font-size: 14px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Lora";
    padding-right: 15px;
    position: relative;
}
.service_item.style_5 .room-pricing .dolar:before {
    position: absolute;
    content: "";
    top: 3px;
    right: 4px;
    height: 11px;
    width: 1px;
    background: #8E8E8E;
}
.service_item.style_5 .room-pricing .title {
    font-size: 14px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Lora";
}
.service_item.style_5 .room-details-button {
    position: absolute;
    left: 0;
    top: 54%;
    flex-shrink: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: .4s;
    z-index: 2;
}
.service_item.style_5:hover .room-details-button{
    opacity:1;
    top:50%;
}
.service_item.style_5 .room-details-button a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    line-height: 40px;
    text-align: center;
    transform: rotate(-45deg);
}
.service_item.style_5 .service_content {
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 7px;
    z-index: 2;
    opacity: 0;
    transition: .5s;
}
.service_item.style_5:hover .service_content{
    opacity:1;
    bottom:23px;
}
.service_item.style_5 h4.sub_title {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 4px;
}
.service_item.style_5 h2.title {
    font-size: 32px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

/*dots*/
.service_carousel.style5 .owl-dots {
    position: relative;
    text-align: center;
    left: 0;
    bottom: 5px;
    margin: auto;
}
.service_carousel.style5 button.owl-dot {
    display: inline-block;
    border: 2px solid rgba(30,30,30,0.1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}
.service_carousel.style5 button.owl-dot.active {
    display: inline-block;
    background: #C19E66;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}
/*style six*/

.service_item.style_6 {
    margin: 0 10px 0;
    background: #fff;
    text-align: center;
}
.service_item.style_6 .service_content {
    padding: 11px 0 23px;
}
.service_item.style_6 span.dolar {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 7px 35px;
    position: relative;
    z-index: 1;
    position: absolute;
    left: 27px;
    top: 20px;
    font-family: 'Cormorant Garamond', serif;
    transition: .5s;
}
.service_item.style_6:hover span.dolar {
    background: #c19d68;
    border-color: #c19d68;
}
.service_item.style_6 .service_content h2 a {
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    position: relative;
    transition: 0.5s;
}
.service_item.style_6 .service_content h2 a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #1e1e1eb8;
    transition: 0.5s;
}
.service_item.style_6:hover .service_content h2 a:before {
    width: 100%;
}
.service_item.style_6 .service_content h2{
    margin:0;
}
/*owl nav*/

.service_carousel.style6 .owl-nav {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -164px;
    right: 6px;
}
.service_carousel.style6 button.owl-prev i, .service_carousel.style6 button.owl-next i {
    color: #CCCBC7;
    display: inline-block;
    border: 1px solid #CCCBC7;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 7px;
}
.service_carousel.style6 button.owl-prev i:hover,
.service_carousel.style6 button.owl-next i:hover{
    background:#AE9555;
    color:#fff;
    border-color:#AE9555;
}

/*style eight*/

.service_item.style_8 {
    position: relative;
    margin-right: 20px;
    transition: .5s;
    z-index: 2;
}
.service_item.style_8 .service_img {
    position: relative;
    z-index: 1;
    line-height: 0;
}
.service_item.style_8 .service_img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 90%;
    width: 90%;
    background-color: rgba(51,51,51,0);
    border: 1px solid #c19d68;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .5s;
    opacity:0;
     z-index: 2;
     transition: all 400ms linear;
}
.service_item.style_8 .service_img:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(29,29,29,0.4) 0%, rgba(29,29,29,0.4) 7%, rgba(29,29,29,0) 67%, rgba(29,29,29,0) 100%);
    transition: .5s;
    transition: all 400ms linear;
}
.service_item.style_8:hover .service_img:before{
   opacity:1; 
}
.service_item.style_8:hover .service_img:after{
   height:100%; 
}

.service_item.style_8 .service_content {
    position: absolute;
    bottom: -35px;
    left: 45px;
    z-index: 2;
    transition: all 400ms linear;
}
.service_item.style_8:hover .service_content{
    bottom:57px;
}
.service_item.style_8 h2.title {
    font-size: 30px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Cormorant Garamond";
}

/*nav*/

.service-carousel3 button.owl-prev i,
.service-carousel3 button.owl-next i{
    display: inline-block;
     height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid#353535;
    margin: 0 10px;
    position: absolute;
    right: 22%;
    top: -174px;
}
.service-carousel3 button.owl-next i {
    display: inline-block;
    right: 17.6%;
}
.service-carousel3 button.owl-prev i:hover,
.service-carousel3 button.owl-next i:hover{
     background: #c19d68;
     color:#fff;
}

/*over view button*/

.overview .animation-bar {
    margin-bottom: 30px;
}



/*dark two*/

.dark_two .service_carousel.style5 button.owl-dot {
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.9);
    background: #fff;
    width: 11px;
    height: 11px;
}
.dark_two .service_carousel.style5 button.owl-dot.active {
    background: #C19E66;
    border-color:#c19E66;
}


/*dark*/
.dark .service_carousel.style2 button.owl-dot {
    border: 2px solid #ffffff8c;
}
.dark .service_carousel.style2 button.owl-dot.active {
    border: 2px solid#C19E66;
}
.dark .service_carousel.style2 .inner_content {
    border: 1px solid#ACACAC6B;
    border-top: none;
    background: transparent;
}

.dark .service_carousel.style2 .inner_content .title .title {
    color: #ACACAC;
}
.dark_two .service_item.style_3 .content_bottom {
    background: transparent;
    border: 1px solid#FFFFFF52;
    border-top:none;
}



/*image carousel style 1*/

/*owl dots*/

.image_carousel.style1 .owl-dots {
    position: relative;
    text-align: center;
    left: 0;
    bottom: 25px;
    margin: auto;
}
.image_carousel.style1 .owl-dot {
    background:#e2836a;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}
.image_carousel.style1 .owl-dot.active {
    display: inline-block;
    background: #e2836a;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
}

/*style two*/


.my-image.style2 .owl-nav {
    position: absolute;
    bottom: 65px;
    right: 13px;
}
.my-image.style2 button.owl-prev i,
.my-image.style2 button.owl-next i {
    color: #fff;
    display: inline-block;
    border: 1px solid #ffffff8a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 5px;
}
/*servcie-room*/
.servcie-room .service_carousel.style2 .inner_content {
    background: #fff;
}
.servcie-room .service_carousel.style2 .owl-dots {
    display: none;
}

/*style two*/
.my-image.style2{
    transition: .5s;
}
.my-image.style2 .image {
    overflow: hidden;
    transition: .4s;
}
.item.style2 {
    line-height: 0;
    overflow: hidden;
}
.my-image.style2 .image img{
    overflow: hidden;
    transition: .4s;
     -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.my-image.style2 .image:hover img {
  opacity: 1;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
============
Service Box
============
*/

.service-box.style1 {
    position: relative;
    text-align: center;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    padding: 47px 42px 306px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.service-box.style1 .servie_thumb {
    overflow: hidden;
    position: relative;
    line-height: 0;
}
.service-box.style1 .content {
    text-align: left;
}
.service-box.style1 .shape_img {
    position: absolute;
    bottom: -33px;
    left: 33px;
}
.service-box.style1 h4.sub-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "DM Sans";
    margin: 0 0 8px;
}
.service-box.style1 h3.title {
    margin: 0 0 0;
}
.service-box.style1 h3.title a {
    color: #fff;
    font-family: "Fraunces";
    font-weight: 600;
    font-size: 30px;
}
.service-box.style1 p.description {
    color: #fff;
    margin: 11px 0 0;
    line-height: 26px;
}
.service-box.style1 .service-btn a {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color: rgba(226,131,106,0);
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    transition: .5s;
    color: #fff;
    transform: rotate(-45deg);
    margin-top: 23px;
    z-index: 2;
    position: relative;
}


/*servicer carousel style two*/
.single_service_items{
    position: relative;
    z-index: 1;
}
.service_items.style_two:before {
    position: absolute;
    content: "";
    top: 15px;
    left: -14px;
    height: 100%;
    width: 100%;
    border: dashed 1px#BE9D68;
    z-index: -1;
}
.service_items.style_two {
    position: relative;
    margin: 0 20px 21px;
}
.service_items.style_two .service_item_img {
    position: relative;
    overflow: hidden;
}
.service_items.style_two .service_item_img img {
    transform: scale(1.2);
    transition: 0.5s;
}
.service_items.style_two:hover .service_item_img img {
    transform: scale(1);
}
.service_items.style_two .service_item_content {
    padding: 7px 32px 1px;
    background: #fff;
    border: transparent;
}
.service_items.style_two .service_item_content h2 a {
    font-size: 28px;
    line-height: 38px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: capitalize;
    transition: 0.5s;
}
.service_items.style_two .service_item_content h2 a:hover{
    color:#c19d68;
}
.service_items.style_two h4.sub_title {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
    font-family: "Lora";
    margin: 19px 0 20px;
}
.service_items.style_two .list_item ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e0e0;
    padding-bottom: 7px;
    margin-bottom: 22px;
}
.service_items.style_two .list_item.two ul li:last-child{
    border-bottom: transparent;
}



/*
===============
About Area Css
==============
*/
.lines.about {
    padding: 0px 0 4px;
    animation: inherit;
}
.lines.about .line {
    width: 100%;
}
.evenly-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 .evenly-icon-title h4 {
    color: #232323;
}

/*style two*/
.evenly-icon-title-two .evenly-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    font-style: inherit;
}
.evenly-icon-title h4 span {
    color: #c19d68;
}
.evenly-custom-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.evenly-custom-title h4:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
.evenly-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*/
.evenly-custom-title-two .evenly-custom-title h4 {
    color: #232323;
}
.evenly-custom-title-two .evenly-custom-title h4:before {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
.evenly-custom-title-two .evenly-custom-title h4:after {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
/*line style two*/
.line-two .lines.about .line {
    width: 100%;
    background-color: #E0E0E0;
}
/*
=============
Icon Box Css
=============
*/
.icon-box.style1 {
    position: relative;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.icon-box.style1 .icon-box-icon {
    flex-shrink: 0;
    margin-right: 25px;
}
.icon-box.style1 h2.title {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    line-height: 28px;
}
/* Style Two */
.icon-box.style-two .icon-box-icon {
    display: inline-block;
    margin-right: 19px;
}
.icon-box.style-two .icon-box-icon .icon i {
    color: #C29D68;
    font-size: 14px;
}
.icon-box.style-two .icon-box-content h2 {
    margin: 0 0 0px;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.last-child .icon-box.style-two .icon-box-content h2{
    border: none;
}
.icon-box.style-two .description p {
    position: relative;
    margin: 0;
    padding-left: 24px;
}


/*style three*/
.icon-box.style-three {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-box.style-three .title h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 10px;
}
.icon-box.style-three .description p {
    margin: 0;
}

/*style four*/
.icon-box.style-four {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-box.style-four .icon {
    background: #ffff;
    color: var(--primary-color);
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    display: inline-block;
}
.icon-box.style-four .title h2 {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: var(--body-fonts);
    margin: 0;
}
.icon-box.style-four .description p {
    font-size: 22px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: var(--title-fonts);
    line-height: 32px;
    margin: 0;
}

/*icon bg*/
.icon-bg .icon-box.style4 .icon{
    background:#f8f6f3 ;
}

/*heading text*/

.heading.style2 a p {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    color: #616161;
    font-weight: 500;
    font-style: italic;
    font-family: "Lora";
    width: 96%;
}

/*footer six*/
.footer-six .icon-box.style6 .icon {
    height: 76px;
    width: 76px;
    line-height: 76px;
}
.footer-six input[type="email"] {
    font-size: 14px;
    height: 56px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    border: 0;
    margin-bottom: 0;
    outline: 0;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.14901960784313725);
}


.elementor-element-afc0a41 .input-check-box {
    color: #fff;
}







/*animation*/

@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

/* Circle Progress */
.circle-progress {
    display: inline-block;
    position: relative;
}
.circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.progress {
    width: 89px!important;
    height: 89px!important;
    line-height: 150px;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    background: transparent!important;
}
.progress:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #FF3D00;
}
.progress .progress-left .progress-bar {
    left: 91%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
    left: -96%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: #232323;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
/*
================
service Room Css
================
*/

.service_room.style1 {
    background: #ffff;
    transition: .5s;
}
.service_room.style1 .room_img {
    position: relative;
    line-height: 0;
}
.service_room.style1 ul.features {
    background: #f7f6f2;
    padding: 22px 18px;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}
.service_room.style1 .room_img img {
    width: 100%;
}
.service_room.style1 .service_room_body {
    padding: 27px 0px 40px 30px;
}
.service_room.style1 .room_pricing {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 40px;
    background: #fff;
    padding: 6px 16px;
    z-index: 2;
    transition: .5s;
}
.service_room.style1:hover .room_pricing {
    background: #c19d68;
    color: #fff;
}
.service_room.style1:hover .room_pricing .dolar ,
.service_room.style1:hover .room_pricing .title{
    color:#fff;
}
.service_room.style1:hover .room_pricing .dolar:before{
   background: #fff; 
}
.service_room.style1 .room_pricing .dolar {
    font-size: 14px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Lora";
    padding-right: 15px;
    position: relative;
    transition: .5s;
    line-height: 26px;
}
.service_room.style1 .room_pricing .dolar:before {
    position: absolute;
    content: "";
    top: 3px;
    right: 4px;
    height: 11px;
    width: 1px;
    background: #8E8E8E;
}
.service_room.style1 .room_pricing .title {
    font-size: 14px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Lora";
    transition: .5s;
}
.service_room.style1 ul.features li {
    display: inline-block;
    margin-right: 32px;
    font-size: 16px;
    color: var(--body-color);
    font-family: var(--fonts-body);
    font-weight: 400;
}
.service_room.style1 ul.features li span {
    color: #fff;
    display: inline-block;
    color: var(--primary-color);
    font-family: var(--fonts-body);
}
.service_room.style1 ul.features li img {
    margin-right: 8px;
}
.service_room.style1 .service_room_body h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    margin: 0px 0 16px;
}
.service_room.style1 .service_room_body p {
    line-height: 26px;
}
.service_room.style1 .room_btn {
    display: inline-block;
    margin-top: 10px;
}
.service_room.style1 .room_btn a {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-family: var(--fonts-title);
    text-transform: uppercase;
    padding: 14px 25px;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 8px;
}
.service_room.style1 .room_btn a i{
    display: inline-block;
    margin-left:6px;
}
.service_room.style1 .room_btn a:hover{
   background: #151515; 
   color:#fff;
}


/*dark_room_two*/

.dark_room_two .service_room.style1 .service_room_body {
    background: #272727;
}
.dark_room_two  .service_room.style1 ul.features li {
    color: #FFFFFFBD;
}
.dark_room_two .icon-box.style4 h4.title {
    color: #FFFFFFBD;
}
.dark_room_two .service_room.style1 .room_btn a {
    background: transparent;
    border: 1px solid#3D3D3D;
}


/*style three*/

.service_room.style3 {
    transition: .5s;
}
.service_room.style3:hover {
    filter: drop-shadow(0px 10px 40px rgba(177, 177, 177, 0.3));
    background-color: #ffffff;
}
.service_room.style3 .room_img {
    line-height: 0;
}
.service_room.style3 .room_img img{
    width:100%;
}
.service_room.style3 .service_room_body {
    background: #fff;
    padding: 25px 30px 25px;
    position: relative;
}
.service_room.style3 .service_room_body:before {
    position: absolute;
    content: "";
    top: 112px;
    width: 100%;
    height: 1px;
    background-color: rgba(30,30,30,0.10196078431372549);
    left: 0;
}
.service_room.style3 .service_room_body:after {
    position: absolute;
    content: "";
    bottom: 72px;
    width: 100%;
    height: 1px;
    background-color: rgba(30,30,30,0.10196078431372549);
    left: 0;
}
.service_room.style3 .service_room_body p {
    font-size: 16px;
    line-height: 26px;
    color: #c19d68;
    font-weight: 400;
    font-family: "Lora";
    margin: 0 0 0;
}
.service_room.style3 .service_room_body h3 {
    font-size: 30px;
    line-height: 26px;
    color: #1e1e1e;
    margin: 12px 0 47px;
}
.service_room.style3 ul.features li {
    list-style: none;
    margin: 0 0 14px;
}
.service_room.style3 ul.features li img {
    margin-right: 7px;
    position: relative;
    top: 4px;
}
.service_room.style3 .room_btn {
    display: inline-block;
    margin-top: 35px;
}
.service_room.style3 .room_btn a {
    font-size: 15px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    transition: .5s;
    display: inline-block;
}
.service_room.style3 .room_btn a i {
    display: inline-block;
    color: #c19d68;
    margin-left: 7px;
}
.service_room.style3 .room_btn a:hover{
   color: #c19d68; 
}

/*
================
Counter Area Css
================
*/


.single-counter.style1 {
    display: flex;
    padding: 10px 0px 0px;
    text-align: left;
    align-items: center;
    gap: 20px;
}
.single-counter.style1 .icon {
    flex-shrink: 0;
}
.single-counter.style1 div#counter span {
    font-size: 42px;
    color: #0a132e;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    font-family: 'Fraunces', serif;
}
.counter-content span {
    font-size: 70px;
    color: #0a132e;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 40px;
    font-family: 'Dm sans', sans-serif;
}
.counter-content .suffix {
    color: #c19d68;
}
.single-counter.style1 h6 {
    font-size: 18px;
    text-transform: capitalize;
    color: #8b8b8a;
    font-weight: 400;
    margin: 10px 0 0;
    font-family: 'Dm sans', sans-serif;
}

/*counter section style two*/
.single-counter.style_two .counter-content span {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}
.single-counter.style_two .counter-content .suffix {
    color: #c19d68;
    font-family: 'Fira sans';
}
.single-counter.style_two .counter-content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
}

/*counter style three*/

.single-counter.style_three .counter-content span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 70px;
    color: var(--primary-color);
    font-weight: 500;
    display: inline-block;
    margin: 0;
}
.single-counter.style_three h6 {
    margin-top: 24px;
    color: #acacac;
}


/*counter style five*/

.single-counter.style_five .counter-content span {
    font-size: 38px;
    color: #1e1e1e;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 2px;
    font-family: 'Cormorant Garamond', serif;
}
.single-counter.style_five .counter-content h6 {
    font-family: 'Lora';
    color: #616161;
}
.single-counter.style_five .counter-content .suffix {
    color: #1e1e1e;
}



/*
==========
 Team
==========
*/
.team.style1 {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: #182240;
    text-align: center;
    border-radius: 160px 160px 0 0;
    padding: 0 0 30px;
}

.team.style1 .image {
    line-height: 0;
    position: relative;
    z-index: 1;
}
.team.style1 .content {
    padding: 16px 17px 0;
    position: relative;
}
.team.style1 .bio {
    transition: .4s;
}
.team.style1 .bio .name{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}
.team.style1 .bio .designation{
    color: #828fa0;
}
.team.style1 .content .social-icon{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style1 .content .social-icon li a{
    display: inline-block;
    transition: .5s;
}
.team.style1 .content .social-icon li a i:hover{
    color: var(--primary-color);
}
.team.style1 .content .social-icon li a i {
    color: #ffff;
    display: inline-block;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin: 0 -3px 0;
    transition: 0.5s;
}
.team.style1 .content span.email {
    font-size: 22px;
    color: #fff;
}
.team.style1 .bio .name {
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
}
.team.style1 .bio .designation {
    color: #616161;
    margin: 0;
    opacity: 0.702;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 30px;
}
.team.style1 .content .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style1 .content .social-icon li a{
    display: inline-block;
}

/* Style Two */
.team.style2 {
    position: relative;
    z-index: 1;
}
.team.style2 .team-content {
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
}
.team.style2 .bio {
    padding: 10px 0 17px;
    background: #c19d68;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
  transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 ul.social-icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 .bio h2 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}
.team.style2 h5.designation {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}
.team.style2 ul.social-icon li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}
.team.style2 ul.social-icon li a{
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
     width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team.style2 ul.social-icon li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #c19d68;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}
.team.style2 ul.social-icon li a:hover:before{
    transform: scale(1);
}
/*hover*/
.team.style2:hover .bio {
    transform: perspective(500px)rotateX(0deg);
}
.team.style2:hover ul.social-icon {
    transform: perspective(500px)rotateX(0deg);
}

/*team member style three*/

.team.style3 {
    background: #f7f6f2;
    padding: 0 0 40px;
    text-align: center;
    border-radius: 170px;
    margin-bottom: 26px;
    transition: .5s;
}
.team.style3:hover{
    transform: translateY(-4px);
}
.team.style3 .image img {
    width: 100%;
}
.team.style3 .team-content {
    padding: 28px 44px 0;
}
.team.style3 h2.name {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px 0 0;
}
.team.style3 h5.designation {
    color: #686868;
    margin: 8px 0 22px;
    font-size: 18px;
    font-family: var(--fonts-title);
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 16px;
}
.team.style3 ul.social-icon li{
    display: inline-block;
}
.team.style3 ul.social-icon li a {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: var(--primary-color);
    margin: 0 2px 0;
    border: 1px solid #6868686e;
    transition: 0.5s;
}
.team.style3 ul.social-icon li a:hover {
    background: var(--primary-color);
    color: #fff;
}


/*team five*/
.team.style5 {
    position: relative;
    text-align: center;
}
.team.style5 .image {
    position: relative;
    margin-top: -86px;
    z-index: 1;
}
.team.style5 .team-content {
    background: #fff;
    padding: 22px 30px 113px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    text-align: left;
}
.team.style5 .team-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #c19d68;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 400ms linear;
    z-index: -1;
    border-radius: 0 0 4px 4px;
}
.team.style5 .team-content:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: #c19d68;
    height: 0px;
    left: 0;
    border-radius: 0;
    transition: all 400ms linear;
}
.team.style5:hover .team-content:before{
    height:100%;
}
.team.style5:hover .team-content:after{
    height:4px;
}
.team.style5 .team-content .bio .name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 7px;
}
.team.style5 .team-content .bio .designation {
    font-size: 16px;
    font-weight: 300;
    color: #686868;
    margin: 0 0 0;
}
.team.style5:hover .team-content .bio .name,
.team.style5:hover .team-content .bio .designation{
    color:#fff;
}
.team.style5 .team-share {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #c19d68;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: -18px;
    right: 27px;
    transition: .5s;
    z-index: 22;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #c19d68;
    line-height: 40px;
}
.team.style5 ul.social-icon {
    position: absolute;
    right: 29px;
    top: 44px;
    transition: .5s;
    background: transparent;
    border-radius: 4px;
}
.team.style5 ul.social-icon.active li a {
    transform: translateY(15px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;
}
.team.style5 .team-share-icon {
    position: relative;
    z-index: 1;
}
.team.style5 .team-share-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #c19d68;
    height: 14px;
    width: 14px;
    bottom: -32px;
    z-index: -1;
    transform: rotate(45deg);
}
.team.style5 ul.social-icon li {
    list-style: none;
    margin-bottom:4px;
}
.team.style5 ul.social-icon li a {
    display: inline-block;
    transition: .5s;
    font-size: 14px;
    color: #fff;
    background: #c19d68;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transition-delay: .3s;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
}
.team.style5 ul.social-icon li a:hover{
    color:#fff;
    background:#232323;
}
.team.style5 ul.social-icon li:nth-child(1) a {
    transition-delay: 0.4s;
}
.team.style5 ul.social-icon li:nth-child(2) a {
    transition-delay: 0.2s;
}
.team.style5 ul.social-icon li:nth-child(3) a {
    transition-delay: 0s;
}


/*
===============
 Team Carousel
===============
*/

/* Style Two */
.team-carousel.style2{
    text-align: center;
}
.team-carousel.style2 .single-team{
    margin-bottom: 30px;
}
.team-carousel.style2 .image{
    position: relative;
    overflow: hidden;
}
.team-carousel.style2 .image img{
    width: 100%;
}
.team-carousel.style2 .image .social-icon {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -100px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
}
.team-carousel.style2 .single-team:hover .image .social-icon{
    bottom: 0;
}
.team-carousel.style2 .image .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team-carousel.style2 .image .social-icon li a{
    display: inline-block;
}
.team-carousel.style2 .image .social-icon li a i{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 50%;
}
.team-carousel.style2 .image .social-icon li a i:hover{
    background-color: var(--main-color);
}
.team-carousel.style2 .bio .name{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}
.team-carousel.style2 .bio .designation{
    color: #57647c;
    font-size: 15px;
    font-weight: normal;
}
.team-carousel.style2 .content{
    padding: 25px;
    box-shadow: 0px 0px 30px 0px rgba(45, 105, 255, 0.13);
}
/*heading*/

.heading.style1 h4.heading-text {
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 20px 10px 35px;
    color: #0a132e;
    font-weight: 500;
    font-family: "DM Sans";
    text-transform: capitalize;
    font-size: 14px;
    margin: 0 0 26px;
}
.heading.style1 h4:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 16px;
    left: 18px;
    background: var(--primary-color);
}
.heading.style1 h2.heading-text {
    margin: 0 0 0;
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
}
.heading.style1 h2.heading-text span{
    color:var(--primary-color);
}
.heading.style1 p.heading-text {
    font-size: 18px;
    margin: 23px 0 27px;
    line-height: 28px;
    width: 85%;
}



/*style three*/

.heading.style3 h4 {
    border-bottom: none;
    padding-bottom: 0px;
}

/*offer*/
.offer-box{
    position: relative;
    z-index: 1;
}
.offer{
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: #0a132e;
    line-height: 150px;
    text-align: center;
    padding: 0 42px;
    position: relative;
}
.offer:after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 6px;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: #f5f1ec;
    z-index: -1;
}
.offer p {
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-top: 22px;
}
.offer p span {
    font-size: 42px;
    color: var(--primary-color);
    font-weight: bold;
    font-family: "Fraunces";
    margin: 10px 0 14px;
    display: inline-block;
}

/*
============
Work Process
============
*/
.work-process.style1 {
    text-align: center;
    padding: 0 22px;
}
.work-process.style1 .icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.work-process.style1 .icon:before {
    position: absolute;
    content: "";
    top: -14px;
    left: -15px;
    right: 0;
    margin: auto;
    height: 62px;
    width: 62px;
    background: #fe6637;
    transition: .5s;
    z-index: -1;
    border-radius: 100%;
}
.work-process.style1 .icon:after {
    position: absolute;
    content: "";
    top: -7px;
    left: 22px;
    right: 0;
    margin: auto;
    height: 100%;
    width: 351px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.pocess .work-process.style1 .icon:after {
    display: none;
}
.work-process.style1 .icon i{
    color: #ee53f8;
}
.work-process.style1 .content .title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: "Fira Sans";
    transition: .5s;
    margin: 13px 0 6px;
}
.work-process.style1 .content .description {
    font-weight: 400;
    color: #fff;
}
.work_progress {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}
.wrok_process_thumb {
	text-align: center;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
}
.work_progress:hover .wrok_process_thumb{
	border-color:#ED2C41;
}
.wrok_process_thumb img {
	border-radius: 50%;
	border: 10px solid #fff;
}
.progress_content {
	text-align: center;
}

.default-style .work_progress-number{
	position: absolute;
	left: -26px;
	top: 50.5%;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work_progress-title {
	padding-top: 24px;
}
.work_progress-title h2 {
	font-size: 20px;
	font-weight: 700;
}
.work_progress-desc {
	padding-top: 5px;
}
.work_progress.default-style:hover .work_progress-number {
	top: 40%;
}
.work_progress-number span {
	background: #ED2C41;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.work_progress-number span::before {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 60px;
	height: 60px;
	background: #ED2C41;
	opacity: 0.6;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}
.work_progress-number span::after {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 80px;
	height: 80px;
	background: #ED2C41;
	opacity: 0.4;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}
.process-bg-shape {
	position: relative
}
.process-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: -27px;
	width: 100%;
	content: "";
	background: url(assets/images/graduation-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
.em_process-icon{
	position:relative;
}
.em_process-icon i {
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
	color: #fff;
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	font-size: 40px;
	border-radius: 4px;
}
/*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: #c19d68;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
}
.work_progress.style3 .work_progress-number span::before {
    display: none;
}
.work_progress.style3 .work_progress-number span::after {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 82px;
    height: 82px;
    background: #ED2C41;
    opacity: 0.3;
}



/*
==============
skill section
==============
*/

span.elementor-progress-percentage {
    position: relative;
    top: -22px!important;
}

/*
==============
 List
==============
*/

.item-list.style1{
    margin: 0;
    padding: 0;
    list-style: none;
}
.item-list.style1 li{
    font-size: 18px;
}
.item-list.style1 li i{
    color: #fff;
    font-size: 12px;
    background: linear-gradient(-37deg, #45da65 7%, #0d6eff 100%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}


/*
==============
Call To Action
==============
*/

.call-to-action {
	text-align: center;
	position: relative;
}
.call-to-action-title h2 {
	margin-bottom: 12px;
	font-size: 35px;
	margin: 20px auto;
	text-transform: capitalize;
}
.call-to-action-title span {
	font-size: 40px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px auto 0;
	font-weight: 700;
}
.call-to-action-btn {
	margin-top: 30px;
}
.call-to-action-btn a {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	background-color: #ED2C41;
	border-radius: 4px;
	color: #fff;
	padding: 16px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #fff;
	color: #ED2C41;
}
.call-to-action-desc {
	width: 31%;
	margin: auto;
}

.call-to-video {
	margin-bottom: 35px;
}
.call-video-link a{
    display:inline-block
}
.call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
    color: #ED2C41;
    border-radius: 100%;
	position:relative;
	z-index:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.call-video-link a {
	position:relative;
}
.call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}
.call-to-video i {
	font-size: 23px;
}

/*
===========
Testimonial
===========
*/

.testimonial.style1{
    padding: 10px;
}
.testimonial.style1 .testimonial-item {
    z-index: 1;
    text-align: left;
    margin: 9px 25px 10px 0;
    transition: .5s;
}
.testimonial.style1 .author {
    display: flex;
    align-items: center;
    margin-left: 32px;
    margin-top: 38px;
}
.testimonial.style1 .inner_box {
    background: #fff;
    padding: 39px 35px 38px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.testimonial.style1 .testimonial-item:hover .inner_box{
    background: var(--primary-color);
}
.testimonial.style1 .testimonial-item:hover .inner_box:before{
   background: var(--primary-color);
}
.testimonial.style1 .inner_box:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 47px;
    bottom: -15px;
    background: #fff;
    transform: rotate(45deg);
    transition: 0.5s;
}
.testimonial.style1 p.quote {
    font-size: 18px;
    line-height: 28px;
    color: #8b8b8a;
    margin: 17px 0 28px;
    transition: 0.5s;
}
.testimonial.style1 .testi-star i.active {
    display: inline-block;
    color: var(--primary-color);
    margin: 0 0px 0px 0;
    transition: 0.5s;
    font-size: 14px;
}
.testimonial.style1 .quote_img {
    display: inline-block;
}
.testimonial.style1 .quote_img img{
    transition: .5s;
}
.testimonial.style1 .testimonial-item:hover .quote_img img {
    filter: brightness(0) invert(1);
}
.testimonial.style1 .testimonial-item:hover p.quote,
.testimonial.style1 .testimonial-item:hover .testi-star i.active{
    color: #fff;
}

.testimonial.style1 .author_img {
    display: inline-block;
    margin-right: 20px;
}
.testimonial.style1 h4.name {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 500;
}
.testimonial.style1 h5.designation {
    font-size: 16px;
    margin: 0 0 0;
    color: var(--body-color);
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}

/*owl nav*/

.testimonial.style1 button.owl-prev {
    position: absolute;
    top: 31%;
    left: -73px;
}
.testimonial.style1 button.owl-next {
    position: absolute;
    right: -50px;
    top: 31%;
}
.testimonial.style1 button.owl-prev i,
.testimonial.style1 button.owl-next i {
    opacity: 0.302;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    color: #000000;
    border: 1.5px solid #686868;
    font-size: 18px;
    transition: 0.5s;
    display: inline-block;
}
.testimonial.style1 button.owl-prev i:hover,
.testimonial.style1 button.owl-next i:hover {
    background: var(--primary-color);
    opacity: 1;
    color: #fff;
    border: 1.5px solid var(--primary-color);
}



/*testimonial two*/

.testimonial.style2 .quote_img {
    display: inline-block;
}
.testimonial.style2 .testimonial-item {
    text-align: center;
}
.testimonial.style2 p.quote {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    font-style: italic;
    width: 71%;
    margin: 24px auto 26px;
}
.testimonial.style2 .reviews_rating i.active {
    color: var(--primary-color);
    font-size: 15px;
    margin: 0 2px;
}
.testimonial.style2 h4.name {
    font-size: 22px;
    font-weight: 600;
    margin: 149px 0 0;
}
.testimonial.style2 h5.designation {
    font-size: 16px;
    color: #acacac;
    margin: 7px 0 0 0;
    position: relative;
    padding-left: 30px;
    font-family: 'DM Sans', sans-serif;
}

/*dots*/

.testimonial.style2 .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    top: -166px;
}
.testimonial.style2 .owl-dot.active {
    transform: scale(1.2);
    border: 2px solid #e2836a;
}
.testimonial.style2 .owl-dot {
    background: url('https://wp.dreamitsolution.net//Evenly/wp-content/uploads/2024/09/teasti-dotte1.png');
    width: 75px;
    height: 75px;
    display: inline-block;
    margin: 0 14px 0;
    border-radius: 100%;
}
.testimonial.style2 .owl-dot:nth-child(2) {
    background: url('https://wp.dreamitsolution.net//Evenly/wp-content/uploads/2024/09/teasti-dotte2.png');
}
.testimonial.style2 .owl-dot:nth-child(3) {
    background: url('https://wp.dreamitsolution.net//Evenly/wp-content/uploads/2024/09/teasti-dotte3.png');
}
.testimonial.style2 .owl-dot:nth-child(3) {
    background: url('https://wp.dreamitsolution.net//Evenly/wp-content/uploads/2024/09/teasti-dotte4.png');
}



/*testimonial style three*/

.testimonial-item.style_3 .quote_img {
    display: inline-block;
}
.testimonial-item.style_3 p.quote {
    opacity: 0.702;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    width: 87%;
    margin: 21px 0 23px;
}
.testimonial-item.style_3 .testi-star i.active {
    display: inline-block;
    color: var(--primary-color);
}
.testimonial-item.style_3 .author_content {
    display: flex;
    align-items: center;
    margin-top: 36px;
}
.testimonial-item.style_3 .author {
    display: inline-block;
    margin-right: 18px;
}
.testimonial-item.style_3 h4.name {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.testimonial-item.style_3 h5.designation {
    position: relative;
    color: #acacac;
    padding-left: 29px;
    font-family: var(--fonts-body);
    font-weight: 400;
    font-size: 16px;
    margin: 9px 0 0;
}
.testimonial-item.style_3 h5.designation:before{
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    top: 15px;
    left: 0;
    background: #c19d68;
}
/*style four*/

.testimonial-item.style_4 .single_testi_four {
    display: flex;
    align-items: center;
    background:#fff;
}
.testimonial-item.style_4 .author {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 0;
}
.testimonial-item.style_4 .content {
    overflow: hidden;
    padding: 0 135px 0 90px;
}
.testimonial-item.style_4 h4.name {
    font-size: 34px;
    line-height: 45px;
    color: #1e1e1e;
    font-weight: 600;
    margin: 0;
}
.testimonial-item.style_4 h5.designation {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #c19d68;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    margin-bottom: 8px;
    margin: 7px 0 0;
}
.testimonial-item.style_4 p.quote {
    margin: 24px 0 28px;
    line-height: 30px;
}
.testimonial-item.style_4 .testi-star i.active {
    display: inline-block;
    color: #C19C67;
    margin-right: 4px;
}

/*owl dots*/

.testimonial.style4 .owl-dots {
    position: absolute;
    text-align: center;
    right: 74px;
    bottom: 171px;
}
.testimonial.style4 .owl-dot {
    display: inherit;
    background: #F7F6F2;
    width: 6px;
    height: 55px;
}
.testimonial.style4 .owl-dot.active {
    display: inherit;
    background: #e2836a;
    width: 6px;
    height: 55px;
}
/*testimonial style five*/


.single_testi_five {
    text-align: center;
    border: 1px solid rgba(30,30,30,0.15);
    margin: 46px 15px 10px;
    padding: 75px 22px 36px;
    position: relative;
    transition: .5s;
}
.single_testi_five:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/Evenly/wp-content/uploads/2023/12/testi-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: .5s;
}
.testimonial.style5 .single_testi_five:hover:before{
    opacity:1;
}
.single_testi_five .author_thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
}
.testimonial.style5 .content {
    position: relative;
    z-index: 2;
}
.testimonial.style5 .author {
    display: inline-block;
    position: relative;
    z-index:2;
}
.testimonial.style5 .author:before {
    position: absolute;
    content: "";
    top: -7px;
    left: -7px;
    height: 105px;
    width: 105px;
    border: 1px solid#E1E1E1;
    transition: .5s;
    border-radius: 50%;
    z-index:-1;
}
.testimonial.style5 .single_testi_five:hover .author:before{
    border-color:#fff;
    background:#fff;
}
.testimonial.style5 .quote_img {
    display: inline-block;
    position: absolute;
    top: 24px;
    left: -28px;
}
.testimonial.style5 p.quote {
    font-size: 18px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    font-style: italic;
    transition: .5s;
}
.testimonial.style5 .reviews_rating {
    margin-top: 27px;
}
.testimonial.style5 .testi-star i.active {
    color: #ffae11;
    font-size: 18px;
    margin: 0 2px;
}
.testimonial.style5 h4.name {
    font-size: 22px;
    font-weight: 600;
    margin: 6px 0 6px;
}
.testimonial.style5 h5.designation {
    margin: 0;
    color: #616161;
    font-weight: 400;
    font-family: "Lora";
    font-size: 16px;
    padding-left: 33px;
    position: relative;
    display: inline-block;
}
.testimonial.style5 .single_testi_five:hover p.quote,
.testimonial.style5 .single_testi_five:hover h4.name,
.testimonial.style5 .single_testi_five:hover h5.designation{
    color:#fff;
}
.testimonial.style5 h5.designation:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #c19d68;
}
/*testi_dark_two*/
.testi_dark_two .single_testi_five {
    border: 1px solid#424242;
}
.testi_dark_two .testimonial.style5 button.owl-dot.active {
    background: #C19E66;
}
.testi_dark_two .testimonial.style5 button.owl-dot {
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    background:#fff;
}



/*owl dots*/
/*dots*/
.testimonial.style5 .owl-dots {
    position: relative;
    text-align: center;
    left: 0;
    bottom: -20px;
    margin: auto;
}
.testimonial.style5 button.owl-dot {
    display: inline-block;
    border: 2px solid rgba(30,30,30,0.1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}
.testimonial.style5 button.owl-dot.active {
    display: inline-block;
    background: #C19E66;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}
/*style six*/
.testimonial-item.style_6 {

}
.testimonial-item.style_6 .author {
    display: inline-block;
    margin-right: 21px;
}
.testimonial-item.style_6 .testi-star i {
    color: #c19d68;
}
.testimonial-item.style_6 .testi_inner_content p {
    margin: 18px 0 51px;
    font-size: 18px;
    line-height: 30px;
    color: #acacac;
    font-weight: 400;
    font-style: italic;
    font-family: "Lora";
    position: relative;
    width: 96%;
}
.testimonial-item.style_6 .testi_inner_content p:after {
    position: absolute;
    content: "";
    bottom: -41px;
    left: 0;
    height: 35px;
    width: 1px;
    background: #ae9455;
}
.testimonial-item.style_6 .author_content {
    display: flex;
    align-items: center;
}
.testimonial-item.style_6 h4.name {
    margin: 0 0 6px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.testimonial-item.style_6 h5.designation {
    margin: 0 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 34px;
    position: relative;
}
.testimonial-item.style_6 h5.designation:after {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    width: 22px;
    background: #ae9455;
    bottom: 8px;
}



/*
==========
Case Study
==========
*/
.case-study.style1 .case-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
.case-study.style1 .case-grid .gird-item{
    position: relative;
    overflow: hidden;
}
.case-study.style1 .case-grid .gird-item .image{
    position: relative;
}
.case-study.style1 .case-grid .gird-item .image img{
    height: 380px;
    object-fit: cover;
}
.case-study.style1 .case-grid .gird-item .image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .image::before{
    opacity: 0.9;
}
.case-study.style1 .case-grid .gird-item .content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .content{
    top: 50%;
    transform: translateY(-50%);
}
.case-study.style1 .case-grid .gird-item .content .case-btn{
    display: inline-block;
    margin-bottom: 24px;
}
.case-study.style1 .case-grid .gird-item .content .case-btn:hover i{
    color: var(--main-color);
    background-color: #fff;
}
.case-study.style1 .case-grid .gird-item .content .case-btn i{
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.case-study.style1 .case-grid .gird-item .content .title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.case-study.style1 .case-grid .gird-item .content .category{
    color: #fff;
}

.evenly-single-cases-study{
    position: relative;
	z-index:999;
}
.cases-study-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #ED2C41;
    margin: auto;
    padding: 20px 30px 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    width: 100%;
}
.evenly-single-cases-study:hover .cases-study-content{
	bottom: 0;
}
.case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study-thumb img{
	width: 100%;
}
.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.em-cases-study-title h2 a {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case_category span {
    color: #ED2C41;
}
.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}
.case_default .em-cases-study-title h2 a {
    font-size: 23px;
}
.case_default .evenly-single-cases-study {
    margin-bottom: 30px;
}
.case_default .case-study-thumb {
   position:relative;
   z-index: 1;
}
.case_default .case-study-thumb:before {
   display:none;
}
.case_default .em-cases-study-title h2 {
    margin: 0 0 7px;
    color: #fff;
}
.case_default .case_category span,
.case_default .cases-study-content p,
.case_default .em-case-study-button a {
    color: #fff;
}
.case_default .cases-study-content p {
    margin: 20px 0;
}
.case_default .em-cases-study-title h2 a:hover {
    color: #fff;
}
.em-case-study-button {
    margin-top: 23px;
}
/*case*/

.blog_wrap.case_study_carousel  button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0 4px;
    display: inline-block;
}
.blog_wrap.case_study_carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0 4px;
    display: inline-block;
}
.case-study.style2 .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    opacity: 0;
}

/*case study style two*/

.case-study.style2 .case-study-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}
.case-study.style2 .cases-study-content {
    left: inherit;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 29px;
    background: #fff;
    width: 82%;
    padding: 0 0 0;
    position: absolute;
    bottom: -56px;
    right: 0; 
    border-radius: 10px 0 0 10px;
    text-align: left;
    margin: 0;
    overflow: hidden;
}
.case-study.style2 h2.title {
    line-height: 23px;
    margin: 5px 0 0;
}
.case-study.style2 .image-icon {
    display: inline-block;
    background: #0a132e;
    padding: 29px 34px 29px;
    border-radius: 10px 0 0 10px;
    z-index: 1;
    position: relative;
}
.case-study.style2 .image-icon img{
    transition: .5s;
}
.case-study.style2 .image-icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    transition: all 400ms linear;
    border-radius: 10px 0px 0 0;
    z-index: -1;
}
.case-study.style2 .image-icon:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    transition: all 400ms linear;
    border-radius: 0px 0 0px 0px;
    z-index: -1;
}
.case-study.style2 .single_case_study:hover .image-icon img{
        filter: brightness(0) invert(1);
}
.case-study.style2 .single_case_study:hover .image-icon:before{
    height: 50%;
}
.case-study.style2 .single_case_study:hover .image-icon:after{
    height: 50%;
}

.case-study.style2 h2.title a {
    font-size: 24px;
    font-weight: 600;
    color: #012549;
    transition:.5s;
}
.case-study.style2 h2.title a:hover{
    color:#e2836a;
}
.case-study.style2 .case_category span {
    padding: 0 0 0 12px;
    z-index: 1;
    transition: all 400ms linear;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--primary-color);
    margin: 0;
    margin-bottom: 11px;
    position: relative;
}
.case-study.style2 .case_category span:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 5px;
    background: var(--primary-color);
    border-radius: 30px;
    transition: all 400ms linear;
}
.case-study.style2 .em-case-study-button {
    margin-top: 23px;
    opacity: 0;
    transition: all 400ms linear;
}
.case-study.style2 .em-case-study-button a {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    text-align: center;
    line-height: 60px;
    color: #ffff;
    border-radius: 5px 0 0 0;
    position: absolute;
    bottom: 62px;
    right: 0;
    opacity: 1;
    transition: 0.5s;
}
.case-study.style2 .em-case-study-button a i {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    margin-left: 0px;
    transform: rotate(-45deg);
}
/* single box hover*/
.case-study.style2 .single_case_study:hover .em-case-study-button{
   opacity: 1;
}

/*dots*/
.case-study.style2 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -90px;
    cursor: pointer;
    z-index: 22;
}
.case-study.style2 button.owl-dot {
    position: relative;
    background: rgba(226, 131, 106, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 3px 0;
}
.case-study.style2 button.owl-dot.active {
    width: 13px;
    height: 13px;
    background: var(--primary-color);
}

/*style three*/

.case-study.style2.style3 .evenly-single-cases-study {
    position: relative;
    z-index: 999;
    margin-bottom: 80px;
}
.case-study.style2.style3 .cases-study-content {
    left: inherit;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 29px;
    background: #fff;
    width: 90%;
    padding: 0 0 0;
    position: absolute;
    bottom: -56px;
    right: 0;
    border-radius: 10px 0 0 10px;
    text-align: left;
    margin: 0;
    overflow: hidden;
}
.portfolio_info ul li {
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
}
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #e2836a;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin: 0 6px;
    line-height: 35px;
}


/*
==========
Brand
==========
*/
.brand-item img {
    width: inherit !important;
}


/*
==============
Video Box
==============
*/
.element-boxed{
    margin: 0 50px!important;
}
.single-video {
	position: relative;
	text-align: center;
}

.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .5s;
    text-align: center;
    display: inline-block;
     width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: #e2836a;
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    position: relative;
}
.single-video.style-one .video-icon a:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    border: dashed 1px #fff;
    /* -webkit-animation: ripple 1.6s ease-out infinite; */
    -moz-animation: ripple 1.6s ease-out infinite;
}
.single-video.style-one .video-icon .video_icon {
    position: relative;
    line-height: 148px;
}
.single-video.style-one .video-icon .video_icon a:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-color: #fff;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 39px;
} 


@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    }
 }


.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}
/* Style One */
.single-video.style-one .video-icon,
.single-video.style-three .video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}

/* Style Three */
.single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
@keyframes alltuchtopdown{
	0%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
	50%{
		-webkit-transform:rotateX(0deg) translateY(-20px);
		-ms-transform:rotateX(0deg) translateY(-20px);
		transform:rotateX(0deg) translateY(-20px)
	}
	100%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
}

/*video two*/

.single-video.style-two.video-icon a, .single-video.style-two .video-icon a {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .5s;
    display: inline-block;
    background: #e2836a;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    border-radius: 4%;
    position: relative;
    display: inline-block;
    background: var(--primary-color-2);
    width: 96px;
    height: 96px;
    line-height: 96px;
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    position: relative;
}
.single-video.style-two .video-icon a:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    left: 0;
    top: 0;
    border: 2px solid #F68043;
    border-radius: 50%;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}
.single-video.style-two .video-icon h5 {
    position: absolute;
    top: 47%;
    z-index: 22;
    left: 50%;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    display: inline-block;
    cursor: pointer;
}

.single-video.style-three .video-icon a {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
}

.single-video.style-three .video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: rgba(12, 90, 219,1);
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.single-video.style-three .video-icon a i{
    background: #fff;
    height: 90px;
    width: 90px;
	line-height: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #ED2C41;
    font-size: 26px;
    position: relative;
}
/*video style four*/

.single-video.style-four .video-icon a, .single-video.style-four .video-icon a {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .5s;
    display: inline-block;
    background: #fff;
    color: #fff;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    position: relative;
}
.single-video.style-four .video-icon a i{
    color:#e2836a;
}
.single-video.style-four .video-icon a:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    left: -10px;
    top: -11px;
    border: 1px solid #ffffff73;
    border-radius: 50%;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}





/*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%;
    }
}

/*
==============
Pricing Table
==============
*/
.pricing.style1 {
    background: #f7f6f2;
    padding: 40px 39px 32px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    text-align: center;
    transition: .5s;
}
.pricing.style1 .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #e2836a;
    line-height: 84px;
}
.pricing.style1 span.name {
    color: #0a132e;
    font-weight: bold;
    font-family: "Fraunces";
    font-weight: 600;
    font-size: 24px;
    margin: 24px 0 20px;
    display: inline-block;
}
.pricing.style1 span.currency {
    font-size: 60px;
    color: #0a132e;
    font-weight: 600;
    font-family: "Fraunces", serif;
}
.pricing.style1 span.tk {
    font-size: 60px;
    color: #0a132e;
    font-weight: 600;
    font-family: "Fraunces", serif;
}
.pricing.style1 span.month {
    color: #0a132e;
    font-size: 19px;
    font-family: "Fraunces";
}
.pricing.style1 ul.features {
    text-align: left;
    padding: 34px 24px 0;
    border-top: dashed 1px #D6D2D1;
    margin-top: 30px;
}
.pricing.style1 ul.features li {
    color: #8b8b8a;
    font-weight: 400;
    font-family: "DM Sans";
    font-size: 16px;
    margin: 0 0 12px;
    list-style: none;
}
.pricing.style1 ul.features li i{
    color: var(--primary-color);
}
.pricing.style1 ul.features li i {
    margin-right: 9px;
}
.pricing.style1 a.pricing-button {
    background: var(--primary-color);
    display: inline-block;
    color: #fff;
    padding: 15px 42px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 25px;
    border: 2px solid var(--primary-color);
    font-weight: 600;
}
.pricing.style1 a.pricing-button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    z-index: -1;
    transition: 0.5s;
}
.pricing.style1 a.pricing-button:hover:before{
    left: 0;
    width: 100%;
}
.pricing.style1 a.pricing-button:hover{
    color: #0a132e;
}
.pricing.style1 a.pricing-button i{
    margin-left: 5px;
    transform: rotate(-45deg);
    display: inline-block;
}

.blog-post.style1 .author a {
    display: inline-block;
    color: #8b8b8a;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}


/*style two*/

.pricing.style2 {
    background: #F8F5F0;
    padding: 13px 30px 42px;
    position: relative;
    transition: .5s;
}
.pricing.style2:hover{
    transform: translateY(-4px);
}

.pricing.style2 h3.pricing-title {
    margin: 0 0 0;
    background: var(--primary-color);
    margin: 0;
    text-align: right;
    padding: 8px 19px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-family: var(--fonts-title);
}
.pricing.style2 h3.pricing-title:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    left: 0;
    top: -13px;
    background: #fff;
    clip-path: polygon(0% 20%, 60% 20%, 79% 20%, 88% 50%, 78% 82%, 82% 82%, 0% 82%);
    padding: 32px 0;
}
.pricing.style2 .pricing-body {
    background: #fff;
    padding: 35px 36px 26px;
    margin-top: 17px;
}
.pricing.style2 span.name {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 27px;
    font-weight: 600;
    color: #151515;
    font-family: 'Cormorant Garamond';
    display: block;
}
.pricing.style2 span.tk {
    font-size: 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--fonts-body);
    color: #151515;
}
.pricing.style2 span.currency {
    font-size: 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--fonts-body);
    color: #151515;
}
.pricing.style2 span.month {
    display: inline-block;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #151515;
}
.pricing.style2 ul.features {
    display: block;
    list-style: none;
}
.pricing.style2 ul.features li {
    margin: 0 0 13px;
}
.pricing.style2 ul.features li i {
    color: #e2836a;
    font-size: 9px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.pricing.style2 a.pricing-button {
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--fonts-title);
    border: 1px solid var(--primary-color);
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    transition: 0.5s;
}
.pricing.style2 a.pricing-button:hover {
    background: var(--primary-color);
    color: #fff;
}




/*pricing active*/


/*
================
 Image Carousel
================
*/

.owl_wrapper{
  width: 100vw;
  overflow: hidden;
}
.owl_content{padding-left: 12%;}
.owl_wrapper .owl-item{
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}
.owl_wrapper .active{opacity: 0.5;}
.owl_wrapper .active.middle_beside{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0.8;
  margin: 0 -1%;
  z-index: 2;
}
.owl_wrapper .active.middle{
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.owl_wrapper .active.next_to_mid{margin-left: -1%;}
.owl_wrapper .active.prev_to_mid{margin-right: -1%;}



/*===== Navigation =====*/
.owl_wrapper .prev, .owl_wrapper .next{
  position: absolute;
  top: 100px; left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}
.owl_wrapper .next{left: calc(100% - 100px);}
.no_select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.infos {
    width: 500px;
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
    color: #000;
}
.infos a {
    color: #555;
    text-decoration: none;
}
.infos a:hover {color: #999;}


#carousel {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
#carousel div img {
  width: 400px;
  transition: width 1s;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
  width: 200px;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

/*contact*/
.contact{
    position: relative;
    z-index: 1;
}
.contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #c19d68;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}
.contact:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/Evenly/wp-content/uploads/2023/05/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}
.buttons input {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Fira Sans';
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
}
.buttons input:hover{
    background:#c19d68;
}
.form-group input::placeholder {
    color: #6d6d6d!important;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.buttons p {
    margin: 0;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.contact input.form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
     border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}
.contact .form-control:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #c19d68;
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #6d6d6d!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #6d6d6d!important;
}
/*focus color*/
textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #c19d68!important;
}
/*contact two*/
.form-area.style-two .form-control {
    width: 100%;
    height: 167px;
    background: transparent;
    border-radius: 33px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    outline: 0;
    color: #fff;
    padding: 15px 23px 18px;
}
.form-area.style-two input.form-control {
    width: 100%;
    height: 62px;
    background: transparent;
    padding: 6px 23px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    border: 2px solid rgba(255, 255, 255, 0.15);
    outline: 0;
    border-radius: 30px;
}
.form-area.style-two .buttons input {
    width: 100%;
    height: 59px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    outline: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--fonts-title);
    border-radius: 30px;
    transition: 0.5s;
    margin-top: 19px;
}
.form-area.style-two .buttons input:hover {
    background: transparent;
    color: var(--primary-color);
}

/*room details contact*/

.contact-four .service-input-box h4 {
    color: #616161;
    font-size: 15px;
    margin-bottom: 8px;
    font-family: 'Lora';
    font-weight: 400;
}
.contact-four .single-extra-box.two {
    border-top: 2px solid rgba(30, 30, 30, 0.10196078431372549);
    margin-top: 46px;
}
.contact-four input#datemax {
    width: 100%;
    height: 50px;
    border: 1px solid var(--primary-color);
    background: transparent;
    padding: 6px 16px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 0px;
}
.contact-four input#datemax2 {
    width: 100%;
    height: 50px;
    border: 1px solid var(--primary-color);
    background: transparent;
    padding: 6px 16px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 0px;
}
.contact-four select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.from-control {
    width: 100%;
    border: 1px solid var(--primary-color);
    height: 50px;
    padding: 0 6px;
    outline: 0;
    border-radius: 5px;
}
.contact-four .service-input-box p {
    margin: 13px 0 9px;
}

.contact-four .room-details-extra-service {
    display: block;
    position: relative;
    width: 100%;
    color: #1e1e1e;
    /* font-size: 30px; */
    font-weight: 600;
    margin: 21px 0 8px;
    padding: 0 14px;
}

.contact-four .single-extra-box {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(30, 30, 30, 0.1);
    margin-top: 14px;
    padding-top: 18px;
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
}
.contact-four .txtra-title h4 {
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Lora";
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 17px;
}
.contact-four .extra-check input {
    width: 15px;
    height: 15px;
}
.contact-four .extra-check label {
    color: #1e1e1e;
    font-size: 14px;
    margin-left: 11px;
    position: relative;
    top: -3px;
}
.contact-four .txtra-title label {
    font-size: 14px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Lora";
    margin-left: 113px;
    float: right;
    text-align: right;
}
.contact-four .txtra-title select {
    width: 64px;
    height: 26px;
    border: 1px solid var(--primary-color);
    outline: 0;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 16px;
}
.contact-four .extra-check p {
    margin: 0;
}
.contact-four .txtra-title p {
    margin: 0;
}
.contact-four .txtra-price p{
    margin: 0;
}
.contact-four .txtra-price p span {
    color: #1e1e1e;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    right: 0;
    top: 32px;
}
.contact-four .info-submit-button p {
    margin: 0;
}
.contact-four .info-submit-button {
    width: 100%;
}
.contact-four input.wpcf7-submit {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    width: 92%;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 32px;
    transition: 0.5s;
    border: 1px solid var(--primary-color);
    margin-left: 14px;
    margin-right: 14px;
}
.contact-four input.wpcf7-submit:hover{
    background: #1e1e1e;
}


/*marquee text*/
 .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
  @-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)));
    }
  }
.marquee-block .content-box {
    position: relative;
    margin-right:0px;
}
.marquee-block h3 {
    margin: 0;
    display: inline-block;
    font-size: 34px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.marquee-block h3 img {
    padding: 0 21px;
    -webkit-animation: rotatemetwo 2s linear infinite;
    animation: rotatemetwo 2s linear infinite;
}
.rotatemetwo {
  transition: .5s;
      -webkit-animation-name: rotatemetwo;
    animation-name: rotatemetwo;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotatemetwo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.marquee-block .content-box:last-child {
    margin-right:0px;
}
.marue-two .marquee-block h3 img{
    filter: brightness(0) invert(1);
}
/*marquee style two*/
.marquee.style2 .marquee-block h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    font-size: 100px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 17px;
}
.marquee.style2 .marquee-block {
    -webkit-animation: scroll2 60s linear infinite;
    animation: scroll2 60s linear infinite;
}
  @-webkit-keyframes scroll2 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.team-marque .marue-two .marquee-block h3 img {
    filter: inherit;
}
/* contact style three*/

.contact-fron.style_three input.from-control {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #ffff;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 11px;
    padding: 0 21px;
}
.contact-fron.style_three select.from-control {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0 19px;
    margin-top: 5px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-fron.style_three p {
    margin: 0;
}
.contact-fron.style_three input.from-control::placeholder {
    color: #fff!important;
    opacity: 0.4;
}
.contact-fron.style_three textarea.wpcf7-form-control.wpcf7-textarea {
    color: #232323;
    transition: .5s;
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 9px 19px;
    border-radius: 0;
}
.contact-fron.style_three input.button {
    background: #C29D68;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    width: 100%;
    border: transparent;
    padding: 16px 0;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.contact-fron.style_three input.from-control {
    color: #acacac!important;
}
/*Contact three*/
.main-contact input.from-control::placeholder {
    color: #fff!important;
    opacity: 0.6;
}
.main-contact textarea.from-control::placeholder {
    color: #fff!important;
    opacity: 0.6;
}
.form-area.style-three .form-control {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #ffff;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 11px;
    padding: 0 21px;
    border-radius: 4px;
}
.form-area.style-three input[type="email"] {
    height: 57px;
    padding: 5px 25px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
}
.form-area.style-three select.wpcf7-form-control.wpcf7-select {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0 19px;
    margin-top: 0px;
    text-transform: capitalize;
    border-radius: 4px;
}
.form-area.style-three textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 9px 19px;
    margin-top: 0px;
}
.form-area.style-three .buttons input {
    background: var(--primary-color);
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--fonts-title);
    width: 100%;
    border: transparent;
    padding: 16px 0;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 4px;
}
.form-area.style-three .buttons input:hover{
    background: #fff;
}
.form-area.style-three input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #6d6d6d!important;
}

/*service contact*/

.contact-three .service-input-box {
    margin-bottom: 12px;
    display: block;
    width: 100%;
}

.contact-three .service-input-box input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(0);
}
.contact-three .booking-button p {
    margin: 0;
}
.contact-three .service-input-box input {
    width: 100%;
    height: 46px;
    border: 1px solid #151515;
    text-transform: uppercase;
    padding: 0 13px;
    outline: 0;
    font-size: 14px;
    opacity: 0.8;
}

.contact-three .service-input-box label {
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    margin: 0 0 7px;
}
.contact-three .service-input-box input#datemax {
    color: #151515!important;
}
.contact-three .service-input-box select {
    width: 100%;
    height: 46px;
    border: 1px solid #151515;
    text-transform: uppercase;
    padding: 0 13px;
    outline: 0;
    font-size: 14px;
    opacity: 0.8;
}
.contact-three .service-details-extra-service {
    position: relative;
    width: 100%;
}
.contact-three h4.text-service {
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 600;
    margin: 5px 0 24px;
}
.contact-three .extra-service-box p span {
    margin: 0;
    position: relative;
    top: 14px;
}
.contact-three .extra-service-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.contact-three .extra-service-box input {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}
.contact-three h4.text-service.two {
    margin-top: 37px;
}
.contact-three .extra-service-box h4 span{
    color: #686868;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    padding-left: 13px;
}
.contact-three .booking-button input.wpcf7-submit {
    font-family: "Cormorant Garamond";
    width: 100%;
    border: 1px solid #1515154f;
    background: transparent;
    border-radius: 30px;
    padding: 12px 0;
    color: #151515;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    margin-top: 23px;
    transition: 0.5s;
}
.contact-three .service-input-box h4 {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 600;
}
.contact-three .booking-button input.wpcf7-submit:hover{
    background:var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}
.contact-three .booking-button {
    position: inherit;
    display: block;
    z-index: 22;
    width: 100%;
}


/*dreamit heading*/

.heading.style3 h3 {
    position: relative;
    display: inline-block;
}
.heading.style3 h3:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #C29D68;
}
/*style four*/
.heading.style4 h3 {
    position: relative;
    display: inline-block;
}
.heading.style4 h3:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0;
    bottom: -9px;
    background: #C29D68;
}


.gallary_box {
    position: relative;
    top: 49px;
}

/*
==========
Blog Post
==========
*/

.blog-post.style1 .post-item {
    margin-bottom: 20px;
    border-radius: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    padding: 0;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.blog-post.style1 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    transform: scale(1.1);
    width: 100%;
}
.blog-post.style1 .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-post.style1 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #c19d68;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 25px 20px 27px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog-post.style1 .meta i {
    color: #c19d68;
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
}
.blog-post.style1 h3.title {
    background: #f8f5f0;
    padding: 24px 24px;
    border-radius: 10px;
    margin: 25px 0 0;
}
.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-post.style1 .date {
    display: inline-block;
}
.blog-post.style1 .user_thumb {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
}
.blog-post.style1 .user_thumb img {
    border-radius: 100%;
    margin-right: 15px;
}
.blog-post.style1 .blog_post_user {
    border-top: 1px solid rgba(29, 33, 36, 0.12);
    padding: 17px 27px 0;
}
.blog-post.style1 .author {
    display: inline-block;
}
.blog-post.style1 .single_blog_post_content {
    position: relative;
    padding: 21px 0 0;
}
.blog-post.style1 h3.title a{
    display: inline-block;
    font-size: 21px;
    line-height: 32px;
    color: #0a132e;
    font-weight: 600;
    transition: 0.5s;
    font-family:  'DM Sans', sans-serif;;
}
.blog-post.style1 .author a {
    display: inline-block;
    color: #232323 !important;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.blog-post.style1 .blog_btn a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    text-align: center;
    color: rgba(10, 19, 46, 0.5);
    font-size: 17px;
    line-height: 44px;
    transform: rotate(-45deg);
    border: 1px solid rgba(10, 19, 46, 0.1);
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 20px;
}
.blog-post.style1 .blog_btn a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.blog-post.style1 h3.title a:hover{
    color: var(--primary-color);
}


/*hover*/
.post-item:hover .post-thumb img {
    transform: scale(1.4);
}
.blog-post.style1 .blog_btn a:hover {
    color: #fff;
}
.blog-post.style1 .author a:hover{
    color: #c19d68;
}
.blog-post.style1 .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.blog-post.style1 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style1 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style1 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}
/*blog style two*/
.blog_style_two .luxury-single-blog_adn {
    position: relative;
    z-index: 1;
    transition: .5s;
    /*overflow: hidden;*/
    margin-bottom: 30px;
}
.blog_style_two .Evenly-single-blog_adn {
    text-align: center;
}
.blog_style_two .luxury-blog-thumb_adn img {
    width: 100%;
    overflow: hidden;
    transition: .5s;
   transform: scale(1.1);
}
.blog_style_two .luxury-single-blog_adn:hover .luxury-blog-thumb_adn img {
    transform: scale(1.4);
}
.blog_style_two .em-blog-content-area_adn {
    border-radius: 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 29px 21px 0;
}
.blog_style_two .luxury-blog-thumb_adn {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog_style_two ul.post-categories {
    display: inline-block;
    position: absolute;
    bottom: 26px;
    left: 30px;
}
.blog_style_two ul.post-categories li {
    list-style: none;
}
.blog_style_two ul.post-categories li a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #e2836a;
    border-radius: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.blog_style_two .user_url{
    display:inline-block;
}
.blog_style_two .user_url a {
    padding-right: 0px;
    transition: .5s;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #616161;
    font-weight: 400;
    margin-right: 28px;
    margin-left: 13px;
    margin-bottom: 15px;
    position: relative;
}
.blog_style_two .user_url a:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: -13px;
    top: 10px;
    background: #D1D1D1;
}
.blog_style_two .Evenly-blog-meta-left {
    display: inline-block;
}
.blog_style_two .blog-page-title_adn h2 {
    margin: 5px 0 0;
}
.blog_style_two .Evenly-blog-meta-left i {
    color: #c19d68;
    margin-right: 8px;
    font-size: 12px;
    color: var(--primary-color-2);
}
.blog_style_two .blog-page-title_adn h2 a {
    display: inline-block;
    font-size: 28px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
    margin-top: 7px;
}
.blog_style_two .blog-page-title_adn h2 a:hover {
    text-decoration: underline!important;
    color: var(--primary-color-2)!important;
}
.blog_style_two .luxury-blog-readmore {
    border: 1px solid rgba(30,30,30,0.1);
    border-top: transparent;
    padding: 14px 31px;
}
.blog_style_two .luxury-blog-readmore a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
}
.blog_style_two .luxury-blog-readmore a:hover {
    color: #c19d68;
}
/*blog style three*/
.single_blog_adn.style-3{
    position: relative;
    z-index: 1;
}
.single_blog_adn.style-3 .Evenly-single-blog_adn {
    text-align: left;
}
.single_blog_adn.style-3 .Evenly-blog-thumb_adn {
    overflow: hidden;
}
.single_blog_adn.style-3 .Evenly-blog-thumb_adn a img{
    transition: .5s;
}
.single_blog_adn.style-3 .Evenly-single-blog_adn:hover .Evenly-blog-thumb_adn a img{
  transform: scale(1.1);  
}
   
.single_blog_adn.style-3 .luxury-single-blog_adn{
    position: relative;
    z-index: 1;
    transition: .5s;
     overflow: inherit; 
    margin: 19px 3px;
}
.single_blog_adn.style-3 .luxury-single-blog_adn:before {
    position: absolute;
    content: "";
    top: 14px;
    left: -14px;
    height: 100%;
    width: 100%;
    border: dashed 1px#BE9D68;
    z-index: -1;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .em-blog-content-area_adn {
    position: relative;
    z-index: 1;
    transition: .5s;
    border-top: transparent;
    padding: 31px 31px 21px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.blog_style_two.style-3 ul.post-categories {
    display: inline-block;
    position: inherit;
    bottom: 0;
    left: 0;
}
.blog_style_two.style-3 .Evenly-blog-meta-top {
    padding-top: 0;
    position: inherit;
    left: 0;
    top: 0;
    display: inline-block;
}
.blog_style_two.style-3 ul.post-categories li a {
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 28px;
    margin-left: 14px;
    margin-bottom: 2px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #acacac;
    font-weight: 400;
}
.blog_style_two.style-3 .single_blog_adn.style-3 span.user i {
    display: inline-block;
    color: #c19d68;
    background: #f8f6f3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .user_url a:before {
    display: none;
}
.blog_style_two .Evenly-blog-meta-left span:before {
    display: none;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .user_url a {
    padding-right: 0px;
    transition: .5s;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 0px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    font-family: "Lora";
    margin-right: 27px;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .Evenly-blog-meta-left i {
    font-size: 12px;
    display: inline-block;
    color: #c19d68;
    background: #f8f6f3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .blog-page-title_adn h2 {
    margin: 7px 0 0px;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .Evenly-blog-meta-left a, 
.blog_style_two.style-3 .single_blog_adn.style-3 .Evenly-blog-meta-left time, 
.blog_style_two.style-3 .single_blog_adn.style-3 .Evenly-blog-meta-left span {
       display: inline-block;
    margin-right: 28px;
    margin-left: 14px;
    margin-bottom: 2px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #acacac;
    font-weight: 400;
}
.blog_style_two.style-3 .Evenly-blog-meta-left span.date{
    position: relative;
}
.blog_style_two.style-3 ul.post-categories li a:before,
.single_blog_adn.style-3 .Evenly-blog-meta-left span:before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #e2836a;
    left: -15px;
    top: 9px;
    display: block;
}

.blog_style_two.style-3 .single_blog_adn.style-3 .blog-page-title_adn h2 a {
    display: inline-block;
    font-family: var(--fonts-title);
    transition: 0.5s;
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
    padding-right: 40px;
}
.blog_style_two.style-3 .blog-page-title_adn h2 a:hover{
    color:#c19d68 !important;
}
.blog_style_two.style-3 .em_inner_content {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: transparent;
    padding: 20px 29px;
    margin: 0;
}
.blog_style_two.style-3 .Evenly-blog-readmore a {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    color: #acacac;
    font-weight: 500;
    font-family: var(--fonts-title);
    transition: 0.5s;
}

/*blog dark*/
.blog_dark .blog_style_two .em-blog-content-area_adn {
    background-color: transparent;
    border: 1px solid #FFFFFF52;
    border-top: transparent;
}
.blog_dark .blog_style_two .luxury-blog-readmore {
    border: 1px solid #FFFFFF52;
    border-top: transparent;
}
/*blog dark two*/
.blog_dark_two .blog_style_two .em-blog-content-area_adn {
    background-color: #272727;
    border: 1px solid#272727;
    border-top: transparent;
}

/*
=============
 Recent Post
=============
*/
.recent-post.style1 .post-item{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #616161;
    overflow: hidden;
}
.recent-post.style1 .post-item:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.recent-post.style1 .post-item .post-thumb{
    flex-shrink: 0;
}
.recent-post.style1 .post-item .post-thumb img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 10px;
}
.recent-post.style1 .post-item .content{
    padding: 0 0 0 10px;
}
.recent-post.style1 .post-item .content .meta{
    display: flex;
    align-items: center;
}
.recent-post.style1 .post-item .content .meta .date{
    position: relative;
    color: #616161;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.recent-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.recent-post.style1 .post-item .content .title{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px;
}
.recent-post.style1 .post-item .content .title a{
    color: var(--title-color);
}
.recent-post.style1 .post-item .content .title a:hover{
    color: var(--main-color);
}
.recent-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}

/*
==========
Portfolio
==========
*/
.portfolio-filter .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.portfolio-filter ul {
    margin: 0;
    list-style: none;
    padding: 11px 6px 11px 13px;
    display: inline-block;
    border: 1px solid#E1DDDC;
    border-radius: 30px;
}
.portfolio-filter ul li {
    border: 1px solid#1e1e1e;
    border-radius: 0;
    margin-right: 7px;
    text-transform: capitalize;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 15px;
    padding: 9px 25px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
}
.portfolio-filter li.current_menu_item {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}
.portfolio-filter .content span {
    color: #e2836a;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Fraunces";
}
.portfolio-filter .single-content {
    background: #ffff;
    padding: 0 0 27px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: .5s;
}
.portfolio-filter .portfolio_content {
    position: relative;
    padding: 26px 0 13px;
}
.portfolio-filter .content h3 a {
    font-family: "Fraunces";
    color: #0a132e;
    font-size: 28px;
    transition:.5s;
}
.portfolio-filter .content h3 a:hover {
    color: #e2836a;
}
.portfolio-filter .content h2 {
    font-size: 26px;
    color: #1e1e1e;
    font-weight: 500;
    display: block;
    margin: 0;
}
.portfolio-filter .content h6 {
    border-top: 1px dashed #2222223d;
    padding-top: 13px;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'Lora', serif;
    color: #616161;
    font-weight: 400;
    line-height: 26px;
}
.portfolio-filter a.button {
    width: 57px;
    height: 57px;
    border-radius: 30px;
    background-color: #e2836a;
    display: inline-block;
    line-height: 57px;
    color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -43px;
    transition: .5s;
    opacity: 0;
}
.portfolio-filter .single-content:hover a.button{
    opacity: 1;
    top: -53px;
}

/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 50px;
    padding-top: 48px;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: muli; */
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
	
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #e2836a;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}

.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding: 14px 0;
}

.port_dtl_social {
    margin-top: 20px;
}
.pr-title h2 {
    font-size: 25px;
}

/*product post tyle*/


.product_post_item {
    overflow: hidden;
    position: relative;
}
.product_post_item .post-thumb {
    position: relative;
    z-index: 1;
}
.product_post_item .dolar {
    display: inline-block;
    background: #f00;
    line-height: 0;
    padding: 21px 14px 26px;
    position: absolute;
    right: 0;
    top: 26px;
}
.product_post_item .single_product_content {
    background: #272727;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
}
.product_post_item .single_product_content h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 0 0 28px;
    transition: 0.5s;
    margin: 0;
}
.product_post_item .dolar h2 {
    margin: 0;
    line-height: 0;
    color: #fff;
}
.product_post_item .blog-page-title_adn {
    padding: 0 28px 11px;
}
.product_post_item .case_post_icon a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    background: #C29D68;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    transition: 0.5s;
}
.product_post_item .single_blog_post_content {
    position: relative;
    z-index: 22;
}
.product_post_item p.heading-text span {
    color: #f00;
}

/*owl nav*/
.product_post.style1 .owl-nav {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -164px;
    right: 6px;
}
.product_post.style1 button.owl-prev i,
.product_post.style1 button.owl-next i{
    color: #fff;
    display: inline-block;
    border: 1px solid #ffffff8a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 7px;
}


/* 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: #c19d68;
    color: #fff;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color:#FF3D00;
}
.menu-service-menu-container ul li a::after {
    content: '\f00c';
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 12px;
    font-family: 'FontAwesome';
    height: 22px;
    width: 22px;
    background: #E9E9E9;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: .5s;
}
.menu-service-menu-container ul li a:hover {
    color: #fff;
    background: #c19d68;
}
.menu-service-menu-container ul li a:hover:after{
    background: #fff;
    color:#FF3D00;
}
.details-service .evenly-button .button {
    padding: 11px 29px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero-single-slide{
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
}
.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.1;
}
.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
}
.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}

/* Accordion CSS */
.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion a {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 20px 25px 19px 36px;
    border-radius: 5px;
    z-index: 2;
    transition: 0.5s;
    background: transparent;
    border: 1px solid rgba(23, 23, 23, 0.1);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-fonts);
    color: #151515;
}
a.active {
    color: #fff;
    background: #E28368 !important;
}
a.active:hover {
    color: #fff;
}
.my-accordion a:after {
    width: 10px;
    height: 2px;
    background: #222;
    position: absolute;
    right: 28px;
    content: " ";
    top: 31px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #222;
    position: absolute;
    right: 32px;
    content: " ";
    top: 27px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    color: #B1B2B4;
    padding: 25px 0 23px 36px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-top: transparent;
}

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 two*/
.my-accordion.style-two li:after {
   display:none;
}
.my-accordion.style-two li a {
    padding: 19px 20px 19px 30px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.050980392156862744);
    border: 0;
}
.my-accordion.style-two li p {
    padding: 25px 0 25px 30px;
    background: #1F2932;
    background-color: rgba(255,255,255,0.050980392156862744);
}

/*my accordion style five*/

.my-accordion.style5 a {
    color: #1e1e1e!important;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 80px 16px 30px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
    background-color: #ffffff;
    border: 1px solid rgba(30,30,30,0.1);
}
.my-accordion.style5 a.active {
    color: #fff;
    background: #f7f5f3 !important;
}
.my-accordion.style5 li p {
    display: none;
    font-size: 16px;
    color: #B1B2B4;
    padding: 22px 0 10px 30px;
    border: 1px solid rgba(30,30,30,0.1);
    border-top: none;
}
.my-accordion.style5 a:before {
    width: 2px;
    height: 10px;
    background: #1e1e1e;
    position: absolute;
    right: 32px;
    content: " ";
    top: 27px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion.style5 a:after {
    width: 10px;
    height: 2px;
    background: #1e1e1e;
    position: absolute;
    right: 28px;
    content: " ";
    top: 31px;
    transition: all 0.2s ease-in-out;
}
.my-accordion.style5 a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #1f1f1f;
}
ul.item-list.style2 li {
    list-style: none;
    margin: 15px 0;
}
ul.item-list.style2 li i {
    color: #e2836a;
    margin-right: 7px;
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*animation moveleft*/
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


/* Subscribe Form */
.subscribe-form input[type="email"] {
    padding: 10px 15px 10px 15px;
    border-radius: 0;
    outline: 0;
    width: 70%;
    border: 0;
    background: #fff;
    height: 56px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
}
.subscribe-form input[type="email"]::placeholder{
    opacity: 0.9;
}
.subscribe-form input[type="email"]:focus{
    color: #fff;
}
.subscribe-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #b98d36;
    padding: 0;
    width: 30%;
    border: 0;
    outline: 0;
    border-radius: 0;
}

/*
==================
 Elementor Custom
==================
*/

.custom-progress .elementor-progress-text {
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
    padding-left: 0;
    overflow: visible;
}
.custom-progress .elementor-progress-percentage {
    padding-right: 15px;
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
}

.service_box.style8 {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 6px;
}
.service_box.style8 .service_content .title {
    color: #232323;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 10px;
    display: block;
}
.service_box.style8 .service-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    background: #fff5f2;
    border-radius: 100%;
    position:relative;
    z-index:99;
}
.service_box.style8 .service-icon:after {
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    left: -7px;
    top: -7px;
    border: 1px dashed #f00;
    border-radius: 100%;
    content: "";
}
.service_box.style8 .service-icon i{
    font-size:40px;
    color:#c19d68;
}

.service_box.style8 .service_btn a {
    border: 1px solid #c19d68;
    border-radius: 30px;
    padding: 8px 25px;
    color: #c19d68;
    margin-top: 15px;
    display: inline-block;
    transition:.5s;
}
.service_box.style8:hover .service_btn a{
    background:#c19d68;
    border-color:#c19d68;
    color:#fff;
}

/*sidebar service list*/

.service_list.style-1 .service-text {
    background: #fff;
    padding: 13px 26px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}
.service_list.style-1 .service-text h3 {
    color: #c19d68;
    font-size: 16px;
    font-family: 'Lora', serif;
    font-weight: 400;
    margin: 0;
}
.service_list.style-1 .service-text h3 strong {
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Lora";
    font-size: 15px;
}
/*style two*/
.service_list.style-2 .service-text {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #61616129;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}
.service_list.style-2 .service-text h3 {
    font-family: 'Lora', serif;
    font-size: 15px;
    margin: 0;
    color: #616161;
}
.service_list.style-2 .image {
    display: inline-block;
    margin-right: 12px;
}


.Evenly-blog-thumb img {
    width: 100%;
}
.Evenly-blog-readmore a {
    padding-bottom: 17px;
    display: inline-block;
}
.Evenly-blog-readmore a i {
    margin-left: 5px;
}

/* The End Of CSS */


/*---start-curser---*/

/*mouse Pointer css*/
.curser {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #e2836a;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .1s;
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background:  #e2836a ;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
}


/*video effect*/

.video__area {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__area {
        background-attachment: unset;
    }
}
@media only screen and (max-width: 767px) {
    .video__area {
        background-attachment: unset;
    }
}
.video__area:hover .play-now {
    opacity: 0;
    visibility: hidden;
}
.video__area .play-now {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #e2836a;
    background: #ffff;
    text-transform: capitalize;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 95px;
    height: 95px;
    line-height: 95px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    left: 50%;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__area .play-now {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .video__area .play-now {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
}
.video__content {
    display: block;
    width: 100%;
    height: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video__content {
        height: 550px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__content {
        height: 550px;
    }
}
@media only screen and (max-width: 767px) {
    .video__content {
        height: 450px;
    }
}
.video__content a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent;
}
.cursor {
    position: fixed;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #e2836a;
    background:#fff;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cursor.video {
    width: 200px;
    height: 200px;
}
@media only screen and (max-width: 767px) {
    .cursor.video {
        display: none;
    }
}
/* The End Of CSS */
