
/*
* 1. common styles
*/
body {
  font-family: "Muli";
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata";
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.theme-color{
  color: #22a323;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.block-title {
  margin-bottom: 55px;
}
.block-title__tag-line {
  margin: 0;
  color: #a5a5a5;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  border-top: 2px solid #22a323;
  padding-top: 20px;
  display: inline-block;
}
.block-title__title {
  margin: 0;
  color: #302e2f;
  font-size: 44px;
  margin-top: 20px;
}
.block-title__sub-title {
  margin: 0;
  font-size: 30px;
  line-height: 44px;
  color: #302e2f;
  margin-top: 30px;
}

.thm-btn {
  border: none;
  outline: none;
  background-color: #22a323;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 52px;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
  background-color: #302e2f;
  color: #fff;
}
.thm-btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 13px;
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #f2ebe8;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #22a323;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #302e2f;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #22a323;
  color: #fff;
  cursor: pointer;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
.preloader span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/resources/preloader.gif);
}

.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #292728;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 990;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border: 1px solid #393838;
}
@media (max-width: 480px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
  }
}
.scroll-to-top i {
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 480px) {
  .scroll-to-top i {
    font-size: 14px;
    line-height: 40px;
  }
}
.scroll-to-top:hover {
  background: #22a323;
  border-color: #22a323;
}
.scroll-to-top:hover i {
  color: #fff;
}

.post-pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-pagination__two a {
  font-family: "Prata";
  font-size: 16px;
}
.post-pagination a {
  color: #302e2f;
  font-size: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding-left: 18.5px;
  padding-right: 18.5px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.post-pagination a.active, .post-pagination a:hover {
  color: #fff;
  background-color: #22a323;
  border-color: #22a323;
}
.post-pagination a + a {
  margin-left: 10px;
}
.post-pagination a.active {
  cursor: auto;
}

/* datepicker */
.datepicker {
  min-width: 300px;
}
.datepicker table {
  width: 100%;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #22a323;
  background-image: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #22a323;
  background-image: none;
}

/*
* 2. topbar styles
*/
.topbar-one {
  background-color: #22a323;
}
.topbar-one .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #403e3f;*/
}

.topbar-one__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 28px;
}
.topbar-one__link i {
  font-size: 19px;
  color: #fed300;
  margin-right: 10px;
}
.topbar-one__link:hover {
  color: rgba(255,255,255,.6);
}

.topbar-one__link + .topbar-one__link {
  border-left: 1px solid #403e3f;
  margin-left: 20px;
  padding-left: 20px;
}

.topbar-one__left,
.topbar-one__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.topbar-one__btn {
  font-size: 13px;
  padding: 6px 14.5px;
  background-color: #237e22;
  color: #fff;
}
.topbar-one__btn:hover {
  background-color: #fed300;
  color: #333;
}

.topbar-one__sep {
  width: 30px;
  height: 2px;
  background-color: #22a323;
  margin-left: 10px;
  margin-right: 10px;
}

.topbar-one__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 18px;
  line-height: 1em;
}
.topbar-one__time-wrap {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-one__minute {
  font-size: 11px;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.topbar-one__search {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 34px;
  border: 1px solid #403e3f;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__search i {
  color: #a19b9d;
  font-size: 16px;
}
.topbar-one__search:hover {
  background-color: #403e3f;
}

.topbar-one__right > li + li {
  margin-left: 10px;
}
.topbar-one__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  display: block;
}
.topbar-one__right .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  color: #a19b9d;
  text-transform: uppercase;
  border: 1px solid #403e3f;
  border-radius: 4px;
  padding: 7.5px 0;
  padding-left: 15px;
  width: 64px;
}
.topbar-one__right .bootstrap-select > .dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  border: none;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topbar-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.topbar-one__social:after {
  content: '';
  width: 1px;
  height: 28px;
  background-color: #403e3f;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topbar-one__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 52px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__social a i {
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__social a i.egypt-icon-play {
  width: 16px;
  height: 16px;
  font-size: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #302e2f;
  background-color: #847a7d;
}
.topbar-one__social a:hover {
  background-color: #3a3939;
}
.topbar-one__social a:hover i {
  color: #22a323;
}
.topbar-one__social a:hover i.egypt-icon-play {
  background-color: #22a323;
  color: #302e2f;
}

.topbar-two .inner-container {
  padding: 31px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topbar-two__left, .topbar-two__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.topbar-two__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  margin-left: 30px;
}
.topbar-two__info:before {
  content: '';
  width: 1px;
  height: 48px;
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topbar-two__info p {
  font-size: 16px;
  line-height: 22px;
  color: #302e2f;
  margin: 0;
}
.topbar-two__info i {
  font-size: 32px;
  color: #22a323;
  margin-right: 15px;
}
.topbar-two__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-two__social a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #f3ece9;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-two__social a + a {
  margin-left: 10px;
}
.topbar-two__social a i {
  color: #8e8e8e;
  font-size: 13px;
  line-height: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-two__social a:hover {
  background-color: #22a323;
}
.topbar-two__social a:hover i {
  color: #fff;
}
.topbar-two__sidemenu-nav {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #22a323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: 10px;
}
.topbar-two__sidemenu-nav-line {
  width: 22px;
  height: 1px;
  background-color: #22a323;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-two__sidemenu-nav-line:nth-child(even) {
  margin-top: 6px;
  margin-bottom: 6px;
}
.topbar-two__sidemenu-nav:hover {
  background-color: #22a323;
}
.topbar-two__sidemenu-nav:hover .topbar-two__sidemenu-nav-line {
  background-color: #fff;
}

.topbar-two__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.topbar-two__language i {
  font-size: 15px;
  color: #828282;
  margin-right: 10px;
}
.topbar-two__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  line-height: 1em;
}
.topbar-two__language .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  color: #a19b9d;
  text-transform: uppercase;
  border: none;
  width: 33px;
}
.topbar-two__language .bootstrap-select > .dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #a19b9d;
  border: none;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
