/********** 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 .row {
   width: 100%;
   max-width: 100%;
   background: #000000;
}
body header .top-bar {
   left: 0;
   right: 0;
   margin: auto;
   width: 100%;
   max-width: 1140px;
}
body header .logo {
   margin-left: 15px;
   margin-top: 15px;
}
body header .logo a {
   width: 250px;
   background-size: contain;
   height: 35px;
}
/********** Header End **********/


/********** About Us **********/
body .intro-info img {
   height: 20rem;
   width: 20rem;
}
body .intro-info .lead {
   padding-left: 23rem;
}
/********** About Us End **********/


/********** Portfolio **********/
body .popup-modal .link-box a {
   width: 100%;
}
/********** Portfolio End **********/


/********** Footer **********/
body footer .copyright span {
   display: inline-block;
}
/********** Footer End **********/


/********** 1024px and below **********/
@media (max-width: 1024px) {
   /***** Stats *****/
   #stats .stat:nth-child(n) {
      border-left: 1px solid rgba(255, 255, 255, 0.12);
   }
   #stats .stat:nth-child(2n+1) {
      border: none;
   }
   /***** Stats End *****/
}
/********** 1024px and below End **********/


/********** 600px and below **********/
@media (max-width: 600px) {
   /***** About Us *****/
   body .intro-info .lead {
      padding-left: 0;
   }
   /***** About Us End *****/
}
/********** 600px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Header *****/
   body header .logo {
      margin-top: 18px;
   }
   body header .logo a {
      width: 210px;
      background-size: contain;
      height: 30px;
   }
   /***** Header End *****/
}
/********** 576px and below End **********/


/********** 374px and below **********/
@media (max-width: 374px) {
   /***** Header *****/
   body header .logo a {
      width: 195px;
   }
   /***** Header End *****/
}
/********** 374px and below End **********/