/*
 Theme Name:     Muskan - Dental clinic Child Theme
 Theme URI:      https://divi.wplayouts.com/muskan
 Description:    Premium Divi Muskan Dental clinic Divi Child Theme  <a href="https://divi.wplayouts.com/muskan">View Demo</a>
 Author:         WP layouts
 Author URI:     https://wplayouts.com/
 Template:       Divi
 Version:        1.0.0
 License:     	 GNU General Public License v2 or later
 License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*/


/*header custom csss */

.wpl_et-bp-shop-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/*Home sider Custom css*/

.wps-home-silders .et_pb_slide_description {
    text-shadow: none !important;
    max-width: 610px;
    margin: 0;

}


.wps-home-silders .et_pb_slide_description h1 {    
    font-size: 44px;
    line-height: 55px;
    font-weight: 800;
}
.wps-home-silders .et-pb-controllers a.et-pb-active-control {
    background: #51f3af;
}

.wps-home-silders .et-pb-controllers a {
    width: 35px!important;
    height: 4px!important;
    border: 1px solid rgba(229, 229, 229, 0);
    border-radius: 0;
}

.wps-home-silders .et-pb-arrow-next,.wps-home-silders .et-pb-arrow-prev{
 background: #51f3af;
border-radius: 50px;

}

.ken-burns-effect-ap-right .et_pb_slide .et_parallax_bg {
   animation: kb-effect-ap-right 40s forwards;
  -ms-animation: kb-effect-ap-right 40s forwards;
  -webkit-animation: kb-effect-ap-right 40s forwards;
  -0-animation: kb-effect-ap-right 40s forwards;
  -moz-animation: kb-effect-ap-right 40s forwards;
     animation-delay: 300ms;

}


@keyframes kb-effect-ap-right {
0%{
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: ease;

}
     
 
100%{
  -ms-transform: scale3d(1.4, 1.4, 1.4) translate3d(9%, 3%, 0) rotate3d(0, 0, 1, 7deg);
    -webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(9%, 3%, 0) rotate3d(0, 0, 1, 7deg);
    -o-transform: scale3d(1.4, 1.4, 1.4) translate3d(9%, 3%, 0) rotate3d(0, 0, 1, 7deg);
    -moz-transform: scale3d(1.4, 1.4, 1.4) translate3d(9%, 3%, 0) rotate3d(0, 0, 1, 7deg);
    transform: scale3d(1.4, 1.4, 1.4) translate3d(9%, 3%, 0) rotate3d(0, 0, 1, 7deg); 
}
}

/*service-box section custom css*/

/*service-box image zoom custom css*/


.wps-service-box .et_pb_column.et_pb_image_wrap {
    overflow: hidden;
}
.wps-service-box .et_pb_column .et_pb_image_wrap img {
    transition: all 0.95s ease;
    -moz-transition: all 0.95s ease;
    -webkit-transition: all 0.95s ease;
}

.wps-service-box .et_pb_column:hover .et_pb_image_wrap img {
    transform: scale(1.15) rotate(1deg);
    -moz-transform: scale(1.15) rotate(1deg);
    -webkit-transform: scale(1.15) rotate(1deg);
}




/*testimonial custom css*/


.wps-testimonial-carousel .et_pb_testimonial{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
} 


.wps-testimonial-carousel ul.slick-dots{
    bottom: -48px;
}


.wps-testimonial-carousel .et_pb_testimonial_portrait {
    float: none;
    text-align: center;
    margin: 0 auto;
    order: 2;
}

.et_pb_testimonial_author {
    margin-top: 30px !important;
   }


.wps-testimonial-carousel .et_pb_testimonial_description {
    margin-left: 0px!important;
    order: 1;
    padding: 10px;
}


.wps-testimonial-carousel .et_pb_testimonial:before{

left: 30px;
top: 28px;


}


.wps-testimonial-carousel  .et_pb_testimonial_content:before{
    font-family: ETmodules!important;
    content: "\e033\e033\e033\e033\e033";
    color: #FEB518;
    font-size: 20px;
    border-radius: 1px;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -15px;
}



/* blog custom layout css*/

.wps_blog_layouts .et_pb_post {
    position: relative;
    padding: 0;
    overflow: hidden;
}


.wps_blog_layouts .et_pb_image_container{
 
 margin: 0px;

}

.wps_blog_layouts .et_pb_post .entry-featured-image-url {
    overflow: hidden;
    transition: all 1.5s ease-out;
    padding-top: 110.33%;
    margin-bottom: 0px;
}

.wps_blog_layouts .list_blog_description {
  padding: 4px 26px;
  position: absolute;
  bottom: 2px;
  z-index: 4;
  transition: all 1.5s ease-out;
  display: flex;
 flex-wrap: wrap;
 min-height: 92px;

}

.wps_blog_layouts .list_blog_description h2.entry-title{
    order: 2;
}


.wps_blog_layouts  .et_pb_post:hover .list_blog_description{

    bottom: 20px;
    transition: all 1.5s ease-out;
}

.wps_blog_layouts  .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}


.wps_blog_layouts  .et_pb_post:hover .entry-featured-image-url img {
    transform: scale(1.1);
    transition: all 1.5s ease-out;
}



.wps_blog_layouts .entry-featured-image-url:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(#6f9482), color-stop(60%, rgba(111, 148, 130, 0.57)), to(rgba(46, 39, 157, 0.14902)));
    background: -o-linear-gradient(bottom, #6f9482 0%, rgba(111, 148, 130, 0.57) 60%, rgba(111, 148, 130, 0.14902) 100%);
    background: linear-gradient( 0deg, #6f9482 0%, rgba(111, 148, 148, 0.57) 60%, rgba(111, 148, 130, 0.14902) 100%);
}

.spbsm-output-textstring {
    display: none;
}



/*media screen custom css*/


@media (max-width: 540px) {

.wps-home-silders .et_pb_slide_description h1 {    
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
}


}



