/*
    Table of content
======================================================
    1. Default Styles
    2. Bootstrap Overides
    3. Header
    4. Sections
    5. footer
    6. UI Components
    7. Animations
    
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Raleway:400,700");
/* === Default Styles === */
iframe {
  border: 0;
}

html {
  font-size: 20px;
  font-size: calc(1rem + 0.3vw);
}

body {
  /*font-family: "THSarabunPSK";*/
  font-family: "psl_kandabold";
  font-weight: 300;
  line-height: 1.5em;
  color: rgb(33, 33, 33);
  letter-spacing: 1px;
  background: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background: #1b6d85;
}

::selection {
  color: #fff;
  background: #1b6d85;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "psl_kandabold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 1em;
  color: rgba(0, 0, 0, 0.8);
}

a {
  color: rgb(249, 243, 243);
  text-decoration: none;
  -webkit-transition: color 0.6s linear;
          transition: color 0.6s linear;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a:focus, a:active {
  color: #000;
}

img {
  max-width: 100%;
}

svg {
  width: 100%;
  height: 100%;
}

ul,
ol,
dl {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

/* === Bootstrap Overides Section === */
.form-control {
  border-radius: 0;
  border: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: .05em;
  min-height: 3em;
}

.form-group {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.input-group-addon {
  color: #fff;
  border: none;
  border-radius: 0;
  background: #1b6d85;
  min-width: 3em;
}

.btn {
  font-family: "psl_kandabold";
  text-transform: uppercase;
  letter-spacing: .2em;
  border-radius: 0;
  border: none;
  height: 3em;
  line-height: 3em;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.btn-primary {
  background: #0a2830;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #124a5b;
}
.btn-sm {
  height: 2em;
  line-height: 2em;
}
.btn-lg {
  font-size: 1.25em;
  height: 3.5em;
  line-height: 3.5em;
}

/* === Header === */
#site-header {
  height: 100vh;
  min-height: 600px;
  margin-bottom: 4em;
}

body.index-image #site-header {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../assets/images/bg/header-bg.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../assets/images/bg/header-bg.jpg");
  background-size: cover;
  background-position: center;
}

.header-slider, .header-slider__slides, .header-slider__slide, .header-slider .owl-wrapper-outer, .header-slider .owl-wrapper, .header-slider .owl-item {
  height: 100%;
}
@media screen and (min-width: 481px) {
  .header-slider .owl-controls {
    position: absolute;
    bottom: 2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .header-slider .owl-controls {
    bottom: 2.5em;
  }
}
.header-slider .owl-controls .owl-prev,
.header-slider .owl-controls .owl-next {
  background: #f5d74c !important;
  opacity: .5 !important;
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 481px) {
  .header-slider .owl-controls .owl-prev,
  .header-slider .owl-controls .owl-next {
    position: static;
    opacity: 1 !important;
  }
}
.header-slider .owl-controls .owl-prev span,
.header-slider .owl-controls .owl-next span {
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  padding: 0;
  text-align: center;
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  .header-slider .owl-controls .owl-prev span,
  .header-slider .owl-controls .owl-next span {
    font-size: 1.5em;
  }
}
.header-slider .owl-controls .owl-prev {
  left: 2em;
}
.header-slider .owl-controls .owl-next {
  right: 2em;
}
.header-slider__slide {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.header-slider__slide__content {
  max-width: 350px;
  /* IE Width fix */
  margin-bottom : -250px;
  /*margin: auto;*/
  padding: 2em;
}
.header-slider__slide__content div {
  padding: .5em;
  border: 0.1em solid #000;
  opacity: 0.7;
}
.header-slider__slide__content div div {
  padding: 1em;
  background: #000;
  opacity: 0.7;
}
.header-slider__slide__content div p {
  margin: 0;
}
.header-slider__slide-1 {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../assets/images/header-slider/1.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../assets/images/header-slider/1.jpg");
  background-size: cover;
  background-position: center;
}
.header-slider__slide-2 {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../assets/images/header-slider/2.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../assets/images/header-slider/2.jpg");
  background-size: cover;
  background-position: center;
}
.header-slider__slide-3 {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../assets/images/header-slider/3.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../assets/images/header-slider/3.jpg");
  background-size: cover;
  background-position: center;
}

.site-nav__top-bar {
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25em;
  min-height: 3em;
  width: 100%;
  position: relative;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.site-nav__top-bar--fixed {
  position: fixed;
  top: 0;
  -webkit-animation: top-bar-fixing .3s ease-out;
          animation: top-bar-fixing .3s ease-out;
}
/*.site-nav__social-icons {
  display: none;
}
@media screen and (min-width: 481px) {
  .site-nav__social-icons {
    display: block;
  }
}
.site-nav__social-icons ul {
  list-style: none;
  padding-left: 1em;
}
.site-nav__social-icons ul li {
  display: inline-block;
}
.site-nav__social-icons ul li:first-of-type a {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.site-nav__social-icons ul li a {
  display: block;
  height: 3em;
  line-height: 3em;
  min-width: 3em;
  text-align: center;
  color: inherit;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;
}
.site-nav__social-icons ul li a:hover, .site-nav__social-icons ul li a:focus, .site-nav__social-icons ul li a:active {
  background: #f2f2f2;
}*/

.site-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 10em;
  height: 3em;
  line-height: 3em;
  cursor: pointer;
  padding: 0 0.1em;
}
@media screen and (min-width: 481px) {
  .site-logo {
    left: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .site-logo {
    left: 2%;
  }
}

.logo {
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  letter-spacing: 6px;
  font-weight: bold;
  text-transform: uppercase;
  color: #124a5b;
}

.language {
  position: absolute;
  top: 0;
  right: 2.7em;
  background: transparent;
  border: none;
 /* border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);  */
  cursor: pointer;
  width: 5em;
  height: 3em;
  padding: 10px;
}

#site-navigation {
  position: relative;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 1em;
  background: transparent;
  border: none;
 /* border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);  */
  cursor: pointer;
  width: 3em;
  height: 3em;
  padding: 25px;
}
.nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
  outline: none;
}
.nav-toggle__icon path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 4px;
  stroke-linecap: round;
}

.site-nav__menu, .site-nav__overlay {
  position: fixed;
  top: calc( 3 * 1.25em );
  bottom: 0;
  width: 100%;
}
.site-nav__menu {
  right: -480px;
  max-width: 480px;
  font-size: 1em;
  background: #fff;
  list-style: none;
  padding-top: 2em;
  z-index: 998;
  overflow-y: scroll;
  -webkit-transition: right 0.2s ease-in;
          transition: right 0.2s ease-in;
}
.site-nav__menu--active {
  right: 0;
}
.site-nav__menu li a {
  display: block;
  padding: 1em 3em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.2s ease-in;
          transition: background 0.2s ease-in;
}
.site-nav__menu li a:hover, .site-nav__menu li a:active, .site-nav__menu li a:focus {
  background: #1b6d85;
  color: rgba(255, 255, 255, 0.8);
}
.site-nav__overlay {
  background: #1b6d85;
  z-index: 997;
  opacity: .8;
  visibility: hidden;
}
.site-nav__overlay--active {
  -webkit-animation: nav-overlay-fade-in .3s ease-in;
          animation: nav-overlay-fade-in .3s ease-in;
  visibility: visible;
}

.body-unscrollable {
  max-height: 100vh;
  overflow: hidden;
}

.callout {
  height: calc( 100vh - ( 3 /* top bar height */ * 1.25em ) );
  min-height: calc( 600px - ( 3 /* top bar height */ * 1.25em ));
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  color: black;
  font-size: .8em;
}
@media screen and (min-width: 481px) {
  .callout {
    font-size: 1em;
  }
}
.callout__content {
  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;
  height: 100%;
}
.callout__left-column {
  display: none;
}
.callout__right-column {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .callout__right-column {
    text-align: left;
    width: 40%;
  }
}
.callout__right-column__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3em;
}
.callout__right-column__content {
  max-width: 730px;
  margin: auto;
}
.callout__right-column__content div {
  padding: 1em;
  border: 0.2em solid #fff;
}
.callout__right-column__content div div {
  padding: 3em;
  background: #fff;
}
.callout__right-column__content div p {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .callout__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .callout__left-column {
    width: 40%;
    height: 100%;
    background: #efefef;
    padding: 3em;
    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-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    text-transform: uppercase;
  }
  .callout__left-column__title {
    letter-spacing: .6em;
    color: #fff;
  }
  .callout__left-column__logo-wrapper {
    margin: auto;
    width: 80%;
    margin-bottom: 1em;
  }
  .callout__left-column__logo path {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
  }
}

/* === Sections === */
.section {
  padding: 4em 0;
}
.section-title {
  text-align: center;
  margin-bottom: 1.7em;
  color: inherit;
}
.section-subtitle {
  color: #0a2830;
  margin-bottom: 2.5em;
}

.section-about {
  background: #fff;
}

.about .section-title {
  text-align: left;
}
.about p {
  margin-bottom: 2em;
}
.about__pic {
  width: 100%;
}
.about__pic__wrapper {
  padding: 1em;
  border: 0.08em solid rgba(0, 0, 0, 0.2);
  margin-bottom: 3em;
}
@media screen and (min-width: 481px) {
  .about__pic__wrapper {
    margin-bottom: 0;
  }
}

.skills {
  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;
}

.skill {
  max-width: 9.25em;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .skill {
    width: auto;
  }
}
.skill__progress svg {
  width: 100%;
}
.skill__progress circle {
  fill: none;
  stroke-width: .1em;
}
.skill__progress .progress-bg {
  stroke: rgba(0, 0, 0, 0.2);
}
.skill__progress .progress-fg {
  stroke: #1b6d85;
}
.skill__progress text {
  font-size: 1.25em;
}

.section-services {
  background: #fff;
}
.section-services div[class^=col] {
  padding: 0;
}
.section-services .row:first-of-type .service__description__wrapper {
  /*border-top: 1px solid rgba(0, 0, 0, 0.2);*/

}
.section-services .row {
  padding: 0 15px;
}

.service__description__wrapper {
 /* min-height: 20em;*/
  padding: 2em 1em;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}
.service__title {
 color: #0a2830;
 /*background: #000;*/
}
.service__icon {
  /*font-size: 10em;*/
  display: block;
  text-align: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  /*margin-bottom: .3em;*/
}
.service__icon__title {
  color: rgba(0, 0, 0, 0.6);
  /*letter-spacing: .7em;*/
}
.service__icon__wrapper {
  /*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-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;
  padding: 1em 1em;*/
  width: 100%;
  height: 100%;
  min-height: 10em;
  /*background: -webkit-linear-gradient(rgba(204, 204, 204, 0.2), rgba(204, 204, 204, 0.2)), url("../../assets/images/gallery/1.jpg");
  background: linear-gradient(rgba(204, 204, 204, 0.2), rgba(204, 204, 204, 0.2)), url("../../assets/images/gallery/1.jpg");
  background-repeat: repeat;*/
}

.section-portfolios {
  background: #fff;
  margin-bottom: 4em;
}

.portfolio {
  display: inline-block;
  width: calc(50% - 4px);
  margin-bottom: 4px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .portfolio {
    width: calc(33.3333% - 4px);
  }
}
.portfolio__controls {
  margin-bottom: 3em;
}
.portfolio__description {
  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;
  padding: 1em;
  font-size: .8em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
          transition: opacity 0.6s ease-out;
}
.portfolio__description:hover, .portfolio__description:focus, .portfolio__description:active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .portfolio__description {
    font-size: 1em;
    padding: 2em;
  }
}
.portfolio img {
  width: 100%;
}
.portfolios {
  padding: 1em;
  border: 0.1em solid rgba(0, 0, 0, 0.2);
}

