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

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

#wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

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

p {
  font-family: "Montserrat";
}

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;
  }
}

p {
  line-height: 1.5;
}

h1 {
  color: white;
  font-family: "Fjalla One";
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h3 {
  color: white;
  font-family: "Fjalla One";
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-family: "Poppins";
  margin-bottom: 20px;
}

h5 {
  font-family: "Poppins";
  font-size: 1.7rem;
  color: #513629;
}

p {
  font-family: "Poppins";
}

.site-logo {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.site-logo a img {
  width: 422px;
  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;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .site-logo a img {
    width: 150px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .site-logo a img {
    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: #ea1c2d;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.widget-title {
  font-family: "Poppins";
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

#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;
}

body.fixed-nav .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2000;
}

.nav {
  flex: none !important;
}
@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: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav.mobile {
    display: flex;
  }
}

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

.pm-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pm-nav > li {
  position: relative;
  margin: 10px 15px 0px 15px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pm-nav > li {
    margin: 10px 10px 0px 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li {
    margin: 0;
  }
}
.pm-nav > li > a {
  color: #323232;
  padding-bottom: 10px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.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 only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pm-nav > li > a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pm-nav > li > a {
    font-size: 0.8rem;
  }
}
.pm-nav > li > a:hover {
  color: #f26522;
}
.pm-nav > li > a::before {
  content: "";
  position: absolute;
  background-color: #ea1c2d !important;
  width: 100%;
  left: 0;
  height: 5px !important;
  top: -9px;
  bottom: auto;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transform: scalex(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.pm-nav > li > a:hover::before {
  transform: scalex(1);
  transform-origin: left;
}
@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: flex;
  justify-content: 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: #ea1c2d;
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li.current-menu-item span a {
    background-color: #ea1c2d;
    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 {
  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;
  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: -4px 0 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: black;
  position: relative;
  background-color: transparent;
  top: 0px;
  right: -9px;
  transform: rotate(45deg);
}

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

/* Sub menu */
.pm-nav > li ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 200px;
  padding: 0;
  background-color: #f26522;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  list-style: none;
  z-index: 1000;
  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: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
@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: #006580;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current-menu-item a {
    background-color: #006580;
  }
}

.pm-nav > li ul.sub-menu > li a {
  color: white;
  display: block;
  font-family: "Poppins";
  margin: 10px 20px;
  padding: 5px 0 15px;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #3f5577;
  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 {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}

.pm-nav > li ul.sub-menu > li:last-child a {
  border-bottom: 0px solid #3f5577;
  padding: 5px 0 0px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li:last-child a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li:last-child a {
    padding: 15px 10px 15px 10px;
    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;
  transform: rotate(-135deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-nav > li ul.sub-menu > li a:hover {
  padding-left: 10px;
}
.pm-nav > li ul.sub-menu > li a:hover::before {
  opacity: 1;
  transform: rotate(-45deg);
}

.pm-nav > li ul.sub-menu > li.current_page_item a {
  padding-left: 10px;
}
.pm-nav > li ul.sub-menu > li.current_page_item a::before {
  opacity: 1;
  transform: rotate(-45deg);
}

/* .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 > a {
  color: #f26522;
}

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

.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 #f26522;
  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: flex;
  align-items: center;
}
.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: #ea1c2d;
  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: #f26522;
}
@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 .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;
  transition: transform 0.15s;
  z-index: 6;
}

.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;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s;
  opacity: 0;
}

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

.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;
  transform: translateY(2px) rotate(45deg);
  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;
}

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

.mobile-btn.nav-visible span:last-child {
  top: 9px;
  transform: translateY(-2px) rotate(-45deg);
  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;
}

.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 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #f26522;
}

.secondary {
  color: #ea1c2d;
}

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

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

::-moz-placeholder {
  color: #b6b6b6 !important;
}

::placeholder {
  color: #b6b6b6 !important;
}

.flex-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  height: 100%;
}
.flex-list > li {
  margin: 0 0.3rem;
}
.flex-list.column {
  flex-direction: column;
}
.flex-list.row {
  flex-direction: row;
}

.light {
  color: white;
}

.bold {
  font-weight: bold;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.hidden {
  display: none !important;
}

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

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

.social-links a {
  font-size: 18px;
  margin-left: 15px;
  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 a:hover {
  color: #ebebeb;
}
.social-links.footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .social-links.footer {
    justify-content: center;
    margin-top: 20px;
  }
}
.social-links.footer a {
  background-color: #ea1c2d;
  color: white;
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  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: #a0212b;
}

.sticky {
  top: 150px;
  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: #ea1c2d !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: #ea1c2d;
  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: #f26522;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  opacity: 1 !important;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: inner-spin-button !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;
    /* border-bottom: 1px solid #242424; */
  }
  .nav {
    visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .pm-nav {
    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;
    /* border-bottom: 1px solid #242424; */
  }
  .nav {
    visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .pm-nav {
    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 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
}
/* (max-width: 480px) */
@media (max-width: 480px) {
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
}
/* (max-width: 320px) */
footer {
  padding: 4rem 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  footer {
    margin-top: 40px;
    background-color: rgb(247, 247, 247);
  }
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
    background-color: rgb(247, 247, 247);
  }
}

#return_to_top {
  position: fixed;
  right: -100px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 50;
  background-color: rgba(200, 200, 200, 0.8);
  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: #ea1c2d;
}

#return_to_top.active {
  right: 25px;
  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;
  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;
  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;
  }
}

.pm-widget-footer.last {
  border-left: 1px solid #ccc;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-widget-footer.last {
    margin-top: 40px;
    border-left: 0px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .pm-widget-footer.last {
    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: 20px 0 0;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .header-wrapper {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper {
    padding: 0px;
  }
}

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

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: -225px;
  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-header {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .micro-header {
    background-color: #f26522;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .micro-header {
    background-color: #f26522;
    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;
  }
}

.micro-header-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f26522;
  padding: 10px 20px !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;
}

.page-header {
  padding: 70px 60px;
  background-image: url("img/sub-header.jpg");
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.page-header > h1 {
  color: white;
}

.gl-btn {
  display: table;
  color: black !important;
  font-weight: bold;
  position: relative;
  margin: 1rem 0 0;
  padding: 1rem 2.2rem;
  text-decoration: none !important;
  border: 3px solid #f26522;
  background-color: white;
  text-align: center;
  color: black !important;
  font-family: "Poppins";
  font-size: 16px !important;
  text-transform: uppercase;
  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;
}
.gl-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.gl-btn:hover {
  color: white !important;
  background-color: #f26522 !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.remove-shirts__btn {
  background-color: red !important;
}
.gl-btn.remove-shirts__btn:hover {
  background-color: rgb(173, 14, 14) !important;
}
.gl-btn.filled {
  background-color: #f26522;
  font-size: 14px;
  color: white !important;
  font-weight: 500;
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  border: 0px solid #f26522;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}
.gl-btn.filled:hover {
  background-color: #c24b14 !important;
}
.gl-btn.edit-order {
  background-color: #f26522;
  color: white !important;
  margin-right: 5px;
}
.gl-btn.edit-order:hover {
  background-color: #c24b14 !important;
  border: 3px solid #c24b14;
}

.gl-btn:hover {
  color: white !important;
  background-color: #13beed;
}

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

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

.global-search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: 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: #f26522;
  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: flex;
  flex-direction: column;
  opacity: 0;
  position: relative;
  bottom: -40px;
  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;
  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;
}

.pm_mailchimp_textfield {
  float: left !important;
  line-height: 20px !important;
  vertical-align: middle !important;
  box-sizing: border-box;
  box-shadow: none !important;
  margin-bottom: 5px;
  border: none;
  padding: 18px !important;
  font-family: "Montserrat";
  font-size: 0.9rem;
  margin-right: 3px;
  width: 86% !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: 83% !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: #292929 !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: #0b0d11 !important;
}

.pm_mailchimp_textfield::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(189, 189, 189);
  opacity: 1;
  /* Firefox */
}

.pm_mailchimp_textfield::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(189, 189, 189);
  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: "Poppins";
  text-transform: uppercase;
  background-color: #1ca4ea;
  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: #1788c0;
}
@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: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #mt_subscribe_form {
    display: flex;
    flex-direction: column;
    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;
  padding: 10px 0 0;
  color: yellow;
  font-size: 0.8rem;
}

.nf-form-content {
  padding: 0px !important;
}

.global-contact-form input::-moz-placeholder, .global-contact-form textarea::-moz-placeholder {
  color: rgb(194, 194, 194) !important;
}

.global-contact-form input::placeholder,
.global-contact-form textarea::placeholder {
  color: rgb(194, 194, 194) !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  color: rgb(194, 194, 194) !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: #f26522 !important;
  font-weight: 600 !important;
}

input[type=button] {
  background-color: #ea1c2d !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: flex;
  flex-direction: column;
  justify-content: 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: flex;
  flex-direction: row;
  z-index: 50;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 480px) {
  .global-search {
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.global-search > form {
  display: flex;
  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: flex;
  flex-flow: row wrap;
  z-index: 100;
  position: relative;
}
.posts-container.archive {
  margin: 0px auto;
}

.posts {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.owl-carousel .ln-blog-post-card {
  width: 98%;
  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;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 31%;
  min-height: 450px;
  margin: 1%;
  position: relative;
  display: flex;
  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: linear-gradient(to bottom, rgba(35, 52, 145, 0) 15%, rgb(35, 52, 145) 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: flex;
  }
}

.ln-blog-post-card.proposal .blog-meta,
.ln-blog-post-card.announcement .blog-meta {
  bottom: auto;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  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: flex;
    flex-direction: column;
    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: #f26522;
  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: #ea1c2d;
}
.blog-meta .post-url {
  display: block;
  margin-bottom: 10px;
  color: #f26522;
  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: #ea1c2d;
}
.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: #ea1c2d;
  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: flex;
  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%;
  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;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    flex-direction: column;
    padding: 2rem;
    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: flex;
    flex-direction: column;
    justify-content: 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: flex;
    flex-direction: column;
    justify-content: 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: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .right-col {
    width: 100%;
  }
}

#nf_newsletter_form {
  display: flex;
  flex-direction: row;
  line-height: 0;
}
@media (max-width: 480px) {
  #nf_newsletter_form {
    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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.post-load-more .posts-count {
  margin: 0 0 1rem;
}

.wp-pagination {
  display: flex;
  flex-direction: row;
  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: yellow;
  width: 40px;
  height: 40px;
  color: black;
  display: flex;
  justify-content: 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: flex;
  flex-direction: row;
}
.social-list b {
  font-family: "Poppins";
}
.social-list a {
  background-color: #ea1c2d;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: white;
  margin-right: 2px;
  display: flex;
  justify-content: 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: #f26522;
}
.social-list.single-post {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  align-items: center;
}
.social-list.single-post a {
  background-color: #ea1c2d;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  margin-right: 2px;
  display: flex;
  justify-content: 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: #30548b;
}

.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: #f26522;
  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: #ea1c2d;
}
@media only screen and (max-width: 767px) {
  .bulletins-carousel-container > a {
    float: none;
    top: 0px;
    margin: 0 auto;
    display: table;
  }
}

/* Testimonials */
.testimonial-post {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .testimonial-post {
    flex-direction: column;
  }
}
.testimonial-post > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .testimonial-post > div {
    width: 100%;
  }
}
.testimonial-post > .avatar {
  display: flex;
  flex-direction: column;
  justify-content: 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: #ea1c2d;
  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: flex;
  flex-direction: column;
  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: flex;
  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: flex;
  flex-direction: column;
  justify-content: 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: 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: #ea1c2d;
  margin-bottom: 0px;
}
.board-member-post p.official-title {
  font-family: "Barlow";
  font-size: 1.2rem;
  color: #ea1c2d;
  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: #f26522;
  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;
}

.blog-post header {
  display: flex;
  flex-direction: column;
  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: flex;
  flex-direction: column;
  justify-content: 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 #f26522;
  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: #f26522;
  color: black !important;
}

.posts-navigation {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 0 2rem;
  color: #f26522;
  font-size: 20px;
  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: flex;
  flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body {
    flex-direction: column;
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .body {
    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: #f26522 !important;
}

p.post-date {
  font-size: 0.8rem;
}

.post-image {
  border: 6px solid rgb(238, 238, 238);
}

.blog-tags {
  display: flex;
  flex-direction: row;
}
.blog-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .blog-tags ul {
    flex-direction: column;
  }
  .blog-tags ul > li:first-child {
    margin-bottom: 10px;
  }
  .blog-tags ul > li:nth-child(2) {
    display: flex;
    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: #ea1c2d;
  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: #ea1c2d;
  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: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-post-navigation.flex-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;
  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: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .tags-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

#sidebar_menu {
  width: 80px;
  background-color: #2b2c30;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 500;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  #sidebar_menu {
    width: 100%;
    height: 80px;
    flex-direction: row;
    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;
    flex-direction: row;
    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: #ea1c2d;
}

.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: flex;
  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;
  transition: transform 0.15s;
  z-index: 6;
}

.hamburger-btn span {
  display: block;
  height: 2px;
  background-color: #f26522;
  transition: width 0.3s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
}

.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;
  transform: translateY(0px) translateX(10px) rotate(45deg);
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s;
}

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

.global-share {
  width: 80px;
  height: 73px;
  background-color: #f26522;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: 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: #00c8ff;
}

.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 {
  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;
  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 {
  transform: rotate(45deg);
}

.share-close-icon::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  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 {
  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;
  transform-origin: 0 0;
  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: flex;
  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: flex;
  justify-content: 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 #f26522;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

label {
  display: block;
  font-size: 16px;
  padding-left: 20px;
  font-family: "Poppins";
  color: #f26522;
}

input[type=text],
input[type=password] {
  width: 100%;
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  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;
}

input[type=number] {
  width: 10%;
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 !important;
  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) {
  input[type=number] {
    width: 20%;
  }
}

select {
  padding: 12px 16px 13px !important;
  margin: 5px 0 3px !important;
  position: relative;
  top: 0px;
  width: 35%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  select {
    width: 75%;
  }
}

select.extra-padding {
  padding: 15px 16px 8px !important;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(94, 94, 94);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(94, 94, 94);
  opacity: 1;
  /* Firefox */
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #f26522 !important;
  color: white !important;
}

input[type=text].fneaa-search-input:focus,
#searchform input[type=text]:focus {
  background-color: rgb(228, 228, 228) !important;
  color: black !important;
}

input[type=text]:focus::-moz-placeholder {
  color: #ccc;
}

input[type=text]:focus::placeholder {
  color: #ccc;
}

textarea {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  width: 100%;
  margin-bottom: 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: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

select {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  margin: 0 !important;
}

/* 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: #f26522;
  color: #fff;
  text-transform: uppercase;
  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: #ea1c2d;
}

#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;
}

#mt_subscribe_result {
  text-align: left;
  padding: 10px 0;
  color: yellow;
}

.orange-order-form {
  max-width: 760px;
}

.field-item.multi {
  display: flex;
}
.field-item.multi .input-field {
  width: 50%;
}
.field-item.multi .input-field.left {
  margin-right: 5px;
}

.field-item {
  display: block;
}

.grouped-fields {
  display: flex;
  flex-direction: row;
}

.order-buttons-container {
  display: flex;
}

.order-summary {
  padding: 30px;
  background-color: #ffffff;
  max-width: 75%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

select {
  background-color: white !important;
}

/* 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: #f26522;
}

.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 */
.toast-success {
  background-color: #51a351 !important;
  opacity: 1 !important;
}

.toast-error {
  background-color: #cc1414 !important;
  opacity: 1 !important;
}

.lds-dual-ring {
  width: 20px;
  height: 20px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}
.lds-dual-ring.centered {
  margin: 0;
}
.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #f26522;
  border-color: #f26522 transparent #f26522 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring.dark::after {
  border-color: #757575 transparent #757575 transparent;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=main.css.map */