@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:300,400,700");
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=46da59c4336c8714571ecc01ad63978d) * Config saved to config.json and https://gist.github.com/46da59c4336c8714571ecc01ad63978d */
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:after,
.clearfix:before,
nav.main_nav_mobile .menu_btn:after,
nav.main_nav_mobile .menu_btn:before {
  content: " ";
  display: table;
}
.clearfix:after,
nav.main_nav_mobile .menu_btn:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.clearfix:after,
nav.main_nav_mobile .menu_btn:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
body {
  background-color: #f4fcff;
}
a,
body,
li,
p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #777;
}
p {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none !important;
  color: #fff;
}
.container {
  margin: 0 12%;
}
@media (max-width: 1280px) {
  .container {
    margin: 0 8%;
  }
}
h3.tagline {
  font-weight: 300;
  color: #942f64;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 10px;
}
nav.main_nav {
  padding: 10px 0;
  position: fixed;
  z-index: 100;
  width: 100%;
}
nav.main_nav .container {
  margin: 0 8%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
nav.main_nav .bg {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.main_nav span.contact {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.main_nav span.contact p {
  letter-spacing: 0.5px;
  text-align: right;
  color: #fff;
}
nav.main_nav span.contact p:first-child {
  font-size: 0.8em;
  margin: 0;
}
nav.main_nav span.contact p:nth-child(2) {
  font-size: 1em;
  margin: 0;
}
nav.main_nav span.contact p:nth-child(2) i {
  margin-right: 5px;
}
nav.main_nav .brand {
  width: 80px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.main_nav .brand img {
  width: 100%;
  height: auto;
}
nav.main_nav .container > ul {
  width: 42%;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav.main_nav .container > ul li {
  display: inline-block;
}
nav.main_nav .container > ul a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.main_nav .container > ul a:hover {
  opacity: 1;
}
nav.main_nav .container > ul .dropdown {
  position: relative;
}
nav.main_nav .container > ul .dropdown:after,
nav.main_nav_mobile .container .menu > ul .dropdown:after {
  content: "\f0d7";
  color: #fff;
  font-family: FontAwesome;
}
nav.main_nav_mobile .container .menu > ul .dropdown {
  position: relative;
}
nav.main_nav_mobile .container .menu > ul .dropdown:after {
  position: absolute;
  right: 14px;
  top: 10px;
}
@-webkit-keyframes dropdown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dropdown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
nav.main_nav .container > ul .dropdown .drop-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: -10px;
  padding: 0;
  background-color: #531e3e;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}
nav.main_nav .container > ul .dropdown .drop-nav li {
  border-bottom: 1px solid #b53978;
}
nav.main_nav .container > ul .dropdown .drop-nav li:last-child {
  border-bottom: none;
}
nav.main_nav .container > ul .dropdown .drop-nav a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
nav.main_nav .container > ul .dropdown .drop-nav a:hover {
  background-color: #481a36;
}
nav.main_nav .container > ul .dropdown .drop-nav:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}
nav.main_nav .container > ul .dropdown .drop-nav:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #531e3e;
}
nav.main_nav .container > ul .dropdown:hover .drop-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: dropdown 0.25s forwards;
  animation: dropdown 0.25s forwards;
}
@media (max-width: 992px) {
  nav.main_nav {
    display: none;
  }
}
nav.main_nav.alt {
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
}
nav.main_nav.alt .bg {
  opacity: 1;
}
nav.main_nav.alt span.contact {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
nav.main_nav.alt .brand {
  width: 55px;
}
nav.main_nav_mobile {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100;
}
nav.main_nav_mobile .container {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.main_nav_mobile .bg {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
nav.main_nav_mobile .drop-nav {
  background-color: #b53978;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
nav.main_nav_mobile .drop-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
nav.main_nav_mobile .drop-nav.show {
  height: auto;
  overflow: hidden;
  opacity: 1;
}
nav.main_nav_mobile .brand {
  display: inline-block;
  width: auto;
  height: 60px;
}
nav.main_nav_mobile .brand img {
  width: auto;
  height: 100%;
}
nav.main_nav_mobile .menu_btn {
  width: 26px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.main_nav_mobile .menu_btn span {
  float: left;
  display: inline-block;
  height: 4px;
  width: 100%;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.main_nav_mobile .menu_btn span:nth-child(2) {
  width: 75%;
}
nav.main_nav_mobile .menu_btn span:last-child {
  margin-bottom: 0;
}
nav.main_nav_mobile .menu_btn:hover span {
  background-color: #fff;
}
nav.main_nav_mobile .menu_btn:hover span:nth-child(2) {
  width: 100%;
}
nav.main_nav_mobile .menu_btn.active span {
  background-color: #fff;
}
nav.main_nav_mobile .menu_btn.active span:first-child {
  width: 80%;
  -webkit-transform: rotateZ(45deg) translate(10px, 3px);
  -ms-transform: rotate(45deg) translate(10px, 3px);
  transform: rotateZ(45deg) translate(10px, 3px);
}
nav.main_nav_mobile .menu_btn.active span:nth-child(2) {
  opacity: 0;
}
nav.main_nav_mobile .menu_btn.active span:nth-child(3) {
  width: 80%;
  -webkit-transform: rotateZ(-45deg) translate(9px, -4px);
  -ms-transform: rotate(-45deg) translate(9px, -4px);
  transform: rotateZ(-45deg) translate(9px, -4px);
}
nav.main_nav_mobile .menu {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
  background-color: #531e3e;
  padding-top: 40px;
  padding-bottom: 10px;
}
nav.main_nav_mobile .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main_nav_mobile .menu ul a {
  display: block;
  padding: 10px 20px;
  background-color: #531e3e;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.main_nav_mobile .menu ul a:hover {
  background-color: #b53978;
}
nav.main_nav_mobile .menu.active {
  display: block;
}
@media (max-width: 992px) {
  nav.main_nav_mobile {
    display: block;
  }
}
nav.page_nav .bg {
  background: url("../../build/img/nav_alt_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130%;
  opacity: 1;
}
nav.page_nav.alt .bg {
  background: url("../../build/img/nav_alt_bg2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 110%;
  opacity: 1;
}
section.home_header {
  height: 100vh;
  background: url("../../build/img/home_header_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
section.home_header .container {
  position: relative;
  text-align: center;
}
section.home_header .container > img:first-child {
  position: relative;
  z-index: 5;
  width: 320px;
  top: 200px;
}
section.home_header .container > img:nth-child(2) {
  position: absolute;
  width: 420px;
  top: 175px;
  left: -webkit-calc(50% - 210px);
  left: calc(50% - 210px);
}
section.home_header .content {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  bottom: -200px;
  color: #fff;
}
section.home_header .content h1 {
  font-size: 36px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
section.home_header .content a {
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 16px;
}
section.home_header .content a i {
  margin-right: 5px;
}
section.home_header .bottom_cover {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: auto;
}
@media (max-height: 730px) {
  section.home_header {
    height: 780px;
  }
}
@media (max-width: 600px) {
  section.home_header .container > img:first-child {
    max-width: 100%;
    left: auto;
  }
  section.home_header .content {
    width: 100%;
  }
}
section.home_promo {
  height: 750px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.home_promo .carousel {
  height: 100%;
}
section.home_promo .carousel-inner {
  height: 100%;
}
section.home_promo .carousel-inner .item {
  height: 100%;
  background-position: center;
  background-size: cover;
}
section.home_promo .carousel-inner .content {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
}
section.home_promo .carousel-inner .content h1 {
  margin: 0 0 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  text-align: center;
}
section.home_promo .carousel-inner .content a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 35px;
  border-radius: 20px;
  border: 1px solid #fff;
}
section.home_promo .carousel-inner .content a i {
  color: #fff;
}
section.home_promo .carousel-indicators {
  bottom: 20px;
}
section.home_promo .carousel-control {
  z-index: 10;
}
section.home_promo .carousel-control i {
  position: absolute;
  top: 50%;
}
section.home_promo .carousel-control.left i {
  left: 50px;
}
section.home_promo .carousel-control.right i {
  right: 50px;
}
section.home_promo .bottom_cover {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 11;
}
@media (max-width: 992px) {
  section.home_promo {
    height: 600px;
  }
  section.home_promo .carousel-inner .content {
    bottom: 80px;
  }
}


section.home_review {
  margin: 100px 0px;
  background-color:#f4fcff;
}
section.home_review .title {
  text-align: center;
  margin-bottom: 30px;
}
section.home_review .title h1 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}
section.home_review .separator{
    width:100%;
    border-bottom:1px #ccc solid;
    margin-bottom:30px
}
section.home_review .class_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.home_review .carousel_review .checked{
  color: orange;
}
section.home_review .carousel_review .avatar{
    width: 75px;
    height: 75px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}
section.home_review .carousel_review .star{
    margin: 10px auto;
    width: max-content;
}
section.home_review .carousel_review p.desc {
    text-align: center;
}
/*carousel review*/
.carousel_review { position: relative; width: 100%; max-width: 1200px; margin: auto; overflow: hidden; }
.carousel-viewport { overflow: hidden; cursor: grab; }
.carousel-viewport:active { cursor: grabbing; }
.carousel-track { display: flex; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
/* Item Layout: 4 on Desktop, 2 on Tablet, 1 on Mobile */
.review-card { 
  flex: 0 0 98%; 
  padding: 20px; 
  box-sizing: border-box; 
  background: #fff; 
  /*border-radius: 8px;*/
  border: 1px solid #e2e2e2;
  margin-right: 10px;
}
@media (min-width: 768px) { 
    .review-card { flex: 0 0 48.5%; margin-right: 10px;} 
}
@media (min-width: 1024px) { 
    .review-card { flex: 0 0 24.5%; margin-right: 5.5px;} 
}
.nav-btn {
    position: absolute;
    bottom: 5px;
    transform: translateY(-50%);
    background: #b53978;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 5;
    border-radius: 50%;
}
.prev { left: 10px; } .next { right: 10px; }
.bullet-container { text-align: center; padding: 20px 0; }
.dot { height: 12px; width: 12px; margin: 0 5px; background: #bbb; border-radius: 50%; display: inline-block; cursor: pointer; transition: 0.3s; }
.dot.active { background: #333; transform: scale(1.2); }

section.home_faq {
  padding: 100px 0px;
  background-color:#fff;
}
section.home_faq .title {
  text-align: center;
  margin-bottom: 30px;
}
section.home_faq .title h1 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}
section.home_faq .separator{
    width:100%;
    border-bottom:1px #ccc solid;
    margin-bottom:30px
}
section.home_faq .class_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-container {
    max-width: 600px;
    margin: 20px auto;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.faq-question {
    list-style: none; /* Hide default arrow */
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Hide default marker for Safari */
.faq-question::-webkit-details-marker {
    display: none;
}
/* Custom Icon Logic */
.faq-question .icon::before {
    content: '+';
    font-size: 20px;
}
.faq-item[open] .faq-question .icon::before {
    content: '-';
}
.faq-answer {
    padding-top: 10px;
    color: #555;
    line-height: 1.6;
}

section.home_about .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.home_about .left {
  width: 38%;
  position: relative;
  z-index: 2;
}
section.home_about .left h1,
section.home_about .left h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
}
section.home_about .left h1 {
  white-space: nowrap;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 300;
  position: relative;
}
section.home_about .left h1:after {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b53978;
}
section.home_about .left h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
section.home_about .left p {
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
section.home_about .left a {
  color: #b53978;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
section.home_about .right {
  width: 60%;
  position: relative;
  z-index: 15;
}
section.home_about .right img {
  position: relative;
  top: -30px;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  section.home_about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.home_about .left,
  section.home_about .right {
    width: 100%;
  }
  section.home_about .left {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  section.home_about .left h1 {
    white-space: normal;
    font-size: 30px;
  }
  section.home_about .left h1 br {
    display: none;
  }
}
section.home_class {
  margin-top: 100px;
}
section.home_class .title {
  text-align: center;
  margin-bottom: 30px;
}
section.home_class .title h1 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}
section.home_class .title p {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
}
section.home_class .class_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.home_class .class_container .class {
  width: 30%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
section.home_class .class_container .class .img {
  height: 250px;
  background-color: #eee;
  background-position: center;
  background-size: cover;
}
section.home_class .class_container .class .content {
  padding: 20px;
}
section.home_class .class_container h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 18px;
}
section.home_class .class_container a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  background-color: #b53978;
  padding: 12px 35px;
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
section.home_class .class_container a:hover {
  background-color: #c60a77;
}
section.home_class .class_container .date span:first-child {
  margin: 10px;
}
section.home_class .class_container i {
  color: #b53978;
  margin-right: 5px;
}
section.home_class .pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 40px 0 70px;
}
section.home_class .pagination a {
  color: #b53978;
  padding: 12px 35px;
  border-radius: 4px;
  border: 1px solid #b53978;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
section.home_class .pagination a:hover {
  color: #fff;
  background-color: #c60a77;
}
section.home_class .pagination span {
  margin: 0 3px;
  display: inline-block;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 1px solid #b53978;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.home_class .pagination span.active {
  background-color: #b53978;
}
section.home_class .pagination span:hover {
  cursor: pointer;
  background-color: #b53978;
}
@media (max-width: 992px) {
  section.home_class .class_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.home_class .class_container .class {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 350px) {
  section.home_class .class_container .class {
    margin-bottom: 30px;
    width: 100%;
  }
  section.home_class .class_container .class .img {
    height: 150px;
  }
  section.home_class .class_container .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.home_details {
  position: relative;
  background-color: #fff;
}
section.home_details > img {
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 1;
}
section.home_details .content {
  margin: 60px 0 60px 60%;
  display: inline-block;
  width: 40%;
  position: relative;
  z-index: 2;
}
section.home_details .content h1,
section.home_details .content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
}
section.home_details .content h1 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  position: relative;
}
section.home_details .content h1:after {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b53978;
}
section.home_details .content h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
section.home_details .content p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
section.home_details .content a {
  color: #b53978;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 992px) {
  section.home_details {
    overflow: hidden;
  }
  section.home_details .content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  section.home_details > img {
    opacity: 0.25;
  }
}
section.home_cta {
  background-color: #f8f8f8;
}
section.home_cta .container {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.home_cta .left {
  width: 38%;
}
section.home_cta .left h1,
section.home_cta .left h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
}
section.home_cta .left h1 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  position: relative;
}
section.home_cta .left h1:after {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b53978;
}
section.home_cta .left h2 {
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 10px;
}
section.home_cta .left p {
  margin: 0 0 10px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
section.home_cta .left p:last-child {
  font-style: italic;
}
section.home_cta .left a {
  color: #b53978;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
section.home_cta .left a:hover {
  background-color: #c60a77;
}
section.home_cta .right {
  border-radius: 6px;
  width: 45%;
  background-color: #531e3e;
  padding: 40px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -60px 0;
  position: relative;
  z-index: 10;
}
section.home_cta .right h1 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  letter-spacing: 0.6px;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 30px;
}
section.home_cta .right form button,
section.home_cta .right form input,
section.home_cta .right form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 14px 10px;
  margin-bottom: 16px;
}
section.home_cta .right form button {
  background-color: #b53978;
  color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
section.home_cta .right form button:hover {
  background-color: #c60a77;
}
@media (max-width: 992px) {
  section.home_cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.home_cta .left,
  section.home_cta .right {
    width: 100%;
  }
  section.home_cta .right {
    margin-top: 20px;
  }
}
footer {
  background-color: #fff;
  padding: 80px 0;
}
footer .top {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .top img {
  margin: 0;
}
footer .top > p {
  font-size: 14px;
  font-style: italic;
  color: #942f64;
  margin: 8px 0 40px;
}
footer .top ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
footer .top ul li {
  display: inline-block;
}
footer .top ul a {
  color: #8a8a8a;
}
footer .top .quicklinks {
  margin-bottom: 30px;
  width: 100%;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .top .quicklinks li {
  display: inline-block;
}
footer .top .quicklinks a {
  color: #777;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .top .quicklinks a:hover {
  opacity: 1;
}
footer .top .quicklinks .dropdown {
  position: relative;
}
footer .top .quicklinks .dropdown:after {
  content: "\f0d7";
  color: #777;
  font-family: FontAwesome;
}
@keyframes dropdown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
footer .top .quicklinks .dropdown .drop-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: -10px;
  padding: 0;
  background-color: #ddd;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}
footer .top .quicklinks .dropdown .drop-nav li {
  border-bottom: 1px solid #888;
}
footer .top .quicklinks .dropdown .drop-nav li:last-child {
  border-bottom: none;
}
footer .top .quicklinks .dropdown .drop-nav a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
footer .top .quicklinks .dropdown .drop-nav a:hover {
  color: #fff;
  background-color: #aaa;
}
footer .top .quicklinks .dropdown .drop-nav:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}
footer .top .quicklinks .dropdown .drop-nav:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ddd;
}
footer .top .quicklinks .dropdown:hover .drop-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: dropdown 0.25s forwards;
  animation: dropdown 0.25s forwards;
}
footer .top .social li {
  margin-right: 20px;
}
footer .top .social li:last-child {
  margin: 0;
}
footer .top .social a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #e2e2e2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .top .social a:hover {
  background-color: #8a8a8a;
}
footer .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 25px;
}
footer .bottom h1 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .bottom .blog,
footer .bottom .location,
footer .bottom .opening {
  width: 30%;
}
footer .bottom .opening h1:nth-child(3) {
  margin-bottom: 10px;
}
footer .bottom .opening ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
footer .bottom .opening ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
footer .bottom .opening ul span {
  height: 12px;
  margin: 0;
  width: 100%;
  border-bottom: 1px dashed #8a8a8a;
}
footer .bottom .opening ul p {
  white-space: nowrap;
  font-size: 0.85em;
  margin: 0;
}
footer .bottom .opening ul p:first-child {
  padding-right: 5px;
}
footer .bottom .opening ul p:last-child {
  padding-left: 5px;
  text-align: right;
}
footer .bottom .opening form input {
  font-size: 14px;
  border-radius: 5px;
  border: none;
  border: 1px solid #ddd;
  width: 80%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .bottom .opening #mc_embed_signup form {
  padding: 0;
}
footer .bottom .opening #mc_embed_signup form .mc-field-group {
  margin: 0;
  width: 100%;
  min-height: 10px;
  padding: 0;
}
footer .bottom .opening #mc_embed_signup form input[type="email"] {
  width: 100%;
}
footer .bottom .opening #mc_embed_signup form input[type="submit"] {
  margin: 10px 0 0 0;
}
footer .bottom .opening #mc_embed_signup form #mce-responses {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .bottom .opening #mc_embed_signup form #mce-error-response,
footer .bottom .opening #mc_embed_signup form #mce-success-response {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  padding: 0;
}
footer .bottom .location {
  width: 20%;
}
footer .bottom .location p {
  font-size: 0.85em;
}
footer .bottom .location i {
  width: 10px;
  margin-right: 6px;
}
footer .bottom .location a {
  color: #8a8a8a;
  font-size: 0.85em;
}
footer .bottom .blog {
  width: 30%;
}
footer .bottom .blog ul {
  padding: 0;
  list-style: none;
}
footer .bottom .blog li {
  margin-bottom: 10px;
}
footer .bottom .blog a {
  color: #8a8a8a;
  font-size: 0.85em;
}
@media (max-width: 992px) {
  footer .top .quicklinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .top .quicklinks > li {
    max-width: 300px;
    margin-bottom: 10px;
  }
  footer .top .quicklinks .dropdown .drop-nav {
    z-index: 100;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    left: -30px;
  }
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .bottom .blog,
  footer .bottom .location,
  footer .bottom .opening {
    width: 100%;
  }
  footer .bottom .location,
  footer .bottom .opening {
    margin-bottom: 40px;
  }
  footer .bottom .opening form input {
    width: 100%;
  }
}
section.about_header .container {
  text-align: center;
}
section.about_header .container > img {
  margin-bottom: 50px;
  width: 75%;
  margin-top: 180px;
}
section.about_header .container > h2 {
  margin: -50px 0 5px;
  font-size: 1em;
}
section.about_header .container > h1 {
  margin: 0 0 30px;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
section.about_header .container > p {
  width: 60%;
  margin: 0 auto 80px;
  text-align: left;
}
section.about_header .more {
  margin-bottom: -200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.about_header .more img {
  width: 65%;
  height: auto;
}
section.about_header .more p {
  margin: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: left;
  width: 35%;
  padding: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  section.about_header .container > p {
    width: 100%;
  }
  section.about_header .more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  section.about_header .more img {
    width: 100%;
  }
  section.about_header .more p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 800px) {
  section.about_header .more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  section.about_header .more img {
    width: 100%;
  }
  section.about_header .more p {
    margin: 0;
  }
}
@media (max-width: 600px) {
  section.about_header .container > img {
    width: 100%;
  }
}
section.about_details_1 {
  background-color: #fff;
  padding-top: 280px;
  padding-bottom: 80px;
}
section.about_details_1 p {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  section.about_details_1 p {
    width: 100%;
  }
}
section.about_details_2 {
  background-color: #fff;
  padding: 100px 0;
}
section.about_details_2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.about_details_2 .left,
section.about_details_2 .right {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.about_details_2 .left {
  background-color: #f4fcff;
  padding: 0px 40px 80px;
  position: relative;
}
section.about_details_2 .left h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
section.about_details_2 .left:before {
  content: "";
  width: 130%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #f4fcff;
}
section.about_details_2 .right {
  background: url("../../build/img/about2.png");
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  section.about_details_2 .left,
  section.about_details_2 .right {
    width: 100%;
  }
}
@media (max-width: 800px) {
  section.about_details_2 {
    padding-top: 0;
  }
  section.about_details_2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.about_details_2 .left:before {
    display: none;
  }
  section.about_details_2 .right {
    position: relative;
    left: 40px;
    top: -60px;
    width: 60%;
    height: 400px;
  }
}
@media (max-width: 450px) {
  section.about_details_2 .right {
    left: auto;
    top: auto;
    width: 100%;
  }
}
section.about_details_3 {
  background-color: #fff;
}
section.about_details_3 h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0 0 30px;
}
section.about_details_3 .type_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.about_details_3 .type_container .type {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  text-align: center;
}
section.about_details_3 .type_container .type img {
  height: 160px;
  max-width: 100%;
  margin-bottom: 10px;
}
section.about_details_3 .type_container .type h1 {
  margin: 0 0 5px;
  font-size: 1.2em;
  font-weight: 300;
}
section.about_details_3 .type_container .type p {
  margin: 0;
}
section.about_details_3 .detail {
  padding: 80px 0 100px;
}
section.about_details_3 .detail p {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  section.about_details_3 .detail p {
    width: 100%;
  }
}
@media (max-width: 800px) {
  section.about_details_3 .detail {
    padding-top: 40px;
  }
  section.about_details_3 .type_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.about_details_3 .type_container .type {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  section.about_details_3 .type_container .type {
    width: 100%;
  }
}
section.about_mission {
  padding: 60px 0;
  background-color: #39142b;
}
section.about_mission h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
}
section.about_mission .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.about_mission .detail p {
  color: #fff;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}
@media (max-width: 900px) {
  section.about_mission .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.about_mission .detail p {
    width: 100%;
  }
}
section.contact_header {
  padding-top: 250px;
  padding-bottom: 150px;
}
section.contact_header .container {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.contact_header .left {
  width: 30%;
}
section.contact_header .left h1 {
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
section.contact_header .left ul {
  padding-left: 16px;
  list-style: square;
}
section.contact_header .left li {
  margin-bottom: 10px;
}
section.contact_header .right {
  width: 60%;
  height: 1150px;
  position: relative;
}
section.contact_header .right .img {
  position: absolute;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  background-color: #eee;
  background-position: center center;
  background-size: cover;
}
section.contact_header .right .img:first-child {
  background-image: url("../../build/img/shala1.jpeg");
  top: 0;
  left: 0;
  height: 200px;
}
section.contact_header .right .img:nth-child(2) {
  background-image: url("../../build/img/shala2.jpeg");
  top: 0;
  right: 0;
  height: 350px;
}
section.contact_header .right .img:nth-child(3) {
  background-image: url("../../build/img/shala3.jpeg");
  top: 220px;
  left: 0;
  height: 250px;
}
section.contact_header .right .img:nth-child(4) {
  background-image: url("../../build/img/shala4.jpeg");
  top: 370px;
  right: 0;
  height: 250px;
}
section.contact_header .right .img:nth-child(5) {
  background-image: url("../../build/img/shala5.jpeg");
  top: 490px;
  left: 0;
  height: 280px;
}
section.contact_header .right .img:nth-child(6) {
  background-image: url("../../build/img/shala6.jpeg");
  top: 640px;
  right: 0;
  bottom: 150px;
}
section.contact_header .right .img:nth-child(7) {
  background-image: url("../../build/img/shala7.jpeg");
  top: 790px;
  left: 0;
  bottom: 0;
}


@media (max-width: 992px) {
  section.contact_header {
    padding-top: 180px;
  }
  section.contact_header .left {
    width: 40%;
  }
}
@media (max-width: 750px) {
  section.contact_header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.contact_header .left {
    margin-bottom: 40px;
  }
  section.contact_header .left,
  section.contact_header .right {
    width: 100%;
  }
}
@media (max-width: 420px) {
  section.contact_header .right {
    height: auto;
  }
  section.contact_header .right .img {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  section.contact_header .right .img:first-child,
  section.contact_header .right .img:nth-child(2),
  section.contact_header .right .img:nth-child(3),
  section.contact_header .right .img:nth-child(4),
  section.contact_header .right .img:nth-child(5) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 200px;
  }
}
section.contact_map {
  height: 500px;
}
section.contact_map #mapInfo h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
section.contact_map #mapInfo i {
  margin-right: 10px;
}
section.contact_detail {
  background-color: #fff;
  padding: 80px 0;
}
section.contact_detail .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.contact_detail .title {
  margin: 0 0 30px;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
section.contact_detail .left,
section.contact_detail .right {
  width: 45%;
}
section.contact_detail .left .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.contact_detail .left .content p {
  margin: 0 0 20px;
}
section.contact_detail .left .content p:first-child {
  width: 30%;
}
section.contact_detail .left .content p:last-child {
  width: 65%;
}
section.contact_detail .right ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
section.contact_detail .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
section.contact_detail .right ul span {
  height: 14px;
  margin: 0;
  width: 100%;
  border-bottom: 1px dashed #8a8a8a;
}
section.contact_detail .right ul p {
  white-space: nowrap;
  font-size: 1em;
  margin: 0;
}
section.contact_detail .right ul p:first-child {
  padding-right: 5px;
}
section.contact_detail .right ul p:last-child {
  padding-left: 5px;
  text-align: right;
}
@media (max-width: 800px) {
  section.contact_detail .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.contact_detail .left {
    margin-bottom: 40px;
  }
  section.contact_detail .left,
  section.contact_detail .right {
    width: 100%;
  }
}
section.practice_class {
  background-color: #fff;
  padding: 250px 0 60px;
}
section.practice_class .container > h1 {
  font-size: 1em;
  text-align: center;
}
section.practice_class .container > p {
  margin: 0 0 40px;
  text-align: center;
}
section.practice_class .class_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.practice_class .class_container .class {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
section.practice_class .class_container .class:nth-child(3n) {
  margin-right: 0%;
}
section.practice_class .class_container .class img {
  width: 100%;
  height: auto;
}
section.practice_class .class_container .class .img {
  height: 200px;
  background-color: #eee;
}
section.practice_class .class_container .class .content {
  padding: 20px;
}
section.practice_class .class_container h1 {
  margin: 0 0 10px;
  font-size: 1.1em;
}
section.practice_class .class_container a {
  display: inline-block;
  background-color: #b53978;
  padding: 12px 35px;
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
section.practice_class .class_container a:hover {
  background-color: #c60a77;
}
section.practice_class .class_container .date span:first-child {
  margin: 10px;
}
section.practice_class .class_container i {
  color: #b53978;
  margin-right: 5px;
}
section.practice_class .class_note {
  background-color: #fef9e3;
  border: 1px solid #efe3b2;
  border-bottom: none;
  padding: 10px 0 0;
}
section.practice_class .class_note p {
  margin: 10px 20px 20px;
}
section.practice_class .class_note .download {
  margin: 0 auto;
  background-color: #ddc45e;
  border-bottom: 1px solid #b09525;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 12px 35px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
section.practice_class .class_note .download:last-child {
  border-bottom: none;
}
section.practice_class .class_note .download:hover {
  background-color: #b09525;
}
@media (max-width: 992px) {
  section.practice_class {
    padding-top: 180px;
  }
  section.practice_class .class_container .class {
    width: 45%;
    margin-right: 10%;
  }
  section.practice_class .class_container .class:nth-child(3n) {
    margin-right: auto;
  }
  section.practice_class .class_container .class:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  section.practice_class .class_container .class {
    width: 100%;
    margin-right: 0;
  }
  section.practice_class .class_container a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 350px) {
  section.practice_class .class_container .class {
    width: 100%;
    margin-bottom: 40px;
  }
  section.practice_class .class_container .class .img {
    height: 180px;
  }
  section.practice_class .class_container .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.class_detail {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  height: 101%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
section.class_detail .container {
  margin-left: 30%;
  margin-right: 30%;
  position: relative;
}
section.class_detail .close {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -webkit-calc(100% + 10px);
  left: calc(100% + 10px);
}
section.class_detail .close i {
  font-size: 24px;
  color: #fff;
}
section.class_detail .content {
  display: none;
  -webkit-filter: drop-shadow(0 0 15px #000);
  filter: drop-shadow(0 0 15px #000);
}
section.class_detail .content .img {
  height: 320px;
  background-size: cover;
  background-position: center;
}
section.class_detail .content .detail {
  max-height: 300px;
  overflow-y: auto;
  padding: 30px 40px;
  background-color: #fff;
}
section.class_detail .content .detail h1 {
  font-size: 18px;
  font-weight: 500;
}
section.class_detail .content.active {
  display: block;
}
@media (max-width: 992px) {
  section.class_detail .container {
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section.class_detail .content .img {
    height: 250px;
  }
  section.class_detail .content .detail {
    height: 250px;
  }
}
section.class_detail.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.practice_personal {
  overflow: hidden;
  position: relative;
  background-color: #fffcf9;
}
section.practice_personal > img {
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 1;
}
section.practice_personal .content {
  margin: 60px 0 120px 60%;
  display: inline-block;
  width: 40%;
  position: relative;
  z-index: 2;
}
section.practice_personal .content h1,
section.practice_personal .content h2 {
  font-family: "Roboto", sans-serif;
  margin: 0;
}
section.practice_personal .content h1 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  position: relative;
  font-weight: 300;
}
section.practice_personal .content h1:after {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #531e3e;
}
section.practice_personal .content h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
section.practice_personal .content p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
section.practice_personal .content a {
  color: #531e3e;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1050px) {
  section.practice_personal > img {
    opacity: 0.2;
  }
  section.practice_personal .content {
    margin: 40px 0 60px;
    width: 100%;
  }
}
section.practice_teacher {
  background-color: #fff;
  padding: 150px 0 0;
  display: none;
}
section.practice_teacher .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.practice_teacher .left {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4fcff;
  padding: 0px 40px 80px;
  position: relative;
}
section.practice_teacher .left h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #942f64;
}
section.practice_teacher .left h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #942f64;
}
section.practice_teacher .left:before {
  content: "";
  width: 120%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #f4fcff;
}
section.practice_teacher .left:after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #f4fcff;
}
section.practice_teacher .img {
  position: relative;
  z-index: 10;
  width: 45%;
}
section.practice_teacher .img img {
  width: 100%;
  height: auto;
}
section.practice_teacher .img .title {
  position: absolute;
  top: 100%;
  left: 30%;
  font-size: 18px;
}
section.practice_teacher .img .title span {
  font-style: italic;
}
@media (max-width: 992px) {
  section.practice_teacher .left {
    width: 70%;
  }
  section.practice_teacher img {
    width: 30%;
  }
}
@media (max-width: 600px) {
  section.practice_teacher .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.practice_teacher .img,
  section.practice_teacher .left {
    width: 100%;
  }
  section.practice_teacher .img .title {
    left: 0;
  }
  section.practice_teacher .left:after,
  section.practice_teacher .left:before {
    display: none;
  }
}
section.practice_teacher.active {
  display: block;
}
.instructor_nav {
  background-color: #fff;
  padding: 80px 0 180px;
  text-align: center;
}
.instructor_nav a {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #b53978;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.instructor_nav a.active {
  background-color: #b53978;
}
.instructor_nav a:hover {
  background-color: #b53978;
}
section.help_header .container {
  padding-top: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.help_header .left {
  width: 60%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
section.help_header .left img {
  width: 100%;
  height: auto;
  position: relative;
  bottom: -5px;
}
section.help_header .right {
  width: 40%;
}
section.help_header .right h1 {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 30px;
}
section.help_header .right h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px;
}
section.help_header .right form button,
section.help_header .right form input,
section.help_header .right form select,
section.help_header .right form textarea {
  border-radius: 2px;
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border: 1px solid #ddeef4;
}
section.help_header .right form select {
  color: #aaa;
}
section.help_header .right form button {
  background-color: #b53978;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
section.help_header .right form button:hover {
  background-color: #c60a77;
}
@media (max-width: 992px) {
  section.help_header .left {
    display: none;
  }
  section.help_header .right {
    width: 100%;
    margin-bottom: 60px;
  }
}
section.help_career {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.help_career .container {
  margin: 0 20%;
  text-align: center;
}
section.help_career .container > h1 {
  font-size: 36px;
  font-weight: 300;
}
section.help_career .container > p {
  margin: 0 0 60px;
}
section.help_career .career {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
}
section.help_career .career h1 {
  position: relative;
  margin: 10px 0;
  margin-right: 10px;
  color: #777;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
}
section.help_career .career h1:after {
  content: "\f196";
  font-family: FontAwesome;
  position: absolute;
  right: -10px;
}
section.help_career .career .content {
  display: none;
  text-align: left;
  margin: 0 20px;
}
section.help_career .career .content h2 {
  margin: 30px 0 0;
  color: #777;
  font-size: 18px;
}
section.help_career .career .content ul {
  padding: 0 18px;
  list-style: square;
}
section.help_career .career .content ul li {
  margin-bottom: 10px;
}
section.help_career .career.active h1:after {
  content: "\f147";
}
section.help_career .career.active .content {
  display: block;
}
@media (max-width: 992px) {
  section.help_career .container {
    margin: 0 8%;
  }
}
section.knowledge_base .container {
  padding-top: 230px;
  padding-bottom: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.knowledge_base #knowledge_container {
  width: 60%;
}
section.knowledge_base #knowledge_container .career {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
}
section.knowledge_base #knowledge_container .career h1 {
  position: relative;
  margin: 10px 0;
  margin-right: 50px;
  color: #777;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
}
section.knowledge_base #knowledge_container .career h1:after {
  content: "\f196";
  font-family: FontAwesome;
  position: absolute;
  right: -50px;
}
section.knowledge_base #knowledge_container .career .content {
  display: none;
  text-align: left;
  margin: 0;
  color: #777;
}
section.knowledge_base #knowledge_container .career .content h2 {
  margin: 30px 0 -10px;
  color: #777;
  font-size: 18px;
}
section.knowledge_base #knowledge_container .career .content ul {
  padding: 0 18px;
  list-style: square;
}
section.knowledge_base #knowledge_container .career .content ul li {
  margin-bottom: 10px;
}
section.knowledge_base #knowledge_container .career.active h1:after {
  content: "\f147";
}
section.knowledge_base #knowledge_container .career.active .content {
  display: block;
}
section.knowledge_base #knowledge_container .knowledge {
  display: none;
}
section.knowledge_base #knowledge_container .knowledge > h1 {
  font-size: 18px;
}
section.knowledge_base #knowledge_container .knowledge.active {
  display: block;
}
section.knowledge_base #knowledge_title {
  width: 30%;
}
section.knowledge_base #knowledge_title .search {
  margin-bottom: 50px;
}
section.knowledge_base #knowledge_title .search h1 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
section.knowledge_base #knowledge_title .search form input {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border: 1px solid #ddeef4;
}
section.knowledge_base #knowledge_title h1 {
  color: #777;
  font-size: 21px;
  font-weight: 500;
}
section.knowledge_base #knowledge_title ul {
  list-style: none;
  padding: 0;
}
section.knowledge_base #knowledge_title li {
  margin-bottom: 20px;
}
section.knowledge_base #knowledge_title a {
  color: #777;
}
section.knowledge_base #knowledge_title a.active {
  color: #b53978;
}
@media (max-width: 992px) {
  section.knowledge_base .container {
    padding-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  section.knowledge_base #knowledge_container {
    width: 100%;
  }
  section.knowledge_base #knowledge_title {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.event_list {
  padding-top: 200px;
  padding-bottom: 150px;
  text-align: center;
}
section.event_list .container > h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px;
}
section.event_list .container > h1 {
  margin: 0 0 60px;
  font-size: 36px;
  font-weight: 300;
}
section.event_list .event_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.event_list .event {
  text-align: left;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 80px;
}
section.event_list .event img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
section.event_list .event .img {
  height: 360px;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
section.event_list .event h1 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
section.event_list .event p {
  margin: 0 0 30px;
}
section.event_list .event a {
  display: inline-block;
  background-color: #b53978;
  padding: 12px 35px;
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
section.event_list .event a:hover {
  background-color: #c60a77;
}
@media (max-width: 992px) {
  section.event_list .event .img {
    height: 200px;
  }
}
@media (max-width: 720px) {
  section.event_list .event {
    width: 100%;
  }
}
section.single_event_container {
  padding-top: 200px;
  padding-bottom: 180px;
  text-align: center;
}
section.single_event_container .container > h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px;
}
section.single_event_container .container > h1 {
  margin: 0 0 60px;
  font-size: 36px;
  font-weight: 300;
}
section.single_event_container .detail p {
  margin: 10px 0;
  display: inline-block;
}
section.single_event_container .detail p i {
  color: #b53978;
}
section.single_event_container .detail p:first-child {
  margin-right: 20px;
}
section.single_event_container .content_container > img {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
section.single_event_container .content_container .img {
  height: 500px;
  background-color: #ddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 60px;
}
section.single_event_container .content_container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.single_event_container .content_container .content .share {
  width: 15%;
  margin-right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.single_event_container .content_container .content .share a {
  margin-bottom: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #b53877;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.single_event_container .content_container .content .share a i {
  color: #fff;
}
section.single_event_container .content_container .content .share a:hover {
  background-color: #531e3e;
}
section.single_event_container .content_container .content .content_body {
  text-align: left;
  width: 75%;
}
section.single_event_container .content_container .content .content_body img {
  max-width: 100%;
  height: auto;
}
section.single_event_container .content_container .content .content_body p {
  margin: 0;
}
@media (max-width: 992px) {
  section.single_event_container .content_container .img {
    margin-bottom: 30px;
    height: 300px;
  }
  section.single_event_container .content_container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.single_event_container .content_container .content .share {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  section.single_event_container .content_container .content .share a {
    margin-bottom: 0;
    margin-right: 20px;
  }
  section.single_event_container
    .content_container
    .content
    .share
    a:last-child {
    margin-right: 0;
  }
  section.single_event_container .content_container .content .content_body {
    width: 100%;
  }
}
section.blog_list {
  padding-top: 200px;
  padding-bottom: 180px;
  text-align: center;
}
section.blog_list .container > h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px;
}
section.blog_list .container > h1 {
  margin: 0 0 100px;
  font-size: 36px;
  font-weight: 300;
}
section.blog_list .blog_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.blog_list .blog_container .left {
  width: 65%;
  text-align: left;
}
section.blog_list .blog_container .right {
  width: 30%;
  text-align: left;
}
section.blog_list .blog_container .search {
  margin-bottom: 50px;
}
section.blog_list .blog_container .search h1 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
section.blog_list .blog_container .search form input {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border: 1px solid #ddeef4;
}
section.blog_list .blog_container .category h1 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
section.blog_list .blog_container .category ul {
  padding: 0;
  list-style: none;
}
section.blog_list .blog_container .category li {
  margin-bottom: 20px;
}
section.blog_list .blog_container .category a {
  color: #777;
}
section.blog_list .blog_container .blog {
  margin-bottom: 100px;
}
section.blog_list .blog_container .blog img {
  max-width: 100%;
  height: auto;
}
section.blog_list .blog_container .blog > a {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
section.blog_list .blog_container .blog .detail {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
section.blog_list .blog_container .blog .detail p {
  margin: 10px 0;
  display: inline-block;
}
section.blog_list .blog_container .blog .detail p i {
  color: #b53978;
}
section.blog_list .blog_container .blog .detail p:first-child {
  margin-right: 20px;
}
section.blog_list .blog_container .blog .content a {
  color: #b53978;
}
section.blog_list .blog_container .blog .content .img {
  height: 300px;
  background-color: #eee;
}
section.blog_list .wp-pagenavi {
  text-align: center;
  width: 100%;
}
section.blog_list .wp-pagenavi a,
section.blog_list .wp-pagenavi span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 3px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  color: #777;
  border-radius: 4px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
section.blog_list .wp-pagenavi a:hover {
  background-color: #c60a77;
  color: #fff;
}
section.blog_list .wp-pagenavi span {
  color: #fff;
  background-color: #b53877;
}
section.blog_list .wp-pagenavi .back,
section.blog_list .wp-pagenavi .next,
section.blog_list .wp-pagenavi .nextpostslink,
section.blog_list .wp-pagenavi .previouspostslink {
  background-color: #777;
  color: #fff;
}
section.blog_list .wp-pagenavi .back i,
section.blog_list .wp-pagenavi .next i,
section.blog_list .wp-pagenavi .nextpostslink i,
section.blog_list .wp-pagenavi .previouspostslink i {
  color: #fff;
}
@media (max-width: 992px) {
  section.blog_list .blog_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  section.blog_list .blog_container .left,
  section.blog_list .blog_container .right {
    width: 100%;
  }
  section.blog_list .blog_container .category {
    margin-bottom: 60px;
  }
  section.blog_list .blog_container .category ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (max-width: 520px) {
  section.blog_list .blog_container .category ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
section.single_blog_container {
  padding-top: 200px;
  padding-bottom: 180px;
  text-align: center;
}
section.single_blog_container .container > h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px;
}
section.single_blog_container .container > h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
}
section.single_blog_container .detail {
  margin: 0 0 60px;
}
section.single_blog_container .detail p {
  margin: 10px 0;
  display: inline-block;
}
section.single_blog_container .detail p i {
  color: #b53978;
}
section.single_blog_container .detail p:first-child {
  margin-right: 20px;
}
section.single_blog_container .content_container .img {
  height: 500px;
  background-color: #ddd;
  margin: 0 0 60px;
  background-position: center;
  background-size: cover;
}
section.single_blog_container .content_container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.single_blog_container .content_container .content .share {
  width: 15%;
  margin-right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.single_blog_container .content_container .content .share a {
  margin-bottom: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #b53877;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.single_blog_container .content_container .content .share a i {
  color: #fff;
}
section.single_blog_container .content_container .content .share a:hover {
  background-color: #531e3e;
}
section.single_blog_container .content_container .content .content_body {
  text-align: left;
  width: 75%;
}
section.single_blog_container .content_container .content .content_body img {
  max-width: 100%;
  height: auto;
}
section.single_blog_container .content_container .content .content_body p {
  margin: 0;
}
section.single_blog_container .content_container .content .content_body a {
  color: #b53978;
}
section.single_blog_container .content_container .content .content_body h1,
section.single_blog_container .content_container .content .content_body h2,
section.single_blog_container .content_container .content .content_body h3,
section.single_blog_container .content_container .content .content_body h4 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
section.single_blog_container .content_container .content .content_body ul {
  margin: 0;
  list-style: square;
  padding-left: 16px;
}
section.single_blog_container .content_container .content .content_body ul li {
  margin-bottom: 6px;
}
section.single_blog_container .content_container .content .content_body figure {
  margin: 0;
  max-width: 100%;
}
section.single_blog_container
  .content_container
  .content
  .content_body
  figure
  figcaption {
  text-align: center;
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 992px) {
  section.single_blog_container .content_container .img {
    margin-bottom: 30px;
    height: 300px;
  }
  section.single_blog_container .content_container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.single_blog_container .content_container .content .share {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  section.single_blog_container .content_container .content .share a {
    margin-bottom: 0;
    margin-right: 20px;
  }
  section.single_blog_container
    .content_container
    .content
    .share
    a:last-child {
    margin-right: 0;
  }
  section.single_blog_container .content_container .content .content_body {
    width: 100%;
  }
}
section.enrichment_soon_header {
  position: relative;
  overflow: hidden;
}
section.enrichment_soon_header .content {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
section.enrichment_soon_header .content .person:first-child {
  margin: 0;
  margin-top: 130px;
  max-width: 300px;
}
section.enrichment_soon_header .content .person:nth-child(2) {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -1;
  max-width: 400px;
  left: -webkit-calc(50% - 200px);
  left: calc(50% - 200px);
}
section.enrichment_soon_header .content h1 {
  margin: 20px 0 10px;
}
section.enrichment_soon_header .content h3 {
  font-weight: 400;
  margin: 0;
}
section.enrichment_soon_header .content a {
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block;
  color: #b53978;
  border-radius: 10px;
  border: 1px solid #b53978;
}
@media (max-width: 450px) {
  section.enrichment_soon_header .content .person:first-child {
    margin-top: 70px;
    width: 100%;
    max-width: 100%;
  }
  section.enrichment_soon_header .content .person:nth-child(2) {
    width: 100%;
    left: 0;
  }
}
section.home_header.missing {
  background-image: none;
  min-height: 100vh;
}
section.home_header.missing .person {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
section.home_header.missing .person:first-child {
  top: 150px;
}
section.home_header.missing .person:nth-child(2) {
  top: 120px;
}
section.home_header.missing .content {
  bottom: -100px;
}
section.home_header.missing .content h1 {
  font-size: 24px;
  color: #777;
}
section.home_header.missing .content a {
  color: #b53978;
  border-color: #b53978;
}
.topNav {
  background-color: #282828;
  padding: 16px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 65px;
}
.topNav a {
  padding: 8px 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #b53978;
  border-radius: 12px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.topNav.alt a {
  margin-right: 200px;
}
.topNav.collapse a {
  margin-right: 200px;
}
@media (max-width: 992px) {
  .topNav.alt a {
    margin-right: 0px;
  }
}
nav.main_nav {
  top: 65px;
}
nav.main_nav.alt span.contact {
  margin-top: 10px;
  font-size: 14px;
}
nav.main_nav .brand {
  width: 100px;
}
body {
  padding-top: 65px;
}
.general_content {
  margin-top: 300px;
  margin-bottom: 200px;
}
.home_about_image_tag {
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}
.home_about_image_tag p {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  letter-spacing: 1px;
}
.teacher_list {
  text-align: center;
}
.teacher_list .title {
  font-size: 1em;
  font-weight: 600;
}
.teacher_list .teacher_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .teacher_list .teacher_container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.teacher_list .container h1.title {
  margin: 100px 0 50px;
}
.teacher_container .img {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.teacher_container .teacher h1 {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
section.online_booking .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:after {
  content: "\f0d7";
  color: #fff;
  font-family: FontAwesome;
}
nav.main_nav .container > ul .menu-item-has-children .drop-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: -10px;
  padding: 0;
  background-color: #531e3e;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}
.free_trial_flag {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 300px;
  width: 80px;
}
@media (max-width: 680px) {
  .free_trial_flag {
    top: 150px;
  }
}
.free_trial_flag img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}
section.home_promo {
  height: 850px;
  margin-top: 60px;
}
section.home_promo .carousel-inner .item {
  background-position: top;
}
section.home_promo .carousel-inner .content {
  bottom: 300px;
}
section.home_promo .carousel-inner .content h1 {
  font-size: 48px;
  font-weight: 600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.single_blog_container .image_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 27%;
  grid-template-columns: 70% 27%;
  gap: 3%;
  margin-bottom: 50px;
}
.single_blog_container .image_container img {
  width: 100%;
}
section.home_about .right img {
  top: 20px;
}

footer .copyright {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    clear: both;
    width: 100%;
}

footer .copyright p {
    font-size: 13px;
    margin: 0;
    color: #999;
}


/* =================================================================== */
/* Humble Shala Page - FINAL STYLES (v3 with !important)
/* =================================================================== */

/* 1. Main Section Container */
section.contact_header {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* 2. Main content container inside the section */
.contact_header .container {
    display: flex;
    flex-direction: column;
    /* This is the key fix for centering on all screens, now with !important */
    align-items: center !important; 
}

/* 3. Text block with title and amenities */
.shala-details {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 900px;
}

.shala-details ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: flex;
    /* CHANGED: Switched back to 'wrap' to allow the list to be responsive */
    flex-wrap: wrap; 
    justify-content: center;
    gap: 15px 30px;
}

.shala-details ul li {
    font-size: 1rem;
    color: #555;
    /* ADDED: This new line prevents the text inside from breaking */
    white-space: nowrap; 
}

/* 4. The Gallery Container */
.photo-gallery {
    width: 100%;
    /* This stops the gallery from getting too big on ultrawide screens */
    max-width: 1440px;
    
    /* Default style for desktop */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

/* 5. Individual Gallery Items */
.gallery-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%; /* Creates the 1:1 square aspect ratio */
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =================================================================== */
/* RESPONSIVE RULES (Mobile Optimization)
/* =---==---==---==---==---==---==---==---==---==---==---==---==---==---= */

/* For tablets and smaller devices */
@media (max-width: 900px) {
    .photo-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* For mobile phones */
@media (max-width: 600px) {
    .photo-gallery {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
        box-sizing: border-box;
        gap: 10px;
    }
}

/* This adds the space between the menu and your title */
section.contact_header {
    padding-top: 150px;
    padding-bottom: 150px;
}