body {
  font-family: "Open Sans",sans-serif;
  color: #8E9DAE !important;
  font-weight: 200;
  font-size: 18px;
  background-color: #f5fafd !important;
}
a:hover {
  text-decoration: none !important;
}
.aho:hover {
  color: #03a9f4 !important;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  color: #3c424f !important;
  font-weight: 600;
  margin: 20px 0;
}

.bg-dark {
  background-color: #222 !important;
  color:white;
  display: block;
  padding-left: 5%;
  padding-right: 5%;
}
.head{
  height: 40px;
  font-size: 14px;
}
.fahea {
  font-size: 18px;
  color: #999;
}
.social {
  color: white !important;
  font-size: 20px  !important;
}
.social:hover {
  color: white !important;
}
.header-top-bar-inner {
  height: 40px;
}
.header-top-bar {
  background-color: #222 !important;
  display: block;
  padding-left: 5%;
  padding-right: 5%;
}
.header-top-bar-area {
  position: relative;
}
.text-header{
  position: absolute;
}
.header-top-bar-area.area-left .top-bar-field:first-of-type {
  padding-left: 0;
}
.img-custom-logo {
  width: auto;
  max-height: 60px !important;
}
.img-header {
  height: 260px;
  overflow: hidden;
  position: relative;
}
svg {
  opacity: 25%;
}
.sticky-top {
  background-color: white;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.33);
}
.meenu {
  float: left;
  font-size: 12px;
  text-align: left;
  color: #000;
  padding: 11px 15px;
  padding-left: 15px;
}
.meenuactive {
  border-bottom: 3px solid #03a9f4;
}
.header-separator {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: -2px;
  overflow: hidden;
  z-index: 45;
}
.header-separator-reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-separator-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.nav-link {
  color: #000 !important;
  font-weight: 600;
}
.nav-link:hover {
  color: #03a9f4 !important;
}
.btn-green {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  background: #385724 !important;
  border: 1px solid #2c4b18 !important;
  color: white !important;
}
.btn-green:hover {
  background: #ffb600 !important;
  border: 1px solid #f3aa00 !important;
}

