/********** General **********/
a,
button {
   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 .navbar-brand img {
   max-width: 215px;
}
body header {
   background-image: url(../images/banner.jpg);
   position: relative;
}
body header:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   background-color: #000;
   opacity: 0.5;
   top: 0;
   left: 0;
}
body header .container {
   position: relative;
   z-index: 1;
}
/********** Header End **********/


/********** Why Choose Us **********/
body .bg-img1 {
   background-image: url(../images/why.jpg);
}
/********** Why Choose Us **********/


/********** Team **********/
body .team-image img {
   max-width: 150px;
   margin: auto;
   width: 100%;
   height: 100%;
}
body .team-item .team-position {
   padding-bottom: 20px;
}
/********** Team End **********/


/********** Footer **********/
.custom-footer a {
   cursor: default;
}
/********** Footer End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .navbar-brand img {
      max-width: 165px;
      margin-top: 5px;
      margin-left: 10px;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Header *****/
   body header .intro-text .intro-heading {
      font-size: 35px;
      line-height: 40px;
   }
   /***** Header End *****/
}
/********** 576px and below End **********/


/********** 374px and below **********/
@media (max-width: 374px) {
   /***** Header *****/
   body header .intro-text .intro-heading {
      font-size: 30px;
      line-height: 35px;
   }
   /***** Header End *****/
}
/********** 374px and below End **********/