.section-floorplan {
  background: #fff;
  margin-bottom: 4em;
}
.floorplan {
  display: inline-block;
  width: calc(50% - 4px);
  margin-bottom: 4px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .floorplan {
    width: calc(33.3333% - 4px);
  }
}
.floorplan__controls {
  margin-bottom: 3em;
}
.floorplan__description {
  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;
  padding: 1em;
  font-size: .8em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
          transition: opacity 0.6s ease-out;
}
.floorplan__description:hover, .floorplan__description:focus, .floorplan__description:active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .floorplan__description {
    font-size: 1em;
    padding: 2em;
  }
}
.floorplan img {
  width: 100%;
}
.floorplans {
  padding: 1em;
  border: 0.1em solid rgba(0, 0, 0, 0.2);
}

.btnmappop {
  display: inline-block;
  width: calc(50% - 4px);
  margin-bottom: 4px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .btnmappop {
    width: calc(70% - 4px);
  }
}
.btnmappop__controls {
  margin-bottom: 3em;
}
.btnmappop__description {
  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;
  padding: 1em;
  font-size: .8em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
          transition: opacity 0.6s ease-out;
}
.btnmappop__description:hover, .btnmappop__description:focus, .btnmappop__description:active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .btnmappop__description {
    font-size: 1em;
    padding: 2em;
  }
}
.btnmappop img {
  width: 100%;
}
.btnmappop {
  /*padding: 1em;*/
  border: 0em solid rgba(0, 0, 0, 0.2);
}

