.header-carousel .carousel-caption h1{
	font-size: 3rem;
}
.display-4 {
  font-size: 42px;
  text-transform: uppercase;
}
.err {
  color: #f63636;
}
.nav-bar .navbar-light .navbar-brand img {
    max-height: 60px;
    width: 150px;
}
.nav-bar .btn-lg-square, .btn-search {
  background: #1e6200;
  color: #fff;
}
.header-carousel .header-carousel-item {
    height: 526px;
}
.rounded-pill {
  background: #d66e00;
}
.mission_vision .custom_btn {
  background: #d66e00;
}
.service-item .project-type {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px;
  display: inline-flex;
  color: #fff;
  background: #015FC9;
  z-index: 9;

}
.service-item .service-img img{
  width: 100%;
  height: 290px;
}
.facebook-video .modal-content,
.youtube-video .modal-content {
  background: #d66e00;
}
.video-container {
    height: 290px;
    overflow: hidden;
    position: relative;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
.bg-breadcrumb .breadcrumb-item.active{
  color: #fff;
}
.product .product-item img{
  height: 290px;
}
.gallery-item {
    position: relative;
    transition: transform 0.3s ease;
}
.gallery-item:hover {
    transform: scale(1.03);
}
.gallery-item .overlay {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay {
    opacity: 1;
}

.research .feature-item {
  border: 1px solid #e7e8e9;
}
.partner .owl-carousel .item{
  width: 215px;
  margin-right: 10px;
  background: #fff;
  padding: 40px 15px;
  border: 1px solid #ddd;
  margin-right: 10px;
  text-align: center;
  height: 150px;
}

.partner .owl-carousel .item img {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}
.detail_title {
  padding: 0px 9px;
  border-radius: 5px;
  background: #d66e00;
}
.detail_title h1{
  color: #fff;
}
.copyright a{
  text-decoration: none;
}

.model_bg {
  background: #1e6200;;
}
.hidden {
  display: none;
}
@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
      bottom: 0px;
    }
    .header-carousel .owl-nav .owl-next {
        bottom: 0px;
    }
    .testimonial .owl-nav .owl-prev {
      top: -44px;
    }
    .testimonial .owl-nav .owl-next {
      top: -44px;
    }
    
}
