/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
/********** 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 .intro-text .logo {
   max-width: 380px;
   margin-bottom: 45px;
}
/********** Header End **********/


/********** About Us **********/
body .about-image {
   display: flex;
   flex-direction: column;
   align-items: center;
}
body .about-image img {
   max-width: 450px;
   margin-bottom: 30px;
}
body .why-choose-us .items {
   color: rgba(0,0,0,.4);
   margin-bottom: 0;
}
body .why-choose-us .header > .price {
   max-width: 300px;
   margin: auto;
}
/********** About Us End **********/


/********** Contact Us **********/
body .contact-info {
   margin-bottom: 25px;
   display: flex;
   align-items: center;
}
/********** Contact Us 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) {
   /***** Main Section *****/
   body .intro-text .logo {
      max-width: 280px;
   }
   body .intro-text > h1 {
      font-size: 35px;
   }
   /***** Main Section End *****/


   /***** About Us *****/
   body .about-image img {
      max-width: 250px;
   }
   /***** About Us End *****/

}
/********** 576px and below End **********/