@font-face {
  font-family: Montserrat-Black;
  src: url(../fonts/Montserrat-Black.woff2) format("woff2"),
    url(../fonts/Montserrat-Black.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"),
    url(../fonts/Montserrat-ExtraBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"),
    url(../fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2"),
    url(../fonts/Roboto-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto-MediumItalic;
  src: url(../fonts/Roboto-MediumItalic.woff2) format("woff2"),
    url(../fonts/Roboto-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2"),
    url(../fonts/OpenSans-SemiBold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.woff2) format("woff2"),
    url(../fonts/OpenSans-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2"),
    url(../fonts/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: latobold;
  src: url(../fonts/lato-bold.woff2) format("woff2"),
    url(../fonts/lato-bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: latoregular;
  src: url(../fonts/lato-regular.woff2) format("woff2"),
    url(../fonts/lato-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button,
.selectric .label {
  display: block;
  line-height: 38px;
  height: 38px;
}

.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  *font: 0/0 a !important;
  background: 0 0 !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}

.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
}

.selectric-items .disabled,
.selectric-items .selectric-group .selectric-group-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  background: 0 0;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
  .container.smallest {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1570px;
  }
  .container.container-featured-shop {
    max-width: 785px;
  }
  .container.medium {
    max-width: 1470px;
  }
  .container.small {
    max-width: 1310px;
  }
}

body {
  letter-spacing: normal;
}

body,
body p {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #696969;
}

body p {
  margin: 0 0 15px;
}

body p:last-child {
  margin: 0;
}

.h1,
h1 {
  font-family: Montserrat-Black;
  font-size: 90px;
  line-height: 115%;
  letter-spacing: normal;
  margin: 0 0 20px;
  font-weight: 400;
  color: #373737;
}

@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 65px;
    line-height: 114%;
  }
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 113.5%;
  }
}

.h2,
h2 {
  font-family: Roboto-Bold;
  font-size: 70px;
  line-height: 115%;
  letter-spacing: normal;
  margin: 0 0 20px;
  font-weight: 400;
  color: #373737;
}

@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 50px;
    line-height: 114%;
  }
}

@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 35px;
    line-height: 113.5%;
  }
}

.h3,
h3 {
  font-family: Roboto-Bold;
  font-size: 68px;
  line-height: 100%;
  letter-spacing: normal;
  margin: 0 0 20px;
  font-weight: 400;
  color: #373737;
}

@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 44px;
    line-height: 113.5%;
  }
}

.h4,
h4 {
  font-family: Roboto-Bold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: normal;
  margin: 0 0 20px;
  font-weight: 400;
  color: #373737;
}

@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 32px;
    line-height: 135%;
  }
}

.h5,
h5 {
  font-size: 28px;
  line-height: 135%;
}

.h5,
.h6,
h5,
h6 {
  font-family: Roboto-Bold;
  letter-spacing: normal;
  margin: 0 0 20px;
  font-weight: 400;
  color: #373737;
}

.h6,
h6 {
  font-size: 24px;
  line-height: 120%;
}

.link {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #11663b;
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto-Regular;
  text-decoration: underline;
}

.link:hover {
  color: #ffa33f;
}

a {
  outline: 0;
}

.btn {
  padding: 18px 63px;
  background-color: #ffa33f;
  color: #fff;
  border-radius: 60px;
  font-size: 15px;
  line-height: 150%;
  font-family: Roboto-Medium;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
}

.btn:hover {
  background-color: #11663b;
}

.btn.btn_yellow {
  background-color: #ffa33f;
}

.btn.btn_green,
.btn.btn_yellow:hover {
  background-color: #11663b;
}

.btn.btn_green:hover {
  background-color: #ffa33f;
}

.btn.btn_small {
  padding: 12px 40px;
  font-size: 14px;
}

.btn.uppercase {
  text-transform: uppercase;
}

.no-results.not-found .h4 {
  margin: 20px 0;
}

.standard_editor ul {
  margin-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}

.standard_editor ul ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 10px;
}

.standard_editor ul li {
  position: relative;
  padding-left: 26px;
  font-family: Roboto-Regular;
  margin-left: 0;
}

.standard_editor ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 0;
  top: 8px;
  left: 0;
  background: #11663b;
  border-radius: 100%;
}

.standard_editor ol {
  list-style-type: none;
  counter-reset: li;
  margin-left: 0;
  margin-bottom: 20px;
}

.standard_editor ol ol {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 10px;
}

.standard_editor ol li {
  position: relative;
  padding-left: 26px;
  counter-increment: li;
}

.standard_editor ol li:before {
  content: counter(li) ".";
  color: #11663b;
  display: inline-block;
  width: 15px;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.standard_editor a {
  color: #11663b;
}

.standard_editor a:hover {
  color: #ffa33f;
}

blockquote {
  border-color: #11663b;
}

strong {
  font-family: Roboto-Bold;
  font-weight: 400;
}

.header-footer-group {
  padding: 0 !important;
  margin: 0 !important;
}

.footer {
  background-color: #373737;
}

.footer .footer_inner {
  padding: 45px 0 101px;
}

@media (max-width: 767px) {
  .footer .footer_inner {
    padding: 45px 0 95px;
  }
}

.footer .footer_inner .logo_and_member_login_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 38px;
  border-bottom: 1px solid #4b4b4b;
}

@media (max-width: 767px) {
  .footer .footer_inner .logo_and_member_login_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .footer_inner .logo_and_member_login_link .logo_section {
  max-width: 200px;
}

@media (max-width: 767px) {
  .footer .footer_inner .logo_and_member_login_link .logo_section {
    margin: 0 0 35px;
  }
}

.footer .footer_inner .logo_and_member_login_link .logo_section img {
  max-height: 80px;
}

.footer
  .footer_inner
  .logo_and_member_login_link
  .member_login_button
  .member_login {
  color: #fff;
  background-color: #ffa33f;
  padding: 20px 44px;
  border-radius: 43px;
  font-family: Roboto-Bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .footer
    .footer_inner
    .logo_and_member_login_link
    .member_login_button
    .member_login {
    padding: 20px 51px;
  }
}

.footer
  .footer_inner
  .logo_and_member_login_link
  .member_login_button
  .member_login:hover {
  background-color: #11663b;
  text-decoration: none !important;
}

.footer .footer_inner .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .footer_inner .links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .footer .footer_inner .links .page_links {
    width: 100%;
  }
}

.footer .footer_inner .links .page_links .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .footer .footer_inner .links .page_links .footer-menu {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer .footer_inner .links .page_links .footer-menu {
    width: 100%;
    margin: 0 0 30px;
  }
}

.footer .footer_inner .links .page_links .footer-menu .menu-item {
  margin: 0 30px 0 0;
}

.footer .footer_inner .links .page_links .footer-menu .menu-item:last-child {
  margin-right: 0;
}

@media (max-width: 1600px) {
  .footer .footer_inner .links .page_links .footer-menu .menu-item {
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  .footer .footer_inner .links .page_links .footer-menu .menu-item {
    width: 50%;
    margin: 0 0 17px;
    padding: 0;
  }
}

.footer .footer_inner .links .page_links .footer-menu .menu-item a {
  color: #fff;
  font-size: 14px;
  font-family: Roboto-Medium;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 400;
  line-height: 40px;
}

@media (max-width: 1440px) {
  .footer .footer_inner .links .page_links .footer-menu .menu-item a {
    font-size: 12px;
  }
}

.footer .footer_inner .links .page_links .footer-menu .menu-item a:hover {
  color: #ffa33f;
  text-decoration: none !important;
}

.footer .footer_inner .links .page_links .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .footer .footer_inner .links .page_links .menu {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer .footer_inner .links .page_links .menu {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 0 0 30px;
  }
}

.footer .footer_inner .links .social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 163px;
  list-style: none;
  margin: 0;
}

@media (max-width: 1199px) {
  .footer .footer_inner .links .social_list {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .footer .footer_inner .links .social_list {
    margin: 0 0 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}

.footer .footer_inner .links .social_list .social_list_item {
  margin: 0 26px 0 0;
}

.footer .footer_inner .links .social_list .social_list_item:last-child {
  margin: 0;
}

@media (max-width: 1600px) {
  .footer .footer_inner .links .social_list .social_list_item {
    margin: 0 14px 0 0;
  }
}

.footer .footer_inner .links .social_list .social_list_item a svg path {
  fill: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer_inner .links .social_list .social_list_item a:hover svg path {
  fill: #ffa33f;
}

.footer .footer_inner .links .single_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 328px;
  list-style: none;
  margin: 0;
}

@media (max-width: 1199px) {
  .footer .footer_inner .links .single_page {
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .footer .footer_inner .links .single_page {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
}

.footer .footer_inner .links .single_page .copyright_and_single_pages {
  margin: 0 24px 0 0;
}

.footer
  .footer_inner
  .links
  .single_page
  .copyright_and_single_pages:last-child {
  margin: 0;
}

@media (max-width: 1600px) {
  .footer .footer_inner .links .single_page .copyright_and_single_pages {
    margin: 0 14px 0 0;
  }
}

.footer
  .footer_inner
  .links
  .single_page
  .copyright_and_single_pages
  .copyright {
  color: #fff;
  font-size: 12px;
  font-family: Roboto-Medium;
  text-transform: uppercase;
  margin-top: 3px;
}

.footer .footer_inner .links .single_page .copyright_and_single_pages a {
  color: #fff;
  font-size: 12px;
  font-family: Roboto-Medium;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer_inner .links .single_page .copyright_and_single_pages a:hover {
  color: #ffa33f;
  text-decoration: none !important;
}

#site-header {
  z-index: 9;
  background: #fff;
}

#site-header .header-inner {
  padding: 0;
}

#site-header .header-inner .header-titles-wrapper {
  margin: 0;
  max-width: 100%;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  #site-header .header-inner .header-titles-wrapper {
    padding: 20px 0 30px;
  }
}

#site-header .header-inner .header-titles-wrapper .header-titles,
#site-header
  .header-inner
  .header-titles-wrapper
  .header-titles
  .site-description,
#site-header .header-inner .header-titles-wrapper .header-titles .site-logo,
#site-header .header-inner .header-titles-wrapper .header-titles .site-title {
  margin: 0;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .header-titles
  .site-logo
  img {
  max-height: inherit;
  max-width: 170px;
}

@media (max-width: 1199px) {
  #site-header
    .header-inner
    .header-titles-wrapper
    .header-titles
    .site-logo
    img {
    max-width: 130px;
  }
}

@media (max-width: 520px) {
  #site-header
    .header-inner
    .header-titles-wrapper
    .header-titles
    .site-logo
    img {
    max-width: 100px;
  }
}

@media (max-width: 1199px) {
  #site-header
    .header-inner
    .header-titles-wrapper
    .header-titles
    .site-logo
    svg {
    width: 130px;
    height: 82px;
  }
}

@media (min-width: 1200px) {
  #site-header .header-inner .header-titles-wrapper .header-logout {
    display: none;
  }
}

#site-header
  .header-inner
  .header-titles-wrapper
  .search_toggle_alone.mobile-search-toggle {
  min-width: inherit;
  padding: 0;
  background-color: transparent;
  margin: 0 20px 0 auto;
}

@media (max-width: 450px) {
  #site-header
    .header-inner
    .header-titles-wrapper
    .search_toggle_alone.mobile-search-toggle {
    margin: 0 10px 0 auto;
  }
}

#site-header
  .header-inner
  .header-titles-wrapper
  .search_toggle_alone.mobile-search-toggle
  svg:hover
  path {
  fill: #11663b;
}

#site-header .header-inner .header-titles-wrapper .nav-toggle {
  left: auto;
  bottom: auto;
  top: auto;
  right: auto;
  position: relative;
  padding: 0;
  width: 41px;
  min-width: 41px;
  height: 41px;
  background: #11663b;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#site-header .header-inner .header-titles-wrapper .nav-toggle .toggle-inner {
  padding: 0;
  height: auto;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .nav-toggle
  .toggle-inner
  .toggle-icon,
#site-header
  .header-inner
  .header-titles-wrapper
  .nav-toggle
  .toggle-inner
  svg {
  height: 24px;
  width: 23px;
}

#site-header .header-inner .header-titles-wrapper .search-toggle {
  left: 0;
  bottom: auto;
  top: auto;
  right: auto;
  position: relative;
  height: auto;
  padding: 12px 10px;
  background-color: #ffa33f;
  color: #fff;
  border-radius: 60px;
  font-size: 12px;
  line-height: 14px;
  font-family: Roboto-Bold;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
  min-height: 41px;
  min-width: 133px;
  margin-right: 10px;
}

@media (max-width: 360px) {
  #site-header .header-inner .header-titles-wrapper .search-toggle {
    font-size: 10px;
    line-height: 12px;
    min-width: 90px;
    margin-right: 8px;
  }
}

#site-header .header-inner .header-titles-wrapper .search-toggle .toggle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .search-toggle
  .toggle-inner
  .toggle-text {
  left: auto;
  right: auto;
  text-align: center;
  top: auto;
  width: auto;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-family: Roboto-Bold;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 360px) {
  #site-header
    .header-inner
    .header-titles-wrapper
    .search-toggle
    .toggle-inner
    .toggle-text {
    font-size: 10px;
    line-height: 16px;
  }
}

#site-header .header-inner .header-titles-wrapper .search-toggle:hover {
  background-color: #11663b;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .search-toggle:hover
  .toggle-inner
  .toggle-text {
  text-decoration: none;
  color: #fff;
}

#site-header .header-logout {
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1359px) {
  #site-header .header-logout {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 1199px) {
  #site-header .header-logout {
    margin-left: auto;
    margin-right: 10px;
  }
}

@media (max-width: 360px) {
  #site-header .header-logout {
    margin-right: 8px;
  }
}

#site-header .header-logout a.menu-item {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150px;
  text-transform: uppercase;
  color: #313131;
  letter-spacing: normal;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
  margin-right: 10px;
}

#site-header .header-logout a.menu-item:hover {
  color: #ffa33f;
}

@media (max-width: 991px) {
  #site-header .header-logout a.menu-item {
    display: none;
  }
}

#site-header .header-logout a.menu-item + .btn {
  margin-right: 10px;
}

#site-header .header-logout .btn {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-family: Roboto-Bold;
  font-weight: 400;
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#site-header .header-logout .btn:first-child {
  margin-right: 12px;
}

@media (max-width: 1500px) {
  #site-header .header-logout .btn:first-child {
    margin-right: 5px;
  }
}

#site-header .header-logout .btn:nth-child(2) {
  margin-right: 12px;
}

@media (max-width: 1500px) {
  #site-header .header-logout .btn:nth-child(2) {
    margin-right: 5px;
  }
}

#site-header .header-logout .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1500px) {
  #site-header .header-logout .btn:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1500px) {
  #site-header .header-logout .btn {
    padding: 12px 15px;
  }
}

@media (max-width: 1359px) {
  #site-header .header-logout .btn {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  #site-header .header-logout .btn {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 360px) {
  #site-header .header-logout .btn {
    font-size: 10px;
    line-height: 12px;
  }
}

#site-header .header-toggles {
  margin: 0 0 0 32px;
}

@media (max-width: 1359px) {
  #site-header .header-toggles {
    margin: 0 0 0 20px;
  }
}

#site-header .header-toggles .toggle-wrapper:before {
  display: none;
}

#site-header .header-toggles .toggle {
  height: auto;
  padding: 13px 24px;
  background-color: #ffa33f;
  color: #fff;
  border-radius: 60px;
  font-size: 14px;
  line-height: 16px;
  font-family: Roboto-Bold;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
  min-height: 51px;
  min-width: 181px;
}

#site-header .header-toggles .toggle .toggle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#site-header .header-toggles .toggle .toggle-inner .toggle-icon,
#site-header .header-toggles .toggle .toggle-inner svg {
  height: 25px;
  max-width: 26px;
  width: 26px;
}

#site-header .header-toggles .toggle .toggle-inner .toggle-text {
  left: auto;
  right: auto;
  text-align: center;
  top: auto;
  width: auto;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-family: Roboto-Bold;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
}

#site-header .header-toggles .toggle:hover {
  background-color: #11663b;
}

#site-header .header-toggles .toggle:hover .toggle-inner .toggle-text {
  text-decoration: none;
  color: #fff;
}

#site-header .header-toggles .search_toggle_alone .toggle {
  min-width: inherit;
  padding: 0;
  background-color: transparent;
  margin: 0 20px;
}

#site-header .header-toggles .search_toggle_alone .toggle svg:hover path {
  fill: #11663b;
}

#site-header .primary-menu-wrapper {
  width: auto;
}

#site-header .primary-menu-wrapper ul.primary-menu {
  margin: 0;
}

#site-header .primary-menu-wrapper ul.primary-menu > li {
  margin: 0 4px;
  padding: 0 10px;
  position: relative;
}

@media (max-width: 1359px) {
  #site-header .primary-menu-wrapper ul.primary-menu > li {
    margin: 0 2px;
    padding: 0 10px 0 0;
  }
}

#site-header .primary-menu-wrapper ul.primary-menu > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #11663b;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
  z-index: -1;
}

#site-header .primary-menu-wrapper ul.primary-menu > li > a {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150px;
  text-transform: uppercase;
  color: #313131;
  letter-spacing: normal;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
}

