/* Custom easing */
/* Media Query Mixins */
* {
  margin: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  /* scrollbar-color: black; */
  scrollbar-width: thin;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body.fixed-nav .site-logo a img {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  body.fixed-nav .site-logo a img {
    width: 140px;
  }
}

h1 {
  color: white;
  font-family: "Montserrat";
  font-size: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h3 {
  color: white;
  font-family: "Poppins";
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

h5 {
  font-family: "Poppins";
  font-size: 1.3rem;
  color: #a37626;
  line-height: 1.4;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 12px 0;
  z-index: 1000;
  margin-right: -20px;
}

.site-logo a img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* @include lg-screen {
			width: 150px;
		} */
  /* @include md-screen {
			width: 150px;
		} */
}

@media only screen and (max-width: 767px) {
  .site-logo a img {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .site-logo a img {
    width: 150px;
  }
}

.textwidget p {
  font-family: "Montserrat";
  font-size: 0.9rem;
}

.textwidget p strong {
  margin-bottom: 10px;
  display: block;
  font-family: "Poppins";
}

#sidebar .widget-title {
  position: relative;
  margin-bottom: 30px;
}

#sidebar .widget-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #da4d53;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.widget-title {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
  color: white;
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .widget-title {
    text-align: center;
  }
}

.widget-title span {
  font-weight: bold;
  color: #a37626;
}

.widget-title::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #a37626;
  position: absolute;
  left: 0;
  bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .widget-title::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#text-3 {
  padding: 0 40px 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #text-3 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  #text-3 {
    padding: 0;
  }
}

#text-4 {
  padding: 0 0 0 40px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #text-4 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  #text-4 {
    padding: 0;
  }
}

.container {
  max-width: 1440px;
}

/* .toolkit-slider .swiper-slide {
	@include borderRadiusAll(10px);
} */
.toolkit-slider .swiper-container {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.contact-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: white;
}

@media only screen and (max-width: 767px) {
  .contact-info {
    margin: 0 auto;
    display: table;
  }
}

.contact-info li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans";
}