.btnmap {
  display: inline-block;
  width: calc(50% - 4px);
  margin-bottom: 4px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .btnmap {
    width: calc(70% - 4px);
  }
}
.btnmap__controls {
  margin-bottom: 3em;
}
.btnmap__description {
  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;
  padding: 1em;
  font-size: .8em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
          transition: opacity 0.6s ease-out;
}
.btnmap__description:hover, .btnmap__description:focus, .btnmap__description:active {
  /*opacity: 1;*/
}
@media screen and (min-width: 769px) {
  .btnmap__description {
    font-size: 1em;
    padding: 2em;
  }
}
.btnmap img {
  width: 100%;
}
.btnmap {
  /*padding: 1em;*/
  border: 0em solid rgba(0, 0, 0, 0.2);
}

.section-contact {
  background: #fff;
  /*margin-bottom: 4em;*/
}

.contact-form {
  padding-top: 3em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact-form {
    padding-top: 0;
  }
}
.contact-form .form-control {
  border-bottom: 0.07em solid #1b6d85;
}
.contact-form .input-group-addon {
  background: #fff;
  color: #1b6d85;
  border: 0.07em solid #1b6d85;
}
.contact-map {
  height: 100%;
}
.contact-map iframe {
  height: 100%;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden
  /* Fix for transition flickering */
}
.contact-map__wrapper {
  padding: 1em;
  border: 0.05em solid rgba(0, 0, 0, 0.2);
  min-height: 20em;
  /*height: 100%;*/
}

