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


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   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-custom .navbar-brand.logo-image img {
   width: 100%;
}
/********** Header End **********/


/********** Parnters **********/
.our-partner .img-responsive {
   max-width: 152px;
   max-height: 31px;
   object-fit: contain;
   filter: grayscale(1);
   opacity: 0.7;
}
/********** Parnters End **********/


/********** Footer **********/
body .footer .logo-image {
   max-width: 244px;
}
body .footer .logo-image img {
   width: 100%;
}
body .footer .list-unstyled .fas.unique {
   font-size: 20px;
   margin-right: 10px;
   line-height: normal;
}
/********** Footer End **********/

.home_page .basic-1 {
   padding-bottom: 6.5em;
}
/********** About Subpage **********/
.about_page .basic-1 {
   padding-top: 4em;
}
.about_page .cards-1 {
   padding-top: 6.875rem;
   padding-bottom: 0;
}
/********** About Subpage 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 **********/