/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
body .contact-btn {
   background:#fff;
   color:#000;
}
body .contact_bt:hover {
   background: #ffffff;
   color: #07528d;
}
.grey-bg {
   background-color: #e8e8e845;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .header_section.sticky-active .logo-black {
   display: block;
}
body .header_section.sticky-active .logo-white {
   display: none;
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
body .header_section.sticky-active .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: #0C0C0C;
} */
body .navbar-brand img {
   max-width: 280px;
}
/********** Header End **********/


/********** Our Services **********/
.our-service .carousel-item .row > div {
   text-align: center;
   line-height: 23px;
}
.our-service .carousel-item .row .img-responsive {
   margin-bottom: 10px;
}
/********** Our Services End **********/
 

/********** Footer **********/
.footer-box .logo img{
   max-width: 280px;
}
body .bottom_menu a:hover {
   color: #ffffff;
}
/********** Footer End **********/


/********** About **********/
body .innerpage_banner.about {
   background-image: url(../images/about-banner.jpg);
   background-repeat: none;
}
/********** About End **********/


/********** Contact **********/
body .innerpage_banner.contact {
   background-image: url(../images/contact-banner.jpg);
   background-repeat: none;
}
.contact-block .form-group .form-control {
   background: #3333331c;
}
/********** Contact End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   /* body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   body .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::before,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::after {
      background-color: #0C0C0C;
   } */
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .contact-btn {
      background: #ecedef;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/