@charset "UTF-8";
/* Table of Contents
   ++1++ Main Styles
   ++2++ Responsive Styles
   ++3++ Color Styles
*/
:root {
  --primary: #0d6a79;
  --secondary: #371c3b;
  --thirdary: linear-gradient(120deg, #5f451f 0%, #80602f 12%, #a47d42 28%, #c09a5b 42%, #d0ad6c 50%, #b58b4e 60%, #98713b 74%, #79572a 88%, #543b1a 100%);

  --primary-hsl: 187.1, 83.6%, 17.1%;

  --thirdary-icon: #aa8b56;
}

@font-face {
  font-family: 'DM Serif Display';
  src:
    url('../fonts/dm-serif-display-regular.woff2') format('woff2'),
    url('../fonts/dm-serif-display-regular.woff') format('woff');
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Serif Display';
  src:
    url('../fonts/dm-serif-display-italic.woff2') format('woff2'),
    url('../fonts/dm-serif-display-italic.woff') format('woff');
  font-weight: 500 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Yantramanav';
  src:
    url('../fonts/yantramanav-medium.woff2') format('woff2'),
    url('../fonts/yantramanav-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yantramanav';
  src:
    url('../fonts/yantramanav-regular.woff2') format('woff2'),
    url('../fonts/yantramanav-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yantramanav';
  src:
    url('../fonts/yantramanav-bold.woff2') format('woff2'),
    url('../fonts/yantramanav-bold.woff') format('woff');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yantramanav';
  src:
    url('../fonts/yantramanav-light.woff2') format('woff2'),
    url('../fonts/yantramanav-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*---- ++1++ Main Styles ----*/
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

footer a,
footer .highlight {
  color: var(--thirdary-icon) !important;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.25),
    0 2px 4px rgba(0, 0, 0, 0.15);
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  background-color: #000;
  margin: 0;
  font-family: 'Yantramanav', sans-serif;
  font-size: 22px;
  line-height: 29px;
  overflow: visible;
  overflow-x: hidden;
  color: #f8f8f8;
}

[hidden],
template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  color: var(--thirdary-icon);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:active,
a:hover {
  outline: 0;
}

a:focus,
a:hover {
  filter: brightness(90%);
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

a > img {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
  opacity: 0.8;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
  max-width: 100%;
}

button {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: visible;
  text-transform: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.elfsight-holder {
    height: 40px;
    width: 100%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  min-width: 0;
}

[role='button'] {
  cursor: pointer;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

ul li,
ol li {
  padding-bottom: 10px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: ' ';
}

.clearfix:after,
.container-fluid:after,
.container:after,
.panel-body:after,
.row:after {
  clear: both;
}

.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'DM Serif Display', serif;
  line-height: 1.1;
  font-weight: 500;
  word-break: break-word;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

h1,
.h1 {
  font-size: 4.4rem;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 3.2rem;
}

h5,
.h5 {
  font-size: 2.8rem;
}

h6,
.h6 {
  font-size: 2.4rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1.thank-you-heading {
  font-size: 6rem;
}

p {
  margin: 0 0 10px;
}

p:last-child {
  margin-bottom: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  margin: 0;
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #f8f8f8;
  text-decoration: none;
  border: 1px solid #ddd;
  text-align: center;
  padding: 11px 0 12px;
  border: none;
  background-color: transparent;
  min-width: 40px;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 700;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 11px;
}

.pagination > li:first-child > a i,
.pagination > li:first-child > span i,
.pagination > li:last-child > a i,
.pagination > li:last-child > span i {
  font-size: 20px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--primary);
  border-color: var(--primary);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.hover-box {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 30px -5px #444;
}

.hover-box h3 {
  color: #fff;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-default {
  border-color: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-heading .panel-title {
  font-size: inherit;
  letter-spacing: 0;
  padding: 0;
  position: relative;
}

.panel-heading .panel-title > a {
  font-size: 18px;
  font-family: 'Yantramanav', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 18px;
  color: #fff !important;
  border: none;
  border-radius: 22px;
  word-wrap: break-word;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover,
.panel-heading .panel-title > a:hover {
  color: #fff !important;
}

#accordion2 .panel-heading .panel-title > a,
#accordion2 .panel-heading .panel-title > a.collapsed:hover,
#accordion2 .panel-heading .panel-title > a:hover,
#accordion2 .panel-heading .panel-title > a:hover {
  color: #333 !important;
}

.panel-heading .panel-title > a.collapsed {
  background-color: #eee;
}

.panel-heading .panel-title > a:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  line-height: 50px;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.panel-heading .panel-title > a.collapsed:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading .panel-title > a:hover:after {
  color: #fff;
}

.panel-heading .panel-title > a > i {
  position: relative;
  top: -1px;
  padding-right: 10px;
  text-align: center;
  display: inline-block;
  line-height: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.panel-heading .panel-title > a:hover > i {
  color: #fff;
}

#accordion2 .panel-heading .panel-title > a:hover:after,
#accordion2 .panel-heading .panel-title > a:hover > i {
  color: #333;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
}

.panel-default > .panel-heading {
  background-color: transparent;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
}

.panel-group .panel + .panel {
  margin-top: 13px;
}

.panel-body {
  padding: 15px;
  border: 1px solid transparent;
  border-top: none !important;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 20px 0;
  border-radius: 0;
}

.collapse-unstyled .panel h4 {
  margin: 0 0 0.5em;
}

.collapse-unstyled .panel h4 a:after {
  padding: 0 5px;
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f107';
}

.collapse-unstyled .panel h4 a.collapsed:after {
  content: '\f105';
}

.collapse-unstyled .panel-content {
  padding: 10px 20px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav > li > a > img {
  max-width: none;
}

.nav > li.cta-menu-btn > a {
  color: #fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
}

.media {
  margin-top: 20px;
}

li.media:before,
li.media:after {
  display: block;
  content: '';
  clear: both;
}

li.mega-menu-title a {
  font-size: clamp(16px, 3vw, 25px) !important;
  line-height: normal !important;
  margin-bottom: 10px;
  font-weight: 700 !important;
  text-decoration: underline;
  color: var(--primary) !important;
}
.sf-menu {
  line-height: 20px;
}

.sf-menu li {
  padding-bottom: 0;
}

.sf-menu a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.sf-menu i[class] {
  margin-right: 7px;
  font-size: 1.1em;
}

.sf-menu > .sf-logo-li {
  visibility: hidden;
}

.header-nav button {
  font-size: 17px;
  font-family: 'Yantramanav', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 35px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #fff;
  position: relative;
  color: #fff;
}

.theme_button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 35px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 22px;
  box-shadow: 5px 5px 10px #00000033;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.theme_button:active,
.theme_button:hover,
.theme_button:focus,
.theme_button.color2:hover,
.theme_button.color1:hover,
.header-nav button:hover {
  opacity: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.05s linear 0s;
  transition: all 0.05s linear 0s;
  background-color: #fff !important;
  filter: brightness(100%);
}

.theme_button > [class*='fa-'] {
  font-size: 1.5em;
  position: relative;
  top: 3px;
  line-height: 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  margin-bottom: 10px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  backface-visibility: hidden;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 6px;
  border: 2px solid #333;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.owl-carousel .owl-nav {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.owl-carousel .owl-nav > div {
  color: transparent;
  font-size: 0;
  display: inline-block;
  right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
}

.owl-carousel .owl-nav > div.disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-carousel .owl-nav > div:first-child {
  left: 0;
  right: auto;
}

.owl-carousel .owl-nav > div:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 30px;
  content: '\f105';
  color: #333;
  opacity: 0.5;
}

.owl-carousel .owl-nav > div:first-child:after {
  content: '\f104';
}

.owl-carousel .owl-nav > div:hover:after {
  opacity: 1;
}

.container .owl-carousel {
  padding: 0 40px;
}

.container article .owl-carousel {
  padding: 0;
}

.top-right-nav .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.top-right-nav .owl-nav > div {
  background: transparent;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../images/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: ransform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme:hover .owl-nav {
  opacity: 1;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  opacity: 1;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav > div {
  font-size: 0;
  position: absolute;
  right: 0;
  text-align: center;
  margin-top: -15px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.boxed .container .owl-theme .owl-nav {
  left: 0;
  right: 0;
}

.owl-theme .owl-dots {
  margin-top: 20px;
  margin-bottom: 20px;
}

.owl-center .owl-nav {
  top: 0;
  bottom: 0;
  position: static;
  margin-top: 0;
  opacity: 1;
}

.owl-center .owl-nav > div {
  right: -15px;
  width: 50px;
  top: 0;
  bottom: 0;
  margin: 0;
  height: auto;
  background-color: #32323299;
}

.owl-center .owl-nav > div:first-child {
  left: -15px;
  right: auto;
}

.owl-center .owl-nav > div:first-child:after {
  left: 13px;
}

.owl-center .owl-nav > div:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  left: 17px;
}

.owl-carousel .owl-item {
  -webkit-transition: opacity 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s;
  opacity: 0;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-center .owl-item {
  opacity: 1;
}

#toTop {
  bottom: 5px;
  right: 5px;
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  opacity: 0.7;
}

#toTop:after {
  color: #fff;
  content: '\f106';
  font-size: 16px;
  line-height: 60px;
  font-family: 'FontAwesome';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#toTopHover,
#toTop:hover {
  bottom: 8px;
  opacity: 1;
}

#toTop:hover:after {
  color: #fff;
}

#toTop:active,
#toTop:focus {
  outline: medium none;
}

.table_section {
  background-color: #fff;
}

.table_section .container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.table_section .row {
  display: table;
  min-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.table_section [class*='col-'] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.table_section .p-sm {
  color: #333;
}

.section_full_height {
  min-height: 100vh;
}

.background_cover {
  background-size: cover;
  background-position: center;
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  box-shadow: inset 0 0 5px #000000ff;
}

.section_action.parallax.footer-banner {
  background-image: image-set(url('../images/parallax/footer-banner.webp') type('image/webp'), url('../images/parallax/footer-banner.jpg') type('image/jpeg'));
}

.section_action.parallax.mid-banner {
  background-image: image-set(url('../images/parallax/mid-banner.webp') type('image/webp'), url('../images/parallax/mid-banner.jpg') type('image/jpeg'));
}

.section_action.parallax.low-mid-banner {
  background-image: image-set(url('../images/parallax/low-mid-banner.webp') type('image/webp'), url('../images/parallax/low-mid-banner.jpg') type('image/jpeg'));
}

.section_action.parallax.call-banner {
  background-image: image-set(url('../images/parallax/call-banner.webp') type('image/webp'), url('../images/parallax/call-banner.jpg') type('image/jpeg'));
}

.parallax h1,
.parallax h2,
.parallax .sub-heading,
.parallax h3,
.parallax h5,
.parallax li {
  color: #fff;
  text-shadow:
    1px 1px 2px #132,
    2px 2px 4px #0000007f;
}

.parallax h2 {
  font-size: 5.4rem;
}

.parallax h5 {
  font-size: 3.4rem;
}

.parallax .sub-heading,
.parallax li {
  font-size: 2.8rem;
}

.parallax .sub-heading:first-child {
  text-transform: capitalize;
}

.parallax li {
  padding: 15px;
}

.parallax > * {
  z-index: 4;
  position: relative;
}

.parallax:before,
.parallax:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.parallax:after {
  background-color: #543;
}

.section_header {
  margin: 10px 0 24px;
  font-size: 4.2rem;
  position: relative;
  word-wrap: break-word;
}

span.section_header {
  font-family: 'DM Serif Display', serif;
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

h2.section_header {
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

.main_bg_color h2.section_header,
h6.section_header {
  color: #fff;
}

.section_header + hr {
  margin-bottom: 25px;
}

#box_wrapper,
#canvas {
  overflow: hidden;
  position: relative;
}

#box_wrapper > section,
#box_wrapper > div > section {
  clear: both;
}

#canvas.boxed {
  padding: 1px 0;
}

body.boxed {
  position: static;
  width: auto;
  height: auto;
}

.boxed .container,
.boxed .container-fluid {
  max-width: 100%;
}

.boxed .container {
  padding-left: 30px;
  padding-right: 30px;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.boxed #box_wrapper.container {
  padding: 0;
  box-shadow: 0 0 10px 0 #00000033;
}

.boxed #box_wrapper.container.top-bottom-margins {
  margin-top: 80px;
  margin-bottom: 80px;
}

.clear,
.clearfix {
  clear: both;
}
.award-home {
  width: 50%;
  margin: 0 0 10px;
}
.with_background {
  background-color: #eee;
  border-radius: 30px;
}

.grey {
  border-color: #fff;
  color: #fff !important;
}

.greylinks a {
  color: #fff !important;
}

.muli {
  font-family: 'Yantramanav', sans-serif;
}

.item-media.entry-thumbnail img {
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}

.vertical-item .item-media.entry-thumbnail img {
  border-top-right-radius: 18px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.content-padding .item-content {
  padding: 55px 40px;
}

.item-content p {
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

.side-item {
  border-radius: 30px;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.side-item .row {
  margin: 0;
}

.side-item .row [class*='col-'] {
  padding: 0;
  margin: 0;
}

.side-item .item-title + .item-content {
  padding-top: 20px;
}

.side-item [class*='col-'] > .item-title {
  padding: 15px 30px;
}

.side-item [class*='col-'] > .item-title h2,
.side-item [class*='col-'] > .item-title h3,
.side-item [class*='col-'] > .item-title h4 {
  margin: 0;
}

.side-item .small-text {
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.vertical-item.content-padding {
  height: 500px;
  max-height: 550px;
}

.vertical-item.content-padding.gallery-extended-item {
  height: auto;
  max-height: auto;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.vertical-item.content-padding.gallery-extended-item img {
  border-radius: 30px;
}

.vertical-item.content-padding .item-content {
  padding: 20px 35px;
}

.vertical-item.content-padding .item-content.content-title {
  padding: 11px 30px;
}

.vertical-item.content-absolute {
  position: relative;
  border-radius: 30px;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.related-photos-carousel .vertical-item.content-absolute {
  margin: 1px;
}

.vertical-item.content-absolute .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
}

.vertical-item.content-absolute .item-content.content-title {
  padding: 11px 30px;
}

.vertical-item.content-absolute.vertical-center .item-content {
  top: 0;
  line-height: 1.1;
}

.vertical-item + .item-title {
  padding: 10px 30px;
}

.vertical-item + .item-title h2,
.vertical-item + .item-title h3,
.vertical-item + .item-title h4 {
  margin: 0;
}

.item-media {
  position: relative;
  overflow: hidden;
}

.item-media img {
  width: 100%;
}

.related-photos-carousel .item-media img {
  border-radius: 30px;
}

a.logo {
  display: inline-block;
  word-break: break-word;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding: 5px 0;
}

a.logo img {
  vertical-align: middle;
  width: 100%;
}

.page_toplogo a.logo img {
  max-width: 350px;
}

footer a.logo img {
  max-width: 80%;
}

.page_header {
  -webkit-transition:
    background,
    margin 0.8s ease-in-out;
  transition:
    background,
    margin 0.8s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1000;
  height: auto;
}

.page_header.affix {
  position: fixed;
  z-index: 1001;
}

.page_header.mobile-active {
  z-index: 1002;
}

.page_header.affix-bottom {
  top: 0 !important;
  position: fixed;
}

.page_header a.header-button {
  display: inline-block;
  color: #555;
  padding: 0 10px;
  line-height: 60px;
  position: relative;
}

.boxed .page_header a.header-button {
  padding: 0 10px;
  line-height: 60px;
  border: none;
}

.page_header a.header-button i {
  font-size: 1.2em;
  opacity: 0.7;
  position: relative;
  top: 0.07em;
}

.page_header a.header-button i + span {
  padding-left: 4px;
}

.page_header:before,
.page_header:after {
  content: '';
  display: block;
  clear: both;
}

.page_header {
  height: auto;
}

body {
  position: relative;
  left: 0;
}

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000007f;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
}

body,
body:after {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body {
  -webkit-transition-property: left, right;
  transition-property: left, right;
}

body.active-side-header {
  left: 270px;
}

body.active-side-header:after {
  visibility: visible;
  opacity: 1;
}

.toggle_menu_side {
  position: absolute;
  top: 15px;
  right: -75px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 #3232327f;
}

.toggle_menu_side:before {
  font-family: 'FontAwesome';
  content: '\f0c9';
}

.active-slide-side-header .toggle_menu_side:before,
.active-side-header .toggle_menu_side:before {
  content: '\f00d';
}

.container {
  max-width: 100%;
}

body.active-side-header.slide-right {
  left: -270px;
}

.mainmenu_side_wrapper {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.mainmenu_side_wrapper ul ul,
.mainmenu_side_wrapper .mega-menu {
  height: 0;
  overflow: hidden;
}

.mainmenu_side_wrapper ul li.sfHover > .mega-menu ul {
  display: block;
  height: 100%;
}

.mainmenu_side_wrapper .mega-menu > ul {
  height: auto;
}

.menu-side-click {
  padding: 0;
  line-height: 1.2;
}

.menu-side-click li {
  position: relative;
  list-style: none;
}

.menu-side-click li a {
  display: block;
  padding: 11px 10px 11px 0;
  margin-right: 22px;
}

.menu-side-click li .activate_submenu {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 16px;
  text-align: center;
  width: 25px;
}

.menu-side-click li .activate_submenu:before {
  content: '+';
}

.menu-side-click i {
  width: 1em;
  text-align: center;
  margin-right: 15px;
  opacity: 0.3;
}

.menu-side-click li.active-submenu > .activate_submenu:before {
  content: '-';
}

.menu-side-click ul {
  padding-left: 33px;
  opacity: 0;
  height: 0;
}

.menu-side-click ul ul {
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
}

.menu-side-click .active-submenu > div {
  height: auto;
}

.menu-side-click .active-submenu > ul,
.menu-side-click .active-submenu > div > ul {
  opacity: 1;
  height: auto;
  margin: 0 0 10px;
}

.menu-side-click ul,
.menu-side-click div {
  overflow: visible;
  -webkit-transition:
    opacity 0.6s,
    margin 0.3s,
    height 0.3s ease-in-out;
  transition:
    opacity 0.6s,
    margin 0.3s,
    height 0.3s ease-in-out;
}

.page_toplogo .small-teaser {
  vertical-align: middle;
  display: inline-block;
  margin: 5px 0;
}

.page_toplogo .small-teaser .media-body {
  text-align: left;
  width: auto;
}

.page_toplogo .small-teaser h4 {
  font-size: 26px;
  margin-bottom: 0;
}

.page_breadcrumbs {
  box-shadow: inset 0 0 10px #00000033;
}

.page_breadcrumbs h1 {
  display: inline;
  font-size: 19px;
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 0;
  float: left;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  list-style: none;
  display: inline;
  float: right;
}

.breadcrumb > li {
  display: inline-block;
  padding: 0 10px;
}

.breadcrumb > .active {
  color: #fff;
  opacity: 1;
}

.breadcrumb > li + li:before {
  display: none;
}

.page_portfolio {
  overflow: hidden;
}

.page_content + .page_portfolio {
  margin-top: -75px;
}

.page_footer .widget {
  margin-bottom: 30px;
}

.page_footer .grey i {
  margin-left: 24px;
  font-size: 18px;
}

.page_footer .media.small-teaser .grey i {
  margin-left: 0;
}

.wave-container {
  position: relative;
}

.wave-container::before {
  content: '';
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 70px;
  left: 0;
  background-size: auto;
  background-repeat: repeat no-repeat;
  background-position: 2vw bottom;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 80' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1C19.5523 2 32.2291 3 51.5 5C104.5 11 200 25 300 39C400 53 500 66 600 61C700 55 800 31 900 18C987.526 3 1085.36 -1 1150 0C1169.54 -1 1180.49 0 1200 1V80H1150C1100 80 1000 80 900 80C800 80 700 80 600 80C500 80 400 80 300 80C200 80 100 80 50 80H0V1.98128Z' fill='%23ffffff'/></svg>");
}

.muted_background .pagination {
  margin: 40px 40px 20px;
}

.toggle_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1001;
  visibility: visible;
}

.toggler_right .toggle_menu {
  left: auto;
  right: 0;
}

.toggle_menu.vertical-center {
  top: 50%;
  margin-top: -30px;
}

.toggler_left .toggle_menu {
  left: 0;
  margin-left: 0;
}

.toggler_right .toggle_menu {
  right: 0;
  left: auto;
  margin-left: 0;
}

.page_toplogo .toggle_menu {
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  margin: 0;
}

.toggle_menu:hover span:before {
  top: -7px;
}

.toggle_menu:hover span:after {
  top: 7px;
}

.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: #333;
  content: '';
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.toggle_menu span {
  left: 18px;
  top: 50%;
  margin-top: -1px;
}

.toggle_menu span:before {
  top: -6px;
}

.toggle_menu span:after {
  top: 6px;
}

article iframe {
  margin-bottom: -8px;
}

article.post + article.post {
  margin-top: 60px;
}

h3.entry-title {
  font-size: 26px;
  margin: 0 0 10px;
}

h3.entry-title a {
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

.entry-title + hr.my-20 {
  margin-top: 25px;
}

ul.entry-tags {
  padding-left: 0;
}

.entry-tags li {
  display: inline;
  font-size: 14px;
  margin-right: 5px;
  padding: 10px;
}

.entry-tags li a {
  line-height: 57px;
}

.entry-tags li a,
.entry-tags li a:hover {
  color: #fff;
}

.gallery-item {
  overflow: hidden;
  position: relative;
}

.gallery-item .item-content {
  padding: 0 40px 5px;
}

.gallery-item .item-content h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  z-index: 5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gallery-item:hover .item-content h4 {
  margin-bottom: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}

.gallery-item .post-adds {
  margin-bottom: 0;
}

.gallery-title-item + .item-title {
  padding: 15px 0 40px;
}

.gallery-title-item + .item-title h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.owl-carousel.related-photos-carousel {
  margin-bottom: 0;
}

.gallery-item {
  text-align: center;
}

.isotope_container {
  -webkit-transition: height 0.2s ease-in-out 0s;
  transition: height 0.2s ease-in-out 0s;
}

.single-post .isotope_container {
  margin: 20px 0;
  clear: both;
}

aside > div + div {
  margin-top: 55px;
}

aside .widget {
  margin-top: 20px;
}

aside .with_padding {
  padding: 33px 35px 28px;
}

.affix-aside {
  position: relative;
}

.affix-aside.affix {
  position: fixed;
  top: 50px;
}

.widget > h3,
.widget-title {
  position: relative;
  font-size: 28px;
  margin-bottom: 35px;
  color: #fff;
}

.widget > h3 + hr,
.widget-title + hr {
  margin-top: -20px;
  margin-bottom: 25px;
}

.page_footer .widget > h3 + hr,
.page_footer .widget-title + hr {
  margin-top: -10px;
  margin-bottom: 30px;
}

.widget:before,
.widget:after {
  display: block;
  content: '';
  clear: both;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ul ul li {
  padding-left: 20px;
}

.widget li {
  position: relative;
}

.widget .vertical-item h4 {
  font-size: 16px;
  margin: 0;
}

.page_footer .widget li,
.page_footer .widget ul {
  border: none;
}

.widget_banner {
  overflow: hidden;
  line-height: 1;
}

.widget_banner .widget-title,
.widget_apsc_widget .widget-title {
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

.apsc-facebook-icon {
  background-color: #359;
}

.apsc-youtube-icon {
  background-color: #d32;
}

.apsc-google-plus-icon {
  background-color: #d43;
}

.apsc-each-profile a {
  color: white !important;
}

.apsc-each-profile a:hover {
  color: white !important;
  text-decoration: none !important;
}

.apsc-theme-4 .apsc-each-profile {
  margin-bottom: 10px;
}

.apsc-theme-4 .social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
  line-height: 50px;
  padding: 0;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #fff;
  position: relative;
  border-radius: 15px;
}

.apsc-theme-4 .apsc-each-profile a:hover {
  opacity: 0.8;
}

.apsc-theme-4 .apsc-each-profile a .fa {
  width: 50px;
  line-height: 50px;
  height: 50px;
  vertical-align: top;
  font-size: 30px;
  display: inline-block;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a:hover .fa {
  transform: none;
  -webkit-transform: snone;
  -ms-transform: none;
}

.apsc-theme-4 .media-name {
  display: inline-block;
}

.small-teaser {
  margin-top: 13px;
}

.small-teaser h4 {
  margin-bottom: 8px;
}

.small-teaser p {
  text-align: left;
}

.small-teaser i {
  padding-right: 2px;
}

.teaser {
  position: relative;
  overflow: visible;
  text-align: center;
}

.teaser[class*='_bg_color'],
.teaser[class*='with_'] {
  padding: 30px 25px;
}

.teaser [class*='_bg_color']:not(hr) {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  vertical-align: bottom;
}

.teaser [class*='_bg_color']:not(hr) + h3,
.teaser [class*='_bg_color']:not(hr) + h4 {
  margin-top: 28px;
}

.teaser i {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 28px;
}

.teaser p i {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 20px !important;
  margin-left: 24px;
}

.teaser h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.teaser h3 a {
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

.teaser .theme_button {
  margin: 22px 0 0;
}

.teaser_icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.teaser_icon[class*='label-'] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
}

.teaser_icon + h2 {
  margin-top: 40px;
}

.teaser_icon + h3 {
  margin-top: 10px;
}

.teaser_icon + p {
  margin-top: 17px;
}

.card-content::-webkit-scrollbar {
  width: 5px;
}

.card-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.card-content::-webkit-scrollbar_thumbnail {
  background: grey;
  opacity: 0.5;
  border-radius: 10px;
}

.card-content::-webkit-scrollbar_thumbnail:hover {
  background: #b00;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 30px;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 40px;
}

.card-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-content {
  overflow-y: scroll;
  height: 200px;
  scrollbar-color: grey;
  scrollbar-width: thin;
  padding: 8px 2px 0;
  color: #333;
}

.card-content p {
  color: #333;
}

.card-columns .card {
  margin-bottom: 3rem;
}

.thumbnail {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 0;
  border: none;
  overflow: hidden;
  background-color: transparent;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.isotope-item .thumbnail {
  margin-bottom: 30px;
}

.border-r-18 {
  border-radius: 30px;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.thumbnail h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 5px 0;
}

.thumbnail h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px 0;
}

.thumbnail h3 a {
  color: inherit;
}

.thumbnail h3 + p {
  text-transform: uppercase;
  font-weight: 500;
}

.thumbnail .caption {
  color: #555;
  background-color: transparent;
  padding: 0 20px 26px;
  height: clamp(85px, 10vw, 90px);
}

a[class*='fa-']:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 1;
}

a.social-icon {
  color: #fff !important;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

a.social-icon span {
  opacity: 0.7;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

a.social-icon span:first-child {
  font-size: 24px;
  margin-top: 8px;
  font-weight: bold;
}

.feature-block {
  padding: 0 0 3px;
  border-radius: 30px;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature-block img {
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.feature-block h4 {
  text-align: center;
  font-family: 'Yantramanav', sans-serif;
  padding-top: 8px;
}

.feature-block h5 {
  font-size: 20px;
  text-align: center;
  font-family: 'Yantramanav', sans-serif;
  padding-top: 8px;
  margin-bottom: 15px;
}

.inline-img-box {
  margin-bottom: 20px;
}

.embed-responsive {
  padding-bottom: 56.25%;
  box-shadow:
    0 0 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.embed-responsive > iframe,
.embed-responsive > picture,
.embed-responsive > picture > img,
.embed-responsive > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.embed-responsive.youtube-lite {
  cursor: pointer;
}

.embed-responsive.youtube-lite .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 48px;
  width: 48px;
  height: 48px;
  background: rgba(255, 0, 0, 0.8);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.embed-responsive.youtube-lite .play-button::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 16px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}

.text-box {
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 30px;
  color: #f8f8f8;
  text-shadow:
    0 1px 1px rgba(70, 50, 25, 1.28),
    0 2px 4px rgba(70, 50, 25, 0.14);
}

.responsive-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
  margin: 0;
}
.condition-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 35px;
  justify-content: center;
}

.condition-filter {
  appearance: none;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  padding: 10px 18px;
  font: inherit;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.condition-filter:hover,
.condition-filter:focus-visible,
.condition-filter.active {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

.condition-filter:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
/* Keep all treatment columns/cards aligned */
.responsive-columns {
  align-items: stretch;
}

.condition-item {
  display: flex;
  height: 100%;
}

.condition-item > a {
  display: flex;
  width: 100%;
  height: 100%;
}

.condition-item .feature-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.condition-item .feature-block h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  font-size: 30px;
}

.condition-item .treatment-description {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
  color: #fff;
}
.condition-item[hidden] {
  display: none !important;
}
.condition-filter-wrap ~ .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.condition-filter-wrap ~ .row .condition-item {
  float: none;
  display: flex;
}

.condition-filter-wrap ~ .row .condition-item > a {
  display: flex;
  width: 100%;
}

.condition-filter-wrap ~ .row .feature-block {
  width: 100%;
  height: 100%;
}
.wave-container,
.wave-container-2,
.wave-container-3,
.wave-container-4,
.wave-container-5 {
  position: relative;
}

.wave-container::before {
  content: '';
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%201.85C7%201.50%2015%201.20%2025%201.85C33%202.10%2035.28%201.85%2035.28%201.85V2.17H0Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E');
}

.wave-container-2::before {
  content: '';
  width: 100%;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%201.75C7%201.35%2015%201.15%2025%201.70C33%202.05%2035.40%201.80%2035.30%201.80V2.12H0Z%22%20opacity%3D%220.20%22%20fill%3D%22000000%22%2F%3E%3Cpath%20d%3D%22M0%201.85C7%201.50%2015%201.20%2025%201.85C33%202.10%2035.28%201.85%2035.28%201.85V2.17H0Z%22%20fill%3D%22%230d6a79%22%2F%3E%3C%2Fsvg%3E');
  transform: rotate(180deg);
}

.wave-container-3::before {
  content: '';
  width: 100%;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%201.75C7%201.35%2015%201.15%2025%201.70C33%202.05%2035.40%201.80%2035.30%201.80V2.12H0Z%22%20opacity%3D%220.20%22%20fill%3D%22000000%22%2F%3E%3Cpath%20d%3D%22M0%201.85C7%201.50%2015%201.20%2025%201.85C33%202.10%2035.28%201.85%2035.28%201.85V2.17H0Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E');
  transform: rotate(180deg);
}

.wave-container-4::before {
  content: '';
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%200.75C7%200.35%2015%200.15%2025%200.70C33%201.05%2035.40%200.80%2035.30%200.80V2.12H0Z%22%20opacity%3D%220.20%22%20fill%3D%22000000%22%2F%3E%3Cpath%20d%3D%22M0%200.85C7%200.50%2015%200.20%2025%200.85C33%201.10%2035.28%200.85%2035.28%200.85V2.17H0Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E');
}.wave-container-5::before {
 content: '';
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%200.75C7%200.35%2015%200.15%2025%200.70C33%201.05%2035.40%200.80%2035.30%200.80V2.12H0Z%22%20opacity%3D%220.20%22%20fill%3D%22000000%22%2F%3E%3Cpath%20d%3D%22M0%200.85C7%200.50%2015%200.20%2025%200.85C33%201.10%2035.28%200.85%2035.28%200.85V2.17H0Z%22%20fill%3D%22%230d6a79%22%2F%3E%3C%2Fsvg%3E');
}

/*---- ++2++ Responsive Styles ----*/
@supports (-webkit-touch-callout: none) {
  .parallax {
    background-attachment: scroll !important;
  }
}

@media (min-width: 768px) {
  .text-sm-center {
    text-align: center;
  }

  .page_toplogo {
    white-space: nowrap;
  }

  .page_toplogo .logo {
    padding: 20px 0;
  }

  .page_toplogo .social-icon {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-right: 20px;
  }

  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    margin-left: 20px;
  }

  .text-md-right {
    text-align: right !important;
  }

  .section_about.background_cover {
    background-image: image-set(url('../images/home/welcome-bg.webp') type('image/webp'), url('../images/home/welcome-bg.jpg') type('image/jpeg'));
    background-repeat: no-repeat;
  }

  .section_treat.background_cover {
    background-image: image-set(url('../images/home/treatment-bg.webp') type('image/webp'), url('../images/home/treatment-bg.jpg') type('image/jpeg'));
    background-repeat: no-repeat;
  }

  .mainmenu_wrapper {
    position: relative;
  }

  .sf-menu,
  .sf-menu ul {
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
    list-style: none;
  }

  .sf-menu li {
    position: relative;
  }

  .sf-menu li > ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99;
  }

  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }

  .sf-menu a {
    display: block;
    position: relative;
  }

  .sf-menu li > ul > li > ul {
    top: -10px;
    left: 100%;
  }

  .sf-menu a {
    padding-top: 7px;
    padding-bottom: 6px;
    text-decoration: none;
    zoom: 1;
    -webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
    transition-property: color, background-color, border-color, padding-top, padding-bottom;
  }

  .sf-menu li {
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }

  .sf-menu > li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
  }

  .sf-menu > li > a {
    padding-top: 37px;
    padding-bottom: 36px;
    padding-right: 0;
    padding-left: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .bordered_items .sf-menu > li {
    padding: 0;
  }

  .sf-menu li:hover,
  .sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
  }

  .sf-menu > li .mega-menu,
  .sf-menu li > ul {
    margin-top: 0;
    text-align: left;
    list-style: none;
    padding: 10px 0 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #00000019;
    min-width: 10em;
  }

  .sf-menu ul a {
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sf-menu .mega-menu ul {
    box-shadow: none;
    padding: 0;
  }

  .sf-menu .mega-menu ul a {
    padding: 8px 0;
    line-height: 18px;
  }

  .sf-menu ul ul {
    margin-top: 0;
    margin-left: 1px;
  }

  .sf-menu > li > a {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sf-menu > li:first-child > a {
    margin-left: 0 !important;
  }

  .sf-menu > li:last-child > a {
    margin-right: 0 !important;
  }

  .bordered_items .sf-menu > li > a {
    margin: 0 !important;
    padding: 20px 6px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sf-menu .sf-md-hidden {
    display: none !important;
  }

  .mainmenu_wrapper ul .mega-menu ul {
    min-width: auto;
    border-bottom: none;
  }

  .mainmenu_wrapper .menu-item-has-mega-menu {
    position: relative;
  }

  .mainmenu_wrapper .mega-menu {
    display: none;
    position: absolute;
    width: 980px;
    top: 100%;
    z-index: 10;
  }

  .mainmenu_wrapper .menu-item-has-mega-menu:hover .mega-menu {
    display: block;
  }

  .mainmenu_wrapper .mega-menu-row {
    position: static;
    display: table;
    table-layout: fixed;
  }

  .mainmenu_wrapper .mega-menu-row ul {
    position: static;
    display: block;
  }

  .mainmenu_wrapper .mega-menu-col {
    display: table-cell;
    width: 980px;
    padding: 0 15px;
    border-left: 1px solid #ddd;
  }

  .mainmenu_wrapper .mega-menu-col > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .mainmenu_wrapper .mega-menu-col:first-child {
    border-left: none;
  }
  .mainmenu_wrapper ul ul .mega-menu {
    width: auto;
    top: -20px;
    margin-left: 1px;
    display: block;
    width: auto;
  }

  .mainmenu_wrapper ul ul .mega-menu li {
    display: block;
    width: auto;
    border: none;
  }

  .visible-mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mainmenu_wrapper .mega-menu {
    width: 1140px;
  }

  .mainmenu_wrapper ul .mega-menu ul {
    min-width: 10em;
  }

  .mainmenu_wrapper .mega-menu-col {
    display: table-cell;
    width: 2000px;
    padding: 0 15px;
    border-left: 1px solid #ddd;
  }

  .bordered_items .sf-menu > li > a {
    margin: 0 !important;
    padding: 20px 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1300px) {
  .container .owl-carousel {
    padding: 0;
  }

  .container .owl-theme .owl-nav {
    left: -50px;
    right: -50px;
  }
}

@media (min-width: 1400px) {
  .boxed #box_wrapper.container {
    width: 1370px;
  }
}

@media (min-width: 1500px) {
  .container .owl-theme .owl-nav {
    left: -150px;
    right: -150px;
  }
}

@media (min-width: 1590px) {
  .boxed #box_wrapper.container {
    width: 1560px;
  }

  .sf-menu > li > a {
    padding-top: 71px;
    padding-bottom: 72px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .affix .sf-menu > li > a {
    padding-top: 37px;
    padding-bottom: 36px;
  }

  .bordered_items .sf-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1800px) {
  .sf-menu > li > a {
    margin-left: 40px;
    margin-right: 40px;
  }

  .boxed .sf-menu > li > a {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .apsc-theme-4 .apsc-each-profile a {
    font-size: 18px;
  }
}

@media (max-width: 1599px) {
  a.logo img {
    max-height: 60px;
  }
}

@media (max-width: 1400px) {
  .teaser[class*='_bg_color'],
  .teaser[class*='with_'] {
    padding: 26px 30px;
  }
}

@media (max-width: 1199px) {
  .content-padding .item-content {
    padding: 15px 30px;
  }

  .vertical-item.content-padding .item-content {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .p-40 {
    padding: 30px 30px 30px 30px;
  }

  .page_header_wrapper .col-sm-12 {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .section_header {
    margin-top: 0;
  }

  .section_header.text-center + p,
  .text-center .section_header + p {
    max-width: 100%;
  }

  .section_header + p {
    font-size: 1.1em;
    letter-spacing: 0;
  }

  .page_header a.header-button i + span {
    display: none;
  }

  .page_breadcrumbs h2 {
    font-size: 30px;
  }

  .sf-more-li {
    display: none;
  }

  .mainmenu_wrapper {
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .mobile-active .mainmenu_wrapper {
    visibility: visible;
    opacity: 1;
    background-color: #111;
    background-color: #000000e5;
  }

  .toggle_menu {
    display: block;
  }

  .toggle_menu.mobile-active {
    background-color: #333;
    border: none;
    left: auto;
    top: 0;
    right: 0;
    position: fixed;
    margin: 0;
    z-index: 3000;
  }

  .toggle_menu.mobile-active:after {
    position: absolute;
    top: 14px;
    left: 10px;
    font-family: 'FontAwesome';
    content: '\f00d';
    color: #fff;
  }

  .toggle_menu.mobile-active span {
    display: none;
  }

  .sf-menu {
    position: fixed;
    overflow: auto;
    background-color: #333;
    padding: 10px 20px 10px 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
  }

  .mobile-active .sf-menu {
    opacity: 1;
    right: 20px;
  }

  .sf-menu > li > a,
  .sf-menu a {
    color: #fff;
  }

  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
  }

  .sf-menu ul li a {
    display: block;
    padding: 10px;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
  }

  .sf-menu ul li a:before {
    content: '-';
    padding-right: 5px;
  }

  .sf-menu ul ul li a:before {
    content: '--';
    padding-right: 5px;
  }

  .sf-menu ul ul li button a:before {
    content: none;
  }

  .mainmenu_wrapper .mega-menu {
    position: static;
  }

  .page_toplogo {
    z-index: 9999999;
    width: 100%;
    background: #fff;
    top: 0;
  }

  a.logo {
    display: block;
    transition: opacity 0.3s;
  }

  a.logo.scrolled {
    display: none;
    pointer-events: none;
  }

  a.logo img {
    margin: 0 auto;
    display: block;
    height: auto !important;
    max-height: 100% !important;
    max-width: 255px !important;
  }

  .visible-mobile {
    display: inline-block !important;
  }

  .table_section [class*='col-'] {
    display: block;
  }

  .vertical-item.content-padding {
    height: auto;
    max-height: 750px;
  }

  .p-sm .text-right,
  .p-sm,
  ul.entry-tags,
  .inline-img-box {
    text-align: center !important;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .item-media.entry-thumbnail img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 18px;
  }

  .parallax {
    background-attachment: scroll;
    background-position: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
  }

  .wave-container-4::before {
    bottom: 50px;
  }

  .responsive-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .wave-container::before,
  .wave-container-2::before,
  .wave-container-3::before,
  .wave-container-4::before {
    height: 42.5px;
  }
}

@media (max-width: 767px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .condition-filter-wrap {
    gap: 8px;
    margin-bottom: 25px;
  }

  .condition-filter {
    padding: 9px 14px;
    font-size: 20px;
  }
  .feature-block img {
    width: 100%;
  }

  .table_section .row,
  .table_section [class*='col-'] {
    display: block;
  }

  .section_header.big {
    font-size: 36px;
    margin-top: 0;
  }

  .table_section .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .text-xs-center {
    text-align: center !important;
  }

  .container {
    max-width: 500px;
  }

  .toggle-xs-right .toggle_menu {
    left: auto;
    right: 0;
  }

  .affix-aside,
  .affix-aside.affix,
  .affix-aside.affix-bottom {
    position: static;
    width: inherit !important;
  }

  p.grey,
  .widget-title {
    text-align: center;
  }

  .item-media.entry-thumbnail img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .page_breadcrumbs h1,
  .breadcrumb {
    text-align: center;
    display: block;
    float: none;
  }

  .page_toplogo .small-teaser .media-body {
    width: 10000px;
  }

  .header-nav button {
    width: 100%;
  }

  .page_toplogo:has(a.logo.scrolled) .header-nav button {
    width: 83%;
    float: left;
  }

  .responsive-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 600px) {
  .header-nav .small-teaser i {
    padding-right: 0;
  }
  .award-home {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .boxed .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .teaser[class*='_bg_color'],
  .teaser[class*='with_'] {
    padding: 16px 20px;
  }

  .teaser h2,
  .teaser h3,
  .teaser h4 {
    font-size: 23px;
  }

  .teaser h2 span,
  .teaser h3 span,
  .teaser h4 span {
    font-size: 1.2em;
  }
}

@media (max-width: 479px) {
  .apsc-theme-4 .apsc-each-profile,
  .apsc-theme-3 .apsc-each-profile {
    float: none;
  }
}

@media (max-width: 400px) {
  .content-padding .item-content {
    padding: 30px 20px;
  }

  .vertical-item.content-padding .item-content {
    padding: 20px;
  }
}

@media (max-width: 350px) {
  .toggle_menu_side {
    top: 5px;
    right: -55px;
  }
  a.logo img {
    max-width: 200px !important;
  }
}

/*---- ++3++ Color Styles ----*/
.theme_button.color1,
.hover-box,
.main_bg_color,
.panel-heading .panel-title > a,
.entry-tags li,
.carousel-indicators .active,
.panel-heading .panel-title > a.collapsed:hover,
.cta-menu-btn,
.page_breadcrumbs,
.bg-primary {
  background-color: var(--primary) !important;
}

a.social-icon,
.theme_button.color1:hover,
.theme_button.color1:focus,
.theme_button.color1:active,
.theme_button.color1:focus,
.theme-color,
.theme_button:active,
.theme_button:hover,
.theme_button:focus,
.response,
.highlight,
.entry-content p.big-first-letter:first-letter,
.collapse-unstyled .panel h4 a:after,
.menu-side-click li .activate_submenu,
a:hover,
.theme_button.color2:hover {
  color: var(--thirdary-icon) !important;
}
.panel-heading .panel-title > a.collapsed,
#accordion2 .panel-heading .panel-title > a.collapsed,
.header-nav button:hover,
.thumbnail h3 + p {
  color: var(--primary) !important;
}
.text-box a {
  color: var(--secondary);
}

.response,
.highlight,
.theme_button.color1:hover,
.theme_button.color1:focus,
.theme_button.color1:active,
.theme_button.color2:hover,
.theme_button.color2:focus,
.theme_button.color2:active,
.header-nav button:hover {
  border-color: var(--primary);
}

.theme_button.color2,
.header-nav button,
footer {
  background-color: var(--secondary);
}

.text-box,
.page_header,
.card,
.thumbnail,
.panel-heading .panel-title > a.collapsed,
#accordion2 .panel-heading .panel-title > a,
#accordion2 .panel-heading .panel-title > a.collapsed,
.feature-block,
.with_background {
  background: var(--thirdary) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(80, 55, 20, 0.25);
}

.slider-content {
  background-color: hsla(var(--primary-hsl), 0.8);
}

@media (min-width: 992px) {
  .sf-menu > li > a:hover,
  .sf-menu > li.active > a,
  .sf-menu ul li.active > a {
    color: #fff !important;
  }

  .sf-menu > li > a:hover,
  .sf-menu > li.active > a {
    border-color: var(--primary);
  }

  .sf-menu > li .mega-menu,
  .sf-menu li > ul {
    border-bottom: 4px solid var(--primary);
  }
}
