/********** 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 header .container {
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 1140px;
}
body .navbar-brand img {
   max-width: 180px;
}
body .section.splash {
   background: url(../images/banner.jpg) fixed no-repeat;
   position: relative;
   z-index: 1;
}
/********** Header End **********/


/********** Header End **********/
body .service .left img {
   max-width: 500px;
   width: 100%;
   height: 100%;
}
/********** Header End **********/


/********** Portfolio **********/
body .gallery-control label {
   margin-bottom: 5px;
}
body .media-desc > * {
   text-align: left;
}
/********** Portfolio **********/

body .stats h3 {
   display: flex;
   align-items: center;
}
body .stats i {
   display: flex;
   align-items: center;
   justify-content: center;
}
/********** Partner **********/
body #clients img {
   max-width: 150px;
   max-height: 100px;
   object-fit: contain;
   filter: grayscale(1);
   opacity: 0.6;
}
/********** Partner End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   body .section-headlines > h4 {
      font-size: 2.5em;
   }

   /***** Header *****/
   body header .container {
      display: block;
   }
   body .navbar-toggle {
      margin-top: 23px;
   }
   /***** Header *****/


   /***** Stats *****/
   body .stats h3 {
      justify-content: center;
   }
   /***** Stats End *****/
}
/********** 767px and below End **********/