body {
  height: 100vh !important;
}

/*header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}
.sub_page .header_section {
  margin-top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  background-color: #252525;
}
.header_section .header_top .header_top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
}
.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}
.header_section .header_top .header_top_container .lang_box span {
  color: #ffffff;
  margin-left: 10px;
}
.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: #000000;
  margin: 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 8px;
  border: 1px solid black;
}
.header_section .header_top .contact_nav {
  display: flex;
  margin-top: 15px;
}
.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  text-decoration: none;
}
.header_section .header_top .contact_nav a span {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #70A548;
}
.header_section .header_top .contact_nav a:hover i {
  color: #252525;
}
.header_section .header_top .contact_nav a p:hover {
  color: #d0f3b6;
}
.header_section .header_top .social_box {
  display: flex;
}
.header_section .header_top .social_box a {
  text-decoration: none;
}
.header_section .header_top .social_box a span {
  margin-right: 5px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #70A548;
  font-size: 16px;
}
.header_section .header_top .social_box a:hover .fa-facebook-f {
  color: #3b5999;
}
.header_section .header_top .social_box a:hover .fa-x-twitter {
  color: #14171A;
}
.header_section .header_top .social_box a:hover .fa-youtube {
  color: #FF0000;
}
.header_section .header_top .social_box a:hover .fa-instagram {
  color: #e4405f;
}
.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}
.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #000000;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}
.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-2 {
  display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-3 {
  transform: none;
}

.navbar {
  padding: 0px 0px !important;
}

.site-header__header-one {
  position: relative;
}
.site-header__header-one:before {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/resources/decor-lines.png);
  background-repeat: repeat-x;
  background-position: top left;
  position: absolute;
  top: 100%;
  left: 0;
  animation: bgSlide 20s linear infinite;
}
@media (min-width: 1200px) {
  .site-header__header-one .header-navigation .container {
    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: none;
  text-align: right;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateY(-110%);
  transition: all 0.4s ease;
}
.stricked-menu ul.navigation-box > li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.stricked-menu.stricky-fixed {
  opacity: 1;
  transform: translateY(0%);
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 20.25px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 30px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #7c859b;
  position: relative;
  text-decoration: none;
}
.header-navigation ul.navigation-box > li > a:before {
  content: "";
  width: 13px;
  height: 12px;
  background-image: url(../images/resources/menu-active-star.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%) scale(0) rotate(0deg);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: black;
}
.header-navigation ul.navigation-box > li.current > a:before, .header-navigation ul.navigation-box > li:hover > a:before {
  transform: translateY(-50%) scale(1) rotate(360deg);
  opacity: 1;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 911;
  float: left;
  min-width: 135px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: black;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease;
  text-decoration: none;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #70A548;
}
.header-navigation ul.navigation-box > li:hover:before {
  transform: scale(1, 1);
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 911;
  float: left;
  min-width: 135px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: black;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease;
  text-decoration: none;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #70A548;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

@media (max-width: 1199.8px) {
  .site-header__header-one .header-navigation .main-navigation {
    padding-left: 0px !important;
    position: absolute;
    z-index: 2;
    top: 83%;
  }
  .search {
    display: none !important;
  }
  .navbar .container {
    padding: 0px !important;
  }
  .nav-icon {
    display: none !important;
  }
  .search-nav {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 0px 0px !important;
  }
  .navbar-expand-lg .clearfix {
    flex-wrap: wrap !important;
  }
}
/* Show search-nav class in mobile view */
@media (max-width: 1199px) {
  .search-nav {
    display: block !important;
  }
}
/* Hide search-nav class otherwise */
@media (min-width: 1200px) {
  .search-nav {
    display: none !important;
  }
}
/* Additional Media Query for mobile view */
@media (max-width: 991px) {
  .header_navigation {
    text-align: center;
  }
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .main-navigation {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    text-align: center;
    display: none;
  }
  .main-navigation.show {
    display: block;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li {
    display: block;
    margin-bottom: 10px;
  }
}
/*end header section*/
#search {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  transition: all 0.5s;
  width: 200px;
  height: 50px;
  margin: 23px 0px;
}

#search button,
#search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  outline: 0;
  cursor: pointer;
  color: #70A548;
  padding: 0px 0px;
}

#search input {
  flex: 1;
}
#search input::-moz-placeholder {
  color: #70A548;
}
#search input::placeholder {
  color: #70A548;
}

.spinner {
  animation: spinner 1s infinite linear;
  display: none;
  padding: 0 0.25em;
  color: #fff;
}

#search.loading button {
  display: none;
}

#search.loading .spinner {
  display: block;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  .search-btn {
    display: none !important;
  }
  #search {
    height: 40px;
    background-color: #70A548;
    color: #fff;
  }
  #search input {
    color: #fff;
  }
  #search button {
    color: #fff;
  }
  #search input {
    flex: 1;
  }
  #search input::-moz-placeholder {
    color: #fff;
  }
  #search input::placeholder {
    color: #fff;
  }
}
@media (max-width: 1199.5px) {
  .contact_nav {
    display: none !important;
  }
  .header_section .header_top {
    padding: 0px 0px !important;
  }
  #search {
    height: 35px;
    width: 190px;
    font-size: 15px;
    padding: 10px;
  }
  #search input {
    padding: 0px 5px;
    margin-left: -10px;
  }
}
@media (max-width: 375.5px) {
  #search {
    font-size: 12px;
    height: 30px;
    width: 160px;
  }
  .header_section .header_top .header_top_container .lang_box {
    font-size: 12px;
  }
  .header_section .header_top .header_top_container .lang_box a img {
    width: 20px;
    line-height: 26px;
  }
}/*# sourceMappingURL=header-two.css.map */