.service_area {
  padding: 100px 0px 100px 0;
}

.service_item {
  border: 1px solid #b10400;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.service_item img {
  max-width: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  top: -64px;
  border-radius: 100px;
}

.service_item h3 {
  font-size: 20px;
  font-family: "Cantata One", serif;
  color: #b10400;
  text-transform: uppercase;
  padding: 90px 0px 10px 0;
}

.service_item p {
  font-size: 14px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  padding: 15px 0px 25px 0;
}

.container_banner {


  height:400px;
}

.text_banner {
  z-index: 100;
  position: absolute;

  top: 280px;

}

.text_datacentre {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 15px;
  font-weight: bold;
  top: 200px;
  font-family:Cantata One;
 text-align: center;
}

.our_chefs_area {
  background: #f7f7f7;
  padding: 100px 0px;
}

.our_chefs_area .s_black_title {
  padding-bottom: 55px;
}

.chefs_slider_active .chef_item_inner .chef_img {
  position: relative;
}

.chefs_slider_active .chef_item_inner .chef_img .chef_hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 400ms linear 0s;
}

.chefs_slider_active .chef_item_inner .chef_img .chef_hover h4 {
  color: #fff;
  border: 1px solid #b10400;
  font-family: "Cantata One", serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 12px;
  display: inline-block;
  line-height: 40px;
  margin: 60px 0px 30px 0px;
}

.chefs_slider_active .chef_item_inner .chef_img .chef_hover h5 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding-bottom: 18px;
}

.chefs_slider_active .chef_item_inner .chef_img .chef_hover p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #fff;
  padding: 0px 15px;
}

.chefs_slider_active .chef_item_inner .chef_name {
  text-align: center;
  background: #b10400;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.chefs_slider_active .chef_item_inner .chef_name .name_chef_text {
  transition: all 400ms linear 0s;
}

.chefs_slider_active .chef_item_inner .chef_name h3 {
  font-size: 14px;
  font-family: "Cantata One", serif;
  text-transform: uppercase;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 5px;
}

.chefs_slider_active .chef_item_inner .chef_name h4 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 25px;
}

.chefs_slider_active .chef_item_inner .chef_name ul {
  text-align: center;
  position: absolute;
  bottom: -100px;
  transition: all 400ms linear 0s;
  left: 0;
  width: 100%;
}

.chefs_slider_active .chef_item_inner .chef_name ul li {
  display: inline-block;
  margin-right: 16px;
}

.chefs_slider_active .chef_item_inner .chef_name ul li a {
  height: 45px;
  width: 45px;
  display: block;
  border: 1px solid #fff;
  background: #677fb5;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #fff;
}

.chefs_slider_active .chef_item_inner .chef_name ul li:nth-child(2) a {
  background: #70c2e9;
}

.chefs_slider_active .chef_item_inner .chef_name ul li:last-child a {
  background: #0077b5;
}

.chefs_slider_active .chef_item_inner:hover .chef_name .name_chef_text {
  opacity: 0;
}

.chefs_slider_active .chef_item_inner:hover .chef_name ul {
  bottom: 20px;
}

.chefs_slider_active .chef_item_inner:hover .chef_img .chef_hover {
  opacity: 1;
}

.chefs_slider_active .owl-prev, .chefs_slider_active .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  background: #b10400;
}

.chefs_slider_active .owl-prev:before, .chefs_slider_active .owl-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #b10400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

.chefs_slider_active .owl-prev:after, .chefs_slider_active .owl-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #b10400;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border-radius: 5px;
}

.chefs_slider_active .owl-prev:hover, .chefs_slider_active .owl-next:hover {
  color: #b10400;
  background: transparent;
}

.chefs_slider_active .owl-prev:hover:before, .chefs_slider_active .owl-next:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.chefs_slider_active .owl-prev:hover:after, .chefs_slider_active .owl-next:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.chefs_slider_active .owl-prev {
  left: -55px;
}

.chefs_slider_active .owl-next {
  right: -55px;
}

.d-block{
  width:100%;
  height:650px;
  object-fit:contain;
}

#col-container {
  display: flex;
  width: 100%;
}
.service_name {
  flex: 1;
  padding: 16px;
}