* 3. header styles
*/
.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 .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .logo-box .tagtitle {
  font-size: 13px;
  line-height: 15px;
  color: #000;
  padding-top: 2px;
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  padding: 0px 0;
  border-right: 1px solid #dedede;
  padding-right: 20px;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.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: 38px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 45px;
}
.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 {
  font-size: 17px;
  color: #333;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  display: block;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #22a323;
}
.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, transform .4s linear, -webkit-transform .4s linear;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
}
.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid #e4e4e4;
}
.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 16px;
  color: #302e2f;
  font-weight: 400;
  padding: 12px 20px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #fff;
  background: #22a323;
}
.header-navigation ul.navigation-box > li > .submenu:before {
  content: '';
  width: 17px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  bottom: 100%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.header-navigation ul.navigation-box > li > .submenu > li:hover > a:after {
  color: #fff;
}
.header-navigation ul.navigation-box > li > .submenu > li > a {
  position: relative;
}
.header-navigation ul.navigation-box > li > .submenu > li > a:after {
  content: "\f105";
  font-family:"Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #302e2f;
  font-size: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .submenu > li > a:only-child:after {
  content: '';
  display: none;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 99;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, transform .4s linear, -webkit-transform .4s linear;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
  border-top: 1px solid #e4e4e4;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 16px;
  color: #302e2f;
  font-weight: 400;
  padding: 12px 20px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: #22a323;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu {
  padding-left: 10px;
  min-width: 210px;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  padding-left: 0px;
  padding-right: 10px;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.header-navigation ul.navigation-box > li > ul > li ul {
  /* no more nested showen */
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.site-header__sidemenu-nav {
  cursor: pointer;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: 1px solid #403e3f;
  padding-left: 20px;
  margin-left: 20px;
}
.site-header__sidemenu-nav-line {
  width: 30px;
  height: 2px;
  background-color: #22a323;
  display: block;
}
.site-header__sidemenu-nav-line:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header__sidemenu-nav:hover .site-header__sidemenu-nav-line:nth-child(2) {
  width: 30px;
}

.site-header__cart {
  position: relative;
}
.site-header__cart i {
  font-size: 23px;
  color: #fff;
}
.site-header__cart .count {
  width: 18px;
  height: 18px;
  background-color: #22a323;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.site-header__header-one {
  background-color: #fff;
}
.site-header__header-one .container {
  padding-right: 158px;
}

.site-header__header-two__search {
  color: #302e2f;
  font-size: 22px;
  margin-right: 20px;
}
.site-header__header-two__search:hover {
  color: #22a323;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-header__header-two__btn {
  border: 2px solid #302e2f;
  background-color: transparent;
  font-size: 13px;
  color: #302e2f;
  padding: 8px 37.5px;
}

.site-header__header-two {
  border-top: 1px solid #e4e4e4;
}
.site-header__header-two .stricked-menu {
  background-color: #fff;
}
.site-header__header-two .header-navigation ul.navigation-box > li > a {
  color: #302e2f;
}
.site-header__header-two .header-navigation ul.navigation-box > li.current > a,
.site-header__header-two .header-navigation ul.navigation-box > li:hover > a {
  color: #22a323;
}
.site-header__header-two .header-navigation .main-navigation {
  float: left;
  text-align: left;
}
.site-header__header-two .header-navigation ul.navigation-box > li {
  padding: 24px 0;
}

/*
* 4. slider styles
*/
.slider-one {
  position: relative;
}
.slider-one .item {
  overflow: hidden;
}
.slider-one__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 68px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-one__tag-line {
  margin: 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 23px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  position: relative;
  display: inline-block;
}
.slider-one__tag-line:before, .slider-one__tag-line:after {
  content: '';
  width: 10000px;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-one__tag-line:before {
  left: calc(100% + 30px);
}
.slider-one__tag-line:after {
  right: calc(100% + 30px);
}
.slider-one__text {
  margin: 0;
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-one__btn {
  background-color: #fff;
  color: #302e2f;
  margin-top: 35px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-one .active .slider-one__tag-line {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-one .active .slider-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-one .active .slider-one__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.slider-one .active .slider-one__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-one .owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}
.slider-one .owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slider-one .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.slider-one .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 4px;
  background-color: transparent;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
  transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
  transition: border .4s ease, background .4s ease, transform .4s ease;
  transition: border .4s ease, background .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.slider-one .owl-theme .owl-dots .owl-dot:hover span, .slider-one .owl-theme .owl-dots .owl-dot.active span {
  border-color: #22a323;
  background-color: #22a323;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-one__nav-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  text-align: center;
  width: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.slider-one__nav-left, .slider-one__nav-right {
  color: #fff;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.slider-one__nav-left i, .slider-one__nav-right i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.slider-one__nav-left i:after, .slider-one__nav-right i:after {
  content: '';
  width: 90px;
  height: 2px;
  background-color: #fff;
  right: 5px;
  top: -1px;
  position: relative;
}
.slider-one__nav-left:hover, .slider-one__nav-right:hover {
  color: #fff;
}
.slider-one__nav-left:hover .slider-one__nav-text, .slider-one__nav-right:hover .slider-one__nav-text {
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
.slider-one__nav-left {
  left: 2%;
}
.slider-one__nav-right {
  right: 2%;
}
.slider-one__nav-right i {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.slider-one__nav-right i:after {
  right: -5px;
}

[class*=slider-one__slider-],
[class*=slider-two__slider-] {
  background-color: #302e2f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

[class*=slider-one__slider-] {
  padding-top: 145px;
  padding-bottom: 145px;
}

.slider-two {
  position: relative;
}
.slider-two__tag-line {
  font-size: 24px;
  font-family: "Prata";
  color: #fff;
  line-height: 1em;
  margin: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-two__title {
  margin: 0;
  font-size: 72px;
  font-family: "Prata";
  color: #fff;
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-two__text {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  margin-bottom: 35px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-two__btn {
  background-color: #fff;
  color: #302e2f;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-two .active .slider-two__tag-line {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-two .active .slider-two__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-two .active .slider-two__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.slider-two .active .slider-two__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-two .owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}
.slider-two .owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slider-two .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.slider-two .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 4px;
  background-color: transparent;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
  transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
  transition: border .4s ease, background .4s ease, transform .4s ease;
  transition: border .4s ease, background .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.slider-two .owl-theme .owl-dots .owl-dot:hover span, .slider-two .owl-theme .owl-dots .owl-dot.active span {
  border-color: #22a323;
  background-color: #22a323;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-two__nav-left, .slider-two__nav-right {
  width: 60px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  color: #302e2f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.slider-two__nav-left i, .slider-two__nav-right i {
  font-size: 16px;
}
.slider-two__nav-left:hover, .slider-two__nav-right:hover {
  background-color: #302e2f;
  color: #fff;
}
.slider-two__nav-left {
  left: 2%;
}
.slider-two__nav-right {
  right: 2%;
}

[class*=slider-two__slider-] {
  padding-top: 235px;
  padding-bottom: 265px;
}

/*
* 5. about styles
*/


.about-two {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-two .block-title,
.about-two .block-title__title,
.about-two .block-title__sub-title {
  margin: 0;
}
.about-two .block-title__title {
  margin-top: 15px;
}
.about-two .block-title__sub-title {
  margin-top: 30px;
  margin-bottom: 25px;
}
.about-two__text {
  margin: 0;
}
@media (max-width: 1199px) {
  .about-two__text br {
    display: none;
  }
}
.about-two__text + .about-two__text {
  margin-top: 15px;
}
.about-two__btn {
  margin-top: 35px;
}
.about-two__image {
  width: 370px;
  height: 360px;
  background-color: #22a323;
  position: relative;
}
@media (max-width: 1199px) {
  .about-two__image {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .about-two__image {
    left: 0;
    margin-top: 200px;
  }
}
@media (max-width: 480px) {
  .about-two__image {
    width: 85%;
    height: 320px;
    margin-top: 150px;
  }
}
.about-two__image-content {
  width: 370px;
  height: 320px;
  border: 2px solid #eaeaea;
  padding: 30px;
  position: absolute;
  bottom: 20px;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
}
@media (max-width: 480px) {
  .about-two__image-content {
    width: 85%;
    height: 280px;
  }
}
@media (max-width: 375px) {
  .about-two__image-content {
    width: 100%;
    height: 280px;
    left: 15px;
  }
}

[class*=about-two__image--] {
  position: absolute;
}
@media (max-width: 575px) {
  [class*=about-two__image--] {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.about-two__image--2 {
  top: -30px;
  right: 100px;
  z-index: 9;
}
@media (max-width: 375px) {
  .about-two__image--2 {
    right: 15px;
    top: -15px;
  }
}

.about-two__image--1 {
  bottom: -30px;
  left: 100px;
  z-index: 12;
}
@media (max-width: 375px) {
  .about-two__image--1 {
    left: 15px;
    bottom: -15px;
  }
}

.about-two__image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-two__image-content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-two__image-decor {
  width: 148px;
  height: 48px;
  border-right: 2px solid #22a323;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #f2ebe8), to(white));
  background-image: linear-gradient(180deg, #f2ebe8 19%, white 100%);
  margin-right: 15px;
}

.about-two__image-content-left {
  font-size: 60px;
  color: #302e2f;
  line-height: 1em;
  font-family: "Prata";
}

.about-two__image-content-right {
  margin-left: 10px;
}
.about-two__image-content-right span {
  display: block;
  font-size: 18px;
  color: #302e2f;
  line-height: 1em;
  font-family: "Prata";
}

.about-two__year {
  font-size: 24px;
  margin-top: 15px;
}



.collection-two {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 70px;
}
.collection-two__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .collection-two__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.collection-two__more-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 767px) {
  .collection-two__more-links {
    margin-top: 30px;
  }
}
.collection-two__more-links:hover {
  color: #22a323;
}
.collection-two__more-links i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 20px;
  color: #454444;
  margin-right: 10px;
}
.collection-two__more-links i:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #454444;
}
.collection-two .block-title {
  margin: 0;
}
.collection-two .block-title__tag-line {
  color: #777777;
}
.collection-two .block-title__title {
  color: #fff;
}
.collection-two__single {
  margin-bottom: 45px;
}
.collection-two__single:hover .collection-two__image > img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.collection-two__single:hover .collection-two__hover {
  opacity: 1;
  -webkit-transform: perspective(100px) translateZ(0px);
          transform: perspective(100px) translateZ(0px);
}
.collection-two__image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.collection-two__image > img {
  width: 100%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter .4s ease;
  transition: -webkit-filter .4s ease;
  transition: filter .4s ease;
  transition: filter .4s ease, -webkit-filter .4s ease;
}
.collection-two__hover {
  background-color: rgba(29, 29, 29, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
  -webkit-transform: perspective(100px) translateZ(10px);
          transform: perspective(100px) translateZ(10px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.collection-two__hover:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.collection-two__hover a {
  font-size: 44px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.collection-two__category {
  margin: 0;
  line-height: 1em;
  font-size: 16px;
  color: #a19b9d;
}
.collection-two__category a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.collection-two__category a:hover {
  color: #fff;
}
.collection-two__title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
.collection-two__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.collection-two__title a:hover {
  color: #22a323;
}


.collection-three__single {
  margin-bottom: 0;
}
.collection-three__single:hover .collection-three__image > img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.collection-three__single:hover .collection-three__hover {
  opacity: 1;
  -webkit-transform: perspective(100px) translateZ(0px);
          transform: perspective(100px) translateZ(0px);
}
.collection-three__image {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.collection-three__image > img {
  width: 100%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter .4s ease;
  transition: -webkit-filter .4s ease;
  transition: filter .4s ease;
  transition: filter .4s ease, -webkit-filter .4s ease;
}
.collection-three__hover {
  background-color: rgba(29, 29, 29, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
  -webkit-transform: perspective(100px) translateZ(10px);
          transform: perspective(100px) translateZ(10px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.collection-three__hover:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.collection-three__hover a {
  font-size: 44px;
  color: #fff;
  position: relative;
  z-index: 10;
}



/*
* 8. blog styles
*/


.blog-two {
  padding-top: 50px;
  padding-bottom: 90px;
}
.blog-two__single {
  margin-bottom: 30px;
}
.blog-two__image {
  background-color: #1d1c1d;
  overflow: hidden;
  position: relative;
}
.blog-two__image > img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.blog-two__image > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  font-size: 44px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.blog-two__title {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  color: #302e2f;
}
.blog-two__title::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #e4e4e4;
  display: block;
  margin-top: 21px;
  margin-bottom: 22px;
}
.blog-two__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-two__title a:hover {
  color: #22a323;
}
.blog-two__title + .blog-two__bottom {
  margin-top: 30px;
}
.blog-two__text {
  margin: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
.blog-two__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #302e2f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-two__link span {
  font-size: 15px;
  margin-left: 5px;
}
.blog-two__link:hover {
  color: #22a323;
}
.blog-two__date {
  font-size: 16px;
  color: #9c9c9c;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-two__date:hover {
  color: #302e2f;
}
.blog-two__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.blog-two__meta a,
.blog-two__meta span {
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 13px;
}
.blog-two__meta a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-two__meta a:hover {
  color: #22a323;
}
.blog-two__meta span {
  margin-left: 3px;
  margin-right: 3px;
}
.blog-two__content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.blog-two__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-two__single:hover .blog-two__image > img {
  opacity: 0.1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-two__single:hover .blog-two__image > a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
          transform: translate(-50%, -50%) scaleY(1);
}
.blog-two__qoute-post {
  background-color: #22a323;
  text-align: center;
  padding-top: 62px;
  padding-bottom: 62px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-two__qoute-post .blog-two__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}
.blog-two__qoute-post .blog-two__link:hover {
  color: #302e2f;
}
.blog-two__qoute {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
}
.blog-two__qoute-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 32px;
}







/*
* 12. funfact styles
*/
.funfact-one {
  background-color: #22a323;
  padding-top: 115.5px;
  padding-bottom: 85.5px;
}

.funfact-one__single {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .funfact-one__single {
    text-align: center;
  }
}

.funfact-one__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .funfact-one__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.funfact-one__icon {
  font-size: 64px;
  color: #22a323;
  margin-bottom: 40px;
}

.funfact-one__count {
  font-size: 50px;
  color: #fff;
  font-family: "Prata";
  margin: 0;
  line-height: 1em;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .funfact-one__count {
    font-size: 35px;
  }
}

.funfact-one__text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 575px) {
  .funfact-one__text {
    text-align: left;
  }
}
.funfact-one__text span {
  display: block;
  line-height: 1em;
}
@media (max-width: 1199px) {
  .funfact-one__text {
    font-size: 14px;
  }
}

/*
* 13. search-popup styles
*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .7s ease;
  transition: -webkit-transform .7s ease;
  transition: transform .7s ease;
  transition: transform .7s ease, -webkit-transform .7s ease;
}
.search-popup.active {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: .7;
  cursor: none;
}
.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup__form {
  position: relative;
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}
.search-popup__form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  color: #302e2f;
  font-size: 18px;
  background-color: white;
  padding-left: 30px;
}
.search-popup__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #302e2f;
}
.search-popup__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #302e2f;
}
.search-popup__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #302e2f;
}
.search-popup__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #302e2f;
}
.search-popup__form button[type=submit] {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #22a323;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.search-popup__form button[type=submit]:hover {
  background-color: #302e2f;
  color: #22a323;
}

/*
* 14. footer styles
*/
.site-footer {
  background-color: #302e2f;
  background-image: url(../images/resources/footer-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding-bottom: 97px;
  padding-top: 103px;
}
.site-footer .container {
  text-align: center;
}
.site-footer__copy {
  margin: 0;
  color: #a19b9d;
}
.site-footer__copy a {
  color: #22a323;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer__copy a:hover {
  color: #fff;
}
.site-footer__form {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
}
.site-footer__form-icon {
  width: 70px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #22a323;
  position: absolute;
  top: 0;
  left: 0;
}
.site-footer__form-icon i {
  color: #fff;
  font-size: 30px;
}
.site-footer__form input {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #777777;
  font-size: 16px;
  padding-left: 100px;
}
.site-footer__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
}
.site-footer__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}
.site-footer__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
}
.site-footer__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
}
.site-footer__form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 19px;
  color: #777777;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.site-footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__social a + a {
  margin-left: 20px;
}
.site-footer__social a i {
  font-size: 16px;
  color: #847a7d;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer__social a i:hover {
  color: #22a323;
}
.site-footer__social a i.egypt-icon-play {
  width: 16px;
  height: 16px;
  font-size: 7px;
  color: #302e2f;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
  background-color: #847a7d;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer__social a i.egypt-icon-play:hover {
  color: #302e2f;
  background-color: #22a323;
}



/*
* 15. video styles
*/
.video-one {
  position: relative;
  background-image: url(../images/background/video-bg-1-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 30px;
}
.video-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#22a323), color-stop(82%, #302e2f));
  background-image: linear-gradient(-90deg, #22a323 0%, #302e2f 82%);
  opacity: .95;
}
.video-one:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../images/resources/video-decor-1-1.png);
  background-repeat: repeat-x;
}
.video-one__content {
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .video-one__content {
    padding-right: 0;
  }
}
.video-one__title {
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 60px;
}
.video-one__list {
  margin: 0;
  margin-top: 45px;
  margin-bottom: 50px;
}
.video-one__list li {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
}
.video-one__list li + li {
  margin-top: 20px;
}
.video-one__list li i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.video-one__btn {
  width: 100%;
  font-size: 13px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  color: #302e2f;
}
.video-one .container {
  position: relative;
}
.video-one__box {
  position: absolute;
  top: 0px;
  left: 120px;
  z-index: 10;
}
@media (max-width: 1700px) {
  .video-one__box {
    left: 0;
  }
}
@media (max-width: 1440px) {
  .video-one__box {
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .video-one__box {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-one__box > a > img {
    max-width: 100%;
  }
}

.video-one__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .4s ease;
}
.video-one__play-btn:hover {
  color: #302e2f;
}

/*
* 16. exhibhition styles
*/
.exhibhition-one {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #302e2f;
  position: relative;
}
.exhibhition-one:before {
  content: '';
  width: 100%;
  height: 20px;
  background-image: url(../images/resources/exhibition-decor-1-1.png);
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}
.exhibhition-one .block-title__title {
  color: #fff;
}
.exhibhition-one__single {
  margin-bottom: 30px;
}
.exhibhition-one__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 425px) {
  .exhibhition-one__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.exhibhition-one__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 425px) {
  .exhibhition-one__bottom-left {
    margin-bottom: 30px;
  }
}
.exhibhition-one__bottom-left:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 10px;
  width: 44px;
  height: 32px;
  border-bottom: 1px solid #3f3e3f;
  border-right: 1px solid #3f3e3f;
}
.exhibhition-one__bottom-left:after {
  content: '';
  position: absolute;
  left: calc(100% - 67px);
  top: 2px;
  width: 110px;
  height: 1px;
  background-color: #3f3e3f;
}
.exhibhition-one__bottom-left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibhition-one__bottom-left span i {
  color: #646162;
  font-size: 21px;
  margin-left: 10px;
}
.exhibhition-one__bottom-left span:nth-child(2) {
  margin-top: 10px;
}
.exhibhition-one__bottom-left span:nth-child(2):before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #22a323;
  margin-right: 10px;
}
.exhibhition-one__btn {
  border-style: solid;
  border-width: 1px;
  border-color: #3f3e3f;
  border-radius: 4px;
  background-color: #393738;
  padding: 8px 27px;
}
.exhibhition-one__btn:hover {
  background-color: #22a323;
  border-color: #22a323;
}
.exhibhition-one__title {
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 44px;
}
.exhibhition-one__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.exhibhition-one__title a:hover {
  color: #22a323;
}
.exhibhition-one__category {
  display: inline-block;
  margin: 0;
  color: #22a323;
  font-size: 16px;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 10px;
}
.exhibhition-one__image {
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
}
.exhibhition-one__image-inner {
  position: relative;
  overflow: hidden;
}
.exhibhition-one__image-inner > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.exhibhition-one__image-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(100px) translateZ(40px);
          transform: perspective(100px) translateZ(40px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.exhibhition-one__single:hover .exhibhition-one__image {
  -webkit-box-shadow: 5px 8.66px 40px 0px rgba(20, 20, 20, 0.75);
          box-shadow: 5px 8.66px 40px 0px rgba(20, 20, 20, 0.75);
}
.exhibhition-one__single:hover [class*=exhibhition-one__image-border-] {
  -webkit-transform: perspective(40px) translateZ(0px);
          transform: perspective(40px) translateZ(0px);
  opacity: 1;
}
.exhibhition-one__single:hover .exhibhition-one__image-inner > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.exhibhition-one__single:hover .exhibhition-one__image-link {
  color: #fff;
  opacity: 1;
  -webkit-transform: perspective(100px) translateZ(0px);
          transform: perspective(100px) translateZ(0px);
}

[class*=exhibhition-one__image-border-] {
  width: 32px;
  height: 32px;
  border: 2px solid #22a323;
  position: absolute;
  z-index: 10;
  -webkit-transform: perspective(40px) translateZ(-20px);
          transform: perspective(40px) translateZ(-20px);
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.exhibhition-one__image-border-1 {
  border-right: 0;
  border-bottom: 0;
  top: 0;
  left: 0;
}

.exhibhition-one__image-border-2 {
  border-left: 0;
  border-bottom: 0;
  top: 0;
  right: 0;
}

.exhibhition-one__image-border-3 {
  border-top: 0;
  border-right: 0;
  bottom: 0;
  left: 0;
}

.exhibhition-one__image-border-4 {
  border-top: 0;
  border-left: 0;
  bottom: 0;
  right: 0;
}

.exhibhition-one__page {
  padding-bottom: 120px;
  background-color: #fff;
}
.exhibhition-one__page:before {
  display: none;
}
.exhibhition-one__page .exhibhition-one__single {
  margin-bottom: 60px;
}
.exhibhition-one__page .exhibhition-one__title {
  color: #302e2f;
}
.exhibhition-one__page .exhibhition-one__bottom-left span {
  color: #777777;
}
.exhibhition-one__page .exhibhition-one__bottom-left::before {
  border-color: #e4e4e4;
}
.exhibhition-one__page .exhibhition-one__bottom-left::after {
  background-color: #e4e4e4;
}
.exhibhition-one__page .exhibhition-one__bottom-left span i {
  color: #aeaeae;
}
.exhibhition-one__page .exhibhition-one__btn {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #302e2f;
}
.exhibhition-one__page .exhibhition-one__btn:hover {
  background-color: #22a323;
  border-color: #22a323;
  color: #fff;
}

.exhibhition-one__more-link {
  display: inline-block;
}
.exhibhition-one__more-link i {
  background-color: #302e2f;
  font-style: normal;
  font-family: "Prata";
  color: #fff;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 36px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.exhibhition-one__more-link span {
  color: #302e2f;
  font-size: 13px;
  display: block;
  line-height: 1em;
  margin-top: 20px;
}
.exhibhition-one__more-link:hover i {
  background-color: #22a323;
}

.exhibhition-one__menu {
  position: absolute;
  bottom: 0;
  right: 15px;
  border: none;
}
@media (max-width: 767px) {
  .exhibhition-one__menu {
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.exhibhition-one__menu .nav-item + .nav-item {
  margin-left: 2px;
}
@media (max-width: 320px) {
  .exhibhition-one__menu .nav-item + .nav-item {
    margin-bottom: 2px;
  }
}
.exhibhition-one__menu .nav-link {
  background-color: #22a323;
  color: #fff;
  border-radius: 0;
  border: none !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 15.5px;
}
.exhibhition-one__menu .dropdown-toggle::after {
  border: 0;
  width: auto;
  height: auto;
  content: '\f107';
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 1em;
  vertical-align: middle;
  margin-left: 15px;
}


/*
* 28. sidebar styles
*/


/*
* 29. side-menu styles
*/
.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform .7s ease;
  transition: -webkit-transform .7s ease;
  transition: transform .7s ease;
  transition: transform .7s ease, -webkit-transform .7s ease;
}
.side-menu__block.active {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: .7;
}
.side-menu__block-inner {
  position: relative;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  overflow-y: auto;
  padding: 20px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.side-menu__block-inner .mCustomScrollBox {
  width: 100%;
}
.side-menu__block .main-navigation .submenu {
  display: none;
}
.side-menu__block__text {
  text-align: center;
}
.side-menu__block .navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #e0cfc7;
}
.side-menu__block .navigation-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2ebe8;
}
.side-menu__block .navigation-box ul ul {
  background-color: #e0cfc7;
}
.side-menu__block .navigation-box li + li {
  border-top: 1px solid #e0cfc7;
}
.side-menu__block .navigation-box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #302e2f;
  font-size: 16px;
  position: relative;
  padding: 14px 0;
  padding-left: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.side-menu__block .navigation-box li a:before {
  content: '\f101';
  font-family: FontAwesome;
  margin-right: 15px;
}
.side-menu__block .navigation-box li a .sub-nav-toggler {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #302e2f;
  color: #fff;
  padding: 1.5px 10px;
}
.side-menu__block .navigation-box li a .sub-nav-toggler:before {
  content: '\f107';
  font-family: FontAwesome;
}
.side-menu__block .navigation-box li a:hover {
  color: #fff;
  background-color: #22a323;
}
.side-menu__block__title {
  font-size: 20px;
  color: #302e2f;
  margin: 0;
  margin-bottom: 15px;
}
.side-menu__block-line {
  margin: 40px 0;
  border-color: rgba(48, 46, 47, 0.2);
}
.side-menu__block-about {
  margin-top: 40px;
}
.side-menu__block-contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.side-menu__block-contact__list-item {
  color: #302e2f;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
}
.side-menu__block-contact__list-item a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.side-menu__block-contact__list-item a:hover {
  color: #22a323;
}
.side-menu__block-contact__list-item i {
  font-size: 17px;
  color: #22a323;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.side-menu__block-contact__list-item + .side-menu__block-contact__list-item {
  margin-top: 10px;
}
.side-menu__block__text-copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.side-menu__block__text-copy a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.side-menu__block__text-copy a:hover {
  color: #302e2f;
}
.side-menu__block__text a {
  color: #22a323;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.side-menu__block__text a:hover {
  color: #302e2f;
}


/*BOTH CURTAIN IMAGES CLASS*/
img.curtain{
  height:100%; /* so jQuery doesn't keep ascpect ration when animating the width '*/
  width:50%;
  z-index:99; /* to show it on top of the content*/
  }
      
  /*LEFT CURTAIN IMAGE CLASS*/
  img.curtainLeft{
  position:absolute; /*absolute positioning is important*/
  left:0px; /*position it on left side of the container*/
  }
      
  /*RIGHT CURTAIN IMAGE CLASS*/
  img.curtainRight{
  position:absolute; /*absolute positioning is important*/
  right:0px; /*position it on the right side of the container*/
  }
      
  /*THE CLASS OF THE WRAPPING DIV (THAT WRAPS EVERYTHING)*/
  .curtain_wrapper{
  width:100%; /* same as width of both the images summed */
  height:100%; /* same as height of the images*/
  position:fixed; /*relative position so we can absolutely position the child elements*/
  overflow:visible; /*hide everything out of boundaries (in this case for the description div)*/
  
  
  top:0;
  left:0; overflow-y:scroll;
  }
      
  /*THE TEXT DIV CLASS (BEHIND THE CURTAINS)*/
  .contents{
  position:relative; /*so we can center it*/
  width: 100%; /*curtain_wrapper width - shrinked image width (50px is image when shrinked)*/
  
  margin:0px auto; /*center it*/
  display:none; /*we don't want our users to see the content while the curtain images are loading*/
  }
      
  /*DESCRIPTION DIV CLASS (THE TEXT ON TOP LEFT SIDE IN THE DEMO)*/
  .description{
  position:absolute; /*absolute position is important*/
  top:0px; /*position it on top of the curtain_wrapper*/
  width:100%; height:100%;
  z-index:100; /*show it on top of the curtain (remember that they have z-index of 99)*/
  /*styling bellow*/
  box-sizing:border-box; 
  }
  .description .inner{ width:100%; height:100%; display:table; text-align:center }
  .description .inner .middle{ display:table-cell; vertical-align:middle;}
  .introLogo{ margin-bottom:20px;display: inline-block; background-color: #fff;}
  .introLogo img{ border-radius:8px; border:15px solid rgba(255,255,255,1);-webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.2);
  -moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.2);
  box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.2);}
  .clear{ clear:both;}
  .pulse2 {display:inline; padding:10px 20px; margin-top:10px; color:#000; text-decoration:none; border-radius:20px;
  -webkit-animation: pulse 400ms infinite alternate;
  animation: pulse 400ms infinite alternate;
  }
  @-webkit-keyframes pulse {
  0% { background-color: red; }
  100% { background-color: yellow; }
  }
  @keyframes pulse {
  0% { background-color: red; }
  100% { background-color: yellow; }
  }


  .btns {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    /*background: #33a3dc;*/
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    cursor: pointer;
  }
  .btns:focus {
    outline: none;
  }
  .btns:hover {
    color: #fff;
   
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  }
  .btn-send {
   font-weight: 300;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   margin-bottom: 20px; 
  }
  .enq{}
  .enq .form-control{height: auto !important;padding: 0px 10px;}
  .enq textarea{height: 200px !important;}
  .enq label{margin-bottom: 5px;}
  .enq .alert button{ background-color:transparent !important}
  .with-errors{ font-size:14px !important; color:#f00 !important;}
  .enq .alert-success{ width:100%; height:100%; padding-top:30px; font-size:15px; color:#808284; z-index:10; position:absolute; top:-5px; left:0;background-color:#fff !important;border-color:transparent !important; text-align:center;}
  .enq .close{ width:100%; display:block;float:left;font-size:36px;font-weight:700;line-height:1;color:#0c3455 !important;text-shadow:0 1px 0 #fff;filter:alpha(opacity=100);opacity:1; margin-bottom:10px;}.enq .close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=100);opacity:1}
  .enq .btns.disabled,.enq .btns[disabled],fieldset[disabled] .btns{cursor:not-allowed;filter:alpha(opacity=95);-webkit-box-shadow:none;box-shadow:none;opacity:.95}
  .enq .messages{ font-size:16px; color:#fff; }
  .thanku{ font-size:24px; font-weight:600; text-transform:uppercase; color:#33a3dc; }
  .btn-success{}
  .enq .alert{ padding-top:100px !important; }
  .required{color: #e30016;}
  
  .enq .btn-success{color:#fff;background-color:#e30016; border-color:transparent !important; outline:none !important}
  .enq .btn-success:hover{color:#fff;background-color:#19398c;border-color:transparent !important}
  .enq .btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#19398c;border-color:transparent !important}
  .enq .btn-success.focus,.btn-success:focus{ box-shadow:none !important}
  .enq .btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#fff;border-color:transparent !important}
