/********** 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 #menu > .container {
   display: flex;
   align-items: center;
   width: 100%;
   justify-content: space-evenly;
}
body .navbar-brand {
   height: auto;
   padding-top: 2px;
   padding-bottom: 2px;
}
body .navbar-brand img {
   max-width: 230px;
}
body #menu.navbar-default .navbar-nav > li > a {
   margin-top: 0;
}
body header .intro-text {
   text-align: left;
}
/********** Header End **********/


/********** Banner **********/
body .intro {
   background: url(../img/banner.jpg) center center no-repeat;
}
body .intro .overlay {
   background: rgba(0,0,0,0.6);
}
/********** Banner End **********/


/********** About **********/
body .about-text .list-style > div {
   float: unset;
   padding-left: 0;
   padding-right: 0;
}
body .about-text .list-style:not(:last-child) {
   margin-bottom: 30px;
}
body #about .about-text li {
   margin-left: 0;
}
/********** About End **********/


/********** Why Choose Us **********/
#why .container {
   display: flex;
   flex-direction: column;
   align-items: center;
}
#why .row {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}
#why .row > div {
   margin-bottom: 20px;
}
/********** Why Choose Us End **********/


/********** Portfolio **********/
body #portfolio .hover-bg .hover-text {
   padding: 30% 15px 0;
}
body #portfolio .hover-bg img {
   width: 100%;
}
/********** Portfolio End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   body #menu.navbar-default .navbar-nav > li > a {
      margin: 0 10px 0 10px;
   }
   /***** Header End *****/
}
/********** 1199px and below End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** About *****/
   body #about img {
      margin: 50px 0;
   }
   /***** About End *****/
}
/********** 1199px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body #menu > .container {
      display: block;
   }
   body .navbar-brand img {
      max-width: 200px;
      margin-top: 3px;
   }
   body .intro h1 {
      font-size: 65px;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Header *****/
   body .intro h1 {
      font-size: 48px;
   }
   body .intro p {
      font-size: 20px;
      line-height: 28px;
   }
   /***** Header End *****/

   /***** Why Choose Us *****/
   #why .row {
      flex-direction: column;
      align-items: center;
   }
   /***** Why Choose Us End *****/
}
/********** 576px and below End **********/


/********** 374px and below **********/
@media (max-width: 374px) {
   /***** Header *****/
   body .intro h1 {
      font-size: 40px;
   }
   body .intro p {
      font-size: 18px;
      line-height: 26px;
   }
   /***** Header End *****/
}
/********** 374px and below End **********/