/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
body.subpage nav.navbar {
   top: 0;
   display: block;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   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 nav.navbar {
   padding: 30px 0;
   top: -110px;
}
body .navbar-brand {
   display: flex;
   align-items: center;
}
body .navbar-brand img {
   max-width: 70px;
   margin-right: 15px;
}
body .navbar-brand span {
   font-size: 22px;
}
body .navbar-default .navbar-nav > li > a.active,
body .navbar-default .navbar-brand:focus,
body .navbar-default .navbar-brand:hover {
   color: #3A3A3A;
}
/********** Header End **********/

body #parallax1 {
   background-image: url(../img/parallax.jpg);
}
body .smaller-port {
   max-width: 250px;
}
body .og-details a {
   display: none;
}
/********** 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 .container {
      width: 100%;
   }
   body .navbar-brand img {
      max-width: 60px;
      margin-right: 0;
   }
   body .navbar-brand span {
      max-width: 190px;
      line-height: 22px;
      font-size: 18px;
   }
   body .navbar-collapse.collapse {
      padding-right: 0;
   }
   body .navbar-nav > li:last-child a {
      padding-right: 0;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/



/********** 767px and below **********/
@media (max-width: 767px) {
   body .navigation {
      border: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
      margin-bottom: -25px;
   }
   body .navbar-default .navbar-toggle {
      transition: all .3s ease-in-out;
      background: #ffffff;
      border-color: #ffffff;
   }
   body .navbar-default .navbar-toggle .icon-bar {
      background-color: #333;
      transition: all .3s ease-in-out;
   }
   body .navbar-default .navbar-toggle:focus,
   body .navbar-default .navbar-toggle:hover {
      background-color: #333;
   }
   body .navbar-default .navbar-toggle:focus .icon-bar,
   body .navbar-default .navbar-toggle:hover .icon-bar {
      background-color: #ffffff;
   }
}
/********** 767px and below **********/
