/**
*****************************************
	Theme Name: Earth Dreams International Pvt Ltd.
	Author: 
	Version: 1.0
******************************************
**/

/*-- Slider Styles --*/
html {
    scroll-behavior: smooth !important;
}

.slider-area .carousel-item{
    z-index: 1;
}
.slider-area .slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--gr-1);
}
.slider-area .carousel-inner .carousel-item img {
    object-fit: cover;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out;
    transition: width 2s;
    animation: zoominoutsinglefeatured 6s ease-in-out; 
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
.slider-area .carousel-inner .carousel-item{
    overflow: hidden;
    z-index: 1;
}
.slider-area .carousel-control-next, 
.slider-area .carousel-control-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 0;
    bottom: 0;border-radius: 50px;
    margin: auto;
    background-color: var(--gr-3);
    color: var(--white);
    font-size: 1.2rem;
    z-index: 1;
}
.slider-area .carousel-control-prev {
    left: 25px;
}
.slider-area .carousel-control-next {
    right: 25px;
}
.carousel-caption {
    position: absolute;
    top: 40%;
    width: 45%;
}
.carousel-caption h1{
    text-transform: capitalize;
    line-height: 50px;
    margin: 0 0 13px 0;
    color: var(--white);
    font-size: 3rem;
    z-index: 1;
    position: relative;
    text-shadow: 1px 2px 3px var(--gr-3);
    animation: blurFadeIn 1s linear 1s backwards;
}
.btn-style-1{
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    background: var(--main-1);
	font-family: 'font-3';
    color: var(--white);
}
.btn-style-1:hover{
    color: var(--main-2) !important;
    background:  var(--black); 
}
.s-title-1 p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.s-title-1 ul li, .s-title-2 ul li{
    list-style: none;
    position: relative;
}
.s-title-1 ul li::before,.s-title-2 ul li::before{
    content: "\f14a";
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 5 free";
    left: -23px;
    color: var(--main-1);
}
.s-title-2 h1,.s-title-2 h3,.s-title-2 h6,.s-title-2 p,.s-title-2 span,.s-title-2 ul li::before {
    color: #fff;
}
/*-- Back Button -- */
#back_button {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    border-radius: 100px;
    bottom: 39px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background: var(--gr-3);
    color: var(--main-1);
}
#back_button.show {
    visibility: visible;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    background: var(--gr-3);
    color: var(--white);
}
#back_button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1em;
    line-height: 21px;
    padding: 11px;
    color: var(--white);
}
/*-- welcome-area --*/
.welcome-area .w-content-bg{
    box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 1;
    margin-top: -107px;
    border-radius: 5px;
}
.welcome-area::after{    
    z-index: -1; 
}
/*-- services-box --*/
.overlay-bg{
    background: var(--gr-2);
}
.services-box {
    position: relative;
    margin: 0 0 15px 0;
    padding: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: var(--white);
	border: 1px solid var(--main-4);
}
.services-box:hover {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	transform: translateY(0px);
	cursor: pointer;
}
.services-box::before, 
.services-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.services-box::before {
    border-left: 1px solid var(--main-1);
    border-right: 1px solid var(--main-1);
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
}
.services-box::after {
    border-top: 1px solid var(--main-1);
    border-bottom: 1px solid var(--main-1);
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
}
.services-box:hover::before, 
.services-box:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.services-box .services-img{
	overflow: hidden;
	position: relative;
}
.services-box .services-img img {
    transform: scale(1.1) translateZ(0);
    transition: all 0.5s ease-in-out;
}
.services-box:hover .services-img img {
    transform: scale(1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.services-box:hover .services-img img {
    transform: scale(1);
}
/*-- testimonial-area--*/
.testimonial-area .s-client {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial-area .s-client .quotes {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--main-1);
    font-size: 90px;
    z-index: -1;
    opacity: 0.1;
}
.testimonial-area .owl-carousel .owl-item img {
    width: auto;
}
/*--footer-area--*/
.footer-area{
    background: #242424;
}
.footer-area .footer-logo img{
    height: 65px;
}
.footer-area .footer-link-inner,.footer-link-inner ul li a{
    color: #fff;
    padding-bottom: 5px;
    font-size: 0.9rem;
    display: block;
}
.footer-area .quick-links a{
    text-transform: capitalize;
}
.footer-area .single-widget li{
    display: flex;
}
.footer-area .single-widget li a {
    position: relative;
    padding-left: 30px;
}
.footer-area .single-widget li a i{
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--white);
    font-size: 15px;
}
.footer-area .social-icons-footer li i{
    border: 1px solid var(--white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--white);
}
.footer-area .footer-link-inner ul li a:hover,
.footer-area .social-icons-footer li a:hover i{
    color: var(--main-1);
}
.footer-area .social-icons-footer li a:hover i{
    border-color: var(--main-1);
}
.footer-area .footer-copyright p{
    font-size: 0.85rem;
}
.footer-copyright {
    background: #2e2d2d;
}
/*-- breadcrumb-area --*/
.inner-banner-header {
    background-size: cover;
    overflow: hidden;
    height: 250px;
}
.inner-banner-header .overlay-banner {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--gr-2);
}
.breadcrumb-area .page-banner{
    height: 250px;
}
.breadcrumb{
    font-size: 0.9rem;
    background-color: transparent;
    text-transform: capitalize;
    padding: 6px 0 25px;
    color: var(--white);
    margin: 0;
    display: inline-flex;
}
.breadcrumb li a{
    color: var(--white);
}
.breadcrumb li+li:before {
    content: " / ";
    padding: 0 8px 0 8px;
    color: var(--white);
}
/*-- vision-area --*/
.vision-area-bg::after {
    background: rgb(150 150 150 / 8%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 100%;
    z-index: -1;
}
.vision-area-bg .vision-area-inner {
    margin: -140px 0 50px 0;
}
/*-- contact--*/
.contact-box{
    border-bottom: 1px solid var(--main-2);
}
.contact-box a{
    color: var(--main-3);
}
.s-detail,.contact-form{
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
}
.contact-form .form-control {
    height: 45px;
}
.contact-form textarea.form-control {
    height: auto;
}

@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }
    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
}
  
@-moz-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
}
  
@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }
    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
}

/*-- s-detail-area --*/
.s-detail-area .sd-title {
    background-color: var(--main-bg);
}
.s-detail-area .sd-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: var(--main-1);
}
.s-detail-area .sd-box {
    padding: 20px;
}
.s-detail-area .s-detail .item {
    overflow: hidden;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #efefef;
}
.s-detail-area .s-detail .item:last-child {
    border-bottom: 0;
}
.s-detail-area .s-detail .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}
.s-detail-area .s-detail .item .thumb img {
    display: inline-block;
    position: relative;
    background-color: var(--main-1);
}
/*-- about-box --*/
.about-box .help-details {
    background-color: #fff;
    border-left: 5px solid var(--main-1);
    border-radius: 5px;
    bottom: 28px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%), inset 5px 0px 0px 0px rgb(7 149 254 / 0%);
    display: flex;
    left: -24px;
    position: absolute;
}