/*
Theme Name: SaudiCenter Theme
Author:  SaudiCenter Team
 */
.header-area {
    background-color: #18ae67;
}
.lang img {
  margin-right: 11px;
  width: 24px;
  height: 24px;
}
.lang {
  align-items: center;
  justify-content: center;
  color: white;
  display: flex;
  flex-direction: row;
}
.main-nav a {
  color: white !important;
}
.header-area .main-nav .nav li:hover a {
  color: #c7c7c7 !important;
}
.logo img {
  width: 234px;
}
.mob-show-flex {
  display: none !important;
}
.mob-hide-flex {
  display: flex !important;
}
.background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}
.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}



@media(min-width: 758px) and (max-width: 1140px) {

}
@media(max-width: 757px) {
  a.lang img {
    width: 26px;
    height: 26px;
  }
  .mob-show-flex {
    display: flex !important;
  }
  .mob-hide-flex {
    display: none !important;
  }
  .header-area.header-sticky .nav {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        margin-top: 100px;
  }
}