@media (max-width: 1359px) {
  #site-header .primary-menu-wrapper ul.primary-menu > li > a {
    font-size: 12px;
  }
}

#site-header .primary-menu-wrapper ul.primary-menu > li.current-menu-item:after,
#site-header .primary-menu-wrapper ul.primary-menu > li.hover:after,
#site-header .primary-menu-wrapper ul.primary-menu > li:hover:after {
  height: 10px;
}

#site-header .primary-menu-wrapper ul.primary-menu > li.current-menu-item > a,
#site-header .primary-menu-wrapper ul.primary-menu > li.hover > a,
#site-header .primary-menu-wrapper ul.primary-menu > li.text-orange > a,
#site-header .primary-menu-wrapper ul.primary-menu > li:hover > a {
  color: #ffa33f;
}

#site-header .primary-menu-wrapper ul.primary-menu > li.text-orange > a:hover {
  color: #11663b;
}

#site-header .primary-menu-wrapper ul.primary-menu > li > .icon {
  background-image: url(../images/menu-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#site-header .primary-menu-wrapper ul.primary-menu > li > .icon:after,
#site-header .primary-menu-wrapper ul.primary-menu > li > .icon:before {
  display: none;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  > a {
  padding-right: 16px;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children.hover
  > ul {
  right: auto;
  left: 0;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul {
  background-color: rgba(17, 102, 59, 0.8);
  top: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 0 0 8px 8px;
  width: 261px;
  padding: 30px 0 27px;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul:after,
#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul:before {
  display: none;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li {
  position: relative;
  padding: 0 30px;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li
  a {
  padding: 0;
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  color: #fff;
  letter-spacing: normal;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li
  a:hover {
  color: #ffa33f;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li
  .icon {
  background-image: url(../images/menu-arrow-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li
  .icon:after,
#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li
  .icon:before {
  display: none;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li:hover
  > a {
  color: #ffa33f;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li:hover
  .icon {
  background-image: url(../images/menu-arrow-yellow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li.menu-item-has-children.focus
  > ul,
#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li.menu-item-has-children:focus
  > ul,
#site-header
  .primary-menu-wrapper
  ul.primary-menu
  > li.menu-item-has-children
  ul
  li.menu-item-has-children:hover
  > ul {
  right: 100%;
  top: 0;
}

.menu-modal {
  background: #11663b;
}

@media (min-width: 1200px) {
  .menu-modal {
    display: none !important;
  }
}

.menu-modal .menu-modal-inner {
  background: #11663b;
  display: block;
}

.menu-modal .menu-modal-inner .menu-top-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 30px;
  border-bottom: 1px solid #1b8b52;
}

.menu-modal .menu-modal-inner .menu-top-nav,
.menu-modal .menu-modal-inner .menu-top-nav button.close-nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-modal .menu-modal-inner .menu-top-nav button.close-nav-toggle {
  padding: 0;
  width: auto;
  width: 41px;
  min-width: 41px;
  height: 41px;
  background: #11663b;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-modal
  .menu-modal-inner
  .menu-top-nav
  button.close-nav-toggle
  .toggle-icon,
.menu-modal .menu-modal-inner .menu-top-nav button.close-nav-toggle svg {
  height: 24px;
  width: 23px;
}

.menu-modal .menu-modal-inner .menu-top-nav .search-toggle {
  left: auto;
  bottom: auto;
  top: auto;
  right: auto;
  position: relative;
  height: auto;
  padding: 12px 10px;
  background-color: #ffa33f;
  color: #fff;
  border-radius: 60px;
  font-size: 12px;
  line-height: 14px;
  font-family: Roboto-Bold;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
  min-height: 41px;
  min-width: 133px;
  margin-left: auto;
  margin-right: 10px;
}

@media (max-width: 360px) {
  .menu-modal .menu-modal-inner .menu-top-nav .search-toggle {
    font-size: 10px;
    line-height: 12px;
    min-width: 110px;
    margin-right: 8px;
  }
}

.menu-modal .menu-modal-inner .menu-top-nav .search-toggle .toggle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-modal
  .menu-modal-inner
  .menu-top-nav
  .search-toggle
  .toggle-inner
  .toggle-icon,
.menu-modal .menu-modal-inner .menu-top-nav .search-toggle .toggle-inner svg {
  height: 15px;
  max-width: 15px;
  width: 15px;
}

@media (max-width: 360px) {
  .menu-modal
    .menu-modal-inner
    .menu-top-nav
    .search-toggle
    .toggle-inner
    .toggle-icon,
  .menu-modal .menu-modal-inner .menu-top-nav .search-toggle .toggle-inner svg {
    height: 13px;
    max-width: 13px;
    width: 13px;
  }
}

.menu-modal
  .menu-modal-inner
  .menu-top-nav
  .search-toggle
  .toggle-inner
  .toggle-text {
  left: auto;
  right: auto;
  text-align: center;
  top: auto;
  width: auto;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-family: Roboto-Bold;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 7px;
}

@media (max-width: 360px) {
  .menu-modal
    .menu-modal-inner
    .menu-top-nav
    .search-toggle
    .toggle-inner
    .toggle-text {
    font-size: 10px;
    line-height: 12px;
  }
}

.menu-modal .menu-modal-inner .menu-top-nav .search-toggle:hover {
  background-color: #11663b;
}

.menu-modal
  .menu-modal-inner
  .menu-top-nav
  .search-toggle:hover
  .toggle-inner
  .toggle-text {
  text-decoration: none;
  color: #fff;
}

.menu-modal .menu-modal-inner .menu-top-nav .header-logout {
  margin-left: auto;
  margin-right: 10px;
}

@media (max-width: 360px) {
  .menu-modal .menu-modal-inner .menu-top-nav .header-logout {
    margin-right: 8px;
  }
}

.menu-modal .menu-modal-inner .menu-top-nav .header-logout .btn {
  text-decoration: none;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  min-height: 41px;
  min-width: 133px;
  padding: 12px 10px;
}

@media (max-width: 360px) {
  .menu-modal .menu-modal-inner .menu-top-nav .header-logout .btn {
    font-size: 10px;
    line-height: 12px;
    min-width: 110px;
  }
}

.menu-modal .menu-modal-inner .header-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-modal .menu-modal-inner .header-logout .btn {
  padding: 8px 22px;
  width: 50%;
}

.menu-modal .menu-modal-inner .header-logout .btn:first-child {
  margin-right: 10px;
}

.menu-modal .menu-modal-inner .modal-menu {
  left: auto;
  width: 100%;
  margin: 22px 0;
}

.menu-modal .menu-modal-inner .modal-menu .ancestor-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-modal .menu-modal-inner .modal-menu li {
  border: 0;
}

.menu-modal
  .menu-modal-inner
  .modal-menu
  li.open
  > .ancestor-wrapper
  > button.sub-menu-toggle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-modal .menu-modal-inner .modal-menu > li > .ancestor-wrapper > a,
.menu-modal .menu-modal-inner .modal-menu > li > a {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  letter-spacing: normal;
  padding: 0;
  text-decoration: none;
}

.menu-modal .menu-modal-inner .modal-menu > li > .ancestor-wrapper {
  padding: 15px 16px 15px 19px;
}

.menu-modal
  .menu-modal-inner
  .modal-menu
  > li
  > .ancestor-wrapper
  > button.sub-menu-toggle {
  padding: 0;
  margin: 0;
  border: 0;
  background-image: url(../images/menu-arrow-mobile.svg);
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.menu-modal
  .menu-modal-inner
  .modal-menu
  > li
  > .ancestor-wrapper
  > button.sub-menu-toggle
  svg {
  display: none;
}

.menu-modal .menu-modal-inner .modal-menu > li ul {
  background: #157343;
  border-top: 1px solid #1b8b52;
  margin: 0 0 11px;
  padding: 15px 20px;
}

.menu-modal .menu-modal-inner .modal-menu > li ul li a {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  letter-spacing: normal;
  text-decoration: none;
  padding: 0;
}

.menu-modal .menu-modal-inner .modal-menu > li ul li .ancestor-wrapper {
  padding: 11px 19px;
}

.menu-modal
  .menu-modal-inner
  .modal-menu
  > li
  ul
  li
  .ancestor-wrapper
  button.sub-menu-toggle {
  padding: 0;
  margin: 0;
  border: 0;
  background-image: url(../images/menu-arrow-mobile.svg);
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.menu-modal
  .menu-modal-inner
  .modal-menu
  > li
  ul
  li
  .ancestor-wrapper
  button.sub-menu-toggle
  svg {
  display: none;
}

.menu-modal .menu-modal-inner .modal-menu > li ul li ul {
  background: #11663b;
}

.menu-modal .menu-modal-inner .social_list {
  padding: 116px 0 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 375px) {
  .menu-modal .menu-modal-inner .social_list:after {
    content: "";
    background-image: url(../images/mobile-menu-bg.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 297px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}

.menu-modal .menu-modal-inner .social_list_item {
  padding: 0 13px;
  position: relative;
  z-index: 1;
}

.search-modal .search-modal-inner .section-inner {
  max-width: 100%;
  width: 100%;
}

.search-modal .search-field {
  letter-spacing: normal;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
  height: 150px;
  font-size: 32px;
  line-height: 43px;
  font-weight: 400;
  font-family: Roboto-Medium;
  color: #11663b;
}

@media (max-width: 1199px) {
  .search-modal .search-field {
    height: 132px;
    font-size: 20px;
    line-height: 30px;
  }
}

.search-modal .search-field::-webkit-input-placeholder {
  color: #11663b;
  opacity: 1;
}

.search-modal .search-field::-moz-placeholder {
  color: #11663b;
  opacity: 1;
}

.search-modal .search-field:-ms-input-placeholder {
  color: #11663b;
  opacity: 1;
}

.search-modal .search-field::-ms-input-placeholder {
  color: #11663b;
  opacity: 1;
}

.search-modal .search-field::placeholder {
  color: #11663b;
  opacity: 1;
}

.search-modal .toggle svg polygon {
  fill: #11663b;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
}

.search-modal .toggle:hover svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-modal .toggle:hover svg polygon {
  fill: #ffa33f;
}

.home #site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: 0 0;
}

.error404 {
  padding: 0 !important;
}

.error404 .error404-content {
  margin: 0 auto 80px;
  max-width: 1440px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .error404 .error404-content {
    margin: 0 auto 40px;
    min-height: 300px;
  }
}

.error404 .error404-content .entry-title_404 {
  font-family: Montserrat-Black;
  color: #4b4b4b;
}

@media (max-width: 767px) {
  .error404 .error404-content .entry-title_404 {
    font-size: 67px;
    line-height: 70px;
  }
}

.error404 .error404-content .entry-title {
  font-family: Roboto-Bold;
  color: #4b4b4b;
  font-size: 50px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .error404 .error404-content .entry-title {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 10px;
  }
}

.error404 .error404-content .intro-text {
  margin: 0;
}

.error404 .error404-content .intro-text p {
  font-family: Roboto-Regular;
  color: #4b4b4b;
  margin: 0;
}

@media (max-width: 767px) {
  .error404 .error404-content .intro-text p {
    font-size: 13px;
    line-height: 20px;
  }
}

.search_page_main .no-results.not-found .h2 {
  margin: 250px 0;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-family: Roboto-Bold;
  color: #4b4b4b;
}

@media (max-width: 767px) {
  .search_page_main .no-results.not-found .h2 {
    margin: 125px 0;
  }
}

.search_page_main .search_title {
  margin: 80px 0 0;
}

@media (max-width: 767px) {
  .search_page_main .search_title {
    margin-top: 40px;
  }
}

.search_page_main .search_title .page-title {
  margin: 0;
  font-family: Montserrat-Black;
  color: #4b4b4b;
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .search_page_main .search_title .page-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}

.search_page_main .search_page_main_inner {
  margin: 80px 0;
}

@media (max-width: 767px) {
  .search_page_main .search_page_main_inner {
    margin: 40px 0;
  }
}

.search_page_main .search_page_main_inner .search_page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -10px 0;
}

.search_page_main .search_page_main_inner .search_page_list .item {
  width: 100%;
  padding: 10px 0;
}

.search_page_main .search_page_main_inner .search_page_list .item .item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
}

@media (max-width: 991px) {
  .search_page_main
    .search_page_main_inner
    .search_page_list
    .item
    .item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_image {
  width: 31.4%;
}

@media (max-width: 991px) {
  .search_page_main
    .search_page_main_inner
    .search_page_list
    .item
    .item_inner
    .item_image {
    width: 100%;
  }
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_image
  .item_image_inner {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_data {
  padding: 28px 45px 43px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 68.6%;
}

@media (max-width: 991px) {
  .search_page_main
    .search_page_main_inner
    .search_page_list
    .item
    .item_inner
    .item_data {
    width: 100%;
    padding: 25px 20px;
  }
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_data
  .item_title
  .h5 {
  text-decoration: none;
  font-family: Roboto-Bold;
  color: #525459;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_data
  .item_title
  .h5:hover {
  color: #ffa33f;
}

@media (max-width: 767px) {
  .search_page_main
    .search_page_main_inner
    .search_page_list
    .item
    .item_inner
    .item_data
    .item_title
    .h5 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 18px;
  }
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_data
  .item_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: Roboto-Bold;
  color: #11663b;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: auto;
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_data
  .item_link
  svg {
  margin-left: 15px;
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_data
  .item_link
  svg
  path {
  fill: #11663b;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_data
  .item_link:hover {
  color: #ffa33f;
}

.search_page_main
  .search_page_main_inner
  .search_page_list
  .item
  .item_inner
  .item_data
  .item_link:hover
  svg
  path {
  fill: #ffa33f;
}

.search_page_main .search_page_main_inner .pagination_section {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .search_page_main .search_page_main_inner .pagination_section {
    margin-top: 30px;
  }
}

.search_page_main
  .search_page_main_inner
  .pagination_section
  .pagination_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .search_page_main
    .search_page_main_inner
    .pagination_section
    .pagination_inner
    .next,
  .search_page_main
    .search_page_main_inner
    .pagination_section
    .pagination_inner
    .prev {
    display: none;
  }
}

.search_page_main
  .search_page_main_inner
  .pagination_section
  .pagination_inner
  .page-numbers {
  text-align: center;
  text-decoration: none;
  font-family: Roboto-Regular;
  color: #11663b;
  font-size: 24px;
  line-height: 30px;
  margin: 0 15px;
}

@media (max-width: 767px) {
  .search_page_main
    .search_page_main_inner
    .pagination_section
    .pagination_inner
    .page-numbers {
    font-size: 17px;
    line-height: 24px;
    margin: 0 10px;
  }
}

.search_page_main
  .search_page_main_inner
  .pagination_section
  .pagination_inner
  .page-numbers:hover {
  color: #ffa33f;
}

.search_page_main
  .search_page_main_inner
  .pagination_section
  .pagination_inner
  .page-numbers.current {
  color: #ffa33f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_page_main
  .search_page_main_inner
  .pagination_section
  .pagination_inner
  .page-numbers.current:hover {
  color: #11663b;
}

.search-results .shop_list_section .shops .shops_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search-results .shop_list_section .shops .shops_inner .shop_image_section {
  display: none;
}

.search-results .shop_list_section .shops .shops_inner .shop_detail {
  width: 100% !important;
  padding: 25px 20px !important;
}

.search-results
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_title {
  margin-bottom: 0 !important;
}

.search-results
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials {
  margin-top: 20px !important;
}

.search-results .pagination_div {
  margin-top: 20px;
}

.search-results .pagination_div .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.search-results .pagination_div .pagination .page-item a {
  padding: 0 10px;
  margin-bottom: 15px;
  display: inline-block;
  color: #11663b;
  text-decoration: none;
  outline: 0;
}

.search-results .pagination_div .pagination .page-item a:hover {
  color: #ffa33f;
}

.search-results .pagination_div .pagination .page-item.next,
.search-results .pagination_div .pagination .page-item.prev {
  margin: 0;
  position: relative;
  top: 3px;
}

.search-results .pagination_div .pagination .page-item.active a {
  color: #ffa33f;
}

body .pea_cook_wrapper.pea_cook_bottomright {
  bottom: 0;
  right: 0;
  margin: 0;
  width: auto;
  background: #000 !important;
  border-radius: 0;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  z-index: 999999;
}

body .pea_cook_wrapper.pea_cook_bottomright p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: inherit;
}

body .pea_cook_wrapper.pea_cook_bottomright p a {
  border: 0 !important;
  color: #ffa33f !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}

body .pea_cook_wrapper.pea_cook_bottomright p a:hover {
  color: #fff !important;
}

body .pea_cook_wrapper.pea_cook_bottomright p button.pea_cook_btn {
  background: #ffa33f;
  border: 1px solid #ffa33f;
  border-radius: 60px;
  padding: 10px 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 19px;
  width: 100px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all ease 0.5s;
  transition: all 0.5s ease;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: Roboto-Bold;
}

body .pea_cook_wrapper.pea_cook_bottomright p button.pea_cook_btn:active,
body .pea_cook_wrapper.pea_cook_bottomright p button.pea_cook_btn:focus,
body .pea_cook_wrapper.pea_cook_bottomright p button.pea_cook_btn:hover {
  text-decoration: none;
  background: 0 0;
  color: #ffa33f;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  box-shadow: none !important;
}

@media screen and (max-width: 1359px) {
  body .pea_cook_wrapper.pea_cook_bottomright p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  body #cookie-law-info-bar .cli-bar-container .cli-bar-message {
    font-size: 15px;
  }
  body
    #cookie-law-info-bar
    .cli-bar-container
    .cli-bar-btn_container
    .cli-plugin-main-button {
    margin: 10px auto 0;
    display: block;
    text-align: center;
    min-width: 153px;
    font-size: 16px;
  }
  body .pea_cook_wrapper.pea_cook_bottomright p {
    font-size: 15px;
  }
  body .pea_cook_wrapper.pea_cook_bottomright p button.pea_cook_btn {
    margin: 10px auto 0;
    display: block;
    text-align: center;
    min-width: 153px;
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body .pea_cook_wrapper.pea_cook_bottomright p {
    font-size: 13px;
  }
}

.Sitemap_main {
  margin: 40px 0 100px;
}

@media (max-width: 767px) {
  .Sitemap_main {
    margin: 0 0 40px;
  }
}

.Sitemap_main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Sitemap_main ul li {
  margin: 0 0 15px;
  padding: 0;
}

.Sitemap_main ul li a {
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #11663b;
  letter-spacing: normal;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
  position: relative;
  padding-left: 28px;
}

.Sitemap_main ul li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 0;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #11663b;
}

@media (max-width: 767px) {
  .Sitemap_main ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}

.Sitemap_main ul li a:hover {
  color: #ffa33f;
}

.Sitemap_main ul li ul.sub-menu {
  margin: 24px 0 24px 40px;
}

.how_to_donate {
  margin: 108px 0;
}

@media (max-width: 767px) {
  .how_to_donate {
    margin: 41px 0;
  }
}

.how_to_donate .how_to_donate_inner .how_to_donate_heading_and_content {
  max-width: 851px;
  margin: 0 auto 45px;
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_heading_and_content
  .how_to_donate_heading_section {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_heading_and_content
    .how_to_donate_heading_section {
    margin-bottom: 16px;
  }
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_heading_and_content
  .how_to_donate_heading_section
  .how_to_donate_heading {
  font-family: Montserrat-Black;
  margin: 0;
  color: #2f3331;
  text-align: center;
  font-weight: 900;
  line-height: 100%;
  font-size: 40px;
}

@media (max-width: 767px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_heading_and_content
    .how_to_donate_heading_section
    .how_to_donate_heading {
    font-size: 32px;
    line-height: 43.2px;
  }
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_heading_and_content
  .how_donate_content_section {
  max-width: 851px;
  margin: 0 auto;
}

@media (max-width: 400px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_heading_and_content
    .how_donate_content_section {
    max-width: 345px;
  }
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_heading_and_content
  .how_donate_content_section
  .how_to_donate_content
  p {
  color: #696969;
  text-align: center;
  font-family: Roboto-Regular;
  line-height: 22.5px;
  font-size: 15px;
}

.how_to_donate .how_to_donate_inner .how_to_donate_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .how_to_donate .how_to_donate_inner .how_to_donate_categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.how_to_donate .how_to_donate_inner .how_to_donate_categories .categories {
  width: 33.33333%;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .how_to_donate .how_to_donate_inner .how_to_donate_categories .categories {
    width: 50%;
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .how_to_donate .how_to_donate_inner .how_to_donate_categories .categories {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_categories
    .categories:last-child {
    margin-bottom: 13px;
  }
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .icons {
  margin: 0 auto;
  position: relative;
  padding: 0 0 42px;
}

@media (max-width: 767px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_categories
    .categories
    .icons {
    padding: 0 0 18px;
  }
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .icons:after {
  content: "";
  position: absolute;
  background: #89b8b5;
  width: 56px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .icons
  .icon_1_section {
  position: absolute;
  z-index: -1;
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .icons
  .icon_2_section {
  padding-top: 32px;
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .icons
  .icon_2_section
  .image {
  background-position: 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .category_title_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .category_title_section
  .category_title {
  font-size: 28px;
  margin: 24px 0 20px;
  line-height: 37.8px;
  color: #2f3331;
  font-family: Roboto-Bold;
}

@media (max-width: 1199px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_categories
    .categories
    .category_title_section
    .category_title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_categories
    .categories
    .category_title_section
    .category_title {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_categories
    .categories
    .category_title_section
    .category_title {
    margin: 18px 0 16px;
    font-size: 28px;
  }
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .category_small_content_section {
  max-width: 370px;
  margin: 0 auto;
  height: 100%;
}

@media (max-width: 767px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_categories
    .categories
    .category_small_content_section {
    max-width: 344px;
  }
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  .category_small_content_section
  .category_small_content
  p {
  font-size: 15px;
  font-family: Roboto-Regular;
  color: #696969;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .how_to_donate
    .how_to_donate_inner
    .how_to_donate_categories
    .categories
    .category_small_content_section
    .category_small_content
    p {
    margin-bottom: 16px;
  }
}

.how_to_donate .how_to_donate_inner .how_to_donate_categories .categories a {
  color: #11663b;
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto-Regular;
}

.how_to_donate
  .how_to_donate_inner
  .how_to_donate_categories
  .categories
  a:hover {
  color: #ffa33f;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.job_oppurtinities {
  background: #ffa33f;
  position: relative;
  margin-top: 185px;
}

@media (max-width: 991px) {
  .job_oppurtinities {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .job_oppurtinities {
    margin-top: 70px;
  }
}

.job_oppurtinities .job_oppurtinities_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 991px) {
  .job_oppurtinities .job_oppurtinities_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.job_oppurtinities .job_oppurtinities_inner .person_image {
  position: absolute;
  right: 70px;
  bottom: 0;
}

@media (max-width: 1359px) {
  .job_oppurtinities .job_oppurtinities_inner .person_image {
    right: 0;
  }
}

@media (max-width: 991px) {
  .job_oppurtinities .job_oppurtinities_inner .person_image {
    position: relative;
    z-index: 2;
  }
}

.job_oppurtinities .job_oppurtinities_inner .person_image:after {
  content: "";
  background-image: url(../images/Circles_2.png);
  position: absolute;
  width: 649px;
  height: 649px;
  bottom: -130px;
  left: -103px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .job_oppurtinities .job_oppurtinities_inner .person_image:after {
    width: 695px;
    height: 695px;
    bottom: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .job_oppurtinities .job_oppurtinities_inner .person_image:after {
    height: 631px;
  }
}

@media (max-width: 400px) {
  .job_oppurtinities .job_oppurtinities_inner .person_image:after {
    height: 100%;
    width: 418px;
    left: 47%;
  }
}

.job_oppurtinities .job_oppurtinities_inner .person_image .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  height: 100%;
}

.job_oppurtinities
  .job_oppurtinities_inner
  .person_image
  .image
  .transparent_image_for_desktop {
  width: 100%;
  display: block;
}

@media (max-width: 400px) {
  .job_oppurtinities
    .job_oppurtinities_inner
    .person_image
    .image
    .transparent_image_for_desktop {
    width: 98%;
  }
}

.job_oppurtinities .job_oppurtinities_inner .all_content_with_link {
  width: 52.5%;
  padding: 88px 0 92px 62px;
}

@media (max-width: 1359px) {
  .job_oppurtinities .job_oppurtinities_inner .all_content_with_link {
    padding-left: 0;
    width: 42%;
  }
}

@media (max-width: 991px) {
  .job_oppurtinities .job_oppurtinities_inner .all_content_with_link {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .job_oppurtinities .job_oppurtinities_inner .all_content_with_link {
    text-align: center;
    padding: 74px 0 30px;
  }
}

.job_oppurtinities
  .job_oppurtinities_inner
  .all_content_with_link
  .jon_oppurtunities_title_section
  .job_oppurtunities_title {
  color: #fff;
  font-size: 16px;
  line-height: 25.6px;
  font-family: Roboto-Medium;
}

.job_oppurtinities
  .job_oppurtinities_inner
  .all_content_with_link
  .job_oppurtunities_heading_section {
  position: relative;
  padding: 0 0 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .job_oppurtinities
    .job_oppurtinities_inner
    .all_content_with_link
    .job_oppurtunities_heading_section {
    padding: 0 0 27px;
    margin-bottom: 32px;
  }
}

.job_oppurtinities
  .job_oppurtinities_inner
  .all_content_with_link
  .job_oppurtunities_heading_section:after {
  content: "";
  position: absolute;
  width: 152px;
  height: 2px;
  background: #fff;
  bottom: 0;
}

@media (max-width: 767px) {
  .job_oppurtinities
    .job_oppurtinities_inner
    .all_content_with_link
    .job_oppurtunities_heading_section:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.job_oppurtinities
  .job_oppurtinities_inner
  .all_content_with_link
  .job_oppurtunities_heading_section
  .job_oppurtunities_heading {
  color: #fff;
  font-family: Montserrat-Black;
  font-size: 68px;
  line-height: 120%;
  margin: 0;
}

@media (max-width: 1359px) {
  .job_oppurtinities
    .job_oppurtinities_inner
    .all_content_with_link
    .job_oppurtunities_heading_section
    .job_oppurtunities_heading {
    font-size: 48px;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .job_oppurtinities
    .job_oppurtinities_inner
    .all_content_with_link
    .job_oppurtunities_heading_section
    .job_oppurtunities_heading {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .job_oppurtinities
    .job_oppurtinities_inner
    .all_content_with_link
    .job_oppurtunities_heading_section
    .job_oppurtunities_heading {
    font-size: 32px;
    line-height: 135%;
  }
}

.job_oppurtinities
  .job_oppurtinities_inner
  .all_content_with_link
  .content_section {
  max-width: 623px;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .job_oppurtinities
    .job_oppurtinities_inner
    .all_content_with_link
    .content_section {
    margin-bottom: 32px;
  }
}

.job_oppurtinities
  .job_oppurtinities_inner
  .all_content_with_link
  .content_section
  .job_oppurtunities_content
  p {
  line-height: 145%;
  color: #fff;
  font-size: 16px;
  font-family: Roboto-Regular;
}

.job_oppurtinities
  .job_oppurtinities_inner
  .all_content_with_link
  .btn.btn_green {
  border: 1px solid #ffa33f;
}

.job_oppurtinities
  .job_oppurtinities_inner
  .all_content_with_link
  .btn.btn_green:hover {
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}

.job_oppurtinities .job_oppurtinities_inner.left_side_image .person_image {
  left: 70px;
  right: unset;
  bottom: 0;
}

@media (max-width: 1359px) {
  .job_oppurtinities .job_oppurtinities_inner.left_side_image .person_image {
    left: 0;
  }
}

.job_oppurtinities
  .job_oppurtinities_inner.left_side_image
  .person_image:after {
  bottom: -130px;
  left: -103px;
}

@media (max-width: 991px) {
  .job_oppurtinities
    .job_oppurtinities_inner.left_side_image
    .person_image:after {
    bottom: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 400px) {
  .job_oppurtinities
    .job_oppurtinities_inner.left_side_image
    .person_image:after {
    left: 47%;
  }
}

.job_oppurtinities
  .job_oppurtinities_inner.left_side_image
  .all_content_with_link {
  margin-left: auto;
}

.who_we_are {
  margin: 91px 0 78px;
}

@media (max-width: 767px) {
  .who_we_are {
    margin: 79px 0 86px;
  }
}

.who_we_are .who_we_are_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1256px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .who_we_are .who_we_are_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.who_we_are .who_we_are_inner .who_we_are_all_content {
  width: 70%;
}

@media (max-width: 1199px) {
  .who_we_are .who_we_are_inner .who_we_are_all_content {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .who_we_are .who_we_are_inner .who_we_are_all_content {
    width: 100%;
    padding-right: 0;
  }
}

.who_we_are
  .who_we_are_inner
  .who_we_are_all_content
  .who_we_are_heading_content {
  margin: 0 0 78px;
}

@media (max-width: 767px) {
  .who_we_are
    .who_we_are_inner
    .who_we_are_all_content
    .who_we_are_heading_content {
    margin: 0 0 35px;
  }
}

.who_we_are
  .who_we_are_inner
  .who_we_are_all_content
  .who_we_are_heading_content
  .who_we_are_heading_section
  .who_we_are_heading {
  font-size: 40px;
  line-height: 100%;
  color: #2f3331;
  font-family: Montserrat-Black;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .who_we_are
    .who_we_are_inner
    .who_we_are_all_content
    .who_we_are_heading_content
    .who_we_are_heading_section
    .who_we_are_heading {
    font-size: 32px;
    line-height: 43px;
    margin: 0 0 22px;
  }
}

.who_we_are
  .who_we_are_inner
  .who_we_are_all_content
  .who_we_are_heading_content
  .who_we_are_content_section
  .who_we_are_content {
  color: #696969;
  font-family: Roboto-Regular;
  margin: 0;
  font-size: 15px;
  line-height: 22.5px;
}

.who_we_are
  .who_we_are_inner
  .who_we_are_all_content
  .who_we_are_second_heading_second_content {
  margin: 0 0 78px;
}

@media (max-width: 767px) {
  .who_we_are
    .who_we_are_inner
    .who_we_are_all_content
    .who_we_are_second_heading_second_content {
    margin: 0 0 35px;
  }
}

.who_we_are
  .who_we_are_inner
  .who_we_are_all_content
  .who_we_are_second_heading_second_content
  .who_we_are_second_heading_section
  .who_we_are_second_heading {
  font-size: 28px;
  line-height: 37.8x;
  color: #2f3331;
  font-family: Roboto-Medium;
  margin: 0 0 13px;
}

@media (max-width: 767px) {
  .who_we_are
    .who_we_are_inner
    .who_we_are_all_content
    .who_we_are_second_heading_second_content
    .who_we_are_second_heading_section
    .who_we_are_second_heading {
    margin: 0 0 35px;
  }
}

.who_we_are
  .who_we_are_inner
  .who_we_are_all_content
  .who_we_are_second_heading_second_content
  .who_we_are_second_content_section
  .who_we_are_second_content {
  color: #696969;
  font-family: Roboto-Regular;
  margin: 0;
  font-size: 15px;
  line-height: 22.5px;
}

.who_we_are .who_we_are_inner .who_we_are_image_section {
  width: 30%;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .who_we_are .who_we_are_inner .who_we_are_image_section {
    width: 100%;
  }
}

.who_we_are .who_we_are_inner .who_we_are_image_section img {
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .who_we_are .who_we_are_inner .who_we_are_image_section img {
    margin: 0 auto;
  }
}

.sustainability {
  margin: 140px 0;
}

@media (max-width: 991px) {
  .sustainability {
    margin: 80px 0;
  }
}

@media (max-width: 767px) {
  .sustainability {
    margin: 28px 0 70px;
  }
}

.sustainability.rts {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sustainability.rts {
    margin-top: 50px;
  }
}

.sustainability.rbs {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sustainability.rbs {
    margin-bottom: 50px;
  }
}

.sustainability .sustainability_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .sustainability .sustainability_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sustainability .sustainability_inner.image_right .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 991px) {
  .sustainability .sustainability_inner.image_right .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.sustainability .sustainability_inner.image_right .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0;
  padding-left: 62px;
}

@media (max-width: 1199px) {
  .sustainability .sustainability_inner.image_right .right {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .sustainability .sustainability_inner.image_right .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.sustainability .sustainability_inner .left {
  width: 48%;
  position: relative;
}

@media (max-width: 991px) {
  .sustainability .sustainability_inner .left {
    width: 100%;
    margin: 0 0 42px;
  }
}

.sustainability .sustainability_inner .left img {
  margin: 0 auto;
}

.sustainability .sustainability_inner .left .sustainability_image_inner {
  background-repeat: no-repeat;
  background-position: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: contain, 0;
}

@media (max-width: 767px) {
  .sustainability .sustainability_inner .left .sustainability_image_inner {
    padding: 0 30px;
  }
}

@media (max-width: 575px) {
  .sustainability .sustainability_inner .left .sustainability_image_inner {
    padding: 0 22px;
  }
}

@media (max-width: 375px) {
  .sustainability .sustainability_inner .left .sustainability_image_inner {
    background-size: 0, contain;
    width: calc(100% - 38px);
    margin-left: 8px;
    padding: 0;
  }
}

.sustainability .sustainability_inner .left .sustainability_image_icon {
  position: absolute;
  left: 53%;
  top: 48.8%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
}

@media (max-width: 991px) {
  .sustainability .sustainability_inner .left .sustainability_image_icon {
    left: 50%;
    top: 48%;
  }
}

.sustainability .sustainability_inner .left .sustainability_image_icon .mobile {
  display: none;
}

@media (max-width: 375px) {
  .sustainability
    .sustainability_inner
    .left
    .sustainability_image_icon
    .mobile {
    display: block;
  }
}

@media (max-width: 375px) {
  .sustainability
    .sustainability_inner
    .left
    .sustainability_image_icon
    .desktop {
    display: none;
  }
}

.sustainability .sustainability_inner .right {
  width: 48%;
  padding-right: 62px;
}

@media (max-width: 1199px) {
  .sustainability .sustainability_inner .right {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .sustainability .sustainability_inner .right {
    width: 100%;
  }
}

.sustainability
  .sustainability_inner
  .right
  .sustainability_title_section
  .sustainability_title {
  font-family: Roboto-Medium;
  font-size: 16px;
  line-height: 26px;
  color: #a0d0ab;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .sustainability
    .sustainability_inner
    .right
    .sustainability_title_section
    .sustainability_title {
    text-align: center;
  }
}

.sustainability
  .sustainability_inner
  .right
  .sustainability_heading_section
  .sustainability_heading {
  font-size: 40px;
  font-family: Montserrat-Black;
  line-height: 48px;
  color: #2f3331;
  padding: 0 0 42px;
  margin: 0 0 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .sustainability
    .sustainability_inner
    .right
    .sustainability_heading_section
    .sustainability_heading {
    font-size: 32px;
    line-height: 43px;
    padding: 0 0 29px;
    margin: 0 0 32px;
  }
}

@media (max-width: 991px) {
  .sustainability
    .sustainability_inner
    .right
    .sustainability_heading_section
    .sustainability_heading {
    text-align: center;
  }
}

.sustainability
  .sustainability_inner
  .right
  .sustainability_heading_section
  .sustainability_heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #c4c4c4;
  left: 0;
  height: 2px;
  max-width: 152px;
}

@media (max-width: 991px) {
  .sustainability
    .sustainability_inner
    .right
    .sustainability_heading_section
    .sustainability_heading:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.sustainability .sustainability_inner .right .sustainability_content_section {
  margin: 0 0 34px;
}

@media (max-width: 991px) {
  .sustainability .sustainability_inner .right .sustainability_content_section {
    margin: 0 0 32px;
    padding: 0 2px;
  }
}

@media (max-width: 991px) {
  .sustainability
    .sustainability_inner
    .right
    .sustainability_content_section
    .sustainability_content {
    text-align: center;
  }
}

.sustainability
  .sustainability_inner
  .right
  .sustainability_content_section
  .sustainability_content
  p {
  font-family: Roboto-Regular;
  color: #696969;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 991px) {
  .sustainability
    .sustainability_inner
    .right
    .sustainability_inner_page_link_section {
    text-align: center;
  }
}

.sustainability
  .sustainability_inner
  .right
  .sustainability_inner_page_link_section
  .sustainability_inner_page_link {
  padding: 18px 63px 17px 62px;
  background-color: #ffa33f;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 45px;
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto-Medium;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sustainability
  .sustainability_inner
  .right
  .sustainability_inner_page_link_section
  .sustainability_inner_page_link:hover {
  background-color: #11663b;
}

.member_cherity {
  background: rgba(160, 208, 171, 0.3);
  margin: 78px 0 0;
}

.member_cherity.logos_only .member_cherity_inner .boxes.align_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .member_cherity {
    margin: 86px 0 0;
  }
}

.member_cherity .member_cherity_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 94px 0 104px;
}

@media (max-width: 767px) {
  .member_cherity .member_cherity_inner {
    padding: 74px 0 76px;
  }
}

.member_cherity .member_cherity_inner .title_and_drop_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 50px;
}

@media (max-width: 991px) {
  .member_cherity .member_cherity_inner .title_and_drop_down {
    margin: 0 0 20px;
  }
}

@media (max-width: 991px) {
  .member_cherity .member_cherity_inner .title_and_drop_down .title_section {
    width: 100%;
    text-align: center;
  }
}

.member_cherity
  .member_cherity_inner
  .title_and_drop_down
  .title_section
  .title {
  font-size: 28px;
  line-height: 39px;
  margin: 0;
  color: #2f3331;
  font-family: Roboto-Bold;
}

@media (max-width: 991px) {
  .member_cherity
    .member_cherity_inner
    .title_and_drop_down
    .title_section
    .title {
    margin: 0 0 22px;
  }
}

.member_cherity .member_cherity_inner .title_and_drop_down .box_drop_down {
  width: 444px;
}

@media (max-width: 991px) {
  .member_cherity .member_cherity_inner .title_and_drop_down .box_drop_down {
    width: 100%;
  }
}

.member_cherity
  .member_cherity_inner
  .title_and_drop_down
  .box_drop_down
  .selectric-wrapper.selectric-selectric.selectric-open
  .button:after {
  -webkit-transform: rotate(178deg);
  -ms-transform: rotate(178deg);
  transform: rotate(178deg);
}

.member_cherity
  .member_cherity_inner
  .title_and_drop_down
  .box_drop_down
  .selectric {
  background-color: #fff !important;
  border: 0 !important;
}

.member_cherity
  .member_cherity_inner
  .title_and_drop_down
  .box_drop_down
  .selectric
  .label {
  display: block !important;
  font-size: 15px !important;
  line-height: 22.5px !important;
  margin: 0 !important;
  color: #696969 !important;
  font-family: Roboto-Regular !important;
  height: 59px;
  padding: 19px 19px 17px;
}

.member_cherity
  .member_cherity_inner
  .title_and_drop_down
  .box_drop_down
  .selectric
  .button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff !important;
  width: 12px;
  height: 6px;
}

.member_cherity
  .member_cherity_inner
  .title_and_drop_down
  .box_drop_down
  .selectric
  .button:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/Vector.svg);
  background-position: 50%;
  background-color: transparent !important;
  width: 12px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  border: 0 !important;
  border-bottom: 0 !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.member_cherity .member_cherity_inner .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -9.5px -7px;
}

@media (max-width: 767px) {
  .member_cherity .member_cherity_inner .boxes {
    margin: -4.5px;
  }
}

.member_cherity .member_cherity_inner .boxes .box {
  padding: 9.5px 7px;
  width: 14.28%;
}

@media (max-width: 1199px) {
  .member_cherity .member_cherity_inner .boxes .box {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .member_cherity .member_cherity_inner .boxes .box {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .member_cherity .member_cherity_inner .boxes .box {
    width: 33.33%;
    padding: 4.5px;
  }
}

.member_cherity .member_cherity_inner .boxes .box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop_list_with_filter_section {
  margin: 0 0 102px;
}

@media (max-width: 991px) {
  .shop_list_with_filter_section {
    margin: 0 0 85px;
  }
}

@media (max-width: 767px) {
  .shop_list_with_filter_section {
    margin: 43px 0 65px;
  }
}

.shop_list_with_filter_section .inner_contetnt .shop_list_section {
  margin-top: 40px;
  min-height: 300px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section .inner_contetnt .shop_list_section {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .shop_list_with_filter_section .inner_contetnt .shop_list_section .shops {
    margin-bottom: 30px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops:last-child {
  margin-bottom: 0;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops.not_found
  .shops_inner {
  background: 0 0;
}

.shop_list_with_filter_section .inner_contetnt .shop_list_section .shops {
  border: 1px solid #bdbdbd;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 24px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_image {
  margin-right: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_image {
    margin-right: 0;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_image
  img {
  height: 100%;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_image
    img {
    width: 100%;
    min-height: 233px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail {
  width: 66%;
  padding: 24px 0 24px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail {
    width: 100%;
    padding: 35px 18px 25px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_title {
  line-height: 0;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_title
  a {
  text-decoration: none;
  font-family: Roboto-Regular;
  font-size: 24px;
  line-height: 120%;
  color: #2f3331;
  margin: 0 0 22px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_title
    a {
    margin: 0 0 27px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 45px 0 8px;
}

@media (max-width: 991px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials {
    padding: 0 15px 0 8px;
  }
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials {
    padding: 0;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_address_name,
.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_contact_number_name {
  font-family: Roboto-Regular;
  font-size: 15px;
  line-height: 21px;
  color: #313131;
  font-weight: 500;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information {
  font-family: Roboto-Regular;
  font-size: 15px;
  line-height: 21px;
  color: #696969;
}

@media (max-width: 1199px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .shop_information {
    width: 100%;
    padding-right: 0;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_address_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .shop_information
    .shop_address_section {
    margin-bottom: 16px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_address_section
  .address_logo
  svg
  path {
  fill: #000000;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_address_section
  .address_logo
  svg {
  width: 16px;
  height: 16px;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_address_section
  .address_logo {
  margin-right: 20px;
}

@media (max-width: 400px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .shop_information
    .shop_address_section
    .address_logo
    svg {
    width: 15px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_all_days_timing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .shop_information
    .shop_all_days_timing {
    margin-bottom: 16px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_all_days_timing
  .time_logo {
  margin-right: 20px;
}

@media (max-width: 400px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .shop_information
    .shop_all_days_timing
    .time_logo
    svg {
    width: 20px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_contact_number_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .shop_information
    .shop_contact_number_section {
    margin-bottom: 16px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_contact_number_section
  .contact_logo {
  margin-right: 20px;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_contact_number_section
  a {
  font-size: 15px;
  line-height: 21px;
  color: #ffa33f;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_contact_number_section
  a:hover {
  color: #ffa33f;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_email_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_email_section
  .email_logo {
  margin-right: 20px;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_email_section
  a {
  font-size: 15px;
  line-height: 21px;
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .shop_information
  .shop_email_section
  a:hover {
  color: #ffa33f;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .shop_information
    svg
    path {
    fill: #696969;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .socials {
    margin-top: 35px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .socials
  .visit_us {
  padding-right: 145px;
  font-family: Roboto-Regular;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  color: #11663b;
  position: relative;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .socials
    .visit_us {
    padding-right: 202px;
  }
}

@media (max-width: 373px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .socials
    .visit_us {
    padding-right: 140px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .socials
  .visit_us:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 77px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 89px;
  height: 1px;
  background: #11663b;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .socials
    .visit_us:after {
    width: 160px;
    left: 70px;
  }
}

@media (max-width: 373px) {
  .shop_list_with_filter_section
    .inner_contetnt
    .shop_list_section
    .shops
    .shops_inner
    .shop_detail
    .shop_info_with_socials
    .socials
    .visit_us:after {
    width: 100px;
    left: 68px;
  }
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .socials
  .social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .socials
  .social_icons
  .web {
  margin-right: 16px;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .socials
  .social_icons
  .web:last-child {
  margin-right: 0;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .socials
  .social_icons
  .web:hover
  svg {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop_list_with_filter_section
  .inner_contetnt
  .shop_list_section
  .shops
  .shops_inner
  .shop_detail
  .shop_info_with_socials
  .socials
  .social_icons
  .web:hover
  svg
  path {
  fill: #ffa33f;
}

.shop_list_with_filter_section .inner_contetnt .load_more_section {
  margin-top: 63px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section .inner_contetnt .load_more_section {
    margin-top: 41px;
  }
}

.shop_list_with_filter_section .inner_contetnt .load_more_section .shops_inner {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  background: 0 0 !important;
  display: flex;
}

.shop_list_with_filter_section
  .inner_contetnt
  .load_more_section
  .shops_inner
  .load_more_button {
  text-transform: unset;
  min-width: 219px;
  color: #fff;
  background-color: #ffa33f;
  padding: 20px 44px;
  border-radius: 43px;
  font-family: Roboto-Bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop_list_with_filter_section
  .inner_contetnt
  .load_more_section
  .shops_inner
  .load_more_button:hover {
  background: #11663b;
}

.shop_list_with_filter_section .inner_contetnt .loadMore {
  margin-top: 63px;
}

@media (max-width: 767px) {
  .shop_list_with_filter_section .inner_contetnt .loadMore {
    margin-top: 41px;
  }
}

.shop_list_with_filter_section .inner_contetnt .loadMore .shops_inner {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  background: 0 0 !important;
}

.shop_list_with_filter_section
  .inner_contetnt
  .loadMore
  .shops_inner
  .load_more_button {
  text-transform: unset;
  min-width: 219px;
  color: #fff;
  background-color: #ffa33f;
  padding: 20px 44px;
  border-radius: 43px;
  font-family: Roboto-Bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop_list_with_filter_section
  .inner_contetnt
  .loadMore
  .shops_inner
  .load_more_button:hover {
  background-color: #11663b;
}

.inner_contetnt .filter_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

@media (max-width: 767px) {
  .inner_contetnt .filter_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .inner_contetnt .filter_section {
    margin: 0 auto;
  }
}

.inner_contetnt .filter_section .selectric-wrapper {
  width: calc(100% - 20px);
  max-width: 444px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .inner_contetnt .filter_section .selectric-wrapper {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .inner_contetnt .filter_section .selectric-wrapper:last-child {
    margin-bottom: 0;
  }
}

.inner_contetnt .filter_section .selectric-wrapper .selectric-items li {
  line-height: 150%;
  font-size: 15px;
  color: #696969;
  font-family: Roboto-Regular;
}

.inner_contetnt .filter_section .selectric-wrapper .selectric {
  background: #fff;
}

.inner_contetnt .filter_section .selectric-wrapper .selectric .label {
  line-height: 150%;
  padding: 19px 25px 19px 19px;
  margin: 0;
  font-size: 15px;
  color: #696969;
  height: 59px;
  position: relative;
  font-family: Roboto-Medium;
}

.inner_contetnt .filter_section .selectric-wrapper .selectric .label:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(../images/selectric_icon.svg);
  height: 7px;
  width: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}

.inner_contetnt .filter_section .selectric-wrapper .selectric .button {
  display: none;
}

.custom_inner_banner {
  position: relative;
}

.custom_inner_banner
  .inner_banner_heading_section
  .inner_banner_heading_inner
  .heading_text {
  font-family: Montserrat-ExtraBold;
  font-size: 68px;
  line-height: 1;
  margin: 0;
}

@media (max-width: 1599px) {
  .custom_inner_banner
    .inner_banner_heading_section
    .inner_banner_heading_inner
    .heading_text {
    font-size: 62px;
  }
}

@media (max-width: 1439px) {
  .custom_inner_banner
    .inner_banner_heading_section
    .inner_banner_heading_inner
    .heading_text {
    font-size: 58px;
  }
}

@media (max-width: 1199px) {
  .custom_inner_banner
    .inner_banner_heading_section
    .inner_banner_heading_inner
    .heading_text {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .custom_inner_banner
    .inner_banner_heading_section
    .inner_banner_heading_inner
    .heading_text {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .custom_inner_banner
    .inner_banner_heading_section
    .inner_banner_heading_inner
    .heading_text {
    font-size: 44px;
  }
}

.custom_inner_banner.banner_type_with_image .background_circle {
  background-image: url(../images/Circles.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 995px;
  position: absolute;
  bottom: 0;
  left: 33%;
  height: 783px;
  z-index: 1;
  margin-bottom: -30px;
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_with_image .background_circle {
    display: none;
  }
}

.custom_inner_banner.banner_type_with_image .inner_page_banner_with_image {
  position: relative;
}

.custom_inner_banner.banner_type_with_image
  .inner_page_banner_with_image
  .for_desktop
  .img_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.custom_inner_banner.banner_type_with_image
  .inner_page_banner_with_image
  .for_desktop
  .img_bg
  img {
  width: 100%;
  min-height: 572px;
}

@media (max-width: 1599px) {
  .custom_inner_banner.banner_type_with_image
    .inner_page_banner_with_image
    .for_desktop
    .img_bg
    img {
    min-height: 550px;
  }
}

@media (max-width: 1439px) {
  .custom_inner_banner.banner_type_with_image
    .inner_page_banner_with_image
    .for_desktop
    .img_bg
    img {
    min-height: 500px;
  }
}

@media (max-width: 1199px) {
  .custom_inner_banner.banner_type_with_image
    .inner_page_banner_with_image
    .for_desktop
    .img_bg
    img {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_with_image
    .inner_page_banner_with_image
    .for_desktop {
    display: none;
  }
}

.custom_inner_banner.banner_type_with_image
  .inner_page_banner_with_image
  .for_mobile {
  display: none;
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_with_image
    .inner_page_banner_with_image
    .for_mobile {
    display: block;
  }
}

.custom_inner_banner.banner_type_with_image
  .inner_page_banner_with_image
  .for_mobile
  .img_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.custom_inner_banner.banner_type_with_image
  .inner_page_banner_with_image
  .for_mobile
  .img_bg
  img {
  width: 100%;
  max-height: 800px;
}

.custom_inner_banner.banner_type_with_image
  .inner_page_banner_with_image
  .inner_banner_heading_section {
  position: absolute;
  bottom: 200px;
  width: 100%;
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_with_image
    .inner_page_banner_with_image
    .inner_banner_heading_section {
    bottom: 29%;
  }
}

.custom_inner_banner.banner_type_with_image
  .inner_page_banner_with_image
  .inner_banner_heading_section
  .heading_text {
  color: #fff;
}

.custom_inner_banner.banner_type_without_image {
  position: relative;
  padding-bottom: 81px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_without_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.custom_inner_banner.banner_type_without_image .background_circle {
  background-image: url(../images/Cork_Chember_innep_page_banner_corcle_without_image_desktop.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 28%;
  width: 1431px;
  height: 1352px;
  z-index: -1;
}

@media (max-width: 1599px) {
  .custom_inner_banner.banner_type_without_image .background_circle {
    left: 17%;
  }
}

@media (max-width: 1199px) {
  .custom_inner_banner.banner_type_without_image .background_circle {
    left: 10%;
    bottom: 6%;
  }
}

@media (max-width: 991px) {
  .custom_inner_banner.banner_type_without_image .background_circle {
    left: -5%;
    bottom: 6%;
  }
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_without_image .background_circle {
    background-image: url(../images/Cork_Chember_innep_page_banner_corcle_without_image_mobile.svg);
    width: 470px;
    height: 432px;
    left: inherit;
    right: 0;
    bottom: 0;
    background-size: cover;
  }
}

@media (max-width: 380px) {
  .custom_inner_banner.banner_type_without_image .background_circle {
    left: -14%;
    right: -6%;
  }
}

.custom_inner_banner.banner_type_without_image
  .inner_page_banner_without_image {
  background-image: url(../images/CorkChamber_Inner_page_banner_wothout_Image.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 265px;
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_without_image
    .inner_page_banner_without_image {
    background-image: url(../images/CorkChamber_Inner_page_banner_wothout_Image_mobile.svg);
    min-height: 210px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.custom_inner_banner.banner_type_without_image
  .inner_page_banner_without_image
  .inner_banner_heading_section {
  padding: 64px 0 130px;
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_without_image
    .inner_page_banner_without_image
    .inner_banner_heading_section {
    padding: 40px 0 60px;
    margin-top: auto;
  }
}

.custom_inner_banner.banner_type_without_image
  .inner_page_banner_without_image
  .inner_banner_heading_section
  .heading_text {
  color: #fff;
}

.custom_inner_banner.banner_type_without_image
  .inner_page_banner_without_image
  .inner_banner_heading_section
  .heading_text.small {
  font-size: 35px;
  line-height: 130%;
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_without_image
    .inner_page_banner_without_image
    .inner_banner_heading_section
    .heading_text.small {
    font-size: 28px;
  }
}

.custom_inner_banner.banner_type_without_image
  .inner_page_banner_without_image
  .inner_banner_heading_section
  .date_section {
  margin-top: 20px;
}

.custom_inner_banner.banner_type_without_image
  .inner_page_banner_without_image
  .inner_banner_heading_section
  .date_section
  .date_text {
  color: #fff;
}

.custom_inner_banner.banner_type_without_image .bottom_section {
  position: absolute;
  width: 100%;
  bottom: 80px;
}

@media (max-width: 1439px) {
  .custom_inner_banner.banner_type_without_image .bottom_section {
    bottom: 60px;
  }
}

@media (max-width: 991px) {
  .custom_inner_banner.banner_type_without_image .bottom_section {
    bottom: 40px;
  }
}

@media (max-width: 767px) {
  .custom_inner_banner.banner_type_without_image .bottom_section {
    bottom: 0;
  }
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .custom_inner_banner
    .bottom_section
    .bottom_section_inner
    .follow_us_on_socials {
    margin: 18px 0 0;
  }
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials
  .follow_us {
  font-family: Roboto-Regular;
  color: #848484;
  position: relative;
  padding-right: 137px;
  font-size: 15px;
  line-height: 22.5px;
}

@media (max-width: 767px) {
  .custom_inner_banner
    .bottom_section
    .bottom_section_inner
    .follow_us_on_socials
    .follow_us {
    padding-right: 110px;
  }
}

@media (max-width: 374px) {
  .custom_inner_banner
    .bottom_section
    .bottom_section_inner
    .follow_us_on_socials
    .follow_us {
    padding-right: 75px;
  }
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials
  .follow_us:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 88px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 89px;
  height: 1px;
  background-color: #848484;
}

@media (max-width: 767px) {
  .custom_inner_banner
    .bottom_section
    .bottom_section_inner
    .follow_us_on_socials
    .follow_us:after {
    width: 68px;
  }
}

@media (max-width: 374px) {
  .custom_inner_banner
    .bottom_section
    .bottom_section_inner
    .follow_us_on_socials
    .follow_us:after {
    width: 48px;
    left: 78px;
  }
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials
  .follow_us.share_text:after {
  left: 60px;
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials
  .social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials
  .social_list
  .social_list_item {
  margin: 0 26px 0 0;
  padding: 0;
}

@media (max-width: 374px) {
  .custom_inner_banner
    .bottom_section
    .bottom_section_inner
    .follow_us_on_socials
    .social_list
    .social_list_item {
    margin: 0 15px 0 0;
  }
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials
  .social_list
  .social_list_item:last-child {
  margin: 0;
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials
  .social_list
  .social_list_item
  a
  svg
  path {
  fill: #11663b;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.custom_inner_banner
  .bottom_section
  .bottom_section_inner
  .follow_us_on_socials
  .social_list
  .social_list_item
  a:hover
  svg
  path {
  fill: #ffa33f;
}

.inner_page_banner {
  overflow: hidden;
}

.inner_page_banner .inner_page_banner_inner {
  position: relative;
}

.inner_page_banner
  .inner_page_banner_inner
  .inner_page_banner_with_image
  .inner_page_image_section
  .inner_page_banner_image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 572px;
}

@media (max-width: 767px) {
  .inner_page_banner
    .inner_page_banner_inner
    .inner_page_banner_with_image
    .inner_page_image_section
    .inner_page_banner_image {
    display: none;
  }
}

.inner_page_banner
  .inner_page_banner_inner
  .inner_page_banner_with_image
  .inner_page_mobile_image_section
  .inner_page_banner_mobile_image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 600px;
}

@media (min-width: 768px) {
  .inner_page_banner
    .inner_page_banner_inner
    .inner_page_banner_with_image
    .inner_page_mobile_image_section
    .inner_page_banner_mobile_image {
    display: none;
  }
}

@media (max-width: 767px) {
  .inner_page_banner
    .inner_page_banner_inner
    .inner_page_banner_with_image
    .inner_page_mobile_image_section
    .inner_page_banner_mobile_image {
    display: block;
    background-position: bottom;
    min-height: 800px;
  }
}

.inner_page_banner .inner_page_banner_inner .background_circle:after {
  background-image: url(../images/Circles.svg);
  width: 988px;
  position: absolute;
  bottom: 0;
  left: 33%;
  content: "";
  background-repeat: no-repeat;
  background-position: bottom;
  height: 934px;
}

@media (max-width: 767px) {
  .inner_page_banner .inner_page_banner_inner .background_circle:after {
    display: none;
  }
}

.inner_page_banner
  .inner_page_banner_inner
  .background_circle
  .with_image_inner_page_banner_heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 767px) {
  .inner_page_banner
    .inner_page_banner_inner
    .background_circle
    .with_image_inner_page_banner_heading {
    top: 72%;
    -webkit-transform: translateY(-72%);
    -ms-transform: translateY(-72%);
    transform: translateY(-72%);
  }
}

.inner_page_banner
  .inner_page_banner_inner
  .background_circle
  .with_image_inner_page_banner_heading
  .inner_page_heading {
  font-family: Montserrat-Black;
  color: #fff;
  font-size: 68px;
  line-height: 68px;
  margin: 0;
}

@media (max-width: 767px) {
  .inner_page_banner
    .inner_page_banner_inner
    .background_circle
    .with_image_inner_page_banner_heading
    .inner_page_heading {
    font-size: 44px;
    line-height: 44px;
  }
}

.inner_page_banner .inner_page_banner_inner .follow_us_on_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .inner_page_banner .inner_page_banner_inner .follow_us_on_socials {
    margin: 18px 0 0;
  }
}

.inner_page_banner .inner_page_banner_inner .follow_us_on_socials .follow_us {
  font-family: Roboto-Regular;
  color: #848484;
  position: relative;
  padding-right: 137px;
  font-size: 15px;
  line-height: 22.5px;
}

.inner_page_banner
  .inner_page_banner_inner
  .follow_us_on_socials
  .follow_us:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 88px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 89px;
  height: 1px;
  background-color: #848484;
}

@media (max-width: 767px) {
  .inner_page_banner
    .inner_page_banner_inner
    .follow_us_on_socials
    .follow_us:after {
    width: 68px;
  }
}

@media (max-width: 767px) {
  .inner_page_banner .inner_page_banner_inner .follow_us_on_socials .follow_us {
    padding-right: 107px;
  }
}

.inner_page_banner .inner_page_banner_inner .follow_us_on_socials .social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_page_banner
  .inner_page_banner_inner
  .follow_us_on_socials
  .social_list
  .social_list_item {
  margin: 0 26px 0 0;
  padding: 0;
}

.inner_page_banner
  .inner_page_banner_inner
  .follow_us_on_socials
  .social_list
  .social_list_item:last-child {
  margin: 0;
}

.inner_page_banner
  .inner_page_banner_inner
  .follow_us_on_socials
  .social_list
  .social_list_item
  a
  svg
  path {
  fill: #11663b;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner_page_banner
  .inner_page_banner_inner
  .follow_us_on_socials
  .social_list
  .social_list_item
  a:hover
  svg
  path {
  fill: #ffa33f;
}

.featured_shop {
  margin: 108px 0 130px;
  position: relative;
}

@media (max-width: 767px) {
  .featured_shop {
    margin: 41px 0 70px;
  }
}

@media (max-width: 1359px) {
  .featured_shop_inner {
    position: relative;
  }
}

.featured_shop:before {
  content: "";
  background-image: url(../images/three_colored_line.svg);
  position: absolute;
  left: -823px;
  top: -97px;
  width: 100%;
  height: 1357px;
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 1440px) {
  .featured_shop:before {
    left: -930px;
  }
}

@media (max-width: 1359px) {
  .featured_shop:before {
    left: -864px;
    top: -219px;
  }
}

@media (max-width: 1199px) {
  .featured_shop:before {
    left: -767px;
    top: -289px;
  }
}

@media (max-width: 991px) {
  .featured_shop:before {
    left: -71%;
    top: -56%;
  }
}

@media (max-width: 767px) {
  .featured_shop:before {
    left: -724px;
    top: -2%;
    width: 870px;
    height: 890px;
  }
}

@media (max-width: 767px) {
  .featured_shop_inner {
    margin: 0 -15px;
  }
}

.featured_shop_inner .shop_list .image_slider {
  position: relative;
  z-index: -2;
}

.featured_shop_inner .shop_list .content_slider {
  position: relative;
  margin-top: -20%;
}

@media (max-width: 767px) {
  .featured_shop_inner .shop_list .content_slider {
    margin-top: -45%;
  }
}

@media (max-width: 1359px) {
  .featured_shop_inner .shop_list .content_slider {
    margin-top: -10%;
  }
}

.featured_shop_inner .shop_list .item .featured_shop_image_section {
  display: block;
}

img.featured_shop_image {
  width: 100%;
}

@media (max-width: 767px) {
  .featured_shop_inner .shop_list .item .featured_shop_image_section {
    display: none;
  }
}

.featured_shop_inner .shop_list .item .featured_shop_mobile_image_section {
  display: none;
}

@media (max-width: 767px) {
  .featured_shop_inner .shop_list .item .featured_shop_mobile_image_section {
    display: block;
  }
}

.featured_shop_inner .shop_list .item .featured_shop_mobile_image_section img {
  width: 100%;
  height: 100%;
}

.featured_shop_inner
  .shop_list
  .item
  .featured_shop_detail_with_innerpage_link {
  max-width: 75%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  padding: 62px 45px 56px;
  z-index: 2;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .featured_shop_inner
    .shop_list
    .item
    .featured_shop_detail_with_innerpage_link {
    max-width: 90%;
    padding: 25px 35px;
  }
}

@media (max-width: 767px) {
  .featured_shop_inner
    .shop_list
    .item
    .featured_shop_detail_with_innerpage_link {
    max-width: 100%;
    margin: 0 15px;
    padding: 25px 11px 30px;
  }
}

.featured_shop_inner
  .shop_list
  .item
  .featured_shop_detail_with_innerpage_link
  .featured_shop_title_section
  .featured_shop_title {
  font-family: Roboto-Medium;
  color: #a0d0ab;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.featured_shop_inner
  .shop_list
  .item
  .featured_shop_detail_with_innerpage_link
  .featured_shop_heading_section {
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .featured_shop_inner
    .shop_list
    .item
    .featured_shop_detail_with_innerpage_link
    .featured_shop_heading_section {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}

.featured_shop_inner
  .shop_list
  .item
  .featured_shop_detail_with_innerpage_link
  .featured_shop_heading_section:after {
  content: "";
  height: 2px;
  width: 121px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c4c4c4;
}

.featured_shop_dynamic
  .featured_shop_inner
  .shop_list
  .item
  .featured_shop_detail_with_innerpage_link
  .featured_shop_heading_section:after {
  display: none;
}

.featured_shop_inner
  .shop_list
  .item
  .featured_shop_detail_with_innerpage_link
  .featured_shop_heading_section
  .featured_shop_heading {
  font-family: Montserrat-Black;
  color: #2f3331;
  margin: 0;
}

.featured_shop_inner
  .shop_list
  .item
  .featured_shop_detail_with_innerpage_link
  .featured_shop_content_section
  .featured_shop_content
  p {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  color: #696969;
  margin: 0 0 34px;
  padding: 0 1px;
}

@media (max-width: 767px) {
  .featured_shop_inner
    .shop_list
    .item
    .featured_shop_detail_with_innerpage_link
    .featured_shop_content_section
    .featured_shop_content
    p {
    font-size: 15px;
    padding: 0;
  }
}

.featured_shop_inner .slick-arrow {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-36%);
  -ms-transform: translateY(-36%);
  transform: translateY(-36%);
  background-color: #ffa33f;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1359px) {
  .featured_shop_inner .slick-arrow {
    top: 26%;
    background-color: transparent;
  }
}

@media (max-width: 991px) {
  .featured_shop_inner .slick-arrow {
    top: 18%;
  }
}

@media (max-width: 767px) {
  .featured_shop_inner .slick-arrow {
    top: 36%;
    top: 33%;
  }
}

.featured_shop_inner .slick-arrow.featured_shop_pre_button {
  left: 200px;
  z-index: 2;
}

@media (max-width: 1359px) {
  .featured_shop_inner .slick-arrow.featured_shop_pre_button {
    left: 0;
    z-index: 2;
  }
}

.featured_shop_inner .slick-arrow.featured_shop_next_button {
  right: 200px;
}

@media (max-width: 1359px) {
  .featured_shop_inner .slick-arrow.featured_shop_next_button {
    right: 0;
  }
}

.featured_shop_inner .slick-arrow svg {
  width: 15px;
  height: 60px;
}

@media (max-width: 1359px) {
  .featured_shop_inner .slick-arrow svg {
    width: 30px;
  }
}

.featured_shop_inner .slick-arrow:hover svg path {
  fill: #ffffff;
}

.corporate_partners {
  margin: 130px 0;
  padding: 0 0 236px;
  position: relative;
}

@media (max-width: 767px) {
  .corporate_partners {
    margin: 50px 0;
    padding: 0 0 90px;
  }
}

.corporate_partners.rts {
  margin-top: 0;
}

@media (max-width: 767px) {
  .corporate_partners.rts {
    margin-top: 50px;
  }
}

.corporate_partners.rbs {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .corporate_partners.rbs {
    margin-bottom: 50px;
  }
}

.corporate_partners:after {
  content: "";
  background-image: url(../images/corporate.Vector.png);
  position: absolute;
  width: calc(100% - 35px);
  height: 253px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: -1;
  right: 0;
  bottom: 12px;
}

@media (max-width: 1359px) {
  .corporate_partners:after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .corporate_partners:after {
    height: 138px;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .corporate_partners:after {
    height: 100px;
  }
}

@media (max-width: 440px) {
  .corporate_partners:after {
    height: 66px;
  }
}

@media (max-width: 375px) {
  .corporate_partners:after {
    height: 41px;
    background-image: url(../images/corporate.Vector.moblie.png);
  }
}

.corporate_partners:before {
  content: "";
  background: #a0d0ab;
  height: calc(100% - 252px);
  position: absolute;
  width: calc(100% - 35px);
  top: 0;
  right: 0;
}

@media (max-width: 1359px) {
  .corporate_partners:before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .corporate_partners:before {
    height: calc(100% - 40px);
  }
}

.corporate_partners_wrapper:after {
  content: "";
  background-image: url(../images/corporate_partners_circles.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 995px;
  height: 939px;
  position: absolute;
  right: 115px;
  top: 0;
  z-index: -1;
}

@media (max-width: 1600px) {
  .corporate_partners_wrapper:after {
    height: 894px;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .corporate_partners_wrapper:after {
    right: -15%;
    height: 860px;
  }
}

@media (max-width: 991px) {
  .corporate_partners_wrapper:after {
    right: -38%;
  }
}

@media (max-width: 767px) {
  .corporate_partners_wrapper:after {
    display: none;
  }
}

.corporate_partners_wrapper:before {
  content: "";
  background-image: url(../images/corporate_partners_circle.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 676px;
  height: 662px;
  position: absolute;
  z-index: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 145px;
}

@media (max-width: 1600px) {
  .corporate_partners_wrapper:before {
    right: 0;
  }
}

@media (max-width: 1359px) {
  .corporate_partners_wrapper:before {
    right: -15%;
    top: 50%;
  }
}

@media (max-width: 991px) {
  .corporate_partners_wrapper:before {
    right: -44%;
  }
}

@media (max-width: 767px) {
  .corporate_partners_wrapper:before {
    right: 0;
    width: 292px;
    height: 405px;
    top: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    bottom: 20px;
    background-image: url(../images/corporate_partners_circle_mobile.png);
  }
}

.corporate_partners .corporate_partners_inner {
  padding-top: 66px;
  max-width: 1467px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1600px) {
  .corporate_partners .corporate_partners_inner {
    max-width: 1260px;
  }
}

@media (max-width: 767px) {
  .corporate_partners .corporate_partners_inner {
    padding-top: 74px;
  }
}

.corporate_partners .corporate_partners_inner .title_and_heading {
  max-width: 417px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 42px;
}

@media (max-width: 1199px) {
  .corporate_partners .corporate_partners_inner .title_and_heading {
    margin: 0 auto 28px;
  }
}

@media (max-width: 767px) {
  .corporate_partners .corporate_partners_inner .title_and_heading {
    padding: 0 0 16px;
  }
}

.corporate_partners .corporate_partners_inner .title_and_heading:after {
  content: "";
  width: 152px;
  height: 2px;
  position: absolute;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .corporate_partners .corporate_partners_inner .title_and_heading:after {
    width: 121px;
  }
}

.corporate_partners
  .corporate_partners_inner
  .title_and_heading
  .corporate_partner_title_section {
  font-family: Roboto-Medium;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.corporate_partners
  .corporate_partners_inner
  .title_and_heading
  .corporate_partners_heading_section
  .corporate_partners_heading {
  font-family: Montserrat-Black;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .title_and_heading
    .corporate_partners_heading_section
    .corporate_partners_heading {
    font-size: 32px;
    line-height: 43px;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list_main {
  position: relative;
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list_main
  .corporate_partners_boxes_list_dots {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list_main
  .corporate_partners_boxes_list_dots
  .slick-arrow {
  background: 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list_main
    .corporate_partners_boxes_list_dots
    .slick-arrow
    svg {
    width: 19px;
    height: 38px;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list_main
  .corporate_partners_boxes_list_dots
  .slick-arrow
  svg
  path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list_main
  .corporate_partners_boxes_list_dots
  .slick-arrow:hover
  svg
  path {
  fill: #ffa33f;
}

.corporate_partners .corporate_partners_inner .corporate_partners_boxes_list {
  margin: 0 auto;
  max-width: 1280px;
  z-index: 1;
}

@media (max-width: 1600px) {
  .corporate_partners .corporate_partners_inner .corporate_partners_boxes_list {
    max-width: 1100px;
  }
}

@media (max-width: 1359px) {
  .corporate_partners .corporate_partners_inner .corporate_partners_boxes_list {
    max-width: 1000px;
  }
}

@media (max-width: 1199px) {
  .corporate_partners .corporate_partners_inner .corporate_partners_boxes_list {
    max-width: 700px;
  }
}

@media (max-width: 991px) {
  .corporate_partners .corporate_partners_inner .corporate_partners_boxes_list {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .corporate_partners .corporate_partners_inner .corporate_partners_boxes_list {
    max-width: 286px;
  }
}

@media (max-width: 360px) {
  .corporate_partners .corporate_partners_inner .corporate_partners_boxes_list {
    max-width: 236px;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .slick-list {
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .slick-list {
    margin: 0;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .corporate_partners_boxes {
  padding: 0 10px;
  margin: 69px 0 0;
  height: inherit !important;
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .corporate_partners_boxes {
    padding: 0;
    margin: 42px 0 0;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .corporate_partners_boxes
  .corporate_partners_boxes_inner {
  background: #fff;
  padding: 63px 70px 84px 65px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1359px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .corporate_partners_boxes
    .corporate_partners_boxes_inner {
    padding: 63px 50px 84px;
  }
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .corporate_partners_boxes
    .corporate_partners_boxes_inner {
    padding: 40px 16px;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .corporate_partners_boxes
  .corporate_partners_boxes_inner
  .logo_section {
  max-width: 123px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%;
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .corporate_partners_boxes
    .corporate_partners_boxes_inner
    .logo_section {
    max-width: 83px;
    top: -42px;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .corporate_partners_boxes
  .corporate_partners_boxes_inner
  .main_text_section
  .main_text {
  font-family: Roboto-MediumItalic;
  font-size: 26px;
  line-height: 33px;
  color: #2f3331;
  position: relative;
  margin: 0;
  padding-top: 57px;
}

@media (max-width: 991px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .corporate_partners_boxes
    .corporate_partners_boxes_inner
    .main_text_section
    .main_text {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .corporate_partners_boxes
    .corporate_partners_boxes_inner
    .main_text_section
    .main_text {
    padding-top: 54px;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .corporate_partners_boxes
  .corporate_partners_boxes_inner
  .main_text_section
  .main_text:before {
  content: "";
  background-image: url(../images/quote.png);
  position: absolute;
  width: 59px;
  height: 48px;
  top: 0;
  left: -20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .corporate_partners_boxes
    .corporate_partners_boxes_inner
    .main_text_section
    .main_text:before {
    width: 41px;
    height: 34px;
    left: 0;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .corporate_partners_boxes
  .corporate_partners_boxes_inner
  .discription_section {
  margin: 22px 0 29px;
}

@media (max-width: 767px) {
  .corporate_partners
    .corporate_partners_inner
    .corporate_partners_boxes_list
    .corporate_partners_boxes
    .corporate_partners_boxes_inner
    .discription_section {
    margin: 17px 0 21px;
  }
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .corporate_partners_boxes
  .corporate_partners_boxes_inner
  .discription_section
  .discription {
  font-family: Roboto-Regular;
  color: #696969;
  font-size: 16px;
  line-height: 23px;
}

.corporate_partners
  .corporate_partners_inner
  .corporate_partners_boxes_list
  .corporate_partners_boxes
  .corporate_partners_boxes_inner
  .name_and_category_of_person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  margin-top: auto;
}

.news_and_updates {
  margin: 100px 0;
}

@media (max-width: 991px) {
  .news_and_updates {
    margin: 43px 0 65px;
  }
}

.news_and_updates .news_and_updates_inner {
  max-width: 1540px;
  margin: 0 auto;
}

.news_and_updates .news_and_updates_inner .news_and_updates_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -10px -10px;
}

@media (max-width: 767px) {
  .news_and_updates .news_and_updates_inner .news_and_updates_wrapper {
    margin: 0;
  }
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post {
  width: 25%;
  padding: 10px;
}

@media (max-width: 1199px) {
  .news_and_updates
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .news_and_updates
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .news_and_updates
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post {
    width: 100%;
    padding: 10px 0;
  }
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 532px;
  border: 1px solid #bdbdbd;
  position: relative;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .hover_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_post {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  padding-top: 100%;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_post
  img {
  position: absolute;
  top: 0;
}

@media (max-width: 1360px) {
  .news_and_updates
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post
    .news_and_updates_post_inner
    .news_post
    img {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .news_and_updates
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post
    .news_and_updates_post_inner
    .news_post
    img {
    height: auto;
  }
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_post
  .news_detail {
  display: none !important;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail {
  padding: 15px 44px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 290px);
}

@media (max-width: 1360px) {
  .news_and_updates
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post
    .news_and_updates_post_inner
    .news_detail {
    height: calc(100% - 250px);
  }
}

@media (max-width: 1199px) {
  .news_and_updates
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post
    .news_and_updates_post_inner
    .news_detail {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .news_and_updates
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post
    .news_and_updates_post_inner
    .news_detail {
    height: auto;
  }
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .post_date_section {
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
  margin: 0 0 12px;
  font-family: OpenSans-SemiBold;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .post_title_section
  .post_title {
  font-size: 20px;
  line-height: 23px;
  color: #525459;
  margin: 0 0 22px;
  font-family: OpenSans-Bold;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .shop_latest_news_section
  .shop_latest_news
  p {
  font-size: 16px;
  line-height: 24px;
  color: #525459;
  margin: 0 0 22px;
  font-family: OpenSans-Regular;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .shop_latest_news_section
  .shop_latest_news
  p:last-child {
  margin-bottom: 0;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .link_section {
  margin-top: auto;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .link_section
  .inner_page_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: #11663b;
  font-family: OpenSans-SemiBold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .link_section
  .inner_page_link
  svg {
  margin-left: 17px;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .link_section
  .inner_page_link
  svg
  path {
  fill: #11663b;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .link_section
  .inner_page_link:hover {
  color: #ffa33f;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner
  .news_detail
  .link_section
  .inner_page_link:hover
  svg
  path {
  fill: #ffa33f;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner:hover
  .link_section
  .inner_page_link {
  color: #ffa33f;
}

.news_and_updates
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post
  .news_and_updates_post_inner:hover
  .link_section
  .inner_page_link
  svg
  path {
  fill: #ffa33f;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child {
  width: 50%;
}

@media (max-width: 1199px) {
  .news_and_updates:not(.career_list)
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post:first-child {
    width: 66.66%;
  }
}

@media (max-width: 991px) {
  .news_and_updates:not(.career_list)
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post:first-child {
    width: 100%;
  }
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner {
  height: 100%;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 368px;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post
  .news_detail {
  display: block !important;
  height: auto;
  margin-top: auto;
  width: 100%;
  padding: 45px 50px;
}

@media (max-width: 991px) {
  .news_and_updates:not(.career_list)
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post:first-child
    .news_and_updates_post_inner
    .news_post
    .news_detail {
    padding: 30px;
  }
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post
  .news_detail
  .post_date_section
  .post_date {
  margin: 0 0 12px;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post
  .news_detail
  .post_title_section {
  max-width: 524px;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post
  .news_detail
  .post_title_section
  .post_title {
  font-family: Roboto-Bold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: normal;
  margin: 0 0 17px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767px) {
  .news_and_updates:not(.career_list)
    .news_and_updates_inner
    .news_and_updates_wrapper
    .news_and_updates_post:first-child
    .news_and_updates_post_inner
    .news_post
    .news_detail
    .post_title_section
    .post_title {
    font-size: 32px;
    line-height: 135%;
  }
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post
  .news_detail
  .link_section
  .inner_page_link {
  color: #fff;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post
  .news_detail
  .link_section
  .inner_page_link
  svg
  path {
  fill: #fff;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post
  .news_detail
  .link_section
  .inner_page_link:hover {
  color: #ffa33f;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_post
  .news_detail
  .link_section
  .inner_page_link:hover
  svg
  path {
  fill: #ffa33f;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner:hover
  .news_post
  .news_detail
  .link_section
  .inner_page_link {
  color: #ffa33f;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner:hover
  .news_post
  .news_detail
  .link_section
  .inner_page_link
  svg
  path {
  fill: #ffa33f;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner:hover
  .link_section
  .inner_page_link {
  color: #ffa33f;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner:hover
  .link_section
  .inner_page_link
  svg
  path {
  fill: #ffa33f;
}

.news_and_updates:not(.career_list)
  .news_and_updates_inner
  .news_and_updates_wrapper
  .news_and_updates_post:first-child
  .news_and_updates_post_inner
  .news_detail {
  display: none;
}

.news_and_updates .news_load_more_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.news_and_updates .news_load_more_section .loadMore {
  padding: 18px 63px;
  background-color: #ffa33f;
  color: #fff;
  border-radius: 60px;
  font-size: 15px;
  line-height: 150%;
  font-family: Roboto-Medium;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
  text-transform: inherit;
  font-weight: inherit;
}

.news_and_updates .news_load_more_section .loadMore:hover {
  background-color: #11663b;
}

.home_page_banner {
  position: relative;
  margin: 0 0 163px;
}

@media (max-width: 767px) {
  .home_page_banner {
    margin: 0 0 105px;
  }
}

.home_page_banner:after {
  position: absolute;
  width: 100%;
  top: 0;
  background-image: url(../images/Banner_Background.png);
  content: "";
  height: calc(100% - 73px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  left: 0;
}

@media (max-width: 991px) {
  .home_page_banner:after {
    height: calc(100% - 153px);
  }
}

@media (max-width: 575px) {
  .home_page_banner .container {
    padding: 0;
  }
}

.home_page_banner .home_page_banner_inner {
  padding: 130px 0 0;
  position: relative;
}

@media (max-width: 991px) {
  .home_page_banner .home_page_banner_inner {
    padding: 139px 0 0;
  }
}

.home_page_banner .home_page_banner_inner .slick-list.draggable {
  max-width: calc(100% - 55px);
  margin-left: auto;
}

@media (max-width: 1359px) {
  .home_page_banner .home_page_banner_inner .slick-list.draggable {
    max-width: 100%;
    margin: 0;
  }
}

.home_page_banner .home_page_banner_inner .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  background-color: hsla(0, 0%, 100%, 0.5);
  z-index: 1;
  color: #11663b;
}

.home_page_banner .home_page_banner_inner .slick-arrow:hover {
  background-color: #fff;
}

@media (max-width: 1359px) {
  .home_page_banner .home_page_banner_inner .slick-arrow {
    top: 50%;
  }
}

@media (max-width: 991px) {
  .home_page_banner .home_page_banner_inner .slick-arrow {
    top: 63%;
  }
}

@media (max-width: 767px) {
  .home_page_banner .home_page_banner_inner .slick-arrow {
    top: 67%;
  }
}

.home_page_banner .home_page_banner_inner .slick-arrow.pre_button {
  left: 0;
  z-index: 2;
}

@media (max-width: 1359px) {
  .home_page_banner .home_page_banner_inner .slick-arrow.pre_button {
    left: -30px;
  }
}

@media (max-width: 991px) {
  .home_page_banner .home_page_banner_inner .slick-arrow.pre_button {
    left: -20px;
  }
}

@media (max-width: 575px) {
  .home_page_banner .home_page_banner_inner .slick-arrow.pre_button {
    left: 0;
  }
}

.home_page_banner .home_page_banner_inner .slick-arrow.next_button {
  right: 0;
}

@media (max-width: 1359px) {
  .home_page_banner .home_page_banner_inner .slick-arrow.next_button {
    right: -30px;
  }
}

@media (max-width: 991px) {
  .home_page_banner .home_page_banner_inner .slick-arrow.next_button {
    right: -20px;
  }
}

@media (max-width: 575px) {
  .home_page_banner .home_page_banner_inner .slick-arrow.next_button {
    right: 0;
  }
}

.home_page_banner .home_page_banner_inner .slick-arrow svg {
  width: 15px;
  height: 34px;
}

.home_page_banner .home_page_banner_inner ul.slick-dots {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 575px) {
  .home_page_banner .home_page_banner_inner ul.slick-dots {
    padding: 0 15px;
  }
}

.home_page_banner .home_page_banner_inner ul.slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home_page_banner .home_page_banner_inner ul.slick-dots li button {
  font-size: 0;
  background: 0 0;
  border: 1px solid #11663b;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
}

.home_page_banner .home_page_banner_inner ul.slick-dots li button:hover,
.home_page_banner .home_page_banner_inner ul.slick-dots li.slick-active button {
  background: #11663b;
}

.home_page_banner .home_page_banner_inner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home_page_banner .home_page_banner_inner .banner_inner_content {
  height: inherit !important;
}

@media (max-width: 991px) {
  .home_page_banner .home_page_banner_inner .banner_inner_content {
    height: auto !important;
    overflow: hidden;
  }
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

@media (max-width: 991px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content {
    height: auto;
  }
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_title_heading_content_with_link {
  width: 46%;
  padding: 100px 25px 100px 0;
}

@media (max-width: 1359px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link {
    padding: 75px 25px 75px 0;
  }
}

@media (max-width: 1199px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link {
    padding: 30px 25px 160px 0;
  }
}

@media (max-width: 991px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link {
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
  }
}

@media (max-width: 575px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link {
    padding: 0 15px;
    z-index: 1;
  }
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_title_heading_content_with_link
  .banner_title_section
  .banner_title {
  font-family: Montserrat-SemiBold;
  color: #11663b;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19.44px;
  margin: 0 0 2px;
  letter-spacing: -0.01em;
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_title_heading_content_with_link
  .banner_heading_1_section
  .banner_heading_1 {
  font-size: 68px;
  line-height: 78px;
  color: #11663b;
  font-family: Montserrat-Black;
  margin: 0;
}

@media (max-width: 1440px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link
    .banner_heading_1_section
    .banner_heading_1 {
    font-size: 58px;
    line-height: 68px;
  }
}

@media (max-width: 1359px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link
    .banner_heading_1_section
    .banner_heading_1 {
    font-size: 44px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link
    .banner_heading_1_section
    .banner_heading_1 {
    font-family: Montserrat-ExtraBold;
  }
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_title_heading_content_with_link
  .banner_heading_2_section
  .banner_heading_2 {
  font-size: 68px;
  line-height: 78px;
  color: #2f3331;
  font-family: Montserrat-Black;
  margin: 0 0 18px;
}

@media (max-width: 1440px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link
    .banner_heading_2_section
    .banner_heading_2 {
    font-size: 58px;
    line-height: 68px;
  }
}

@media (max-width: 1359px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link
    .banner_heading_2_section
    .banner_heading_2 {
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 16px;
  }
}

@media (max-width: 575px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link
    .banner_content_section
    .banner_content {
    padding-right: 17px;
  }
}

@media (max-width: 370px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link
    .banner_content_section
    .banner_content {
    padding-right: 0;
  }
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_title_heading_content_with_link
  .banner_content_section
  .banner_content
  p {
  font-family: Roboto-Regular;
  color: #2f3331;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 27px;
  max-width: 604px;
}

@media (max-width: 991px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_title_heading_content_with_link
    .banner_content_section
    .banner_content
    p {
    margin: 0 0 25px;
  }
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_title_heading_content_with_link
  .banner_link_section
  .banner_link {
  color: #fff;
  background-color: #ffa33f;
  font-family: Roboto-Medium;
  font-size: 14px;
  line-height: 16.41px;
  padding: 14.5px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_title_heading_content_with_link
  .banner_link_section
  .banner_link:hover {
  background-color: #11663b;
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_image_section {
  width: 54%;
}

@media (max-width: 991px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section {
    width: 100%;
  }
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_image_section
  .banner_bg_image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover, 0;
  max-width: 777px;
  margin-left: auto;
}

@media (max-width: 575px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section
    .banner_bg_image {
    background-size: 0, contain;
    background-position: 100% 0;
    z-index: -1;
    margin-top: -100px;
  }
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section
    .banner_bg_image
    img {
    min-height: 435px;
  }
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_image_section
  .banner_video {
  width: 100%;
  height: 100%;
  max-width: 777px;
  overflow: hidden;
  margin-left: auto;
}

.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_image_section
  .banner_video
  iframe,
.home_page_banner
  .home_page_banner_inner
  .banner_inner_content
  .banner_image_and_content
  .banner_image_section
  .banner_video
  video {
  height: 100% !important;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  width: 100% !important;
}

@media (max-width: 1199px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section
    .banner_video
    iframe,
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section
    .banner_video
    video {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}

@media (max-width: 991px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section
    .banner_video
    iframe,
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section
    .banner_video
    video {
    min-height: 410px;
  }
}

@media (max-width: 575px) {
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section
    .banner_video
    iframe,
  .home_page_banner
    .home_page_banner_inner
    .banner_inner_content
    .banner_image_and_content
    .banner_image_section
    .banner_video
    video {
    min-height: 270px;
  }
}

.home_page_banner .home_page_banner_inner .follow_us_on_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .home_page_banner .home_page_banner_inner .follow_us_on_socials {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 42px 0 0;
  }
}

@media (max-width: 575px) {
  .home_page_banner .home_page_banner_inner .follow_us_on_socials {
    padding: 0 15px;
  }
}

.home_page_banner .home_page_banner_inner .follow_us_on_socials .follow_us {
  font-family: Roboto-Regular;
  color: #848484;
  position: relative;
  padding-right: 138px;
  font-size: 15px;
  line-height: 22.5px;
}

@media (max-width: 991px) {
  .home_page_banner .home_page_banner_inner .follow_us_on_socials .follow_us {
    padding-right: 112px;
  }
}

.home_page_banner
  .home_page_banner_inner
  .follow_us_on_socials
  .follow_us:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 88px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 89px;
  height: 1px;
  background-color: #848484;
}

@media (max-width: 991px) {
  .home_page_banner
    .home_page_banner_inner
    .follow_us_on_socials
    .follow_us:after {
    width: 68px;
  }
}

@media (max-width: 370px) {
  .home_page_banner
    .home_page_banner_inner
    .follow_us_on_socials
    .follow_us:after {
    width: 22px;
    left: 77px;
  }
}

@media (max-width: 767px) {
  .home_page_banner .home_page_banner_inner .follow_us_on_socials .follow_us {
    padding-right: 107px;
  }
}

@media (max-width: 370px) {
  .home_page_banner .home_page_banner_inner .follow_us_on_socials .follow_us {
    padding-right: 48px;
  }
}

.home_page_banner .home_page_banner_inner .follow_us_on_socials .social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_page_banner
  .home_page_banner_inner
  .follow_us_on_socials
  .social_list
  .social_list_item {
  margin: 0 26px 0 0;
  padding: 0;
}

.home_page_banner
  .home_page_banner_inner
  .follow_us_on_socials
  .social_list
  .social_list_item:last-child {
  margin: 0;
}

.home_page_banner
  .home_page_banner_inner
  .follow_us_on_socials
  .social_list
  .social_list_item
  a
  svg
  path {
  fill: #11663b;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home_page_banner
  .home_page_banner_inner
  .follow_us_on_socials
  .social_list
  .social_list_item
  a:hover
  svg
  path {
  fill: #ffa33f;
}

.standard_editor {
  margin: 90px 0;
}

@media (max-width: 1599px) {
  .standard_editor {
    margin: 80px 0;
  }
}

@media (max-width: 1439px) {
  .standard_editor {
    margin: 70px 0;
  }
}

@media (max-width: 1199px) {
  .standard_editor {
    margin: 60px 0;
  }
}

@media (max-width: 991px) {
  .standard_editor {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .standard_editor {
    margin: 40px 0;
  }
}

@media (max-width: 575px) {
  .standard_editor {
    margin: 30px 0;
  }
}

.standard_editor.rts {
  margin-top: 0 !important;
}

.standard_editor.rbs {
  margin-bottom: 0 !important;
}

.standard_editor .inner_content h1 {
  font-size: 52px;
  line-height: 67.6px;
  font-family: Montserrat-Black;
  margin: 0 0 10px;
  color: #373737;
}

@media (max-width: 991px) {
  .standard_editor .inner_content h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .standard_editor .inner_content h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.standard_editor .inner_content p .alignnone {
  margin: 0 0 10px !important;
}

.standard_editor .inner_content .image-caption {
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .standard_editor .inner_content .image-caption {
    margin: 0 0 25px;
  }
}

.standard_editor .inner_content .image-caption em strong {
  font-size: 24px;
  line-height: 36px;
  font-family: OpenSans-SemiBold;
  color: #373737;
}

@media (max-width: 767px) {
  .standard_editor .inner_content .image-caption em strong {
    font-size: 18px;
    line-height: 26px;
  }
}

.standard_editor .inner_content .discription_1 {
  font-size: 24px;
  line-height: 33.6px;
  font-family: OpenSans-Regular;
  color: #373737;
  margin: 0 0 30px;
}

@media (max-width: 991px) {
  .standard_editor .inner_content .discription_1 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .standard_editor .inner_content .discription_1 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}

.standard_editor .inner_content h2 {
  font-size: 52px;
  line-height: 67.6px;
  font-family: Montserrat-Black;
  margin: 0 0 30px;
  color: #a0d0ab;
}

@media (max-width: 767px) {
  .standard_editor .inner_content h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 15px;
  }
}

@media (max-width: 575px) {
  .standard_editor .inner_content .left_right_image img {
    float: none;
    clear: both;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .standard_editor .inner_content .space {
    display: none;
  }
}

.standard_editor .inner_content .left_right_content {
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto-Regular;
  color: #373737;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .standard_editor .inner_content .left_right_content {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}

.standard_editor .inner_content h3 {
  font-size: 44px;
  line-height: 50.6px;
  font-family: Montserrat-Black;
  margin: 0 0 30px;
  color: #a0d0ab;
}

@media (max-width: 767px) {
  .standard_editor .inner_content h3 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 15px;
  }
}

.standard_editor .inner_content .list .item_list {
  padding-left: 30px;
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto-Regular;
  color: #373737;
  margin: 0 0 10px;
}

.standard_editor .inner_content .list .item_list:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 0;
  top: 6px;
  left: 0;
  background: #a0d0ab;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .standard_editor .inner_content .list .item_list {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px;
  }
}

.standard_editor .inner_content .number_list {
  list-style: revert;
  margin: 30px 0;
}

.standard_editor .inner_content .number_list .number_item {
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto-Regular;
  color: #373737;
  position: relative;
  margin: 0 0 10px 17px;
  padding-left: 0;
}

.standard_editor .inner_content .number_list .number_item:before {
  content: "";
  display: inline-block;
  color: #373737;
  width: 15px;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.standard_editor .inner_content h4 {
  font-size: 44px;
  line-height: 49.94px;
  font-family: Montserrat-Black;
  margin: 0 0 30px;
  color: #a0d0ab;
}

@media (max-width: 767px) {
  .standard_editor .inner_content h4 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 15px;
  }
}

.standard_editor .inner_content .heading_h4 {
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto-Regular;
  color: #373737;
  margin: 0 0 30px;
}

.standard_editor .inner_content h5 {
  font-size: 32px;
  line-height: 43.2px;
  font-family: Montserrat-Black;
  margin: 0 0 30px;
  color: #a0d0ab;
}

@media (max-width: 767px) {
  .standard_editor .inner_content h5 {
    font-size: 28px;
    line-height: 35.2px;
    margin: 0 0 15px;
  }
}

.standard_editor .inner_content blockquote.quote_inner {
  background-color: #a0d0ab !important;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background: #a0d0ab;
  margin: 35px 0 40px;
}

@media (max-width: 767px) {
  .standard_editor .inner_content blockquote.quote_inner {
    padding: 15px;
    margin: 17.5px 0 20px;
  }
}

.standard_editor .inner_content blockquote.quote_inner .image {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .standard_editor .inner_content blockquote.quote_inner .image {
    margin: 0 0 10px;
  }
}

.standard_editor .inner_content blockquote.quote_inner .image img {
  margin: 0;
}

.standard_editor .inner_content blockquote.quote_inner .heading {
  font-size: 24px;
  line-height: 140%;
  font-family: OpenSans-Bold;
  color: #fff;
  text-transform: inherit;
}

@media (max-width: 767px) {
  .standard_editor .inner_content blockquote.quote_inner .heading {
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 10px;
  }
}

.standard_editor .inner_content blockquote.quote_inner .heading_white {
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  font-family: OpenSans-Regular;
}

.standard_editor
  .inner_content
  blockquote.quote_inner
  .heading_white:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .standard_editor .inner_content blockquote.quote_inner .heading_white {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .standard_editor .inner_content blockquote.quote_inner .heading_white {
    font-size: 18px;
  }
}

.standard_editor .inner_content .table {
  border: 0;
}

@media (max-width: 991px) {
  .standard_editor .inner_content .table {
    overflow-x: auto;
  }
}

.standard_editor .inner_content .table .standard_table {
  border: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .standard_editor .inner_content .table .standard_table {
    min-width: 900px;
  }
}

.standard_editor .inner_content .table .standard_table tbody .table-row {
  border: 0;
}

.standard_editor
  .inner_content
  .table
  .standard_table
  tbody
  .table-row
  .table-heading {
  font-size: 20px;
  line-height: 150%;
  color: #373737;
  font-family: OpenSans-Bold;
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .standard_editor
    .inner_content
    .table
    .standard_table
    tbody
    .table-row
    .table-heading {
    padding: 0 0 10px;
  }
}

.standard_editor .inner_content .table .standard_table tbody .table-row td {
  border: 0;
  padding: 19px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .standard_editor .inner_content .table .standard_table tbody .table-row td {
    padding: 9.5px 0;
  }
}

.standard_editor
  .inner_content
  .table
  .standard_table
  tbody
  .table-row
  td.text-gree {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #a0d0ab;
  font-size: 15px;
  line-height: 22.5px;
  font-family: latobold;
}

.standard_editor
  .inner_content
  .table
  .standard_table
  tbody
  .table-row
  td.text-gree
  a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #a0d0ab;
  font-size: 15px;
  line-height: 22.5px;
  font-family: latobold;
  text-decoration: underline;
}

.standard_editor
  .inner_content
  .table
  .standard_table
  tbody
  .table-row
  td.text-gree
  a:hover {
  color: #ffa33f;
}

.contact_form_two_column_main {
  margin: 90px 0;
}

.contact_form_two_column_main.bg_color_dark_gray {
  background: #525459;
  margin: 0;
  padding: 90px 0;
}

@media (max-width: 1439px) {
  .contact_form_two_column_main.bg_color_dark_gray {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  .contact_form_two_column_main.bg_color_dark_gray {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .contact_form_two_column_main.bg_color_dark_gray {
    padding: 60px 0;
  }
}

.contact_form_two_column_main .contact__form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_form_two_column_main .contact__form__inner__left {
  width: 50%;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .contact_form_two_column_main .contact__form__inner__left {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .contact_form_two_column_main .contact__form__inner__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .contact_form_two_column_main .contact__form__inner__left {
    margin-bottom: 30px;
  }
}

.contact_form_two_column_main .contact__form__inner__left__wrapper {
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.16);
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  height: 100%;
}

@media (max-width: 1199px) {
  .contact_form_two_column_main .contact__form__inner__left__wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .contact_form_two_column_main .contact__form__inner__left__wrapper {
    padding: 20px;
  }
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__detailheading
  h5 {
  color: #11663b;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__addresslist__item {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .contact_form_two_column_main
    .contact__form__inner__left__wrapper__addresslist__item {
    margin-bottom: 30px;
  }
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__addresslist__item
  .h6,
.contact_form_two_column_main
  .contact__form__inner__left__wrapper__addresslist__item
  h6 {
  font-size: 18px;
  line-height: 120%;
  text-transform: inherit;
  margin: 0 0 10px;
}

.contact_form_two_column_main .contact__form__inner__left__wrapper__detaillist {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .contact_form_two_column_main
    .contact__form__inner__left__wrapper__detaillist {
    margin-bottom: 30px;
  }
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__detaillist__item {
  margin-bottom: 20px;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__detaillist__item__title
  .h6,
.contact_form_two_column_main
  .contact__form__inner__left__wrapper__detaillist__item__title
  h6 {
  font-size: 18px;
  line-height: 120%;
  text-transform: inherit;
  margin: 0 0 10px;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__detaillist__item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__detaillist__item__data__label {
  font-family: Roboto-Medium;
  color: #000;
  margin-right: 5px;
  font-size: 18px;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__detaillist__item__data__link
  a {
  font-size: 18px;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__socialheading
  .h6,
.contact_form_two_column_main
  .contact__form__inner__left__wrapper__socialheading
  h6 {
  font-size: 18px;
  line-height: 120%;
  text-transform: inherit;
  margin: 0 0 10px;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item {
  margin-left: 20px;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item:first-child {
  margin-left: 0;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item
  a {
  display: block;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item
  a
  svg
  #Oval,
.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item
  a
  svg
  path#Fill_1,
.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item
  a
  svg
  path#Mask-2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all ease 0.5s;
  transition: all 0.5s ease;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item
  a:hover
  svg
  #Oval {
  stroke: #ffa33f;
}

.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item
  a:hover
  svg
  path#Fill_1,
.contact_form_two_column_main
  .contact__form__inner__left__wrapper__sociallinks__item
  a:hover
  svg
  path#Mask-2 {
  fill: #ffa33f;
}

.contact_form_two_column_main .contact__form__inner__right {
  width: 50%;
  padding-left: 20px;
}

@media (max-width: 1199px) {
  .contact_form_two_column_main .contact__form__inner__right {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .contact_form_two_column_main .contact__form__inner__right {
    width: 100%;
    padding-left: 0;
  }
}

.contact_form_two_column_main .contact__form__inner__right__wrapper {
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.16);
  padding: 40px;
  border-radius: 8px;
  margin-left: auto;
  background-color: #fff;
  height: 100%;
}

@media (max-width: 1199px) {
  .contact_form_two_column_main .contact__form__inner__right__wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .contact_form_two_column_main .contact__form__inner__right__wrapper {
    padding: 20px;
  }
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__heading
  h5 {
  color: #11663b;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__description {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .contact_form_two_column_main
    .contact__form__inner__right__wrapper__description {
    margin-bottom: 30px;
  }
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__description
  p {
  font-size: 16px;
  line-height: 1.5;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__description
  p
  a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #11663b;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Regular;
  text-decoration: underline;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__description
  p
  a:hover {
  color: #ffa33f;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .contact_form_two_column_main
    .contact__form__inner__right__wrapper__form
    .form_section
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .gfield {
    margin-bottom: 20px;
  }
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .gfield_label {
  font-size: 16px;
  line-height: 20px;
  color: #373737;
  font-family: OpenSans-SemiBold;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .gfield_label
  .gfield_required {
  color: red;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container {
  margin: 0;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 13px 20px !important;
  font-size: 15px;
  line-height: 25px;
  color: #525459;
  font-family: OpenSans-Regular;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input::-webkit-input-placeholder,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea::-webkit-input-placeholder {
  color: #525459;
  opacity: 1;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input::-moz-placeholder,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea::-moz-placeholder {
  color: #525459;
  opacity: 1;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:-ms-input-placeholder,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea:-ms-input-placeholder {
  color: #525459;
  opacity: 1;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input::-ms-input-placeholder,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea::-ms-input-placeholder {
  color: #525459;
  opacity: 1;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input::placeholder,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea::placeholder {
  color: #525459;
  opacity: 1;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:focus,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:focus-visible,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea:focus,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea:focus-visible {
  -webkit-box-shadow: inset -1px -2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px -2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #a0d0ab;
  outline: 1px solid #a0d0ab;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input {
  height: 48px;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea {
  height: 100px;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent
  [type="checkbox"]:checked,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent
  [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent
  [type="checkbox"]
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 1px;
  width: 16px;
  height: 16px;
  background: 0 0;
  border: 2px solid #11663b;
  border-radius: 4px;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent
  [type="checkbox"]:checked
  + label:after {
  top: 1px;
  width: 16px;
  height: 16px;
  background: #11663b;
  border: 2px solid #11663b;
  border-radius: 4px;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent
  label {
  font-family: OpenSans-SemiBold;
  font-size: 14px;
  line-height: 18px;
  color: #525459;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-left: 29px;
  cursor: pointer;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent
  label
  a {
  color: #11663b;
  text-decoration: none;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent
  label
  a:hover {
  color: #525459;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_consent
  .gfield_required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: red;
  font-family: OpenSans-SemiBold;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_footer {
  padding: 0;
  margin: 10px 0 0;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_footer
  .gform_button {
  padding: 12px 36px;
  background-color: #ffa33f;
  color: #fff;
  border-radius: 60px;
  font-size: 15px;
  line-height: 150%;
  font-family: Roboto-Medium;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
  text-transform: inherit;
  font-weight: inherit;
  margin: 0;
}

@media (max-width: 641px) {
  .contact_form_two_column_main
    .contact__form__inner__right__wrapper__form
    .form_section
    .gform_wrapper
    form
    .gform_footer
    .gform_button {
    line-height: 150% !important;
  }
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper
  form
  .gform_footer
  .gform_button:hover {
  background-color: #11663b;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper.gform_validation_error
  .gform_validation_errors {
  display: none !important;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper.gform_validation_error
  form
  .gform_body
  .gform_fields
  .gfield.gfield_error {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100% !important;
  background-color: transparent;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper.gform_validation_error
  form
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .gfield_label {
  color: red;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper.gform_validation_error
  form
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  input,
.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper.gform_validation_error
  form
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  textarea {
  -webkit-box-shadow: inset -1px -2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px -2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid red;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper.gform_validation_error
  form
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  input {
  margin: 0;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper.gform_validation_error
  form
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .validation_message {
  margin: 10px 0;
  padding: 0 0 0 26px;
  font-weight: inherit;
  color: red;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 20px;
  font-size: 12px;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_wrapper.gform_validation_error
  form
  .gform_body
  .gform_fields
  .gfield.gfield_error
  .validation_message:before {
  content: "";
  position: absolute;
  background-image: url(../images/form_error_icon.png);
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.contact_form_two_column_main
  .contact__form__inner__right__wrapper__form
  .form_section
  .gform_confirmation_wrapper
  .gform_confirmation_message {
  color: #11663b;
  border: 2px solid #11663b;
  line-height: 28px;
  font-size: 18px;
  font-family: OpenSans-Bold;
  text-align: center;
  padding: 40px 25px;
}

.table_section_main {
  margin: 90px 0;
}

@media (max-width: 1599px) {
  .table_section_main {
    margin: 80px 0;
  }
}

@media (max-width: 1439px) {
  .table_section_main {
    margin: 70px 0;
  }
}

@media (max-width: 1199px) {
  .table_section_main {
    margin: 60px 0;
  }
}

@media (max-width: 991px) {
  .table_section_main {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .table_section_main {
    margin: 40px 0;
  }
}

@media (max-width: 575px) {
  .table_section_main {
    margin: 30px 0;
  }
}

.table_section_main.rts {
  margin-top: 0 !important;
}

.table_section_main.rbs {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .table_section_main .table_section_inner {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .table_section_main .table_section_inner .table_section_inner_data {
    width: 730px;
  }
}

.table_section_main .table_section_inner .table_section_inner_data .table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}

@media (max-width: 767px) {
  .table_section_main
    .table_section_inner
    .table_section_inner_data
    .table_row {
    padding: 15px 0;
  }
}

.table_section_main
  .table_section_inner
  .table_section_inner_data
  .table_row
  .table_row_column.table_heading
  .row_column_inner {
  font-size: 20px;
  line-height: 150%;
  color: #373737;
  font-family: OpenSans-Bold;
}

.table_section_main
  .table_section_inner
  .table_section_inner_data
  .table_row
  .table_row_column.content_column
  .row_column_inner {
  padding-right: 15px;
  font-size: 16px;
  line-height: 150%;
  color: #373737;
  font-family: latoregular;
}

.table_section_main
  .table_section_inner
  .table_section_inner_data
  .table_row
  .table_row_column.content_column
  .row_column_inner
  a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #11663b;
  font-size: 15px;
  line-height: 22.5px;
  font-family: latobold;
  text-decoration: underline;
}

.table_section_main
  .table_section_inner
  .table_section_inner_data
  .table_row
  .table_row_column.content_column
  .row_column_inner
  a:hover {
  color: #ffa33f;
}

.table_section_main
  .table_section_inner
  .table_section_inner_data
  .table_row
  .table_row_column.column_1_section {
  width: 23%;
}

.table_section_main
  .table_section_inner
  .table_section_inner_data
  .table_row
  .table_row_column.column_2_section {
  width: 42%;
}

.table_section_main
  .table_section_inner
  .table_section_inner_data
  .table_row
  .table_row_column.column_3_section {
  width: 18%;
}

.table_section_main
  .table_section_inner
  .table_section_inner_data
  .table_row
  .table_row_column.column_4_section {
  width: 17%;
  text-align: center;
}

.quote_section_main {
  margin: 90px 0;
}

@media (max-width: 1599px) {
  .quote_section_main {
    margin: 80px 0;
  }
}

@media (max-width: 1439px) {
  .quote_section_main {
    margin: 70px 0;
  }
}

@media (max-width: 1199px) {
  .quote_section_main {
    margin: 60px 0;
  }
}

@media (max-width: 991px) {
  .quote_section_main {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .quote_section_main {
    margin: 40px 0;
  }
}

@media (max-width: 575px) {
  .quote_section_main {
    margin: 30px 0;
  }
}

.quote_section_main.rts {
  margin-top: 0 !important;
}

.quote_section_main.rbs {
  margin-bottom: 0 !important;
}

.quote_section_main .quote_inner {
  background: #a0d0ab;
  padding: 30px;
}

.quote_section_main .quote_inner .quote_inner_image {
  margin-bottom: 20px;
}

.quote_section_main .quote_inner .quote_inner_heading .heading {
  font-size: 24px;
  line-height: 140%;
  font-family: OpenSans-Bold;
  color: #fff;
}

.quote_section_main .quote_inner .quote_inner_content p {
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  font-family: OpenSans-Regular;
}

.quote_section_main .quote_inner .quote_inner_content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .quote_section_main .quote_inner .quote_inner_content p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .quote_section_main .quote_inner .quote_inner_content p {
    font-size: 18px;
  }
}

.left_right_image_with_content {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .left_right_image_with_content {
    margin: 15px 0;
  }
}

.left_right_image_with_content .left_right_image_with_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left_right_image_with_content
  .left_right_image_with_content_inner
  .left_right_image_with_content_image {
  width: 32.2%;
}

@media (max-width: 767px) {
  .left_right_image_with_content
    .left_right_image_with_content_inner
    .left_right_image_with_content_image {
    width: 100%;
  }
}

.left_right_image_with_content
  .left_right_image_with_content_inner
  .left_right_image_with_content_image
  .left_right_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.left_right_image_with_content
  .left_right_image_with_content_inner
  .left_right_image_with_content_image
  .left_right_image
  img {
  height: 100%;
  width: 100%;
}

.left_right_image_with_content
  .left_right_image_with_content_inner
  .left_right_image_with_content_image.right_image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 767px) {
  .left_right_image_with_content
    .left_right_image_with_content_inner
    .left_right_image_with_content_image.right_image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.left_right_image_with_content
  .left_right_image_with_content_inner
  .left_right_image_with_content_inner_content {
  width: 63.5%;
}

@media (max-width: 767px) {
  .left_right_image_with_content
    .left_right_image_with_content_inner
    .left_right_image_with_content_inner_content {
    width: 100%;
    margin: 30px 0 0;
  }
}

.left_right_image_with_content
  .left_right_image_with_content_inner
  .left_right_image_with_content_inner_content
  p {
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto-Regular;
  color: #373737;
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  .left_right_image_with_content
    .left_right_image_with_content_inner
    .left_right_image_with_content_inner_content
    p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 19px;
  }
}

.image_with_caption .image_with_caption_inner {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .image_with_caption .image_with_caption_inner {
    margin: 15px 0;
  }
}

.image_with_caption
  .image_with_caption_inner
  .image_and_caption
  .image_section
  .image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.image_with_caption
  .image_with_caption_inner
  .image_and_caption
  .image_section
  .image
  img {
  height: 100%;
  width: 100%;
}

.image_with_caption
  .image_with_caption_inner
  .image_and_caption
  .image_caption_section
  .image_caption {
  font-family: OpenSans-SemiBold;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  color: #373737;
  margin: 10px 0 20px;
}

@media (max-width: 767px) {
  .image_with_caption
    .image_with_caption_inner
    .image_and_caption
    .image_caption_section
    .image_caption {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }
}

.image_with_caption
  .image_with_caption_inner
  .video_and_caption
  .video_section
  .video {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.image_with_caption
  .image_with_caption_inner
  .video_and_caption
  .video_caption_section
  .video_caption {
  font-family: OpenSans-SemiBold;
  font-style: italic;
  font-size: 18px;
  line-height: 27px;
  margin: 10px 0 20px;
  color: #373737;
}

@media (max-width: 767px) {
  .image_with_caption
    .image_with_caption_inner
    .video_and_caption
    .video_caption_section
    .video_caption {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0;
  }
}

.single_shop_page {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .single_shop_page {
    margin: 43px 0 30px;
  }
}

.single_shop_page .section_inner .heading_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single_shop_page .section_inner .heading_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.single_shop_page .section_inner .heading_section .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .single_shop_page .section_inner .heading_section .socials {
    margin-bottom: 30px;
  }
}

.single_shop_page .section_inner .heading_section .socials .visit_us {
  padding-right: 145px;
  font-family: Roboto-Regular;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  color: #11663b;
  position: relative;
}

.single_shop_page .section_inner .heading_section .socials .visit_us:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 77px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 89px;
  height: 1px;
  background: #11663b;
}

.single_shop_page .section_inner .heading_section .socials .social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single_shop_page .section_inner .heading_section .socials .social_icons .web {
  margin-right: 16px;
}

.single_shop_page
  .section_inner
  .heading_section
  .socials
  .social_icons
  .web:last-child {
  margin-right: 0;
}

.single_shop_page
  .section_inner
  .heading_section
  .socials
  .social_icons
  .web:hover
  svg {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single_shop_page
  .section_inner
  .heading_section
  .socials
  .social_icons
  .web:hover
  svg
  path {
  fill: #ffa33f;
}

.single_shop_page .section_inner .shop_image_section {
  margin-bottom: 30px;
}

.single_shop_page .section_inner .shop_image_section .shop_image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .single_shop_page .section_inner .shop_image_section .shop_image {
    margin: 0 -15px;
  }
}

.single_shop_page .section_inner .shop_image_section .shop_image img {
  width: 100%;
  height: 100%;
}

.container.small.container-details-map {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) {
  .container.small.container-details-map {
    flex-direction: row;
  }
}

.single_shop_page .section_inner .shop_details_inner {
  background-color: #11663b;
  padding: 30px;
}

@media (max-width: 991px) {
  .single_shop_page .section_inner .shop_details_inner {
    padding: 20px;
  }
}

.single_shop_page .section_inner .shop_details_inner .shop_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .single_shop_page .section_inner .shop_details_inner .shop_information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single_shop_page
  .section_inner
  .shop_details_inner
  .shop_information
  .shop_info {
  width: 50%;
  margin-bottom: 25px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .single_shop_page
    .section_inner
    .shop_details_inner
    .shop_information
    .shop_info {
    width: 100%;
  }
}

.single_shop_page
  .section_inner
  .shop_details_inner
  .shop_information
  .category_section
  .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single_shop_page
  .section_inner
  .shop_details_inner
  .shop_information
  .category_section
  .category_list
  .category_name {
  margin-right: 10px;
  background-color: #ffa33f;
  color: #fff;
  font-family: Roboto-Medium;
  font-size: 14px;
  line-height: 100%;
  padding: 10px;
}

.single_shop_page
  .section_inner
  .shop_details_inner
  .shop_information
  .category_section
  .category_list
  .category_name:last-child {
  margin-right: 0;
}

.single_shop_page
  .section_inner
  .shop_details_inner
  .shop_information
  .email_text,
.single_shop_page
  .section_inner
  .shop_details_inner
  .shop_information
  .tel_number {
  color: #fff;
  text-decoration: none;
}

.single_shop_page
  .section_inner
  .shop_details_inner
  .shop_information
  .email_text:hover,
.single_shop_page
  .section_inner
  .shop_details_inner
  .shop_information
  .tel_number:hover {
  color: #ffa33f;
}

.single_shop_page .section_inner .shop_details .description_text {
  color: #fff;
}

.single_shop_page .section_inner .shop_details a {
  text-decoration: underline;
}

.single_shop_page .section_inner .shop_details a:hover {
  text-decoration: none;
}

.single_shop_page .section_inner .shop_details .shop_address,
.single_shop_page .section_inner .shop_details .lable_common,
.single_shop_page .section_inner .shop_details a {
  color: #696969;
  font-family: Roboto-Bold;
  font-size: 15px;
  line-height: 21px;
}

.single_shop_page .section_inner .shop_details .container-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single_shop_page .section_inner .shop_details .shop_open_day_with_time,
.single_shop_page .section_inner .shop_details .shop_open_day_with_time_2,
.single_shop_page .section_inner .shop_details p,
.single_shop_page .section_inner .shop_details ul li {
  color: #fff;
}

.single_shop_page .section_inner .shop_details .person_name {
  color: #ffa33f;
  font-family: Roboto-Medium;
}

.single_shop_page .video_image_slider_main {
  margin-bottom: 30px;
}

.single_shop_page .video_image_slider_main_inner .image_slider,
.single_shop_page .video_image_slider_main_inner .image_slider_inner {
  position: relative;
}

.single_shop_page .video_image_slider_main_inner .image_slider_inner:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0, transparent 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 13.4%;
  z-index: 1;
}

.single_shop_page .video_image_slider_main_inner .image_slider_inner:after {
  content: "";
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8) 0, transparent 100%);
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 13.4%;
}

.single_shop_page
  .video_image_slider_main_inner
  .image_slider_inner
  .images_list
  .image_item
  .image_item_inner
  .image_bg {
  background-size: cover, 0;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .single_shop_page
    .video_image_slider_main_inner
    .image_slider_inner
    .images_list
    .image_item
    .image_item_inner
    .image_bg {
    background-size: 0, cover;
  }
}

.single_shop_page
  .video_image_slider_main_inner
  .image_slider_inner
  .images_list
  .image_item
  .image_item_inner
  .image_bg
  .desk_blank_image {
  display: block;
}

@media (max-width: 767px) {
  .single_shop_page
    .video_image_slider_main_inner
    .image_slider_inner
    .images_list
    .image_item
    .image_item_inner
    .image_bg
    .desk_blank_image {
    display: none;
  }
}

.single_shop_page
  .video_image_slider_main_inner
  .image_slider_inner
  .images_list
  .image_item
  .image_item_inner
  .image_bg
  .mobile_blank_image {
  display: none;
}

@media (max-width: 767px) {
  .single_shop_page
    .video_image_slider_main_inner
    .image_slider_inner
    .images_list
    .image_item
    .image_item_inner
    .image_bg
    .mobile_blank_image {
    display: block;
  }
}

.single_shop_page .video_image_slider_main_inner .image_slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 1;
}

.single_shop_page
  .video_image_slider_main_inner
  .image_slider
  .slick-arrow.pre_button {
  left: 0;
  z-index: 2;
}

.single_shop_page
  .video_image_slider_main_inner
  .image_slider
  .slick-arrow.next_button {
  right: 0;
}

.single_shop_page
  .video_image_slider_main_inner
  .image_slider
  .slick-arrow
  svg {
  width: 30px;
  height: 60px;
}

.single_shop_page .video_image_slider_main_inner .video_section_inner .oembed {
  position: relative;
  height: 100%;
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed_inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 4s ease-in-out;
  -o-transition: background-image 4s ease-in-out;
  transition: background-image 4s ease-in-out;
  height: 100%;
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed
  iframe,
.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed
  video {
  height: 100% !important;
  width: 100% !important;
  min-height: 721px;
}

@media (max-width: 1599px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    iframe,
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    video {
    min-height: 721px;
  }
}

@media (max-width: 1399px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    iframe,
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    video {
    min-height: 620px;
  }
}

@media (max-width: 1199px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    iframe,
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    video {
    min-height: 519px;
  }
}

@media (max-width: 991px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    iframe,
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    video {
    min-height: 384px;
  }
}

@media (max-width: 767px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    iframe,
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    video {
    min-height: 310px;
  }
}

@media (max-width: 360px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    iframe,
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    video {
    min-height: 156px;
  }
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed
  .image_inner {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    .image_inner {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    .image_inner {
    border-radius: 0;
  }
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed
  .image_inner
  img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    .image_inner
    img {
    border-radius: 0;
  }
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed
  .video_image {
  position: relative;
  height: 100%;
}

@media (max-width: 991px) {
  .single_shop_page
    .video_image_slider_main_inner
    .video_section_inner
    .oembed
    .video_image {
    height: 100%;
  }
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed
  .video_image
  .play_btn {
  cursor: pointer;
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed
  .video_image
  .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 -50% 0 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner
  .oembed
  .video_image
  .play_icon
  svg
  path {
  -webkit-transition: all 0.5s ease;
  -o-transition: all ease 0.5s;
  transition: all 0.5s ease;
}

.single_shop_page .video_image_slider_main_inner .video_section_inner .video {
  display: none;
  height: 100%;
}

.single_shop_page
  .video_image_slider_main_inner
  .video_section_inner:hover
  .play_icon
  svg
  #Fill_3 {
  fill: #ffa33f;
}

.single_shop_page .map_section .map_section_inner iframe {
  max-height: 238px;
  max-width: 636px;
}

.single_shop_page .map_section .map_section_inner .map_code code {
  background: 0 0 !important;
}
