.nav ul li:hover a {
    color: #000;
}
.bg-gradiant {
    background: #FFDE6F;
    background: -moz-linear-gradient(45deg, #939498 0%, #fdbb0f 50%, #939498 100%);
    background: -webkit-linear-gradient(45deg, #939498 0%,#fdbb0f 50%,#939498 100%);
    background: linear-gradient(45deg, #939498 0%,#fdbb0f 50%,#939498 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbb0f', endColorstr='#939498',GradientType=1 );
}
.banner-text h1{
  color: #fff;
}
.breadcrumb {
  background-size: cover !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0,0.9);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(253, 187, 15,1);
}
#service .title h2, #service p, #testimonials p span{
  color: #fff;
}
.Testimonial .testimonial .client-title, .fa.fa-star.fa-stack-1x, .fa-star-half{
  color: #000;
}
.owl-carousel .owl-dot.active{
  border: 2px solid #000;
}
.owl-carousel .owl-dot{
  background: #000;
}
.heading-border {
    border: 1px solid #000;
    width: 70px;
    margin: 20px auto;
}
.icon a {
    display: block;
    max-width: 70px;
    margin: 0 auto 20px;
}
.phone span {
    margin-right: 10px;
}
.nav-item.px-4 {
    display: inline-block;
}
.footer .footer-bottom, #scrollup i{
    background: #fdbb0f;
}
.header-top ul li i, .header-top .phone i, .footer-title {
  color:#fdbb0f;
}
.footer ul li a:hover{
  color: #fdbb0f;
}
.btn:hover, .btn:focus {
    background: #000;
}
.social span a:hover {
    border-color: #fdbb0f;
    color: #fdbb0f;
}
.form-control:hover, .form-control:focus{
  border-color: #fdbb0f;
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    z-index: 99;
    position: absolute;
    top: 40px;
    right: 0;
    text-align: left;
    min-width: 320px;
  }
  .navbar-nav .nav-item{
    display: block;
  }
  .navbar-nav .nav-item .nav-link{
    color: #fff!important;
  }
  .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  #navbarSupportedContent {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
  }
  .breadcrumb h1 {
      bottom: 30%;
  }
  .breadcrumb {
      background-position: center center !important;
      background-size: cover !important;
  }
}