/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
/********** General End **********/


/********** Logo **********/
body .footer-logo,
body .header-basic .header-logo .logo-img {
   max-width: 150px;
}
/********** Logo End **********/


/********** Header **********/
body .cus.btn-phone-number {
   text-transform: lowercase;
}
/********** Header End **********/

/********** Breadcrumb **********/
.breadcrumb-cover {
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   background-position: center;
}
.breadcrumb-wrapper .page-heading {
   padding: 250px 0px 150px;
   text-align: center;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
   display: flex;
   align-items: center;
   margin-top: 10px;
   gap: 10px;
   justify-content: center;
   list-style: none;
   padding: 0;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
   text-transform: capitalize;
   font-weight: 400;
   font-size: 18px;
}
/********** Breadcrumb End **********/


/********** Footer **********/
body .our-clients .logo {
   max-height: 70px;
   filter: grayscale(1) brightness(100);
}
/********** Footer End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   /* body #menu .container {
      width: 100%;
   } */
   /***** Header End *****/
}
/********** 1199px and below 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 **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Logo *****/
   body .footer-logo, body .header-basic .header-logo .logo-img {
      max-width: 115px;
   }
   /***** Logo End *****/
}
/********** 576px and below End **********/
