/********** 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 .banner-info {
   padding: 140px 15px 0;
}
/********** Header End **********/

/********** Testimonial **********/
body .testimonial-item ul li {
   left: 0;
}
.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
   display: none;
}
#testimonial .row {
   width: 100%;
   margin-right: 0;
   margin-left: 0;
}
/********** Testimonial end **********/


/********** Footer **********/
#footer p {
   margin-bottom: 0;
}
/********** Footer 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;
   } */
   body .navbar-brand {
      font-size: 20px;
   }
   /***** Header End *****/
}
/********** 991px and below end **********/


/********** 768px and below **********/
@media (max-width: 768px) {
   /***** Header *****/
   body .navbar-collapse {
      background: rgb(64 75 97 / 0%);
   }
   /***** Header End *****/
}
/********** 768px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   /* body .header .container {
      width: 750px;
   } */
   body .navbar-header {
      margin-left: 0 !important;
   }
   body .navbar-brand {
      margin-top: 0;
   }
   body .navbar-collapse {
      background: rgba(64, 75, 97, 0.9);
   }
   body .navbar-nav > li > a {
      line-height: 22px !important;
   }
   /***** Header End *****/


   /***** Portfolio *****/
   body .padding-right-zero {
      padding-right: 15px !important;
   }
   /***** Portfolio End *****/
}
/********** 767px and below End **********/