/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
  background-color: #fafafa;
  height: auto;
}

.banner_img {
  width: 100%;
  height: 400px;
}

.banner_taital {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 76px;
  color: #060606;
  line-height: 90px;
}

.banner_text{
  width: 100%;
  float: left;
  font-size: 16px;
  color: #060606;
  margin: 0px;
}

.btn_main {
  width: 100%;
  display: flex;
  padding-top: 30px;
}

.quote_bt {
  width: 180px;
  float: left;
}

.quote_bt a{ 
  width: 100%;
  float: left;
  background-color: #252525;
  padding: 8px 10px;
  color: #fafafa;
  text-align: center;
  font-size: 18px;
}
.quote_bt a:hover{ 
  color: #fafafa; 
  background-color: #0c426e;
}
.quote_bt.active a{ 
  color: #fafafa; 
  background-color: #0c426e;
}
.contact_bt {
  width: 180px;
  float: left;
  margin-left: 15px;
}

.contact_bt a{ 
  width: 100%;
  float: left;
  background-color: #252525;
  padding: 8px 10px;
  color: #fafafa;
  text-align: center;
  font-size: 18px;
}
.contact_bt a:hover{ 
  color: #fafafa; 
  background-color: #0c426e;
}


#main_slider a.carousel-control-prev {
  position: absolute;
  left: 102%;
  top: 50%;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -95px;
  top: 27%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 68px;
  height: 68px;
  background: #252525;
  opacity: 1;
  font-size: 20px;
  color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #0c426e;
  color: #ffffff;
}
/* banner section end */