.contact-info li a {
  color: white;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-info li a:hover {
  color: #a37626;
}

.contact-info li > i {
  display: block;
  height: 100%;
  width: 40px;
  text-align: center;
  position: relative;
  top: 5px;
  color: #a37626;
}

.contact-info li b span {
  font-weight: normal;
}

.logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .logo-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.search-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .search-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.special-text {
  font-family: "Buenard" !important;
  font-size: 18px !important;
}

.special-text span {
  color: #a37626;
}

.row-borders {
  position: relative;
}

.row-borders::before {
  content: "";
  width: 30%;
  background-color: #a37626;
  height: 25px;
  position: absolute;
  top: -25px;
  left: 0;
  border-top-right-radius: 6px;
}

.row-borders::after {
  content: "";
  width: 30%;
  background-color: #a37626;
  height: 25px;
  position: absolute;
  bottom: -25px;
  right: 0;
  border-bottom-left-radius: 6px;
}

/* body.fixed-nav .header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 2000;
} */
body.fixed-nav .menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .menu-container {
    padding: 10px 0 !important;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

@media only screen and (max-width: 767px) {
  .menu-container {
    padding: 10px 0 !important;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

body.fixed-nav #fixed-nav-logo a {
  visibility: visible;
  opacity: 1;
  left: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#fixed-nav-logo a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  position: relative;
  left: -120px;
  font-family: "Poppins";
  transition: all 0s ease;
  -moz-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
}

body.fixed-nav .nav {
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 55px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nav {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    padding-top: 130px;
  }
}

.pm-nav.mobile {
  display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.nav-visible .pm-nav.mobile {
  display: block !important;
  position: relative;
  z-index: 1000;
}

.pm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  list-style: none;
  margin: 0;
  padding: 0;
}

.pm-nav > li {
  position: relative;
  padding: 0 1.1vw;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li {
    padding: 0;
  }
}

.pm-nav > li::before {
  content: "";
  position: absolute;
  background-color: #a37626 !important;
  width: 100%;
  left: 0;
  height: 100% !important;
  top: 0px;
  bottom: auto;
  z-index: 1;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li::before {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li::before {
    background-color: transparent !important;
  }
}

.pm-nav > li:hover::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.pm-nav > li > a {
  color: white;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px !important;
  padding: 13px 0px;
  position: relative;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* @include laptop-screen {
				font-size: 0.9rem;
			}

			@include lg-screen {
				font-size: 0.8rem;
			} */
}

@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .pm-nav > li > a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .pm-nav > li > a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pm-nav > li > a {
    font-size: 11px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pm-nav > li > a {
    font-size: 10px;
  }
}

.pm-nav > li > a:hover {
  color: white !important;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav {
    display: none;
  }
}

.pm-nav > li {
  position: relative;
  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;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li {
    display: block;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li.current-menu-item span a {
    background-color: #a37626;
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li.current-menu-item span a {
    background-color: #a37626;
    color: white;
  }
}

.pm-nav > li > span {
  line-height: 0;
}

.pm-nav > li > span > a {
  color: #323232;
  margin: 2.4rem 15px;
  position: relative;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.5px;
  z-index: 1;
  line-height: 1.2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.2rem 15px;
    margin: 0 auto;
    display: table;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.2rem 15px;
    margin: 0 auto;
    display: table;
  }
}

.pm-nav > li > span.animate {
  top: 0px;
  opacity: 1;
}

.pm-nav > li > span > a:hover {
  text-decoration: none !important;
}

.pm-nav > li:last-child > span > a:hover::before {
  -webkit-transform: rotate(0deg) translateZ(0);
          transform: rotate(0deg) translateZ(0);
  width: 105%;
}

.pm-nav > li:first-child > span > a::after {
  content: none;
}

.pm-nav > li > span > a::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #6953ac;
  position: absolute;
  left: -16px;
  bottom: 3px;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}

.pm-nav > li.menu-item-has-children > span > a::after,
.pm-nav > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -6px 0 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: white;
  position: relative;
  background-color: transparent;
  top: 0px;
  right: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li.menu-item-has-children > span > a::after,
  .pm-nav > li.menu-item-has-children > a::after {
    border-color: #414141;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li.menu-item-has-children > span > a::after,
  .pm-nav > li.menu-item-has-children > a::after {
    border-color: #414141;
  }
}

.pm-nav > li.menu-item-has-children > span > a.active::after {
  top: 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* Sub menu */
.pm-nav > li ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 230px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  list-style: none;
  z-index: 1000;
  -webkit-transform: "translateY" -10px;
  transform: "translateY" -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}

.pm-nav > li ul.sub-menu ul {
  list-style: none;
}

.pm-nav > li ul.sub-menu > li {
  /* border-bottom: 1px solid #3f5577; */
}

.pm-nav > li ul.sub-menu > li:last-child {
  border: none;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li.current-menu-item a {
    background-color: #333333;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current-menu-item a {
    background-color: #333333;
  }
}

.pm-nav > li ul.sub-menu > li a {
  color: white;
  display: block;
  font-family: "Poppins";
  padding: 15px;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #494949;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li a {
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li a {
    text-align: center;
    margin: 0;
  }
}

.pm-nav > li ul.sub-menu > li:last-child a {
  border-bottom: 0px solid #3f5577;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li:last-child a {
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li:last-child a {
    text-align: center;
    margin: 0;
  }
}

/* .pm-nav > li ul.sub-menu > li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: white;
	position: relative;
	background-color: transparent;
	top: 1px;
	left: -10px;
	opacity: 0;

	@include rotate(-135deg);

	@include transition(all, 0.3s);
} */
.pm-nav > li ul.sub-menu > li a:hover {
  background-color: #7a571a;
}

.pm-nav > li ul.sub-menu > li.current_page_item a {
  background-color: #7a571a;
}

/* .pm-nav > li ul.sub-menu > li a::after {
	content: "";
	width: 0;
	height: 100%;
	background-color: #006580;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;

	@include transition(all, 0.3s);
}

.pm-nav > li ul.sub-menu > li a:hover::after {
	width: 100%;

	@include md-screen {
		width: 100%;
	}

	@include sm-screen {
		width: 100%;
	}
} */
.pm-nav > li.current_page_item::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.pm-nav > li.current_page_item > a {
  color: white;
}

.pm-nav > li ul.sub-menu > li.current_page_item a::after {
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li.current_page_item a::after {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current_page_item a::after {
    width: 100%;
  }
}

.pm-nav > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li ul.sub-menu.menu-expand {
  max-height: 1000px;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0;
}

/* Arrow */
/* .pm-nav li ul::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid $primaryColor;
	top: -9px;
	left: 20px;
} */
body.nav-visible {
  overflow: hidden;
}

body.nav-visible .nav {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

body.nav-visible .nav::before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

body.nav-visible .pm-nav > li:hover .sub-menu {
  visibility: hidden;
  opacity: 0;
}

/* .micro-header {
  height: 50px;
  @include transition(all, 0.3s);
}

body.nav-visible .micro-header {
  height: 0px;
} */
/* Mobile menu toggle */
.pm-header__aside {
  z-index: 150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 50px;
}

.pm-header__aside .mobile-btn {
  display: none;
}

.pm-header__aside .search-btn {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 5px;
  padding-right: 5px;
  color: #da4d53;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-header__aside .search-btn:hover {
  color: #a37626;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pm-header__aside {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}

.mobile-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 17px;
  padding-top: 7px;
  margin-left: 14px;
  vertical-align: middle;
  float: right;
  margin-right: 30px;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  z-index: 6;
  display: none;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .mobile-btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-btn {
    display: block;
  }
}

.mobile-btn::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  -webkit-transition: margin 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.mobile-btn span {
  display: block;
  height: 3px;
  background: white;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
}

.mobile-btn span:first-child {
  bottom: 14px;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:last-child {
  top: 14px;
}

.mobile-btn.nav-visible span:first-child {
  bottom: 9px;
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
}

.mobile-btn.nav-visible span:nth-child(2) {
  opacity: 0;
}

.mobile-btn.nav-visible span:last-child {
  top: 9px;
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mat-0 {
  margin-top: 0px !important;
}

.mat-5 {
  margin-top: 5px !important;
}

.mat-10 {
  margin-top: 10px !important;
}

.mat-15 {
  margin-top: 15px !important;
}

.mat-20 {
  margin-top: 20px !important;
}

.mat-25 {
  margin-top: 25px !important;
}

.mat-30 {
  margin-top: 30px !important;
}

.mat-35 {
  margin-top: 35px !important;
}

.mat-40 {
  margin-top: 40px !important;
}

.mat-45 {
  margin-top: 45px !important;
}

.mat-50 {
  margin-top: 50px !important;
}

.mat-55 {
  margin-top: 55px !important;
}

.mat-60 {
  margin-top: 60px !important;
}

.mat-65 {
  margin-top: 65px !important;
}

.mat-70 {
  margin-top: 70px !important;
}

.mat-75 {
  margin-top: 75px !important;
}

.mat-80 {
  margin-top: 80px !important;
}

.mat-85 {
  margin-top: 85px !important;
}

.mat-90 {
  margin-top: 90px !important;
}

.mat-95 {
  margin-top: 95px !important;
}

.mat-100 {
  margin-top: 100px !important;
}

.mat-105 {
  margin-top: 105px !important;
}

.mat-110 {
  margin-top: 110px !important;
}

.mat-115 {
  margin-top: 115px !important;
}

.mat-120 {
  margin-top: 120px !important;
}

.mat-125 {
  margin-top: 125px !important;
}

.mat-130 {
  margin-top: 130px !important;
}

.mat-135 {
  margin-top: 135px !important;
}

.mat-140 {
  margin-top: 140px !important;
}

.mat-145 {
  margin-top: 145px !important;
}

.mat-150 {
  margin-top: 150px !important;
}

.mat-155 {
  margin-top: 155px !important;
}

.mat-160 {
  margin-top: 160px !important;
}

.mat-165 {
  margin-top: 165px !important;
}

.mat-170 {
  margin-top: 170px !important;
}

.mat-175 {
  margin-top: 175px !important;
}

.mat-180 {
  margin-top: 180px !important;
}

.mat-185 {
  margin-top: 185px !important;
}

.mat-190 {
  margin-top: 190px !important;
}

.mat-195 {
  margin-top: 195px !important;
}

.mat-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mab-0 {
  margin-bottom: 0px !important;
}

.mab-5 {
  margin-bottom: 5px !important;
}

.mab-10 {
  margin-bottom: 10px !important;
}

.mab-15 {
  margin-bottom: 15px !important;
}

.mab-20 {
  margin-bottom: 20px !important;
}

.mab-25 {
  margin-bottom: 25px !important;
}

.mab-30 {
  margin-bottom: 30px !important;
}

.mab-35 {
  margin-bottom: 35px !important;
}

.mab-40 {
  margin-bottom: 40px !important;
}

.mab-45 {
  margin-bottom: 45px !important;
}

.mab-50 {
  margin-bottom: 50px !important;
}

.mab-55 {
  margin-bottom: 55px !important;
}

.mab-60 {
  margin-bottom: 60px !important;
}

.mab-65 {
  margin-bottom: 65px !important;
}

.mab-70 {
  margin-bottom: 70px !important;
}

.mab-75 {
  margin-bottom: 75px !important;
}

.mab-80 {
  margin-bottom: 80px !important;
}

.mab-85 {
  margin-bottom: 85px !important;
}

.mab-90 {
  margin-bottom: 90px !important;
}

.mab-95 {
  margin-bottom: 95px !important;
}

.mab-100 {
  margin-bottom: 100px !important;
}

.mab-105 {
  margin-bottom: 105px !important;
}

.mab-110 {
  margin-bottom: 110px !important;
}

.mab-115 {
  margin-bottom: 115px !important;
}

.mab-120 {
  margin-bottom: 120px !important;
}

.mab-125 {
  margin-bottom: 125px !important;
}

.mab-130 {
  margin-bottom: 130px !important;
}

.mab-135 {
  margin-bottom: 135px !important;
}

.mab-140 {
  margin-bottom: 140px !important;
}

.mab-145 {
  margin-bottom: 145px !important;
}

.mab-150 {
  margin-bottom: 150px !important;
}

.mab-155 {
  margin-bottom: 155px !important;
}

.mab-160 {
  margin-bottom: 160px !important;
}

.mab-165 {
  margin-bottom: 165px !important;
}

.mab-170 {
  margin-bottom: 170px !important;
}

.mab-175 {
  margin-bottom: 175px !important;
}

.mab-180 {
  margin-bottom: 180px !important;
}

.mab-185 {
  margin-bottom: 185px !important;
}

.mab-190 {
  margin-bottom: 190px !important;
}

.mab-195 {
  margin-bottom: 195px !important;
}

.mab-200 {
  margin-bottom: 200px !important;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.no-padding {
  padding: 0 !important;
}

.primary {
  color: #a37626;
}

.secondary {
  color: #da4d53;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flex-list > li {
  margin: 0 0.3rem;
}

.flex-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-list.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.light {
  color: white;
}

.bold {
  font-weight: bold;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hidden {
  display: none;
}

.uc-all {
  text-transform: uppercase !important;
}

.uc-none {
  text-transform: none !important;
}

/* .social-media-list {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
} */
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 2px;
}

.social-links.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-links a {
  background-color: #a37626;
  width: 40px;
  height: 40px;
  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;
  color: white !important;
  font-size: 18px;
  margin: 0 2px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.social-links a:hover {
  background-color: #bb7f18 !important;
}

.social-links.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .social-links.footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.social-links.footer a {
  background-color: #a37626;
  color: white !important;
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 2px;
  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;
  border: 2px solid #a37626;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social-links.footer a:hover {
  background-color: #bb7f18;
}

.sticky {
  top: 150px;
  position: -webkit-sticky;
  position: sticky;
}

.owl-nav {
  padding-left: 4px;
  display: inline !important;
  float: left !important;
}

@media only screen and (max-width: 767px) {
  .owl-nav {
    margin: 0 auto 20px !important;
    display: table !important;
    float: none !important;
  }
}

.owl-nav button {
  width: 60px;
  height: 60px;
  background-color: #0081a4 !important;
  color: white !important;
  text-align: center;
  font-size: 2rem !important;
  padding: 10px;
  margin-right: 4px;
  margin-top: 10px;
  opacity: 0.5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl-nav button:hover {
  background-color: #da4d53 !important;
  opacity: 1;
}

.dark {
  color: #28292c;
}

.no-border {
  border: none !important;
}

.tagcloud {
  line-height: 2.3;
}

.tagcloud a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem !important;
  transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tagcloud a:hover {
  background-color: #da4d53;
  color: white;
}

.error-message {
  padding: 0.7rem 1rem;
  background-color: #e86084;
  border: 1px solid #ba2c51;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.error-message.active {
  display: block;
}

.error-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.success-message {
  padding: 0.7rem 1rem;
  background-color: #3164f0;
  border: 1px solid #1d44af;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.success-message.active {
  display: block;
}

.success-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.owl-dots {
  display: none !important;
}

button:focus {
  outline: none;
}

/* Chrome scollbar */
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #222326;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a37626;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b4810b;
}

figure {
  margin: 0 !important;
  padding: 2rem 0 0 !important;
}

@media only screen and (max-width: 767px) {
  figure {
    padding: 0 !important;
  }
}

/* (min-width: 1200px) and (max-width: 5000px) */
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .hidden-hd {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .laptop-hd {
    display: none;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .hidden-xl {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
}

/* (min-width: 991px) and (max-width: 1200px) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .hidden-lg {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
}

/* (min-width: 767px) and (max-width: 991px) */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  /* Mobile menu collapse */
  /* .nav,
  .nav::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
  } */
  .nav::after {
    content: "";
    height: 68px;
  }
  .nav {
    padding: 10px 0 !important;
    display: none !important;
    /* visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;

    @include transition(all, 0.3s); */
  }
  .pm-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pm-nav > li {
    border-bottom: 1px solid #eee;
  }
  .pm-nav > li:first-child {
    border-top: 1px solid #eee;
  }
  .pm-nav > li:last-child {
    border-bottom: 0px solid #eee;
  }
  .pm-nav > li > span > a {
    color: black;
    display: block;
    text-align: center;
  }
  .pm-nav > li ul.sub-menu {
    left: 0px !important;
    top: 0px !important;
    border-radius: 0px;
    position: relative !important;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .pm-nav li ul::before {
    border-width: 0px;
  }
}

/* (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  /* Mobile menu collapse */
  /* .nav,
  .nav::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
  } */
  .nav::after {
    content: "";
    height: 68px;
  }
  .nav {
    padding: 10px 0 !important;
    display: none !important;
    /* visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;

    @include transition(all, 0.3s); */
  }
  .pm-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pm-nav > li {
    border-bottom: 1px solid #eee;
  }
  .pm-nav > li:first-child {
    border-top: 1px solid #eee;
  }
  .pm-nav > li:last-child {
    border-bottom: 0px solid #eee;
  }
  .pm-nav > li > span > a {
    color: black;
    display: block;
    text-align: center;
  }
  .pm-nav > li ul.sub-menu {
    left: 0px !important;
    top: 0px !important;
    border-radius: 0px;
    position: relative !important;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .pm-nav li ul::before {
    border-width: 0px;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* (max-width: 480px) */
@media (max-width: 480px) {
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* (max-width: 320px) */
footer {
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #1f1f1f;
  margin-top: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  footer {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
    padding: 4rem 0;
  }
}

#return_to_top {
  position: fixed;
  right: -100px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 50;
  background-color: rgba(200, 200, 200, 0.8);
  -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

#return_to_top:hover {
  background-color: #a37626;
}

#return_to_top.active {
  right: 25px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#return_to_top::before {
  content: "";
  width: 3px;
  height: 12px;
  background-color: white;
  position: absolute;
  top: 14px;
  left: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

#return_to_top::after {
  content: "";
  width: 3px;
  height: 12px;
  background-color: white;
  position: absolute;
  top: 14px;
  right: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.footer-copyright {
  padding: 20px 0;
}

.footer-copyright p {
  font-size: 0.7rem;
  font-family: "Montserrat";
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-copyright p {
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-widget-footer {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-widget-footer {
    margin: 15px 0;
  }
}

.pm-widget-footer .textwidget p {
  color: white;
  font-family: "Open Sans";
}

.pm-widget-footer .textwidget p a {
  color: #a37626;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-widget-footer .textwidget p a:hover {
  color: #bb7f18;
}

/* .pm-widget-footer.last {
	border-left: 1px solid #ccc;

	@include md-screen {
		margin-top: 40px;
		border-left: 0px solid #ccc;
	}

	@include sm-screen {
		margin-top: 40px;
		border-left: 0px solid #ccc;
	}
} */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .divider.footer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .divider.footer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .textwidget p {
    text-align: center;
  }
}

.header-wrapper {
  padding: 0;
  position: relative;
  z-index: 100;
}

.container.header {
  width: 100%;
  max-width: 100%;
  padding: 25px 0 0 0 !important;
}

@media only screen and (max-width: 767px) {
  .container.header {
    padding: 0 0 0 0 !important;
  }
}

header {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  header {
    padding: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 10px 0 0;
  }
}

body.fixed-nav .header-wrapper {
  padding: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.fixed-nav .header-wrapper {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  body.fixed-nav .header-wrapper {
    padding: 0px;
  }
}

body.fixed-nav header {
  padding: 0;
}

/* body.fixed-nav header.site-header {
	& .container {
		background-color: white;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	}
} */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .site-header .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .container {
    max-width: 100%;
  }
}

.hero-banner {
  /* margin-top: -43px !important; */
  margin-top: 0px !important;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .hero-banner {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner {
    margin-top: 0px;
  }
}

.micro-left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .micro-left-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.micro-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .micro-col-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.micro-header {
  background-color: #a37626;
  position: relative;
  z-index: 1000;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .micro-header {
    background-color: #a37626;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .micro-header {
    background-color: #a37626;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

.micro-header a {
  color: white;
}

.micro-header .contact-info a {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .micro-header .contact-info a {
    font-size: 13px;
  }
}

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .login-container {
    margin-top: 10px;
  }
}

.login-container a {
  color: white;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 2;
  margin: 0 0 0 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.login-container a:hover {
  color: #f0da7d;
}

.login-container a > i {
  color: #93c0f3;
  margin-left: 5px;
}

.login-container p {
  font-family: "Poppins";
  color: #f0da7d;
  font-weight: 500;
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .login-container p {
    display: none;
  }
}

.login-container p::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #93c0f3;
  position: absolute;
  top: 7px;
  right: -6px;
}

.micro-header-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #a37626;
  padding: 10px 0px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

body.fixed-nav .micro-header {
  display: none;
}

.mobile-nav-container {
  overflow-y: scroll;
  max-height: 500px;
  background-color: white;
}

body.fixed-nav .mobile-nav-container {
  overflow-y: scroll;
  max-height: 500px;
  position: fixed;
  width: 100%;
  top: 45px;
  z-index: 100000;
  background-color: white;
}

.page-header {
  padding: 280px 60px 30px;
  background-image: url("img/sub-header.jpg");
  background-position: center center;
  background-size: cover;
  margin-top: -330px;
  margin-bottom: 60px;
  width: 100%;
  height: 500px;
  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;
}

.page-header > h1 {
  color: white;
}

@media only screen and (max-width: 767px) {
  .page-header {
    padding: 40px;
    margin-top: 0px;
    height: 300px;
  }
}

.social-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-container {
  padding-right: 50px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .search-container {
    padding-right: 0px;
  }
}

.gl-btn {
  display: table;
  color: black !important;
  font-weight: bold;
  position: relative;
  margin: 1rem 0 0;
  padding: 0.7rem 1.8rem;
  text-decoration: none !important;
  background-color: #a37626;
  text-align: center;
  color: white !important;
  font-family: "Open Sans";
  font-size: 16px !important;
  text-transform: uppercase;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* &::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff775;
        z-index: 1;
        transform-origin: 0% 0%;
        opacity: 0;

        @include scale(0, 1);
        @include transition(all, 0.3s);
    }

    &:hover::after {
        opacity: 1;
        @include scale(1, 1);
    } */
}

.gl-btn:hover {
  background-color: #bb7f18 !important;
}

.gl-btn > span {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .gl-btn.hero {
    margin: 0 auto;
  }
}

.gl-btn.centered {
  margin: 0 auto;
}

.gl-btn.load-more {
  color: #28292c !important;
  font-family: "Open Sans" !important;
  font-weight: bold !important;
}

.gl-btn.squared {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.gl-btn > i {
  position: absolute;
  top: 30%;
  right: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gl-btn:hover > i {
  right: 15px;
  opacity: 1;
}

.gl-btn.animated:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.global-search-container {
  position: fixed;
  top: 0;
  left: 0;
  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;
  z-index: 3000;
  pointer-events: none;
  visibility: hidden;
  padding: 30px;
}

.global-search-container > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a37626;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.global-search-container > .search-form {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  position: relative;
  bottom: -40px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.global-search-container > .search-form input {
  width: 800px;
  padding: 20px 30px;
  border: none !important;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form input {
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .global-search-container > .search-form input {
    width: 450px;
  }
}

@media (max-width: 480px) {
  .global-search-container > .search-form input {
    width: 320px;
  }
}

.global-search-container > .search-form p {
  color: white;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.7;
}

.global-search-container > .search-form p > small {
  display: block;
  font-size: 1.7rem;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form p > small {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .global-search-container > .search-form p > small {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form p {
    font-size: 2rem;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .global-search-container > .search-form p {
    font-size: 1.5rem;
    margin-bottom: 20px !important;
  }
}

.global-search-container > .search-close-btn {
  position: absolute;
  top: 0px;
  right: 40px;
  color: white;
  font-size: 24px;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input {
  outline: none !important;
}

body.display-search .global-search-container {
  pointer-events: inherit;
  visibility: visible;
}

body.display-search .global-search-container .search-close-btn {
  top: 40px;
  opacity: 1;
}

body.display-search .global-search-container .search-form {
  bottom: 0px;
  opacity: 1;
}

body.display-search .global-search-container #search_overlay {
  opacity: 0.97;
}

/* Header search bar */
.wp-search-form {
  background-color: #303030;
  color: white !important;
  font-family: "Poppins";
  font-size: 16px;
  width: 260px !important;
  border-radius: 99px !important;
  -webkit-border-radius: 99px !important;
  -o-border-radius: 99px !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Newsletter registration */
.newsletter-registration-container {
  max-width: 650px;
  margin: 30px auto 0;
}

.pm_mailchimp_textfield {
  float: left !important;
  line-height: 20px !important;
  vertical-align: middle !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 5px;
  border: none;
  padding: 18px !important;
  font-family: "Montserrat";
  font-size: 0.9rem;
  margin-right: 3px;
  width: 80% !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pm_mailchimp_textfield {
    width: 80% !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

.pm_mailchimp_textfield.Light {
  background-color: white !important;
  color: #2a2a2a !important;
}

.pm_mailchimp_textfield.Dark {
  background-color: #4c4f54 !important;
  color: white !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm_mailchimp_textfield.Dark:focus {
  background-color: #3d3d3d !important;
}

.pm_mailchimp_textfield::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

.pm_mailchimp_textfield:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

.pm_mailchimp_textfield::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

.pm_mailchimp_textfield::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

.pm-mailchimp-btn {
  width: auto;
  height: auto;
  display: inline;
  background-color: #a7a7a7;
  min-width: 100px;
  display: inline-block;
  padding: 7px 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin: 10px 0px;
  text-align: center;
  border: 0px solid white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pm-mailchimp-unsub-btn,
.pm-mailchimp-unsub-btn a {
  font-family: inherit !important;
  font-size: 12px !important;
}

.pm-mailchimp-unsub-btn.Light,
.pm-mailchimp-unsub-btn.Light a {
  color: white;
}

.pm-mailchimp-unsub-btn.Light a:hover {
  color: #b1b1b1;
}

.pm-mailchimp-unsub-btn.Dark,
.pm-mailchimp-unsub-btn.Dark a {
  color: #2a2a2a;
}

.pm-mailchimp-unsub-btn.Dark a:hover {
  color: #111111;
}

.input-subscribe {
  display: table;
  color: white !important;
  font-weight: bold;
  max-width: 200px;
  position: relative;
  margin: 1rem 0 0;
  padding: 1rem 1rem;
  text-decoration: none !important;
  border: none;
  font-family: "Open sans";
  text-transform: uppercase;
  background-color: #a37626;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.input-subscribe:hover {
  background-color: #bb7f18;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .input-subscribe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .input-subscribe {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .input-subscribe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  #mt_subscribe_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  #mt_subscribe_form {
    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;
  }
}

.footer-newsletter {
  background-color: #4a4a4a;
  padding: 30px 0;
}

.footer-newsletter h6 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: "Poppins";
}

.footer-newsletter p {
  color: white;
  font-family: "Poppins";
  font-size: 1rem;
}

#mt_subscribe_result {
  text-align: left;
  width: 100%;
  padding: 10px 0 0 10px;
  color: #da4d53;
  font-size: 0.9rem;
  color: yellow;
}

.nf-form-content {
  padding: 0px !important;
  max-width: 100% !important;
}

.nf-form-fields-required {
  margin-bottom: 20px !important;
}

.global-contact-form input::-webkit-input-placeholder,
.global-contact-form textarea::-webkit-input-placeholder {
  color: #c2c2c2 !important;
}

.global-contact-form input:-ms-input-placeholder,
.global-contact-form textarea:-ms-input-placeholder {
  color: #c2c2c2 !important;
}

.global-contact-form input::-ms-input-placeholder,
.global-contact-form textarea::-ms-input-placeholder {
  color: #c2c2c2 !important;
}

.global-contact-form input::placeholder,
.global-contact-form textarea::placeholder {
  color: #c2c2c2 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  color: #c2c2c2 !important;
}

.global-contact-form input,
.global-contact-form textarea {
  background-color: #2f4753 !important;
  border: none !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.global-contact-form input:focus,
.global-contact-form textarea:focus {
  background-color: #31596d !important;
  border: none !important;
  color: white !important;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 5px !important;
}

.nf-error .nf-error-msg {
  color: #e80000;
  font-size: 12px !important;
  font-family: "Poppins" !important;
}

.nf-error-msg.nf-error-field-errors {
  display: none !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  color: #00eb00 !important;
}

.nf-response-msg {
  margin-top: 20px;
}

.nf-response-msg p {
  color: #a37626 !important;
  font-weight: 600 !important;
}

input[type="button"] {
  background-color: #da4d53 !important;
  color: white !important;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 40px !important;
  letter-spacing: 1px !important;
}

input[type="button"]:hover {
  background-color: #b11522 !important;
  cursor: pointer;
}

.news-template-header {
  height: 60vh;
  overflow: hidden;
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  background: fixed;
  padding: 1rem;
}

.news-template-header.blog > span {
  background-color: rgba(0, 0, 0, 0.5);
}

.news-template-header > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.news-template-header > h1 {
  color: white;
  font-size: 4vw;
  font-weight: 500;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .news-template-header > h1 {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  .news-template-header > h1 {
    font-size: 7vw;
  }
}

.news-template-header > p {
  position: relative;
  z-index: 50;
  text-align: center;
}

.news-template-header.global > p {
  font-size: 2vw;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .news-template-header.global > p {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .news-template-header.global > p {
    font-size: 4vw;
  }
}

@media (max-width: 480px) {
  .news-template-header.global > p {
    font-size: 6vw;
  }
}

#news_posts {
  background-color: white;
  padding: 3rem;
  color: black;
}

@media only screen and (max-width: 767px) {
  #news_posts {
    padding: 1rem;
  }
}

.global-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 50;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media (max-width: 480px) {
  .global-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.global-search > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 480px) {
  .global-search > form {
    width: 100%;
  }
}

.global-search > form > input[type="text"] {
  margin-right: 0;
  width: 40vw;
  background-color: white;
  height: 40px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search > form > input[type="text"] {
    width: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .global-search > form > input[type="text"] {
    width: 50vw;
  }
}

@media (max-width: 480px) {
  .global-search > form > input[type="text"] {
    width: 90%;
    margin-bottom: 5px;
  }
}

.global-search > form > input[type="submit"] {
  margin-left: 0;
  top: 0px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

@media (max-width: 480px) {
  .global-search > form > input[type="submit"] {
    width: 100%;
    margin-left: 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
  }
}

.posts-container {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  z-index: 100;
  position: relative;
}

.posts-container.archive {
  margin: 0px auto;
}

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

.owl-carousel .ln-blog-post-card {
  width: 98%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .owl-carousel .ln-blog-post-card {
    min-height: 350px;
  }
}

.archive-post .ln-blog-post-card {
  width: 100%;
  margin: 0 0 30px;
}

.ln-blog-post-card {
  background-color: #f3f3f3 !important;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 31%;
  min-height: 450px;
  margin: 1%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.ln-blog-post-card.proposal > .featured-image > span,
.ln-blog-post-card.announcement > .featured-image > span {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card.proposal > .featured-image > span,
  .ln-blog-post-card.announcement > .featured-image > span {
    display: block;
  }
}

.ln-blog-post-card > .featured-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.ln-blog-post-card > .featured-image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ln-blog-post-card > .featured-image > span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.97;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(35, 52, 145, 0)), color-stop(60%, #233491));
  background: linear-gradient(to bottom, rgba(35, 52, 145, 0) 15%, #233491 60%);
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 48%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ln-blog-post-card.proposal .blog-meta,
.ln-blog-post-card.announcement .blog-meta {
  bottom: auto;
  left: 0;
  top: 0;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ln-blog-post-card.proposal .blog-meta .post-url,
.ln-blog-post-card.announcement .blog-meta .post-url {
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.2rem;
  }
}

.blog-meta {
  padding: 2rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .blog-meta {
    position: relative;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.blog-meta .date-published {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #2b2b2b;
  font-size: 0.8rem;
  font-family: "Poppins";
  display: block;
}

.blog-meta .date-published .bullet {
  font-family: "Arial";
  line-height: 0;
  margin: 0 3px;
}

.blog-meta .category {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: "Poppins";
  color: #2b2b2b;
  text-decoration: none;
  color: #a37626;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-meta .category:hover {
  color: #da4d53;
}

.blog-meta .post-url {
  display: block;
  margin-bottom: 10px;
  color: #a37626;
  font-family: "Montserrat";
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .blog-meta .post-url {
    font-size: 1.1rem;
  }
}

.blog-meta .post-url:hover {
  color: #da4d53;
}

.blog-meta .tag-line {
  color: black;
  padding: 0;
  margin: 0;
}

.blog-meta .excerpt {
  color: #2b2b2b;
  font-size: 0.8rem;
  font-family: "Montserrat";
  font-weight: 500;
}

.blog-meta .read-more {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  border: none;
  position: relative;
  text-decoration: none !important;
  margin: 20px 0 0;
  padding: 0.6rem 1.5rem !important;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 0.5px;
  background-color: #da4d53;
  font-family: "Poppins";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-meta .read-more:hover {
  background-color: #555;
  color: white !important;
}

.nf-newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #2b2c30;
  padding: 3rem 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  margin: 3% 2% 3% 1%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  .nf-newsletter-signup {
    margin: 5px 5px 30px 5px;
  }
}

.nf-newsletter-signup > span {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > span {
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > span {
    visibility: visible;
  }
}

.nf-newsletter-signup > .left-col {
  width: 55%;
  padding-right: 2rem;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col {
    text-align: center;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col {
    width: 100%;
    margin: 0 0 2rem;
    text-align: center;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

.nf-newsletter-signup > .left-col h6 {
  font-size: 2.2rem;
  font-family: "Barlow";
  text-transform: none;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col h6 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col h6 {
    font-size: 1.5rem;
  }
}

.nf-newsletter-signup > .left-col p {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col p {
    font-size: 1rem;
  }
}

.nf-newsletter-signup > .right-col {
  width: 45%;
  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;
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .right-col {
    width: 100%;
  }
}

#nf_newsletter_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 0;
}

@media (max-width: 480px) {
  #nf_newsletter_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#nf_newsletter_form .pm_mailchimp_textfield {
  width: 75% !important;
  margin: 0 5px 0 0;
}

@media (max-width: 480px) {
  #nf_newsletter_form .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

#nf_newsletter_form .input-subscribe {
  margin-top: 1px;
}

@media (max-width: 480px) {
  #nf_newsletter_form .input-subscribe {
    margin-top: 10px;
    padding: 1.5rem !important;
  }
}

.post-load-more {
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

.post-load-more .posts-count {
  margin: 0 0 1rem;
}

.wp-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 1.2rem 2% 0;
  color: #fff;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .wp-pagination {
    margin: 0 4% 0;
  }
}

@media only screen and (max-width: 767px) {
  .wp-pagination {
    margin: 0 5% 0;
  }
}

.wp-pagination > a {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  color: #222;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.wp-pagination > a:hover {
  background-color: #aaa;
  border: 1px solid #aaa;
  color: white !important;
}

#search_submit_btn {
  background-color: #da4d53;
  width: 40px;
  height: 40px;
  color: black;
  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;
  margin-left: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

#search_submit_btn:hover {
  background-color: #c9b042;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.social-list b {
  font-family: "Poppins";
}

.social-list a {
  background-color: #a37626;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: white;
  margin-right: 2px;
  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;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social-list a:hover {
  background-color: #bb7f18 !important;
}

.social-list.single-post {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-list.single-post a {
  background-color: #a37626;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  margin-right: 2px;
  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;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social-list.single-post a:hover {
  background-color: #bb7f18 !important;
}

.meta-links p {
  color: white;
  font-size: 0.8rem;
  font-family: "Montserrat";
}

/* .bulletins-carousel-container {
	padding: 20px;
} */
.owl-carousel .owl-stage-outer {
  padding: 10px 0 !important;
}

.bulletins-carousel-container > a {
  background-color: #a37626;
  padding: 15px 30px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: bold;
  float: right;
  position: relative;
  top: 20px;
  position: relative;
  z-index: 400;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.bulletins-carousel-container > a:hover {
  background-color: #da4d53;
}

@media only screen and (max-width: 767px) {
  .bulletins-carousel-container > a {
    float: none;
    top: 0px;
    margin: 0 auto;
    display: table;
  }
}

/* Testimonials */
.testimonial-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .testimonial-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testimonial-post > div {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .testimonial-post > div {
    width: 100%;
  }
}

.testimonial-post > .avatar {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .testimonial-post > .avatar {
    padding: 0 20px 20px;
  }
}

.testimonial-post > .avatar > p.name {
  font-size: 36px;
  font-family: "Barlow";
  color: #da4d53;
  margin-bottom: 0px;
}

.testimonial-post > .avatar > p.title {
  font-family: "Poppins";
  margin-bottom: 0px;
}

.testimonial-post > .avatar > .thumb {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 10px solid #d9e2ee;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.testimonial-post > .testimonial {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 4px solid #dddddd;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .testimonial-post > .testimonial {
    border-left: 0px solid #dddddd;
    padding: 0px 40px;
  }
}

.testimonials-carousel-container .owl-nav {
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .testimonials-carousel-container .owl-nav {
    padding-top: 0px;
  }
}

/* Board Profile */
.board-member-post {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.board-member-post > .avatar {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border: 10px solid #d9e2ee;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.board-member-post > .avatar > img {
  width: 100%;
}

.board-member-post p {
  text-align: center;
  font-family: "Poppins";
  margin-bottom: 0px;
}

.board-member-post p.name {
  font-family: "Barlow";
  font-size: 2rem;
  color: #da4d53;
  margin-bottom: 0px;
}

.board-member-post p.official-title {
  font-family: "Barlow";
  font-size: 1.2rem;
  color: #da4d53;
  margin-bottom: 10px;
}

.board-member-post .social-list {
  border-bottom: none;
  margin-top: 10px;
}

.board-member-post .social-list a {
  margin: 0 3px;
}

.webinar-list {
  list-style: disc;
}

.webinar-list.quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webinar-list.quick-links > li {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.member-docs {
  list-style: disc;
}

.member-docs > li {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.board-docs > li,
.members-docs > li {
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}

.board-docs > li i,
.members-docs > li i {
  background-color: #a37626;
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

/* Events filter */
.events-filter {
  padding: 20px 0px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .events-filter {
    padding: 30px;
  }
}

.events-filter .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Poppins";
  color: white;
  font-size: 22px;
  border-bottom: 1px solid #0c5f94;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .events-filter .title-area {
    font-size: 24px;
  }
}

.events-filter .filter-area {
  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 #4b4b4b;
  padding-bottom: 40px;
}

.events-filter .filter-area .selected-area {
  font-family: "Poppins";
  color: white;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .events-filter .filter-area .selected-area {
    margin: 0 0 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .events-filter .filter-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.page-template-template-events .events-filter .filter-area .selected-area {
  color: black;
}

body.page-template-template-events .event-post .content .time-container .time p,
body.page-template-template-events .event-post .content .title,
body.page-template-template-events .event-post .content a,
body.page-template-template-events .event-post .content .time-container .event-type p {
  color: black !important;
}

body.page-template-template-events .events-filter .filter-area {
  border-bottom: 1px solid #cbcbcb;
}

body.page-template-template-events #posts_container > .col-lg-12 > p {
  color: black !important;
}

.filter-selections {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .filter-selections {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.filter-selections form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
}

@media only screen and (max-width: 767px) {
  .filter-selections form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.filter-selections select {
  font-family: "Poppins";
  margin: 0 1px !important;
  background-color: #363636;
  color: white;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .filter-selections select {
    margin: 0 0 3px !important;
  }
}

.filter-selections > a {
  text-align: center;
  background-color: #a37626;
  color: white !important;
  padding: 12px 16px;
  margin-left: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.filter-selections > a:hover {
  background-color: #bb7f18;
}

#posts_container {
  color: white;
}

.view-more-btn {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: white;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.view-more-btn:hover {
  color: #a37626 !important;
}

/* Event Post */
.event-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .event-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.event-post .thumbnail {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 170px;
  height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  z-index: 4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .event-post .thumbnail {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .event-post .thumbnail {
    width: 100%;
    max-width: 100%;
  }
  .event-post .thumbnail img {
    width: 100%;
  }
}

.event-post .thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 6px 10px;
  background-color: #8d600f;
  color: white;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 100%;
  opacity: 0.8;
  z-index: 2;
}

.event-post .thumbnail p.date {
  margin: 0;
  position: relative;
  z-index: 100;
  color: white;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}

.event-post .thumbnail p.date i {
  font-style: normal !important;
  display: block;
  font-weight: 400;
  font-size: 25px;
}

.event-post .content {
  padding: 0 30px;
  width: 100%;
}

@media (max-width: 480px) {
  .event-post .content {
    padding: 20px 10px;
  }
}

.event-post .content a {
  display: table;
  font-weight: bold;
  max-width: 230px;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  color: white !important;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px !important;
  text-transform: uppercase;
  float: right;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.event-post .content a:hover {
  color: #a37626 !important;
}

.event-post .content .title {
  color: white;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 480px) {
  .event-post .content .title {
    font-size: 1.1rem;
  }
}

.event-post .content .time-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e2e2e2;
}

.event-post .content .time-container p {
  font-family: "Poppins";
  font-weight: 500;
}

.event-post .content .time-container .time p {
  color: #fff;
}

.event-post .content .time-container .time p i {
  color: #a37626;
}

.event-post .content .time-container .event-type p {
  color: #fff;
}

.blog-post header {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #28292c;
  max-height: 100vh;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header {
    max-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header {
    max-height: auto;
  }
}

.blog-post header .blog-featured-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blog-post header .blog-featured-image > img {
  width: 100%;
}

.blog-post header .blog-featured-image .blog-info {
  width: 100%;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header .blog-featured-image .blog-info {
    position: relative;
    background-color: inherit;
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header .blog-featured-image .blog-info {
    position: relative;
    background-color: inherit;
    padding: 2rem;
  }
}

.blog-post header .blog-featured-image .blog-info > p {
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
}

.blog-post header .blog-featured-image .blog-info > h5 {
  margin-bottom: 0px;
  text-align: center;
}

.blog-post header .blog-featured-image .blog-info > h5 > a {
  font-size: 2rem;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.2rem;
  }
}

.read-article {
  border: 1px solid #a37626;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.read-article:hover {
  padding: 1rem 3rem;
  background-color: #a37626;
  color: black !important;
}

.posts-navigation {
  width: 40px;
  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;
  position: absolute;
  top: 0;
  padding: 0 2rem;
  color: #a37626;
  font-size: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.posts-navigation > i {
  z-index: 20;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation.prev > i {
  left: 0;
}

.posts-navigation.next > i {
  right: 0;
}

.posts-navigation > span {
  font-size: 14px;
  z-index: 10;
  opacity: 0;
  display: none;
  max-width: 80px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation:hover {
  padding: 0 1rem;
  width: 120px;
}

.posts-navigation:hover::before {
  background-color: #1b1b1d;
}

.posts-navigation:hover > i {
  opacity: 0;
}

.posts-navigation:hover.prev > i {
  left: 20px;
}

.posts-navigation:hover.next > i {
  right: 20px;
}

.posts-navigation:hover > span {
  display: inline-block;
  opacity: 1;
  color: white;
}

.posts-navigation::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation.prev {
  left: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .posts-navigation.prev {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .posts-navigation.prev {
    display: none;
  }
}

.posts-navigation.next {
  right: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .posts-navigation.next {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .posts-navigation.next {
    display: none;
  }
}

.blog-post .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}

.blog-post .body .left-col {
  width: 75%;
  padding-right: 2rem;
  border-right: 1px dashed #ccc;
}

.blog-post .body .left-col figure {
  width: 100% !important;
  height: auto;
}

.blog-post .body .left-col figure img {
  width: 100% !important;
  height: auto;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body .left-col {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body .left-col {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}

.blog-post .body .right-col {
  width: 25%;
  padding-left: 2rem;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body .right-col {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body .right-col {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}

.blog-post .body p {
  color: #28292c;
  font-size: 1rem;
}

.blog-post .body p a {
  color: #a37626 !important;
}

p.post-date {
  font-size: 0.8rem;
}

.post-image {
  border: 6px solid #eeeeee;
}

.blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blog-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .blog-tags ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-tags ul > li:first-child {
    margin-bottom: 10px;
  }
  .blog-tags ul > li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .blog-tags ul > li:nth-child(2) a {
    margin: 0 3px 5px;
  }
}

.blog-tags ul > li {
  margin-right: 5px;
  color: #28292c;
  font-weight: bold;
}

.blog-tags ul > li > a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  margin: 0 0.1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

@media only screen and (max-width: 767px) {
  .blog-tags ul > li > a {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  .blog-tags ul > li > a {
    font-size: 3vw;
  }
}

.blog-tags ul > li > a:hover {
  background-color: #da4d53;
  color: white !important;
}

.category-tags b {
  font-family: "Poppins";
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .category-tags {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .category-tags {
    margin-top: 20px;
  }
}

.category-tags a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  margin: 0 0.1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.category-tags a:hover {
  background-color: #da4d53;
  color: white !important;
}

@media only screen and (max-width: 767px) {
  .category-tags a {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  .category-tags a {
    font-size: 3vw;
  }
}

.blog-post-navigation {
  margin-top: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-post-navigation.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog-post-navigation > a.prev-post-link > span {
  margin-left: 5px;
}

.blog-post-navigation > a.prev-post-link:hover span {
  margin-left: 20px;
  margin-right: 2px;
}

.blog-post-navigation > a {
  color: #373738;
  border: 2px solid #ccc;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-family: "Poppins";
  font-weight: 500;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.blog-post-navigation > a > span {
  margin-right: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-post-navigation > a:hover span {
  margin-right: 20px;
}

.wp-caption-text {
  color: #28292c;
  font-size: 13px;
  font-style: italic;
}

figure {
  margin: 0 !important;
  padding: 2rem 0;
}

.post-views > p {
  line-height: 0;
}

.post-views > p > img {
  width: 20px;
  position: relative;
  top: 5px;
}

.tags-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .tags-container {
    -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;
  }
}

#sidebar_menu {
  width: 80px;
  background-color: #2b2c30;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #sidebar_menu {
    width: 100%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar_menu {
    width: 100%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #sidebar {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 40px;
  }
}

#sidebar > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidebar > ul > li {
  margin-bottom: 10px;
  position: relative;
}

#sidebar > ul > li > a {
  color: #28292c;
  font-size: 15px;
}

#sidebar > ul > ul {
  list-style: disc;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 20px;
}

#sidebar > ul > ul > li > a {
  color: #28292c;
  font-size: 15px;
}

#sidebar > ul > ul > li > a:hover {
  color: #da4d53;
}

.pm-symbol {
  margin: 30px 0 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-symbol {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-symbol {
    margin: 0;
  }
}

.menu-btn {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .menu-btn {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .menu-btn {
    margin: 0;
  }
}

.menu-btn a {
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 12px;
  color: #9e9e9e;
  position: relative;
  z-index: 100;
}

.hamburger-btn {
  position: relative;
  width: 100%;
  height: 17px;
  padding-top: 7px;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  z-index: 6;
}

.hamburger-btn span {
  display: block;
  height: 2px;
  background-color: #a37626;
  -webkit-transition: width 0.3s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: width 0.3s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: width 0.3s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
  transition: width 0.3s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
}

.hamburger-btn span {
  position: absolute;
  width: 100%;
  left: 0;
}

.hamburger-btn span:first-child {
  bottom: 14px;
  width: 26px;
}

.hamburger-btn span:last-child {
  top: 14px;
  width: 13px;
}

body.nav-visible .hamburger-btn span:first-child {
  bottom: 13px;
  width: 13px;
  -webkit-transform: translateY(0px) translateX(10px) rotate(45deg);
          transform: translateY(0px) translateX(10px) rotate(45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
}

body.nav-visible .hamburger-btn span:last-child {
  top: 9px;
  -webkit-transform: translateY(0px) translateX(10px) rotate(-45deg);
          transform: translateY(0px) translateX(10px) rotate(-45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
}

.global-share {
  width: 80px;
  height: 73px;
  background-color: #a37626;
  position: absolute;
  left: 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;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-share {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .global-share {
    display: none;
  }
}

.global-share .share-icon {
  opacity: 1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.global-share.active .share-icon {
  opacity: 0;
}

.global-share:hover {
  background-color: #bb7f18;
}

.global-share .pop-tip {
  left: 0;
  top: -45px;
  font-family: "Titillium Web";
}

.global-share:hover .pop-tip {
  opacity: 1;
}

.global-share:hover .pop-tip::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.share-close-icon {
  position: absolute;
  width: 2px;
  height: 40px;
  top: 40%;
  opacity: 0;
}

.global-share.active .share-close-icon {
  opacity: 1;
}

.share-close-icon::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.global-share.active .share-close-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.share-close-icon::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.global-share.active .share-close-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pop-tip {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  text-align: center;
  font-size: 10px;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pop-tip span {
  position: relative;
  z-index: 10;
}

.pop-tip::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1c1d20;
  z-index: 1;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 150px;
  left: auto;
  right: auto;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .sidebar-social-links {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-social-links {
    display: none;
  }
}

.sidebar-social-links li:hover::before {
  height: 100%;
}

.sidebar-social-links::before {
  content: url("img/dot-divider.png");
  position: absolute;
  top: -30px;
  width: 3px;
  left: 50%;
}

.sidebar-social-links a {
  border: 1px solid #5a5b5c;
  width: 43px;
  height: 43px;
  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;
  margin: 5px 0;
  line-height: 1;
  font-size: 15px;
  color: #5f5f61;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar-social-links a:hover {
  border: 1px solid #a37626;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

label {
  display: block;
  font-size: 14px;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 8px 16px 8px;
  border: 0px solid #e8e8e8;
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  margin: 0 0 1rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media (max-width: 480px) {
  input[type="text"],
  input[type="password"] {
    width: 100% !important;
  }
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #333333 !important;
  color: white !important;
}

select {
  margin: 0 0 1rem !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

select.extra-padding {
  padding: 15px 16px 8px !important;
}

::-webkit-input-placeholder {
  color: #e7e7e7;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #e7e7e7;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #e7e7e7;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #e7e7e7;
  opacity: 1;
  /* Firefox */
}

input[type="text"]:focus::-webkit-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus:-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus::-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus::placeholder {
  color: #ccc;
}

textarea {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

select {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  margin: 0 0 3px;
}

/* Login Form */
.login-form-container {
  max-width: 600px;
  margin: 0 auto;
}

.login-username > label,
.login-password > label {
  display: block;
  text-align: left;
}

.login-username > input,
.login-password > input {
  border: 1px solid #ccc;
}

.login-submit input[type="submit"] {
  height: auto;
  line-height: 20px;
  padding: 13px;
  float: none;
  width: 100%;
  border: none !important;
  background-color: #a37626;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Poppins";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.login-submit input[type="submit"]:hover {
  background-color: #da4d53;
}

#loginform p {
  margin: 0;
}

.login-remember {
  float: left;
  font-family: "Poppins";
  color: black;
  font-size: 0.8rem !important;
}

.login-remember > label {
  font-size: 0.8rem !important;
}

.lost-password {
  float: right;
  font-family: "Poppins";
  color: black !important;
  font-size: 0.8rem;
}

/* Recent Blog posts widget */
.pm-recent-blog-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pm-recent-blog-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pm-recent-blog-posts li {
  clear: both;
  overflow: hidden;
  position: relative;
  min-height: 95px;
}

.pm-recent-blog-posts .pm-date-published {
  font-size: 12px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  margin-top: 7px;
}

.pm-recent-blog-post-thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0db7c4;
  float: left;
  height: 58px;
  width: 58px;
  margin-bottom: 17px;
  margin-right: 20px;
}

.pm-recent-blog-post-details {
  padding-top: 0px;
}

.pm-widget-footer .pm-recent-blog-posts {
  padding: 0px;
}

.pm-recent-blog-post-details a {
  line-height: 20px !important;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pm-widget-footer .pm-recent-blog-post-details a {
  color: white;
}

.pm-widget-footer .pm-recent-blog-post-details .pm-date {
  color: #a37626;
}

.pm-recent-blog-post-details .pm-date {
  font-size: 12px !important;
  margin-top: 10px;
}

.pm-recent-blog-post-divider {
  height: 1px;
  width: 50px;
  background-color: #ccc;
  margin: 15px 0;
}

/* Recent Blog posts widget end */
.hero-banner-container {
  margin-top: -320px;
  background-image: url("img/hero.jpg");
  background-position: center;
  background-size: cover;
  height: 690px;
  z-index: 3;
  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;
  padding: 40px;
  border-bottom-right-radius: 160px;
}

@media only screen and (max-width: 767px) {
  .hero-banner-container {
    margin-top: 0px;
    border-bottom-right-radius: 20px;
    height: 390px;
  }
}

body.nav-visible .hero-banner-container {
  margin-top: 0px;
}

.hero-text {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  max-width: 660px;
  border-left: 8px solid #a37626;
  position: relative;
  top: 70px;
}

@media only screen and (max-width: 767px) {
  .hero-text {
    top: 0px;
  }
}

.hero-text p {
  font-family: "Buenard";
  font-size: 50px;
  color: white;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .hero-text p {
    font-size: 35px;
  }
}

.hero-text p span {
  color: #a37626;
}

.post-event-info {
  background-color: #ececec;
  padding: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .post-event-info {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .post-event-info {
    margin-top: 0px;
  }
}

.zoom-download {
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #2b2b2b;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.lds-dual-ring {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.lds-dual-ring.button {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 0;
  position: relative;
  top: 1px;
  left: 4px;
}

.lds-dual-ring.button::after {
  width: 16px;
  height: 16px;
}

.lds-dual-ring.action-button {
  width: 14px;
  height: 14px;
  display: inline-table;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
}

.lds-dual-ring.action-button::after {
  width: 16px;
  height: 16px;
}

.lds-dual-ring.centered {
  margin: 0 auto;
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 26px;
    height: 26px;
  }
}

.lds-dual-ring.dark::after {
  border-color: #ccc transparent #ccc transparent;
}

.lds-dual-ring.primary::after {
  border-color: #a37626 transparent #a37626 transparent;
}

.lds-dual-ring.active {
  opacity: 1;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */