/********** 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 .navbar-default .navbar-brand {
   height: unset;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 0;
   padding-bottom: 0;
   margin-top: 7.5px;
}
body .navbar-brand img {
   max-height: 50px;
}
/********** Header End **********/


/********** Our Services **********/
body #service .row {
   display: flex;
   flex-wrap: wrap;
}
body #service h2 {
   padding-bottom: 30px;
   text-align: center;
}
body #divider {
   background: url(../images/divider.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
/********** Our Services End **********/


/********** Portfolio **********/
body #portfolio .portfolio-thumb .portfolio-overlay {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 30px;
}
/********** Portfolio End **********/


/********** About **********/
.about-img {
   width: 100%;
   margin-top: 20px;
}
/********** About End **********/


/********** Contact **********/
body #newsletter {
   background: url(../images/newsletter.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
/********** Contact End **********/


/********** Contact **********/
body #contact {
   background: url(../images/contact.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
/********** Contact End **********/


/********** Footer **********/
body footer {
   padding-top: 20px;
}
/********** Footer End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   body .navbar-default .navbar-brand {
      margin-top: 11px;
   }
   body .navbar-brand img {
      max-height: 40px;
   }
   /***** Header End *****/


   /***** Portfolio *****/
   body #portfolio .portfolio-thumb .portfolio-overlay {
      padding: 50px;
   }
   body #portfolio .portfolio-thumb:hover .portfolio-overlay {
      transform: scale(1);
   }
   /***** Portfolio End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .navbar-default .navbar-toggle {
      padding-top: 9px;
   }
   body .navbar-default .navbar-brand {
      margin-top: 10px;
   }
   body .navbar-brand img {
      max-height: 30px;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/