@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Anuphan:300,400,500,600,700");
/* CSS Document */
/*
Theme Name: Elton Ecology Ltd
Theme URI: https://webmonkeystudio.com
Description: TBA
Version: 0.3
Author: webmonkeystudio
Author URI: https://webmonkeystudio.com
*/
/* VARIABLES / GLOBAL
 * ----------------------- */
/* COLOURS
 * ----------------------- */
/*
* Animo Framework v1.1
* Copyright 2017, webmonkeystudio
* www.webmonkeystudio.com
* Author: Axel Danton
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 15/11/2016
*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background-color: #4d6dfa;
  color: #fff;
}
::selection {
  background-color: #4d6dfa;
  color: #fff;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body, button, input, select, textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.clearfix {
  clear: both;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: -2px;
  display: inline-block;
  line-height: 1px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  vertical-align: middle;
}
/* PRELOADER
 * -------------------------- */
.pre-load {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999 !important;
  background: center no-repeat #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* CONTENT
 * ----------------------- */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Anuphan", sans-serif;
  background-color: #FFF;
}
/* GRID
 * -------------------------- */
.grid {
  width: 100%;
  max-width: 1400px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.grid:after {
  display: table;
  content: " ";
  clear: both;
}
.grid-fluid {
  width: 100%;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.grid-fluid:after {
  display: table;
  content: " ";
  clear: both;
}
.column {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  min-height: 1px;
  float: left;
}
.column.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.column .grid {
  margin-left: -35px;
  margin-right: -35px;
  width: calc(100% + 60px);
}
@media (max-width: 767px) {
  .column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lg-12 {
  width: calc(100% / 12 * 12);
}
.lg-11 {
  width: calc(100% / 12 * 11);
}
.lg-10 {
  width: calc(100% / 12 * 10);
}
.lg-9 {
  width: calc(100% / 12 * 9);
}
.lg-8 {
  width: calc(100% / 12 * 8);
}
.lg-7 {
  width: calc(100% / 12 * 7);
}
.lg-6 {
  width: calc(100% / 12 * 6);
}
.lg-5 {
  width: calc(100% / 12 * 5);
}
.lg-4 {
  width: calc(100% / 12 * 4);
}
.lg-3 {
  width: calc(100% / 12 * 3);
}
.lg-2 {
  width: calc(100% / 12 * 2);
}
.lg-1 {
  width: calc(100% / 12 * 1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-12 {
    width: calc(100% / 12 * 12);
  }
  .md-11 {
    width: calc(100% / 12 * 11);
  }
  .md-10 {
    width: calc(100% / 12 * 10);
  }
  .md-9 {
    width: calc(100% / 12 * 9);
  }
  .md-8 {
    width: calc(100% / 12 * 8);
  }
  .md-7 {
    width: calc(100% / 12 * 7);
  }
  .md-6 {
    width: calc(100% / 12 * 6);
  }
  .md-5 {
    width: calc(100% / 12 * 5);
  }
  .md-4 {
    width: calc(100% / 12 * 4);
  }
  .md-3 {
    width: calc(100% / 12 * 3);
  }
  .md-2 {
    width: calc(100% / 12 * 2);
  }
  .md-1 {
    width: calc(100% / 12 * 1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-12 {
    width: calc(100% / 12 * 12);
  }
  .sm-11 {
    width: calc(100% / 12 * 11);
  }
  .sm-10 {
    width: calc(100% / 12 * 10);
  }
  .sm-9 {
    width: calc(100% / 12 * 9);
  }
  .sm-8 {
    width: calc(100% / 12 * 8);
  }
  .sm-7 {
    width: calc(100% / 12 * 7);
  }
  .sm-6 {
    width: calc(100% / 12 * 6);
  }
  .sm-5 {
    width: calc(100% / 12 * 5);
  }
  .sm-4 {
    width: calc(100% / 12 * 4);
  }
  .sm-3 {
    width: calc(100% / 12 * 3);
  }
  .sm-2 {
    width: calc(100% / 12 * 2);
  }
  .sm-1 {
    width: calc(100% / 12 * 1);
  }
}
@media (max-width: 767px) {
  .sm-12, .sm-11, .sm-10, .sm-9, .sm-8, .sm-7, .sm-6, .sm-5, .sm-4, .sm-3, .sm-2, .sm-1 {
    width: 100%;
  }
  .md-12, .md-11, .md-10, .md-9, .md-8, .md-7, .md-6, .md-5, .md-4, .md-3, .md-2, .md-1 {
    width: 100%;
  }
  .lg-12, .lg-11, .lg-10, .lg-9, .lg-8, .lg-7, .lg-6, .lg-5, .lg-4, .lg-3, .lg-2, .lg-1 {
    width: 100%;
  }
  .xs-12 {
    width: calc(100% / 12 * 12);
  }
  .xs-11 {
    width: calc(100% / 12 * 11);
  }
  .xs-10 {
    width: calc(100% / 12 * 10);
  }
  .xs-9 {
    width: calc(100% / 12 * 9);
  }
  .xs-8 {
    width: calc(100% / 12 * 8);
  }
  .xs-7 {
    width: calc(100% / 12 * 7);
  }
  .xs-6 {
    width: calc(100% / 12 * 6);
  }
  .xs-5 {
    width: calc(100% / 12 * 5);
  }
  .xs-4 {
    width: calc(100% / 12 * 4);
  }
  .xs-3 {
    width: calc(100% / 12 * 3);
  }
  .xs-2 {
    width: calc(100% / 12 * 2);
  }
  .xs-1 {
    width: calc(100% / 12 * 1);
  }
}
/* TYPOGRAPHY
 * -------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0F282F;
  font-family: "Anuphan", sans-serif;
  font-weight: 700;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #03C87A;
}
small {
  font-size: 65%;
  line-height: 1;
  font-weight: 400;
}
h1, .h1 {
  color: #0F282F;
}
h1, .disable-responsive-font-size h1, h1.disable-responsive-font-size, .h1, .disable-responsive-font-size .h1, .h1.disable-responsive-font-size {
  font-size: 2.375rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.275rem + 1.4666666667vw) ;
    min-width: 0vw;
  }
}
h2, .disable-responsive-font-size h2, h2.disable-responsive-font-size, .h2, .disable-responsive-font-size .h2, .h2.disable-responsive-font-size {
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.125rem + 0.6666666667vw) ;
    min-width: 0vw;
  }
}
h3, .disable-responsive-font-size h3, h3.disable-responsive-font-size, .h3, .disable-responsive-font-size .h3, .h3.disable-responsive-font-size {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.05rem + 0.2666666667vw) ;
    min-width: 0vw;
  }
}
h4, .disable-responsive-font-size h4, h4.disable-responsive-font-size, .h4, .disable-responsive-font-size .h4, .h4.disable-responsive-font-size {
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.025rem + 0.1333333333vw) ;
    min-width: 0vw;
  }
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 12pt;
}
ul, ol {
  padding-left: 40px;
  display: block;
}
ul {
  list-style: disc outside;
}
ul li {
  text-align: -webkit-match-parent;
  display: list-item;
}
ol {
  display: block;
  list-style-type: decimal;
}
ol li {
  text-align: -webkit-match-parent;
  display: list-item;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
article p:last-of-type {
  margin-bottom: 0px;
}
p, ol, ul {
  font-size: 1rem;
  line-height: 22px;
  color: #0F282F;
  margin-bottom: 15px;
}
p span.label, ol span.label, ul span.label {
  line-height: normal;
}
p.lead {
  line-height: 26px;
  color: #03C87A;
}
p.lead, .disable-responsive-font-size p.lead, p.lead.disable-responsive-font-size {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  p.lead {
    font-size: calc(1.075rem + 0.4vw) ;
    min-width: 0vw;
  }
}
p:last-of-type {
  margin-bottom: 0px;
}
a {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
a:hover {
  color: #03C87A;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:visited {
  color: #03C87A;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  background-color: #FFF;
}
table th, table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDD;
}
table tbody + tbody {
  border-top: 2px solid #DDD;
}
/* NAVIGATION
 * -------------------------- */
.navbar {
  width: 100%;
  display: block;
  background: #FFF;
  padding: 0px 10px;
  position: relative;
  z-index: 99;
}
.navbar.fixed {
  position: fixed;
  z-index: 99999;
}
.navbar .brand {
  display: inline-block;
  padding: inherit;
}
.navbar ul {
  float: right;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  line-height: normal;
}
.navbar ul li {
  display: inline-block;
  position: relative;
}
.navbar ul li a {
  padding: 16px 15px;
  display: block;
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
}
.navbar ul li a:visited {
  color: #444;
}
.navbar ul li a:visited:hover {
  color: #03C87A;
}
.navbar ul li a:hover {
  color: #03C87A;
}
.navbar ul li a div {
  display: inline-block;
}
.navbar .dropdown {
  position: relative;
}
.navbar .dropdown .caret {
  content: "";
  position: relative;
  right: 0;
  bottom: 2px;
  left: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #007bff transparent transparent transparent;
}
.navbar .dropdown-toggle.open {
  background-color: transparent;
}
.navbar .dropdown-menu {
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 320px;
  text-align: left;
  z-index: 999;
  right: 0;
  top: 53px;
  background-color: #FFF;
  border: 1px solid #EEE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.navbar .dropdown-menu li {
  display: block;
  border-bottom: 1px solid #EEE;
}
.navbar .dropdown-menu li:last-of-type {
  border-bottom: 0px;
}
.navbar .dropdown-menu li a {
  padding: 12px 15px;
  background-color: transparent;
  display: block;
}
.navbar .dropdown-menu li a:hover {
  background-color: #FAFAFA;
}
.navbar .dropdown-menu:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 10px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #DDDDDD transparent;
}
.navbar .dropdown-menu.fancy li a {
  position: relative;
}
.navbar .dropdown-menu.fancy li a:after {
  content: "";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: -2px;
  display: inline-block;
  line-height: 1px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  vertical-align: middle;
  -webkit-transform: translate(-10px, 0px);
  -moz-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #333;
  white-space: nowrap;
}
.navbar .dropdown-menu.fancy li a:hover:after {
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar a {
  color: #4d6dfa;
}
.navbar a:hover {
  color: #1b44f9;
}
.togglebttn {
  float: right;
  position: relative;
  z-index: 99999;
  visibility: hidden;
  display: none;
}
.togglebttn .burger {
  position: relative;
  width: 34px;
  padding: 9px 3px;
  margin: 0px;
  height: 40px;
  border: 0px;
  background: transparent;
  outline: none;
}
.togglebttn .burger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  background-color: #03C87A;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
.togglebttn .burger.open span {
  width: 23px;
  background-color: #F73859;
}
.togglebttn .burger.open span:first-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: 300ms all 300ms;
  -moz-transition: 300ms all 300ms;
  -ms-transition: 300ms all 300ms;
  -o-transition: 300ms all 300ms;
  transition: 300ms all 300ms;
}
.togglebttn .burger.open span:nth-of-type(2) {
  -webkit-transform: translate(-10px, 0px);
  -moz-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.togglebttn .burger.open span:last-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: 300ms all 300ms;
  -moz-transition: 300ms all 300ms;
  -ms-transition: 300ms all 300ms;
  -o-transition: 300ms all 300ms;
  transition: 300ms all 300ms;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .togglebttn {
    visibility: visible;
    display: inline-block;
  }
  .navbar ul li a {
    padding: 16px 25px;
  }
  .navbar .navcollapse {
    max-height: 340px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: absolute;
    margin-left: -10px;
    left: 0;
    width: calc(100% + 20px);
    top: 97px;
    background-color: #FFF;
    z-index: 99999;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .navbar .navcollapse ul {
    float: none !important;
  }
  .navbar .navcollapse li {
    display: block;
    border-bottom: 1px solid #EEE;
  }
  .navbar .navcollapse li:last-of-type {
    border-bottom: 0px;
  }
  .navbar .dropdown-menu {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: #4d6dfa;
    border: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .navbar .dropdown-menu li {
    display: block;
    border-bottom: 1px solid #3459f9;
  }
  .navbar .dropdown-menu li:last-of-type {
    border-bottom: 1px solid #3459f9;
  }
  .navbar .dropdown-menu li a {
    padding: 12px 25px;
    background-color: transparent;
    display: block;
    color: #FFF;
  }
  .navbar .dropdown-menu li a:hover {
    background-color: #3459f9;
  }
  .navbar .dropdown-menu:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 25px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #4d6dfa transparent;
  }
  .navbar .dropdown-menu.fancy li a:after {
    -webkit-transform: translate(5px, 0px);
    -moz-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    -o-transform: translate(5px, 0px);
    transform: translate(5px, 0px);
    opacity: 1;
    filter: alpha(opacity=100);
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .navbar .togglebttn {
    visibility: visible;
    display: inline-block;
  }
  .navbar ul li a {
    padding: 16px 25px;
  }
  .navbar .navcollapse {
    max-height: 340px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: absolute;
    left: 0;
    margin-left: -10px;
    width: calc(100% + 20px);
    top: 97px;
    background-color: #FFF;
    z-index: 99999;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .navbar .navcollapse ul {
    float: none !important;
  }
  .navbar .navcollapse li {
    display: block;
    border-bottom: 1px solid #EEE;
  }
  .navbar .navcollapse li:last-of-type {
    border-bottom: 0px;
  }
  .navbar .dropdown-menu {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: #4d6dfa;
    border: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .navbar .dropdown-menu li {
    display: block;
    border-bottom: 1px solid #3459f9;
  }
  .navbar .dropdown-menu li:last-of-type {
    border-bottom: 1px solid #3459f9;
  }
  .navbar .dropdown-menu li a {
    padding: 12px 25px;
    background-color: transparent;
    display: block;
    color: #FFF;
  }
  .navbar .dropdown-menu li a:hover {
    background-color: #3459f9;
  }
  .navbar .dropdown-menu:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 25px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #4d6dfa transparent;
  }
  .navbar .dropdown-menu.fancy li a:after {
    -webkit-transform: translate(5px, 0px);
    -moz-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    -o-transform: translate(5px, 0px);
    transform: translate(5px, 0px);
    opacity: 1;
    filter: alpha(opacity=100);
    color: #FFF;
  }
}
/* IMAGES
* -------------------------- */
img {
  max-width: 100%;
  height: auto;
  /* See https://developers.google.com/web/updates/2015/01/pixelated */
  /* image-rendering: -webkit-optimize-contrast; */
}
.image {
  max-width: 100%;
  height: auto;
}
.image.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.image.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@supports (-webkit-box-reflect: below) {
  .image.reflect {
    -webkit-box-reflect: below 0 -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    -webkit-box-reflect: below 0 -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    -webkit-box-reflect: below 0 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
  }
}
/* BUTTONS
 * -------------------------- */
a.bttn, a.bttn-teal {
  color: #0F282F;
}
a.bttn.success, a.success.bttn-teal {
  color: #0F282F;
}
a.bttn.error, a.error.bttn-teal {
  color: #0F282F;
}
a.bttn.info, a.info.bttn-teal {
  color: #0F282F;
}
.bttn, .bttn-teal, input[type="submit"] {
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 14px 22px;
  min-width: 120px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 150ms all;
  -moz-transition: 150ms all;
  -ms-transition: 150ms all;
  -o-transition: 150ms all;
  transition: 150ms all;
  text-decoration: none;
  margin-bottom: 15px;
  border: 0px;
  background-color: #CFF006;
}
.bttn:hover, .bttn-teal:hover, input[type="submit"]:hover {
  background-color: #bad705;
}
.bttn-teal {
  background-color: #0F282F;
  color: #FFF !important;
}
.bttn-teal:hover {
  background-color: #09181c;
}
/* LABELS
 * -------------------------- */
.label {
  display: inline-block;
  background-color: inherit;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #03C87A;
  color: #FFF;
  text-transform: uppercase;
  vertical-align: middle;
}
/* CARDS
 * -------------------------- */
.card {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
  margin-bottom: 15px;
}
.card .card-img {
  max-width: 100%;
  height: auto;
}
.card .price {
  float: right;
  font-weight: bold;
  color: #4d6dfa;
}
.card .content {
  padding: 10px 30px 20px 30px;
}
.card .bttn, .card .bttn-teal, .card input[type="submit"] {
  margin-bottom: 0px;
}
/* ALERTS
 * -------------------------- */
.alert {
  display: block;
  padding: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  background-color: #DDDDDD;
  border-color: #d0d0d0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.alert.warning {
  color: rgba(0, 0, 0, 0.6);
}
.alert.success {
  color: rgba(0, 0, 0, 0.6);
}
.alert.info {
  color: rgba(255, 255, 255, 0.7);
}
.alert.error {
  color: rgba(255, 255, 255, 0.7);
}
.alert-block {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 0px;
  margin-bottom: 15px;
}
.alert-block .content {
  display: block;
  text-align: center;
  padding: 40px;
  background-color: #FFF;
  color: rgba(0, 0, 0, 0.5);
}
.alert-block .content i {
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.alert-block .content span {
  display: block;
  margin-top: 10px;
}
.alert-block .content span.title {
  font-size: 140%;
  color: rgba(0, 0, 0, 0.7);
}
.alert-block .dismiss {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px;
}
.alert-block.error i {
  color: #F73859;
}
.alert-block.warning i {
  color: #FBD157;
}
.alert-block.success i {
  color: #03C87A;
}
.alert-block.info i {
  color: #4d6dfa;
}
/* FORMS
 * -------------------------- */
/*RANGE INPUT STYLING */
/* To be tidied */
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 15px 0;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #DDD;
  border: 1px solid #d0d0d0;
}
input[type="range"]:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
  -moz-box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
}
input[type="range"]:focus::-moz-range-track {
  background: #DDD;
  border: 1px solid #d0d0d0;
}
input[type="range"]:focus::-moz-range-thumb {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
  -moz-box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
}
input[type="range"]:focus::-ms-thumb {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
  -moz-box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(77, 109, 250, 0.5);
}
input[type="range"]:focus::-ms-fill-lower {
  background: #DDD;
  border: 1px solid #d0d0d0;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #DDD;
  border: 1px solid #d0d0d0;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #EEE;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #4d6dfa;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #EEE;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
input[type="range"]::-moz-range-thumb {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #4d6dfa;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #EEE;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
input[type="range"]::-ms-fill-lower {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #EEE;
  background: #FFF;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
input[type="range"]::-ms-fill-upper {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #EEE;
  background: #FFF;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
input[type="range"]::-ms-thumb {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #4d6dfa;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
/* END RANGE INPUT STYLING */
input[type="color"] {
  max-width: 100% !important;
  display: block;
  margin-top: 10px;
  min-width: 100%;
  height: 46px;
  width: 60px;
  background-color: #FFF;
  border: 1px solid #EEE;
  -webkit-transition: border ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
input[type="text"], input[type="search"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="number"], input[type="week"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], textarea, select {
  max-width: 100% !important;
  display: block;
  width: 100% !important;
  padding: 12px 15px;
  margin-top: 10px;
  background-color: #DDDDDD;
  border: 1px solid #DDD;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
input[type="text"]:invalid, input[type="search"]:invalid, input[type="email"]:invalid, input[type="password"]:invalid, input[type="tel"]:invalid, input[type="url"]:invalid, input[type="number"]:invalid, input[type="week"]:invalid, input[type="date"]:invalid, input[type="month"]:invalid, input[type="time"]:invalid, input[type="datetime"]:invalid, input[type="datetime-local"]:invalid, textarea:invalid, select:invalid {
  border: 1px solid #F73859;
}
label {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
}
textarea {
  min-height: 120px;
  max-height: 120px !important;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="number"]:focus, input[type="week"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, textarea:focus, select:focus {
  outline: none;
  border: 1px solid #03C87A;
}
input[type="submit"] {
  margin-top: 20px;
  float: right;
  min-width: 180px;
}
/* TOOLTIPS
 * -------------------------- */
[tooltip] {
  position: relative;
}
[tooltip]::before, [tooltip]::after {
  text-transform: none;
  font-family: inherit;
  font-size: 13px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 100px;
  width: auto;
  font-weight: 700;
  max-width: 250px;
  overflow: hidden;
  padding: 7px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #4d6dfa;
  color: #fff;
  z-index: 1000;
}
[tooltip]:hover::before, [tooltip]:hover::after {
  display: block;
}
[tooltip=""]::before, [tooltip=""]::after {
  display: none !important;
}
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #4d6dfa;
}
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
/* UTILITY ( REQUIRES BUTTONS IMPORT )
 * -------------------------- */
.error {
  background: #F73859;
  border-color: #f61f45;
}
.success {
  background: #03C87A;
  border-color: #03af6b;
}
.info {
  background: #4d6dfa;
  border-color: #3459f9;
}
.warning {
  background: #FBD157;
  border-color: #faca3e;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
code {
  white-space: pre-wrap;
  padding: 1px 7px;
  border-radius: 3px;
  margin: 0;
  border: none;
  font-size: 14px;
  word-wrap: break-word;
  display: inline-block;
  color: #F73859;
  background: #FFF;
  border: 1px solid #EEE;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.boxshadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.boxshadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.boxshadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.boxshadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.boxshadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.boxshadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.show-lg {
  display: block !important;
}
.hide-lg {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show-md {
    display: block !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-sm {
    display: block !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-xs {
    display: block !important;
  }
  .hide-xs {
    display: none !important;
  }
}
/* SLICK
 * -------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ANIMATION
 * -------------------------- */
@-webkit-keyframes scroll-down {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes scroll-down {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* GENERAL
 * -------------------------- */
header {
  min-height: 60px;
}
.site__wrapper {
  position: relative;
}
.site__wrapper .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  z-index: 9999999;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 400ms all ease 0.1s;
  -moz-transition: 400ms all ease 0.1s;
  -ms-transition: 400ms all ease 0.1s;
  -o-transition: 400ms all ease 0.1s;
  transition: 400ms all ease 0.1s;
}
.site__wrapper .loading span.text {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  color: #666;
  text-transform: uppercase;
  margin-top: 20px;
}
.site__wrapper .loading .loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 20px;
  width: 20px;
  border: 4px solid #03C87A;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.site__wrapper:after, .site__wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 9999;
  transform: scaleX(0);
  transform-origin: center right;
  pointer-events: none;
}
.site__wrapper:after {
  background: #FFF;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.site__wrapper:before {
  background: #EEE;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.site__wrapper.loading .loading {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.site__wrapper.loading:before, .site__wrapper.loading:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: center left;
}
.site__wrapper.loading:before {
  transition: transform 0.7s;
}
.site__wrapper.loading:after {
  transition: transform 0.9s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site__wrapper:before, .site__wrapper:after {
    left: 0;
  }
}
@media (max-width: 767px) {
  .site__wrapper:before, .site__wrapper:after {
    left: 0;
  }
}
nav.offsite {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 400ms all ease;
  -moz-transition: 400ms all ease;
  -ms-transition: 400ms all ease;
  -o-transition: 400ms all ease;
  transition: 400ms all ease;
}
nav.offsite .navigation__items {
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 50%;
  background: #0F282F;
  height: 0%;
  transition: all 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  position: relative;
  z-index: 99;
}
nav.offsite .navigation__items #menu-primary-navigation li {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 700ms all ease 0.6s;
  -moz-transition: 700ms all ease 0.6s;
  -ms-transition: 700ms all ease 0.6s;
  -o-transition: 700ms all ease 0.6s;
  transition: 700ms all ease 0.6s;
}
nav.offsite .google__stack {
  display: flex;
  width: 50%;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
nav.offsite .google__stack .contact__info, nav.offsite .google__stack .map {
  height: 50%;
  width: 100%;
  display: flex;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
nav.offsite .google__stack .contact__info {
  background-color: #121212;
  transform-origin: bottom right;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 30px;
}
nav.offsite .google__stack .contact__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.offsite .google__stack .contact__info ul li {
  color: #FFF;
  font-family: "Anuphan", sans-serif;
  margin-bottom: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 600ms all ease 0.4s;
  -moz-transition: 600ms all ease 0.4s;
  -ms-transition: 600ms all ease 0.4s;
  -o-transition: 600ms all ease 0.4s;
  transition: 600ms all ease 0.4s;
}
nav.offsite .google__stack .contact__info ul li:last-of-type {
  margin-bottom: 0px;
}
nav.offsite .google__stack .contact__info ul li a {
  padding: 10px;
  display: inline-block;
  color: inherit;
  width: auto !important;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.4) !important;
}
nav.offsite .google__stack .contact__info ul li a, .disable-responsive-font-size nav.offsite .google__stack .contact__info ul li a, nav.offsite .google__stack .contact__info ul li a.disable-responsive-font-size {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  nav.offsite .google__stack .contact__info ul li a {
    font-size: calc(1.05rem + 0.2666666667vw) ;
    min-width: 0vw;
  }
}
nav.offsite .google__stack .contact__info ul li a:after {
  display: none;
}
nav.offsite .google__stack .contact__info ul li a:hover {
  color: #03C87A;
}
nav.offsite .google__stack .map {
  position: relative;
  background-color: #03C87A;
  transform-origin: bottom left;
}
nav.offsite .google__stack .map:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #03C87A;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -ms-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  z-index: 10;
}
nav.offsite .google__stack .map:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
@media (max-width: 767px) {
  nav.offsite .google__stack .map {
    height: 100%;
  }
}
nav.offsite.opened {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
nav.offsite.opened .navigation__items {
  height: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
nav.offsite.opened .google__stack .contact__info, nav.offsite.opened .google__stack .map {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
nav.offsite.opened .google__stack .contact__info li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 400ms all ease 0.5s;
  -moz-transition: 400ms all ease 0.5s;
  -ms-transition: 400ms all ease 0.5s;
  -o-transition: 400ms all ease 0.5s;
  transition: 400ms all ease 0.5s;
}
@media (max-width: 767px) {
  nav.offsite.opened .google__stack .contact__info {
    display: none !important;
  }
}
nav.offsite.opened #menu-primary-navigation li {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
nav.offsite.opened #menu-primary-navigation li a:before {
  content: "01 ";
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  width: 30px;
  margin-left: -40px;
  left: -15px;
  top: -20px;
}
@media (max-width: 767px) {
  nav.offsite.opened #menu-primary-navigation li a:before {
    margin-left: 0px;
    width: 20px;
    left: -10px;
    top: -5px;
  }
}
nav.offsite.opened #menu-primary-navigation li:nth-of-type(2) a:before {
  content: "02 ";
}
nav.offsite.opened #menu-primary-navigation li:nth-of-type(3) a:before {
  content: "03 ";
}
nav.offsite.opened #menu-primary-navigation li:nth-of-type(4) a:before {
  content: "04 ";
}
nav.offsite.opened #menu-primary-navigation li:nth-of-type(5) a:before {
  content: "05 ";
}
nav.offsite.opened #menu-primary-navigation li:nth-of-type(6) a:before {
  content: "06 ";
}
nav.offsite.opened #menu-primary-navigation li:nth-of-type(7) a:before {
  content: "07 ";
}
nav.offsite.opened #menu-primary-navigation li:nth-of-type(8) a:before {
  content: "08 ";
}
nav.offsite.opened #menu-primary-navigation li:nth-of-type(9) a:before {
  content: "09 ";
}
nav.offsite ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
nav.offsite ul li {
  position: relative;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
nav.offsite ul li a {
  color: #FFF;
  display: block;
  width: 100%;
  position: relative;
  padding: 30px 0px;
}
nav.offsite ul li a, .disable-responsive-font-size nav.offsite ul li a, nav.offsite ul li a.disable-responsive-font-size {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  nav.offsite ul li a {
    font-size: calc(1.3rem + 1.6vw) ;
    min-width: 0vw;
  }
}
nav.offsite ul li a:after {
  content: "";
  width: calc(100% - 40px);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: bottom right;
  height: 2px;
  background: #03C87A;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
nav.offsite ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
nav.offsite ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
nav.offsite ul li a:visited {
  color: #FFF;
}
nav.offsite ul li a:visited:hover {
  color: rgba(255, 255, 255, 0.5);
}
nav.offsite ul li.menu-item-has-children.dropdown:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
nav.offsite ul li.menu-item-has-children.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
}
nav.offsite ul li.menu-item-has-children.dropdown:hover .dropdown-menu > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
nav.offsite ul.dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: fixed;
  top: 90px;
  width: 100%;
  background-color: #999;
  justify-content: flex-start;
  align-items: center;
  transform-origin: right;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -ms-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  z-index: 999;
}
nav.offsite ul.dropdown-menu li {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 400ms all ease 0.6;
  -moz-transition: 400ms all ease 0.6;
  -ms-transition: 400ms all ease 0.6;
  -o-transition: 400ms all ease 0.6;
  transition: 400ms all ease 0.6;
}
nav.offsite ul.dropdown-menu li a {
  width: 100%;
  position: relative;
  padding: 20px 50px;
}
@media (max-width: 767px) {
  nav.offsite {
    flex-wrap: wrap;
  }
  nav.offsite .navigation__items {
    width: 100%;
    height: 70% !important;
  }
  nav.offsite .navigation__items ul li a {
    padding: 10px 0px;
    font-size: 0.875rem;
  }
  nav.offsite .google__stack {
    width: 100%;
    height: 30% !important;
  }
}
header .maincontainer {
  padding: 10px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
}
header .maincontainer .nav__social {
  width: auto;
}
header .maincontainer .nav__social .social {
  min-width: 100%;
  height: 20px;
}
header .maincontainer .nav__social .social ul {
  list-style: none;
  margin: 0;
  margin-right: 15px;
}
header .maincontainer .nav__social .social ul li {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 20px;
}
header .maincontainer .nav__social .social ul li a {
  color: #03C87A;
  display: inline-block;
  padding: 0px 0px;
}
header .maincontainer .nav__social .social ul li a:hover {
  color: #03C87A;
}
header .maincontainer .nav__social .social ul li a:visited {
  color: #03C87A;
}
header .maincontainer .nav__social .social ul li strong {
  text-transform: none !important;
  color: #03C87A;
  font-weight: 700;
}
header .maincontainer .nav__social .social .mob_hide {
  text-align: right;
  font-weight: bold;
  font-size: 0.0625rem;
}
header .maincontainer .nav__social .navcollapse {
  min-width: 100%;
}
@media (max-width: 767px) {
  header .maincontainer .nav__social {
    order: 4;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  header .maincontainer .nav__social .social ul {
    margin-right: 0;
    width: calc(100% + 30px);
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .maincontainer .nav__social .social ul li {
    margin-left: 0;
    text-align: center;
    width: 50%;
  }
  header .maincontainer .nav__social .social ul li a {
    font-size: 0.75rem;
  }
  header .maincontainer .nav__social .mob_hide {
    display: none;
    visibility: hidden;
  }
}
header .maincontainer .brand {
  padding: 0;
}
header .maincontainer .logo {
  max-height: 110px;
  height: auto;
  max-width: 140px;
  width: 100%;
}
@media (max-width: 767px) {
  header .maincontainer .logo {
    max-width: 100px;
  }
}
header .maincontainer .logo #mobilelogo {
  display: none;
}
@media (max-width: 767px) {
  header .maincontainer .logo #mobilelogo {
    display: block;
  }
}
header .maincontainer .logo #desktoplogo {
  display: block;
}
@media (max-width: 767px) {
  header .maincontainer .logo #desktoplogo {
    display: none;
  }
}
header .maincontainer .contact__info {
  width: 350px;
  text-align: left;
}
header .maincontainer .contact__info span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
header .maincontainer .contact__info span:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .maincontainer {
    padding: 10px 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .maincontainer {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  header .maincontainer {
    padding: 10px 0px;
    min-height: auto;
    flex-wrap: wrap;
  }
}
.survey__calendar .key {
  display: flex;
  justify-content: center;
  align-items: center;
}
.survey__calendar .key .core {
  margin-right: 10px;
}
.survey__calendar .key .core .tab {
  background-color: #03C87A;
}
.survey__calendar .key .other .tab {
  background-color: #03C87A;
}
.survey__calendar .key .core, .survey__calendar .key .other {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
}
.survey__calendar .key .core .tab, .survey__calendar .key .other .tab {
  width: 80px;
  height: 50px;
  display: inline-block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.survey__calendar .key .core .text, .survey__calendar .key .other .text {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #DDDDDD;
  height: 50px;
  width: 100%;
  padding: 8px 12px;
  display: flex;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  color: #444;
}
@media (max-width: 767px) {
  .survey__calendar .key {
    flex-wrap: wrap;
  }
  .survey__calendar .key .core {
    margin-right: 0px;
  }
  .survey__calendar .key .core, .survey__calendar .key .other {
    width: 100%;
    margin-bottom: 20px;
  }
}
.survey__calendar .grid .column {
  text-align: center;
}
.survey__calendar .grid .column.lg-4 h2 {
  font-size: 20px;
  font-size: 1.25rem;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}
.survey__description {
  margin-bottom: 40px;
  margin-top: 70px;
}
.survey__availability {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.survey__availability > * {
  position: relative;
  width: 8.33333%;
  height: 40px;
  background-color: #EEEEEE;
  margin-right: 3px;
  border-radius: 4px;
}
.survey__availability > *:before {
  content: attr(data-title);
  position: absolute;
  top: -16px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #777;
}
.survey__availability > *.core {
  background-color: #03C87A;
}
.survey__availability > *.other {
  background-color: #03C87A;
}
@media (max-width: 767px) {
  .survey__availability {
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .survey__availability > * {
    width: 15%;
    margin-bottom: 3px;
  }
  .survey__availability > *:before {
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .survey__availability > *.core:before, .survey__availability > *.other:before {
    color: #FFF;
  }
}
.featured__section {
  min-height: calc(100vh - 180px);
  width: 100%;
  position: relative;
  background-color: #FFF;
}
.featured__section.home .slide:focus {
  outline: none;
}
.featured__section.home .slick-dots {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  bottom: 60px;
}
.featured__section.home .slick-dots li {
  display: inline-block;
  margin-right: 12px;
}
.featured__section.home .slick-dots li:last-of-type {
  margin-right: 0;
}
.featured__section.home .slick-dots li button {
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
}
.featured__section.home .slick-dots li.slick-active button {
  background: #FFF;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .featured__section.home .slick-dots {
    bottom: 30px;
  }
}
.featured__section.home .featured__image {
  width: 100%;
  min-height: calc(100vh - 280px);
  left: 0;
  border-radius: 0px;
}
.featured__section.home .featured__image:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured__section.home .featured__image {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .featured__section.home .featured__image {
    width: 100%;
    min-height: calc(100vh - 180px);
  }
}
.featured__section.home .featured__content {
  padding: 0 20% 10vh 20%;
}
.featured__section.home .featured__content .inner h1, .featured__section.home .featured__content .inner h2, .featured__section.home .featured__content .inner h3, .featured__section.home .featured__content .inner h4, .featured__section.home .featured__content .inner h5, .featured__section.home .featured__content .inner h6 {
  color: #FFF;
}
.featured__section.home .featured__content .inner p {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.featured__section.home .featured__content .inner p, .disable-responsive-font-size .featured__section.home .featured__content .inner p, .featured__section.home .featured__content .inner p.disable-responsive-font-size {
  font-size: 2.125rem;
}
@media (max-width: 1200px) {
  .featured__section.home .featured__content .inner p {
    font-size: calc(1.225rem + 1.2vw) ;
    min-width: 0vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured__section.home .featured__content .inner p {
    line-height: 28px;
  }
  .featured__section.home .featured__content .inner p, .disable-responsive-font-size .featured__section.home .featured__content .inner p, .featured__section.home .featured__content .inner p.disable-responsive-font-size {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 1200px) {
  .featured__section.home .featured__content .inner p {
    font-size: calc(1.075rem + 0.4vw) ;
    min-width: 0vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured__section.home .featured__content .inner p {
    line-height: 32px;
  }
  .featured__section.home .featured__content .inner p, .disable-responsive-font-size .featured__section.home .featured__content .inner p, .featured__section.home .featured__content .inner p.disable-responsive-font-size {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 1200px) {
  .featured__section.home .featured__content .inner p {
    font-size: calc(1.15rem + 0.8vw) ;
    min-width: 0vw;
  }
}
@media (max-width: 767px) {
  .featured__section.home .featured__content .inner p {
    line-height: 28px;
  }
  .featured__section.home .featured__content .inner p, .disable-responsive-font-size .featured__section.home .featured__content .inner p, .featured__section.home .featured__content .inner p.disable-responsive-font-size {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) and (max-width: 1200px) {
  .featured__section.home .featured__content .inner p {
    font-size: calc(1.1rem + 0.5333333333vw) ;
    min-width: 0vw;
  }
}
.featured__section.home .featured__content .inner .bttn, .featured__section.home .featured__content .inner .bttn-teal, .featured__section.home .featured__content .inner input[type="submit"] {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .featured__section.home .featured__content {
    padding: 0 12% 10vh 12%;
  }
}
.featured__section .featured__footer {
  width: 100%;
  position: absolute;
  left: calc(50% - 600px);
  bottom: 0;
  color: #ffffff;
  height: 100px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  z-index: 999;
}
.featured__section .featured__footer span {
  -webkit-transition: 600ms all ease;
  -moz-transition: 600ms all ease;
  -ms-transition: 600ms all ease;
  -o-transition: 600ms all ease;
  transition: 600ms all ease;
}
.featured__section .featured__footer span a {
  color: #777;
  position: relative;
}
.featured__section .featured__footer span a:before, .featured__section .featured__footer span a:after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: -2px;
  display: inline-block;
  line-height: 1px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  vertical-align: middle;
  content: "arrow_downward";
  padding: 0px 10px;
  animation: 2.5s scroll-down infinite;
}
.featured__section .featured__footer span a:visited, .featured__section .featured__footer span a:hover, .featured__section .featured__footer span a:active {
  color: #777;
}
.featured__section .featured__footer span.scrolled {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured__section .featured__footer {
    max-width: 80%;
    left: calc(50% - 40%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured__section .featured__footer {
    max-width: 90%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .featured__section .featured__footer {
    display: none !important;
  }
}
.featured__section .section__title {
  font-size: 0.8125rem;
  font-weight: 700;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 90vh;
  height: 80px;
  margin: auto;
  color: #03C87A;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured__section .section__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .featured__section .section__title {
    display: none;
  }
}
.featured__section .featured__image {
  width: calc(50% - 80px);
  left: 0;
  top: 0;
  position: absolute;
  left: 80px;
  min-height: calc(100vh - 270px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #0F282F no-repeat center center;
  background-size: cover;
  overflow: hidden;
  min-width: calc(100% - 160px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.featured__section .featured__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured__section .featured__image {
    left: 0;
    border-radius: 0px;
    width: 100%;
  }
  .featured__section .featured__image:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 767px) {
  .featured__section .featured__image {
    left: 0;
    width: 100%;
    border-radius: 0px;
    min-height: 100%;
  }
  .featured__section .featured__image:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.featured__section .featured__content {
  min-height: calc(100vh - 270px);
  padding: 0 12% 10vh 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 15;
  padding: 0px !important;
  text-align: center;
  color: #FFFFFF;
}
.featured__section .featured__content h1, .featured__section .featured__content h2, .featured__section .featured__content h3, .featured__section .featured__content h4, .featured__section .featured__content h5, .featured__section .featured__content h6, .featured__section .featured__content p, .featured__section .featured__content ul, .featured__section .featured__content li, .featured__section .featured__content a:not(.bttn) {
  color: #FFF;
}
.featured__section .featured__content .inner {
  height: 100%;
  width: 100%;
  padding: 0px 80px 0px 80px;
}
.featured__section .featured__content .inner h1 {
  margin-bottom: 30px;
}
.featured__section .featured__content .inner .bttn, .featured__section .featured__content .inner .bttn-teal, .featured__section .featured__content .inner input[type="submit"] {
  margin-top: 20px;
}
.featured__section .featured__content .inner > * {
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(45px);
  -moz-transform: translateX(45px);
  -ms-transform: translateX(45px);
  -o-transform: translateX(45px);
  transform: translateX(45px);
}
.featured__section .featured__content.visible .inner > * {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.featured__section .featured__content.visible .inner > *:nth-child(1) {
  transition-delay: 0.1s;
}
.featured__section .featured__content.visible .inner > *:nth-child(2) {
  transition-delay: 0.2s;
}
.featured__section .featured__content.visible .inner > *:nth-child(3) {
  transition-delay: 0.3s;
}
.featured__section .featured__content.visible .inner > *:nth-child(4) {
  transition-delay: 0.4s;
}
.featured__section .featured__content.visible .inner > *:nth-child(5) {
  transition-delay: 0.5s;
}
.featured__section .featured__content.visible .inner > *:nth-child(6) {
  transition-delay: 0.6s;
}
.featured__section .featured__content.visible .inner > *:nth-child(7) {
  transition-delay: 0.7s;
}
.featured__section .featured__content.visible .inner > *:nth-child(8) {
  transition-delay: 0.8s;
}
.featured__section .featured__content.visible .inner > *:nth-child(9) {
  transition-delay: 0.9s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured__section .featured__content {
    padding: 40px;
  }
  .featured__section .featured__content .inner {
    padding: 0;
  }
  .featured__section .featured__content .inner h1, .featured__section .featured__content .inner h2, .featured__section .featured__content .inner h3, .featured__section .featured__content .inner h4, .featured__section .featured__content .inner h5, .featured__section .featured__content .inner h6, .featured__section .featured__content .inner p, .featured__section .featured__content .inner ul, .featured__section .featured__content .inner li, .featured__section .featured__content .inner a:not(.bttn) {
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .featured__section .featured__content {
    padding: 40px;
    min-height: calc(100vh - 180px);
  }
  .featured__section .featured__content .inner {
    padding: 0;
  }
  .featured__section .featured__content .inner h1, .featured__section .featured__content .inner h2, .featured__section .featured__content .inner h3, .featured__section .featured__content .inner h4, .featured__section .featured__content .inner h5, .featured__section .featured__content .inner h6, .featured__section .featured__content .inner p, .featured__section .featured__content .inner ul, .featured__section .featured__content .inner li, .featured__section .featured__content .inner a:not(.bttn) {
    color: #FFF;
  }
  .featured__section .featured__content .inner h1 {
    font-weight: 700;
  }
  .featured__section .featured__content .inner p {
    line-height: 18px;
  }
  .featured__section .featured__content .inner p, .disable-responsive-font-size .featured__section .featured__content .inner p, .featured__section .featured__content .inner p.disable-responsive-font-size {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) and (max-width: 1200px) {
  .featured__section .featured__content .inner p {
    font-size: calc(1.025rem + 0.1333333333vw) ;
    min-width: 0vw;
  }
}
.service__title {
  text-align: center;
}
.service__title div {
  display: inline-block;
}
.border__wrap {
  width: 210px;
  height: 210px;
  transition: border-radius 1s ease-out;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: inset 0px -20px 100px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 5;
  background: #DDDDDD;
  background: -webkit-linear-gradient(45deg, #DDDDDD, #DDDDDD);
  background: linear-gradient(45deg, #DDDDDD, #DDDDDD);
}
.pagecontent .column:nth-of-type(2) .border__wrap {
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transform: rotate(80deg);
}
.pagecontent .column:nth-of-type(2) .border__wrap img {
  -webkit-transform: rotate(-80deg);
  -moz-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  -o-transform: rotate(-80deg);
  transform: rotate(-80deg);
}
.pagecontent .column:nth-of-type(3) .border__wrap {
  -webkit-transform: rotate(-110deg);
  -moz-transform: rotate(-110deg);
  -ms-transform: rotate(-110deg);
  -o-transform: rotate(-110deg);
  transform: rotate(-110deg);
}
.pagecontent .column:nth-of-type(3) .border__wrap img {
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  -o-transform: rotate(110deg);
  transform: rotate(110deg);
}
.pagecontent .column:nth-of-type(4) .border__wrap {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagecontent .column:nth-of-type(4) .border__wrap img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
.breakout__right {
  padding: 40px 60px 40px 60px;
  border-radius: 10px;
}
.breakout__right h1, .breakout__right h2, .breakout__right h3, .breakout__right h4, .breakout__right h5, .breakout__right h6 {
  color: #FFF;
}
.breakout__right label {
  color: #FFF;
}
.breakout__right .bttn:hover, .breakout__right .bttn-teal:hover, .breakout__right input[type="submit"]:hover {
  background-color: #03e189;
}
.breakout__right input[type="text"], .breakout__right input[type="email"], .breakout__right input[type="tel"], .breakout__right textarea {
  background-color: #5c79fa;
  border: 1px solid #6681fb;
  color: #FFF;
}
.breakout__right p, .breakout__right ul, .breakout__right ol {
  color: rgba(255, 255, 255, 0.7);
}
.breakout__right a {
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .breakout__right {
    width: 100% !important;
    margin-left: 0px;
    right: 0;
    padding: 20px 40px;
  }
}
.breakout__left {
  background-color: #CFF006;
  padding: 40px 60px 40px 60px;
  border-radius: 10px;
}
.breakout__left h1, .breakout__left h2, .breakout__left h3, .breakout__left h4, .breakout__left h5, .breakout__left h6 {
  color: #0F282F;
}
.breakout__left .bttn, .breakout__left .bttn-teal, .breakout__left input[type="submit"] {
  background-color: #03af6b;
}
.breakout__left .bttn:hover, .breakout__left .bttn-teal:hover, .breakout__left input[type="submit"]:hover {
  background-color: #03e189;
}
.breakout__left p, .breakout__left ul, .breakout__left ol {
  color: #0F282F;
}
.breakout__left a {
  color: #0F282F;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .breakout__left {
    width: 100% !important;
    margin-right: 0px;
    left: 0;
    padding: 20px 40px;
  }
}
.sectiontitle {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  font-family: "Anuphan", sans-serif;
  padding: 20px 0px;
  margin-bottom: 50px;
}
.sectiontitle, .disable-responsive-font-size .sectiontitle, .sectiontitle.disable-responsive-font-size {
  font-size: 2.625rem;
}
@media (max-width: 1200px) {
  .sectiontitle {
    font-size: calc(1.325rem + 1.7333333333vw) ;
    min-width: 0vw;
  }
}
.logo__e {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0);
}
.logo__e:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background-image: url(img/e-svg.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
section.pagecontent {
  min-height: 300px;
  padding: 80px 0px 0px 0px;
}
section.pagecontent img {
  border-radius: 10px;
}
section.free__quote, section.welcome__block, section.services__alt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 60vh;
  padding: 120px 0px 0px 0px;
}
section.free__quote .intro__block, section.welcome__block .intro__block, section.services__alt .intro__block {
  padding: 80px 320px 80px 60px;
  background: #014751;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
section.free__quote .intro__block:before, section.welcome__block .intro__block:before, section.services__alt .intro__block:before {
  content: "";
  width: 65%;
  height: 30%;
  background-image: url(img/welcome-bg-top.png);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: 0;
  right: -115px;
  z-index: -1;
  pointer-events: none;
}
section.free__quote .intro__block:after, section.welcome__block .intro__block:after, section.services__alt .intro__block:after {
  content: "";
  width: 100%;
  height: 45%;
  background-image: url(img/welcome-bg-bottom.png);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  bottom: 0;
  right: -80px;
  z-index: -1;
  pointer-events: none;
}
section.free__quote .intro__block h1, section.free__quote .intro__block h2, section.welcome__block .intro__block h1, section.welcome__block .intro__block h2, section.services__alt .intro__block h1, section.services__alt .intro__block h2 {
  margin-top: 0px;
}
section.free__quote .intro__block h1, section.free__quote .intro__block h2, section.free__quote .intro__block h3, section.free__quote .intro__block h4, section.free__quote .intro__block p, section.welcome__block .intro__block h1, section.welcome__block .intro__block h2, section.welcome__block .intro__block h3, section.welcome__block .intro__block h4, section.welcome__block .intro__block p, section.services__alt .intro__block h1, section.services__alt .intro__block h2, section.services__alt .intro__block h3, section.services__alt .intro__block h4, section.services__alt .intro__block p {
  color: #FFF;
}
@media (max-width: 767px) {
  section.free__quote .intro__block, section.welcome__block .intro__block, section.services__alt .intro__block {
    padding: 30px;
  }
  section.free__quote .intro__block:before, section.free__quote .intro__block:after, section.welcome__block .intro__block:before, section.welcome__block .intro__block:after, section.services__alt .intro__block:before, section.services__alt .intro__block:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.free__quote .intro__block, section.welcome__block .intro__block, section.services__alt .intro__block {
    padding: 60px 100px 60px 60px;
  }
  section.free__quote .intro__block:after, section.welcome__block .intro__block:after, section.services__alt .intro__block:after {
    width: 100%;
    height: 35%;
    right: -180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.free__quote .intro__block, section.welcome__block .intro__block, section.services__alt .intro__block {
    padding: 60px 60px 60px 60px;
  }
}
section.services__alt {
  background-color: #124944;
  margin-top: 120px;
}
section.services__alt .sectiontitle {
  color: #ffffff;
  text-align: left;
  position: relative;
}
section.services__alt .sectiontitle:after {
  position: absolute;
  content: "";
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
section.free__quote {
  padding-top: 50px !important;
  min-height: 600px !important;
}
section.free__quote .grid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1380px;
  background: #DDDDDD;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
section.free__quote .grid:before {
  content: "";
  position: absolute;
  top: -140px;
  right: -400px;
  width: 50%;
  height: 100%;
  background-image: url(img/price-bg-icon.png);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
section.free__quote .sectiontitle {
  color: #124944;
}
section.free__quote .sectiontitle span {
  color: #124944;
}
section.free__quote .cta__block {
  padding: 0px 40px;
  text-align: center;
}
section.free__quote .cta__block p, section.free__quote .cta__block ul, section.free__quote .cta__block ol {
  color: #124944;
}
section.services__alt .service {
  min-height: 300px;
  background: #CFF006;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-bottom: 60px;
  transition: background 0.8s ease-in-out;
}
section.services__alt .service:before, section.services__alt .service:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
section.services__alt .service:before {
  height: 150px;
  width: 150px;
  bottom: -80px;
  right: -80px;
  border: 1px solid #ffffff;
}
section.services__alt .service:after {
  height: 220px;
  width: 220px;
  top: -100px;
  left: -100px;
  border: 1px solid #ffffff;
}
section.services__alt .service:hover:before, section.services__alt .service:hover:after {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
}
section.services__alt .service a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
section.services__alt .service h1, section.services__alt .service h2, section.services__alt .service h3, section.services__alt .service h4 {
  margin: 0;
  color: #FFF;
  position: relative;
  z-index: 9;
}
section.services__alt .service h1 .letter, section.services__alt .service h2 .letter, section.services__alt .service h3 .letter, section.services__alt .service h4 .letter {
  display: inline-block;
}
section.services__alt .service h1:after, section.services__alt .service h2:after, section.services__alt .service h3:after, section.services__alt .service h4:after {
  content: "";
  left: -15px;
  top: -15px;
  right: 0;
  bottom: 0;
  position: absolute;
  display: inline-block;
  border: 1px solid;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  height: calc(100% + 30px);
  width: calc(100% + 30px);
  z-index: -1;
}
section.services__alt .service h3 {
  position: relative;
  z-index: 10;
}
section.services__alt .service h3, .disable-responsive-font-size section.services__alt .service h3, section.services__alt .service h3.disable-responsive-font-size {
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  section.services__alt .service h3 {
    font-size: calc(1.025rem + 0.1333333333vw) ;
    min-width: 0vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.services__alt .service:hover:before, section.services__alt .service:hover:after {
    transform: scale(1) !important;
  }
}
@media (max-width: 767px) {
  section.services__alt .service {
    margin-bottom: 20px;
  }
  section.services__alt .service:hover:before, section.services__alt .service:hover:after {
    transform: scale(1) !important;
  }
}
section.case__studies .service {
  background-size: cover !important;
}
section.welcome__block {
  padding: 120px 0px 0px 0px;
}
section.welcome__block .temp {
  margin-top: 120px;
}
section.welcome__block .service {
  min-height: 300px;
  display: flex;
  background-color: #FEFEFE;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
section.welcome__block .service .icon__container {
  width: 200px;
  height: 200px;
  background: #EEE;
  background: -webkit-linear-gradient(45deg, #EEE, #DDD);
  background: linear-gradient(45deg, #EEE, #DDD);
  border-radius: 22% 78% 70% 30% / 30% 19% 81% 70%;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-transition: 800ms all ease;
  -moz-transition: 800ms all ease;
  -ms-transition: 800ms all ease;
  -o-transition: 800ms all ease;
  transition: 800ms all ease;
}
section.welcome__block .service img {
  height: 50px;
}
section.welcome__block .service a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
section.welcome__block .service h3, .disable-responsive-font-size section.welcome__block .service h3, section.welcome__block .service h3.disable-responsive-font-size {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  section.welcome__block .service h3 {
    font-size: calc(1.15rem + 0.8vw) ;
    min-width: 0vw;
  }
}
section.welcome__block .service h1, section.welcome__block .service h2, section.welcome__block .service h3, section.welcome__block .service h4 {
  margin: 0;
  color: #333;
  position: relative;
  z-index: 9;
}
section.welcome__block .service h1 .letter, section.welcome__block .service h2 .letter, section.welcome__block .service h3 .letter, section.welcome__block .service h4 .letter {
  display: inline-block;
}
section.welcome__block .service:hover .icon__container {
  border-radius: 50% !important;
}
@media (max-width: 767px) {
  section.welcome__block .service {
    margin-bottom: 20px;
  }
}
section.welcome__block .lg-4:nth-of-type(2) .icon__container {
  border-radius: 57% 43% 70% 30% / 30% 77% 23% 70%;
}
section.welcome__block .lg-4:nth-of-type(2) .icon__container:hover {
  border-radius: 50%;
}
section.welcome__block .lg-4:nth-of-type(3) .icon__container {
  border-radius: 30% 70% 21% 79% / 29% 41% 59% 71%;
}
section.welcome__block .lg-4:nth-of-type(3) .icon__container:hover {
  border-radius: 50%;
}
section.welcome__block .price__block {
  background: #CFF006;
  color: #0F282F;
  padding: 30px 30px 30px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-left: -80px;
  z-index: 0;
}
section.welcome__block .price__block p.lead {
  color: #0F282F;
}
section.welcome__block .price__block h1, section.welcome__block .price__block h2, section.welcome__block .price__block h3, section.welcome__block .price__block h4 {
  margin: 0;
}
section.welcome__block .price__block span {
  font-weight: bold;
}
section.welcome__block .price__block .bttn, section.welcome__block .price__block .bttn-teal, section.welcome__block .price__block input[type="submit"] {
  margin-top: 15px;
}
@media (max-width: 767px) {
  section.welcome__block .price__block {
    margin-left: 0px;
    padding: 20px;
    margin-top: 30px;
  }
}
.page-home section.services__alt {
  padding-top: 0;
}
.wpcf7-form.sent .form__container {
  display: none !important;
}
.wpcf7-form .recaptcha {
  width: 100%;
  text-align: right;
}
.wpcf7-form .recaptcha .wpcf7-form-control-wrap {
  display: inline-block;
  float: right;
  margin-top: 15px;
}
.wpcf7 .form__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wpcf7 .form__container .third {
  width: 31%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpcf7 .form__container .third {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wpcf7 .form__container .third {
    width: 100%;
  }
}
.wpcf7 .comment__box textarea {
  min-height: 190px !important;
  max-height: 190px !important;
}
.wpcf7 .file__upload {
  padding: 20px;
  background-color: #DDDDDD;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #DDD;
}
.wpcf7 .file__upload label {
  font-weight: bold;
  margin-top: 0px;
}
.wpcf7 .file__upload .wpcf7-list-item {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  margin: 0;
}
.wpcf7 .file__upload small {
  display: block;
  margin-top: 10px;
  font-size: 0.8125rem;
}
.wpcf7 .wpcf7-response-output {
  font-size: 0.875rem;
  font-family: "Anuphan", sans-serif;
  color: #555;
  padding: 8px 10px;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #F6BC15;
  border: 2px solid #F6BC15;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #FFF;
  background: #F73859;
  font-weight: 500;
  padding: 8px 10px;
}
.wpcf7 .multifile-805 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 0.875rem;
}
footer {
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 50%;
  height: 100%;
  background-image: url(img/footer-bg-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  footer:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer:before {
    left: -60%;
    width: 100%;
  }
}
footer.footer {
  margin-top: 80px;
  width: 100%;
  padding: 50px 20px 30px 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #0F282F;
  position: relative;
  overflow: hidden;
}
footer.footer .usual p {
  font-size: 0.8125rem;
}
footer.footer .footer__widget {
  margin-bottom: 50px;
}
footer.footer .footer__widget .footer__title {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  font-family: "Anuphan", sans-serif;
}
footer.footer .footer__widget .footer__title, .disable-responsive-font-size footer.footer .footer__widget .footer__title, footer.footer .footer__widget .footer__title.disable-responsive-font-size {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  footer.footer .footer__widget .footer__title {
    font-size: calc(1.1rem + 0.5333333333vw) ;
    min-width: 0vw;
  }
}
footer.footer .footer__widget .footer__title:after, footer.footer .footer__widget .footer__title:before {
  content: "";
  display: block;
  position: absolute;
}
footer.footer .footer__widget .footer__title:before {
  height: 1px;
  width: 100%;
  background: #ffffff;
  bottom: 0;
  left: 0;
}
footer.footer .footer__widget .footer__title:after {
  height: 5px;
  width: 50px;
  left: 0px;
  bottom: -2px;
  background: #CFF006;
}
footer.footer .footer__copyright a, footer.footer .footer__copyright p {
  color: #ffffff;
}
footer.footer .footer__copyright .text-right .column {
  padding-right: 0;
}
footer.footer p:last-of-type {
  margin-bottom: 0px;
}
footer.footer ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
footer.footer ul li a {
  color: #ffffff;
  padding: 8px 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  width: 100%;
}
footer.footer ul li a span {
  color: #03C87A;
}
footer.footer ul li.social {
  display: inline-block;
}
footer.footer ul li.social a {
  background-color: #03C87A;
  height: 40px;
  width: 40px;
  margin-left: 10px;
  display: flex;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  padding: 0;
  margin-bottom: 5px;
  vertical-align: middle;
  -webkit-transition: 400ms all ease;
  -moz-transition: 400ms all ease;
  -ms-transition: 400ms all ease;
  -o-transition: 400ms all ease;
  transition: 400ms all ease;
}
footer.footer ul li.social a svg {
  vertical-align: middle;
}
footer.footer ul li.social a svg path {
  fill: #FFF !important;
}
footer.footer ul li.social a:hover {
  background-color: #03C87A;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
footer.footer ul li.split {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
}
footer.footer ul li.document {
  font-weight: normal;
  width: auto;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  float: right;
  text-align: right;
}
footer.footer ul li.document a {
  border-bottom: 0px;
  padding: 0;
  margin-left: 14px;
  width: auto;
  color: #ffffff;
}
@media (max-width: 767px) {
  footer.footer {
    padding: 30px 0px 20px 0px;
  }
}
/* WORDPRESS HELPERS
 * ----------------------------- */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 35px 35px;
}
.alignleft {
  float: left;
  margin: 5px 35px 35px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 35px 35px;
}
a img.alignnone {
  margin: 5px 35px 35px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 35px 35px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-post-image {
  margin-bottom: 20px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* GUTENBERG
 * ---------------------------- */
@media (min-width: 750px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  .wp-block-image.alignfull img {
    width: 100%;
  }
}
/* PATTERNS
 * ----------------------------- */
/* GOOGLE MAP
 * ----------------------------- */
#map {
  min-height: 550px;
  width: 100%;
}
.blog__post a, .blog__post a:visited {
  color: #0F282F;
}
.wp-video {
  max-width: 100%;
}
.blogpage .post__meta {
  margin-bottom: 30px;
}
.home .featured__content .inner {
  max-width: 100%;
}
@media (max-width: 767px) {
  .site__wrapper.loading:before, .site__wrapper.loading:after {
    display: none !important;
  }
  .site__wrapper.loading .loading {
    display: none !important;
  }
}


.home .welcome__block .column.lg-4.md-6.sm-12 .price__block {
	padding-top: 80px;
	padding-bottom: 68px;
}
@media (max-width: 767px) {
	.home .welcome__block .column.lg-4.md-6.sm-12 .price__block {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}