
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Rubik', sans-serif;
}

body{
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #f5f4f4;
    color: #191919;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track-piece {
    background-color: #191919;
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 2px solid #191919;
    outline-offset: -2px;
    border: 2px solid #191919
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #9f9f9f;
    -webkit-border-radius: 4px
}

button:focus{
    outline: none;
}

/**********************************/
/**********************************/

.logoHeader{
    border-top: 5px solid #bd2e2e;
    padding: 10px 0;
}

.logoHeader .custom-logo{
    width: 175px;
}

.navHeader{
    background: #363b3f;
    padding: 6px 0;
}

.navHeader .navbar{
    padding: 0;
}

.navHeader .navbar ul{
    display: block;
}

.navHeader .navbar ul li{
    display: inline-block;
    position: relative;
}

.navHeader .navbar ul li a{
    color: #ffffff;
    padding: 1px 0;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 15px;
    padding-left: 0;
}

.shortMenu svg{
    height: 25px;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

   

}

@media screen and (max-height: 26.375em){

    
}

/********************************/
/*******************************/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 22px;
}

.sidenav ul {
  padding: 0;
}

.sidenav ul li{
    border-bottom: 1px solid #222;
}

.sidenav a {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  margin-left: 50px;
  background: transparent;
  color: #fff;
  width: 28px;
  height: 28px;
  border: none;
}

.sidenav .closebtn svg{
  fill:#fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.mobile-nav-toggle{
  display: none;
}

@media (max-width: 767px) {
    .mobile-nav-toggle {
      display: block;
    }

    .navHeader{
        display: none;
    }

    .navHeader .navbar ul {
        display: none;
    }
}

@media (max-width: 992px){

    

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
{
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  color: #e5c18b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e5c18b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*********************************/
/*********************************/

.footer-area{
    background: #333;
    color: #fff;
    position: relative;
    padding: 10px 0;
}

/********************************/
/********************************/

@media (max-width: 767px){
    .addvertiseLogo{
        padding-top: 10px;
    }
}

@media (min-width: 576px) {
    .container,.container-sm {
        
    }
}
@media (min-width: 992px){
    
}

@media (min-width: 1200px){
   .container, .container-sm, .container-md, .container-lg, .container-xl {
/*        max-width: 1300px;*/
    }  
}
