/*
font-family: "Open Sans", sans-serif;
*/


a{
  text-decoration: none;
}
.hero_section{
  width: 100%;
  height: 950px;
  background: url(../images/background_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.wrapper{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.logo_part{
  display: flex;
}
.logo_part a{
  padding: 10px 10px;
}
.logo_part h1{
  padding: ;
  color: #ffffff;
  font-size: 20.8px;
  font-family: "Merriweather", serif;
  font-weight: 700;
}
.mid_text{
  margin-top: 340px;
}
.mid_text h2{
  font-size: 60px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding-bottom: px;
}
.mid_text p{
  padding-bottom: 15px;
  line-height: 1.1;
  font-size: 13px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}






.second_part{
  width: 100%;
  background: #ffffff;
}
.sec_devide_two{
  display: flex;
  gap: 20px;
}
.container_d{
  width: 570px;
}

.container_d h1{
  padding-top: 70px;
  padding-bottom: 35px;
  font-size: 35px;
  color: #222626;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.container_d p{
  padding-top: px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #959595;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.padding_fixp{
  padding-top: 300px;
  padding-bottom: 30px;
}
.container_d img{
  margin-left: -80px;
  transform: translateY(-1100px);
}





/*owl carusual start*/
.banner-part{
  position: relative;
}
.banner-slide{
  
}
.banner-item{
  height: 600px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important ;
}
.fa-arrow-left-long{
  position: absolute;
  left: 5%;
  top: 50%;
  height: 50px;
  width: 50px;
  border: 1px solid #000;
  background: #204c8f;
  border-radius: 5px;
  line-height: 50px;
  color: #bb8613;
  transition: all linear 0.4s  
}
.fa-arrow-right-long{
  position: absolute;
  right: 5%;
  top: 50%;
  height: 50px;
  width: 50px;
  border: 1px solid #000;
  background: #204c8f;
  border-radius: 5px;
  line-height: 50px;
  color: #bb8613;
  transition: all linear 0.4s  
}
.fa-arrow-right-long:hover,
.fa-arrow-left-long:hover{
  background: #856f32;
  color: greenyellow;
}

.wrapper_one{
  position: relative;
}
.imga{
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(350px)
}

.banner-part .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.banner-part .owl-dots .owl-dot{
  height: 20px;
  width: 20px;
  background: #000;
  float: left;
  border-radius: 50%;
  margin: 5px;
}
.banner-part .owl-dots .owl-dot.active{
  background: #fff;
}







.owl_service{
  padding: 50px 0px;
}
.service_item{
  width: 100%;
  padding: 20px;
  background: #e9e6e6e7;
  box-shadow: 0 0 5px #2c0d2c;

}

.service_item img{
  width: 100%;
}

.owl_service .center .service_item{
  background: #ec078d;
}
/*owl carusual end*/





.banner-part2{
  padding: 50px 0px;
  position: relative;
}
.banner-slide2{

}
.banner-item2{
  height: 600px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important ;
}



.arl2{
  position: absolute;
  left: 5%;
  top: 50%;
  height: 50px;
  width: 50px;
  border: 1px solid #000;
  background: #204c8f;
  border-radius: 5px;
  line-height: 50px;
  color: #bb8613;
  transition: all linear 0.4s  
}
.arr2{
  position: absolute;
  right: 5%;
  top: 50%;
  height: 50px;
  width: 50px;
  border: 1px solid #000;
  background: #204c8f;
  border-radius: 5px;
  line-height: 50px;
  color: #bb8613;
  transition: all linear 0.4s  
}
.arl2:hover,
.arr2:hover{
  background: #856f32;
  color: greenyellow;
}
.banner-part2 .slick-dots{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.banner-part2 .slick-dots li{
  height: 20px;
  width: 20px;
  background: #000;
  float: left;
  border-radius: 50%;
  margin: 5px;
}
.banner-part2 .slick-dots li button{
  opacity: 00;
}
.banner-part2 .slick-dots li.slick-active{
  background: #fff;
}



.service_part2{
  padding: 50px 0px;

}
.service_item2{
  margin: 15px;
  padding: 15px;
  background: #f1f1f1;
  width: 330px;
  float: left;
}
.service_item2 img{
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.service_part2 .slick-current{
  background: #e8ec07;
}