

/*=============================
Fonts Include
=============================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

/*=============================
Required Plugins Styles
=============================*/
@import url("assets/css/bootstrap.min.css");
@import url("assets/plugins/menu/css/hover-dropdown-menu.css");
@import url("assets/plugins/font-awesome/css/font-awesome.min.css");
@import url("assets/plugins/owl-carousel/css/owl.carousel.css");
@import url("assets/plugins/fancymedia/css/jquery.fancybox.css");
@import url("assets/css/jquery-ui.css");

/*=============================
Template CSS Style
=============================*/
@import url("assets/css/style.css");
@import url("assets/css/responsive.css");
@import url("assets/css/color.css");

.contact-form{
    background-color: #EAEAEA !important;
}


.mb-30{
    margin-bottom: 30px;
}
.section-title{
    padding: 30px 0 10px;
    color: 202020;
}
.section-title h2{
    color: 202020;
}
.text-dark{
    color: 202020 !important;
}
.banner-img a img{
    border: 1px solid #e0a34d;
}

.aaaaa h5 a:hover{
    color: #e0a34d;
}
.aaaaa h5:hover{
    color: #e0a34d;
}
.mask-top h6{
    color: #000 !important;
}
.mask-top h4:hover{
    color: #e0a34d !important;
    transition: 1s;
}
.wa-item img{
    scale: 1 !important;
}
.wa-item img:hover{
    scale: 1.2 !important;
    transition: 1s;
}


.wa-box-style222 {
    padding: 20px 0;
    margin-bottom: 30px;
}
contact-info-content h4 p a{
    color: 777 !important;
}

.m-fhgh-1:after {
    content: "";
    position: absolute;
    top: 70px;
    left: -70px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgba(0,0,0,0.1);
}

.zsdgfdsvv{
    position: relative;
    z-index: 9999;
}
.wa-product-thumbnail22 {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
    /* position: relative; */
}
.dfsgkdfsb{
    position: relative;
}
.recsggg{
    position: absolute;
        bottom: 20px;
        left: 40px;
}
.recsggg h2{
    font-size: 36px;
    color: #fff;
}
.recsggg p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}



/* before after image class starts */
.before-after {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  object-fit: cover;
}

.before-after .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after .img.front-img {
  z-index: 1;
  /* Crop half of the front image */
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 
SEPERATE -webkit-slider-thumb AND -moz-range-thumb FOR CHROME AND FIREFOX, OTHERWISE RANGE INPUT CUSTOM STYLES DON'T WORK 
*/

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 7px;
  min-height: 400px;
  cursor: pointer;
  background-color: #e0a34d;
  border: 1px solid #c2c2c2;
  border-radius: 0;
}

.slider::-moz-range-thumb {
  -moz-appearance: none;
  width: 7px;
  min-height: 50vh;
  cursor: pointer;
  border-radius: 0;
}







.before-after2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    object-fit: cover;
  }
  
  .before-after2 .img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .before-after2 .img2.front-img2 {
    z-index: 1;
    /* Crop half of the front image */
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  }
  
  .slider2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* 
  SEPERATE -webkit-slider-thumb AND -moz-range-thumb FOR CHROME AND FIREFOX, OTHERWISE RANGE INPUT CUSTOM STYLES DON'T WORK 
  */
  
  .slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 7px;
    min-height: 400px;
    cursor: pointer;
    background-color: #e0a34d;
    border: 1px solid #c2c2c2;
    border-radius: 0;
  }
  
  .slider2::-moz-range-thumb {
    -moz-appearance: none;
    width: 7px;
    min-height: 50vh;
    cursor: pointer;
    border-radius: 0;
  }
  /* before after image class ends */
  .active a{
    color: #dd2b1c !important;
  }
  .dropdown-menu li a{
    font-weight: 600;
  }
  .dropdown-menu li a:hover{
    background-color: #dd2b1c !important;
    color: #fff !important;
  }