.service-grid{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.service-image {
  margin-bottom: 24px;
  overflow: hidden;
}

.service-image a img {
  width: 360px;
  height: 200px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 1s ease-in-out 0s;
  o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.service-image a img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.services-text h4 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: capitalize;
  color: #323232;
}

.services-text p {
  margin-bottom: 20px;
}




#owl-demo .item img{
        display: block;
        width: 100%;
        height: 600px;
        min-height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    }
.owl-carousel .owl-nav div {
  display: none;
  background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0 !important;

}
.owl-carousel:hover .owl-nav div {
  display: block;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 15px;
}
  #owl-demo .item{
      position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  }
.item-overlay{
  display:  block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 14, 27, 0.75);
    }

  #owl-demo  .item-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  }
  #owl-demo  .item-content .item-content-inner{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  max-width: 900px;
  }
.item-content h1{
  font-size: 95px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #fff;
	line-height: 1;  
  text-transform: capitalize;
  margin-bottom: 40px;
  }


  #owl-demo .item-content form.search-box {
	display: flex;
	flex-wrap: wrap;
	border-radius: 50px;
	margin-bottom: 15px;
  width: 100%;
}
#owl-demo .item-content form.search-box .input-form {
	width: 53%;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	#owl-demo .item-content form.search-box .input-form {
		width: 66%;
	}
    .item-content h1{
      font-size: 60px;
    }
}
@media (max-width: 575px) {
	#owl-demo .item-content form.search-box .input-form {
		width: 100%;
	}
   .item-content h1{
      font-size: 40px;
    }
}
#owl-demo .item-content form.search-box .input-form input {
	height: 60px;
	width: 100%;
	color: #777777;
	font-size: 18px;
	font-weight: 400;
	padding: 9px 33px 9px 32px;
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
@media (max-width: 575px) {
	#owl-demo .item-content form.search-box .input-form input {
		margin-bottom: 20px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	#owl-demo .item-content form.search-box .input-form input {
		padding: 9px 33px 9px 25px;
	}
}
#owl-demo .item-content form.search-box .input-form input::placeholder {
	color: #616875;
}
@media (max-width: 575px) {
	#owl-demo .item-content form.search-box .input-form input::placeholder {
		font-size: 13px;
	}
}
#owl-demo .item-content form.search-box .search-form {
	width: 22%;
	overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	#owl-demo .item-content form.search-box .search-form {
		width: 34%;
	}
}
@media (max-width: 575px) {
	#owl-demo .item-content form.search-box .search-form {
		width: 100%;
	}
}
#owl-demo .item-content form.search-box .search-form a {
	width: 100%;
	height: 60px;
	background: #ff5f13;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: block;
	padding: 15px;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: "Barlow", sans-serif;
	line-height: 1.2;
	line-height: 29px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media (max-width: 575px) {
	#owl-demo .item-content form.search-box .search-form a {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}
#owl-demo .hero-pera p {
	color: #fff;
	margin-bottom: 42px;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
}