.section-testimonials {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../assets/images/bg/testimonials-bg.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../assets/images/bg/testimonials-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 4em;
}

.testimonials__wrapper {
  background: #f7f7f9;
  padding: 4em 1em;
  box-shadow: 0 0 5em rgba(0, 0, 0, 0.4);
}
.testimonials .owl-prev,
.testimonials .owl-next {
  background: #f5d74c !important;
  height: 3em !important;
  width: 3em !important;
  line-height: 3em !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.testimonial {
  background: #fff;
  min-height: 15em;
  padding: 1em;
  margin: 2em;
  position: relative;
  margin-top: 3em;
  padding-top: 4em;
  box-shadow: 0 0 4em rgba(128, 128, 128, 0.2);
}
.testimonial__pic__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.testimonial__pic__wrapper img {
  display: block;
  height: 5em;
  width: 5em;
  border-radius: 50%;
}
.testimonial__name, .testimonial__position {
  display: block;
  font-weight: bold;
  font-size: .9em;
}
.testimonial__name {
  font-family: "psl_kandabold";
  color: #1b6d85;
  font-weight: bold;
  text-transform: uppercase;
}
.testimonial__position {
  margin-bottom: .2em;
  font-style: italic;
}
.testimonial__rating {
  margin-bottom: 1em;
}
.testimonial__rating .y {
  color: #e8ae29;
}

/* === Footer === */
#site-footer {
  background: #fff;
}
#site-footer aside {
  padding-bottom: 2.5em;
}
#site-footer .section-subtitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.5em;
}

.footer-subscribe {
  background: #02203a;
  padding: 2em 0;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-subscribe .form-control {
  background: rgba(128, 128, 128, 0.2);
  height: 3em;
}
.footer-subscribe p {
  font-size: .9em;
  font-weight: bold;
}
.footer-subscribe .form-group {
  margin-bottom: 0;
}
.footer-subscribe button {
  width: 100%;
}

.footer-insta__col {
  padding: .15em;
}
.footer-insta__img-link {
  position: relative;
  display: block;
}
.footer-insta__img-link img {
  display: block;
}
.footer-insta__img-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
}
.footer-insta .row {
  margin: 0;
}

.footer-tweets__title {
  margin-bottom: .5em;
  color: rgba(0, 0, 0, 0.6);
  color: #1b6d85;
  font-family: "Raleway", sans-serif;
}
.footer-tweets__title span {
  font-size: 1.25em;
}
.footer-tweets__content {
  font-size: .9em;
  padding-left: 2em;
  margin-bottom: 3em;
  font-style: italic;
}

.footer-about img {
  width: 100%;
  max-width: 250px;
  border: 0.6em solid rgba(0, 0, 0, 0.4);
}

.footer-copy {
  background: #0a2830;
  color: #daf1f8;
}
.footer-copy__content {
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
}

/* === UI Components === */
.preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.preloader__spinner {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 3em;
  height: 3em;
  border: 3px solid #1b6d85;
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-animation: spinner .5s ease-in infinite;
          animation: spinner .5s ease-in infinite;
}
.preloader--loaded {
  -webkit-animation: preloader-fade .8s linear;
          animation: preloader-fade .8s linear;
  visibility: hidden;
}

.back-to-top {
  position: fixed;
  display: block;
  bottom: 2em;
  right: 2em;
  width: 3em;
  height: 3em;
  background: #f5d74c;
  line-height: 3em;
  z-index: 9999;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  visibility: hidden;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top .3s ease-in;
          animation: back-to-top .3s ease-in;
}
@media screen and (min-width: 481px) {
  .back-to-top {
    font-size: 1.25em;
  }
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  color: #fff;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-icons li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.social-icons li a {
  display: block;
  height: 3em;
  line-height: 3em;
}

/* === Animations === */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes preloader-fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes preloader-fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes nav-overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: .9;
  }
}
@keyframes nav-overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: .9;
  }
}
@-webkit-keyframes top-bar-fixing {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes top-bar-fixing {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes back-to-top {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes back-to-top {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
