html {
  scroll-behavior: smooth;
  font-size: 10px; }

.bg-img-fit {
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.relative {
  position: relative; }

.color-primary, .primary-title-bold {
  color: #2b2b2b; }

.color-white {
  color: #fff; }

.color-grey {
  color: #f9f9f9; }

.color-black {
  color: #2b2b2b; }

.fw-medium {
  font-weight: 500; }

.fw-bold, .primary-title-bold {
  font-weight: 700; }

.bg-primary {
  background-color: #2b2b2b; }

.bg-grey {
  background-color: #f1f1f1; }

.bg-white {
  background-color: #fff; }

.list-style-none {
  list-style: none; }

.bold-italic {
  font-weight: 700;
  font-style: italic; }

.no-gutter {
  padding: 0; }

.page-featured-banner {
  min-height: 25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative; }
  .page-featured-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.302959)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.302959) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.302959) 0%, rgba(255, 255, 255, 0) 100%); }
  .page-featured-banner h1, .page-featured-banner h2, .page-featured-banner h3 {
    font-size: 50px;
    text-transform: lowercase;
    font-weight: 200;
    color: #555555; }
  .page-featured-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    height: 25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 4rem; }

.page-id-12 #footer, .page-id-72 #footer {
  padding-top: 0;
  border: 0; }

.page-id-12 .footer-map, .page-id-12 .footer-inner, .page-id-72 .footer-map, .page-id-72 .footer-inner {
  display: none; }

.blog .page-header,
.single-post .page-header,
.category .page-header,
.archive .page-header {
  padding-bottom: 0px;
  margin: 0;
  border-bottom: none; }

@media (max-width: 991px) {
  .page-featured-banner {
    min-height: 8rem;
    background-position: bottom right; }
    .page-featured-banner h1, .page-featured-banner h2, .page-featured-banner h3 {
      font-size: 50px;
      text-transform: lowercase;
      font-weight: 200;
      color: #fff;
      position: relative;
      z-index: 2; }
    .page-featured-banner .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 100%;
      height: 25rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 0; }
    .page-featured-banner::after {
      height: 100%;
      background: rgba(0, 0, 0, 0.4); } }

/* Spacing
**********/
.mg0 {
  margin: 0px; }

.mg30 {
  margin: 30px; }

.mg45 {
  margin: 45px; }

.mg60 {
  margin: 60px; }

.mgt10 {
  margin-top: 10px; }

.mgt15 {
  margin-top: 15px; }

.mgt30 {
  margin-top: 30px; }

.mgt45 {
  margin-top: 45px; }

.mgt60 {
  margin-top: 60px; }

.mgb30 {
  margin-bottom: 30px; }

.mgb45 {
  margin-bottom: 45px; }

.mgb60 {
  margin-bottom: 60px; }

.mgv30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mgv45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mgv60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mgh30 {
  margin-left: 30px;
  margin-right: 30px; }

.mgh45 {
  margin-left: 45px;
  margin-right: 45px; }

.mgh60 {
  margin-left: 60px;
  margin-right: 60px; }

.p0 {
  padding: 0px; }

.p30 {
  padding: 30px; }

.p45 {
  padding: 45px; }

.p60 {
  padding: 60px; }

.pt30 {
  padding-top: 30px; }

.pt45 {
  padding-top: 45px; }

.pt60 {
  padding-top: 60px; }

.pb30 {
  padding-bottom: 30px; }

.pb45 {
  padding-bottom: 45px; }

.pb60 {
  padding-bottom: 60px; }

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pv45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.pv60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.ph30 {
  padding-left: 30px;
  padding-right: 30px; }

.ph45 {
  padding-left: 45px;
  padding-right: 45px; }

.ph60 {
  padding-left: 60px;
  padding-right: 60px; }

/* Flex
***************/
.d-flex {
  display: block; }

.flex-center-vh {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-center-h {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-center-v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 992px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* Typography
******************/
body {
  font-family: "PT Serif", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.3; }

h1, h2, h3 {
  font-size: 3.5rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #2b2b2b;
  letter-spacing: 3.5px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif; }

h3 {
  text-transform: uppercase; }

h4 {
  text-transform: capitalize;
  letter-spacing: 2.5px;
  color: #555555;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600; }

p {
  font-size: 1.8rem;
  color: #555555;
  line-height: 2.6rem;
  margin: 0 0 26px;
  font-family: "PT Serif", serif; }

@media (max-width: 320px) {
  h1, h2, h3 {
    font-size: 3rem;
    font-weight: 300;
    text-transform: capitalize;
    color: #2b2b2b;
    letter-spacing: 3px;
    line-height: 1.3;
    font-family: "Poppins", sans-serif; } }

/*===================Nav Bar ========================*/
.sticky {
  z-index: 100;
  background: #fff;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  position: fixed !important; }

header#header {
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: -7px -2px 12px 0px #c1c0c0;
          box-shadow: -7px -2px 12px 0px #c1c0c0;
  position: relative;
  z-index: 999; }

div#navigation-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#header .menu-item {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 4.0;
  letter-spacing: 1.6px; }

#header .menu-item:not(:last-child) {
  margin-right: 4rem; }

#navigation-menu a {
  color: #6f6f6f; }

#navigation-menu a::after {
  content: '';
  display: block;
  width: 0%;
  background: #c4161c;
  height: 3px; }

#navigation-menu a:hover::after {
  content: '';
  display: block;
  width: 100%; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2b2b2b;
  outline: 0; }

button#btn-search {
  background-color: transparent;
  padding: 0; }

div#search-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6f6f6f; }

@media (max-width: 991px) {
  div#search-bar-wrap {
    display: none; }
  button#responsive-menu-button {
    top: 25px !important; }
  div#logo {
    text-align: center; } }

@media (max-width: 450px) {
  button#responsive-menu-button {
    top: 15px !important; }
  div#logo {
    text-align: left; } }

@media (max-width: 480px) {
  div#logo {
    text-align: left !important; } }

/*===================Button========================*/
.btn {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 0;
  padding: 11px 35px !important; }

.btn-default {
  background-color: #2b2b2b !important; }
  .btn-default:hover {
    color: #fff !important;
    background-color: #c4161c !important; }

/*=================== Search ========================*/
.main-page-wrap.page-wrap--move {
  -webkit-transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg) scale(0.8);
          transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg) scale(0.8);
  overflow: hidden;
  height: 100vh;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  pointer-events: none; }

.main-page-wrap {
  /* transform: perspective(1000px); */
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  overflow: hidden; }

.body--main-wrap-move {
  overflow: hidden; }

.fs-search-wrap {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.fs-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 50vh; }

.search--open .btn--search-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.search--open {
  pointer-events: auto;
  opacity: 1; }

.search__form {
  opacity: 0;
  -webkit-transform: scale3d(0.7, 0.7, 1);
          transform: scale3d(0.7, 0.7, 1);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.search--open .search__form {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.btn--search-close {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: block;
  color: #888 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.btn--search-close {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.search__form {
  margin: 5em 0; }

p.close-btn-x {
  font-size: 2rem;
  font-weight: 600; }

.fs-search-wrap .search__input {
  font-size: 6.5vw;
  line-height: 1;
  display: inline-block;
  width: 75%;
  max-width: 1000px;
  padding: 0 0 0.1em 0 !important;
  border: 0 !important;
  border-bottom: 4px solid !important;
  font-weight: 700;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #888 !important;
  outline: 0;
  height: auto;
  font-family: "Poppins", sans-serif; }

.search__info {
  font-size: 90%;
  font-weight: bold;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #888; }

button#btn-search {
  font-size: 1.6rem; }

/*===================HOME ========================*/
.hh1__left-img, .hh1__right-content {
  margin-top: 3rem; }

#hh1 {
  padding-top: 80px;
  padding-bottom: 170px; }

.hh1__right-content h1, .hh1__right-content h2, .hh1__right-content h3 {
  margin-bottom: 3rem; }

#hh2 {
  min-height: 770px; }
  #hh2 .su-tabs-nav span {
    width: 23rem !important;
    min-height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    font-family: "Poppins", sans-serif;
    color: #555555;
    text-transform: uppercase; }
    #hh2 .su-tabs-nav span img {
      margin-bottom: 1rem; }
    #hh2 .su-tabs-nav span .isHover {
      display: none; }
    #hh2 .su-tabs-nav span.su-tabs-current .isHover {
      display: block; }
    #hh2 .su-tabs-nav span.su-tabs-current .noHover {
      display: none; }
  #hh2 .su-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 12rem;
    background-color: #fff;
    padding: 0 5rem;
    -webkit-box-shadow: 0 0 10px 0px #d2d2d2;
            box-shadow: 0 0 10px 0px #d2d2d2;
    margin-top: -6rem; }
  #hh2 .su-tabs {
    background: transparent !important; }
  #hh2 .su-tabs-pane {
    background: transparent;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 7.6rem 11.6rem 3rem;
    font-family: "Poppins", sans-serif; }
  #hh2 span.su-tabs-current {
    position: relative;
    z-index: 2;
    color: #fff; }
  #hh2 .su-tabs-nav span:focus {
    outline: transparent; }
  #hh2 span.su-tabs-current::after {
    content: '';
    z-index: -1;
    background: #c4161c;
    display: block;
    width: 100%;
    height: 18rem;
    position: absolute;
    -webkit-box-shadow: 0 0 6px #757575;
            box-shadow: 0 0 6px #757575; }
  #hh2 span.su-tabs-current .noHover {
    display: none; }

.hh2-wrap h3 {
  margin-bottom: 2rem;
  text-transform: uppercase; }

.hh2-wrap a {
  margin-bottom: 6rem; }

section#hh3 {
  padding-top: 120px;
  padding-bottom: 90px; }

.partners-items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.partners-item {
  display: inline-block;
  text-align: center; }

@media (min-width: 992px) {
  .partners-item {
    margin-right: 4rem; } }

@media (max-width: 991px) {
  .hh1__left-img, .hh1__right-content {
    text-align: center; }
  #hh2 .su-tabs-nav {
    display: block; }
    #hh2 .su-tabs-nav span {
      width: 100% !important;
      min-height: 0rem; }
      #hh2 .su-tabs-nav span img {
        display: none !important; }
  #hh2 .su-tabs-pane {
    padding: 2.6rem 0 3rem; }
  #hh2 span.su-tabs-current::after {
    min-height: 100%;
    height: 3rem; } }

#about1 {
  padding-top: 90px;
  padding-bottom: 120px; }

.right-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 1em 1em 0 2em; }

.left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.left-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right; }

#about2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 55rem; }
  #about2 .about2-title {
    margin-bottom: 5rem; }
  #about2 .content {
    font-size: 15px;
    opacity: 0.5;
    padding: 0 3em; }
    #about2 .content li:not(:last-child) {
      margin-bottom: 2rem; }
  #about2 .year {
    text-align: center;
    margin-top: 4rem; }
    #about2 .year h3 {
      opacity: 0.5;
      font-size: 22px;
      font-weight: 700; }
  #about2 .clip.slick-slide.slick-current.slick-active.slick-center .content {
    font-size: 18px;
    opacity: 1;
    padding: 0; }
  #about2 .clip.slick-slide.slick-current.slick-active.slick-center .year h3 {
    opacity: 1;
    font-size: 35px;
    font-weight: 700; }
  #about2 .slick-prev:before, #about2 .slick-next:before {
    font-size: 3rem; }
  #about2 .slider-line-btn {
    width: 100%;
    height: 3px;
    background: #cccccc; }
  #about2 .slick-prev:before, #about2 .slick-next:before {
    opacity: 1;
    color: #c4161c; }

#about3, #about2 {
  padding-top: 90px;
  padding-bottom: 90px; }

.cert-col img {
  margin-top: 3rem; }

.cert-col:hover img {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

@media (max-width: 991px) {
  .left-img {
    margin-top: 3rem;
    text-align: center; }
    .left-img img {
      margin: 0 auto; }
  #about2 .slick-next {
    right: 28px; }
  #about2 .slick-prev {
    left: 21px; }
  .right-content {
    margin-top: 3rem;
    text-align: center;
    padding: 0 1.5rem; } }

@media (max-width: 1332px) {
  .left-img img {
    max-width: 100% !important; } }

@media (max-width: 440px) {
  #about2 .content {
    font-size: 15px;
    opacity: 0.5;
    padding: 0 0; } }

@media (min-width: 1200px) {
  .left-img img {
    max-width: 650px; } }

/*===================Foam ======================*/
#foam {
  padding-top: 90px;
  padding-bottom: 120px; }

.equipment {
  padding-bottom: 0; }

.box-col { right: 0;
  background-color: #f1f1f1;
  width: 100%;
  padding: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .box-col .box-slogan, .box-col h3 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase; }
  .box-col h3 {
    margin-bottom: 2.6rem; }

.box--dark {
  background: #555555;
  color: #fff; right: inherit;}
  .box--dark p {
    color: #fff; }
  .box--dark h4 {
    color: #fff; }
  .box--dark h3 {
    color: #fff; }
  .box--dark span {
    color: #fff; }

.content-row {
  margin-top: 10rem; }

#gallery {
  padding-bottom: 120px; }

.overlay-img img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

@media (min-width: 1200px) {
  .overlay-img {
    margin-left: -375px; }
  .overlay-img-right {
    margin-left: 0;
    position: relative;
    right: -37.5rem; }
  .box-col {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 100%;
    width: 650px;
    min-height: 450px;
    padding-left: 8rem;
    padding-right: 8rem;
    text-align: left; } }

@media (max-width: 1199px) {
  .box-col {
    margin: 0 auto; }
  .content-row {
    margin-top: 5rem; }
  #foam {
    padding-top: 70px; } }

@media (max-width: 770px) {
  .box-col {
    width: 100%;
    padding: 20px; } }

@media (max-width: 991px) {
  #hh1 {
    padding-bottom: 100px; }
  #hh2 .su-tabs-nav {
    padding: 0; }
  .footer4 li i {
    display: block; }
  .box-col {
    /*padding: 0 1.5rem;*/ }
  .content-row {
    margin-top: 2rem;
    padding: 1.5rem; } }

@media (max-width: 320px) {
  .box p {
    font-size: 1.7rem; } }

/*===================Contact us ======================*/
/** Contact us page
****************/
.leftBox {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.leftBox {
  background-color: #6cb8ec; }
  .leftBox li {
    font-family: "Poppins", sans-serif; }

.leftBox, .leftBox p {
  font-size: 1.9rem; }

#Contact-section .leftBox a {
  color: #fff !important;
  text-decoration: none; }

#Contact-section .leftBox a:hover {
  color: #fff !important; }

#Contact-section > .container-fluid > .container {
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  max-width: 1170px; }

.form-row > .form-group {
  padding-left: 0;
  padding-right: 0; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.form-row div:first-child {
  padding-right: 10px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
  border: 1px solid #183f79 !important;
  border-radius: 3px !important;
  font-weight: lighter !important; }

.page-id-26 #footer-banner-online-book {
  display: none; }

section#map {
  position: relative;
  bottom: -7px; }

.book-guide_right .form-item, #Contact-section input, #Contact-section select {
  color: #666 !important;
  border: 1px solid #acacac !important;
  padding: 1rem 2rem;
  border-radius: 8px !important;
  height: 50px;
  background-color: #fcfcfc; }

.form-item-area, #Contact-section textarea {
  color: #666 !important;
  border: 1px solid #acacac !important;
  padding: 1rem 2rem;
  border-radius: 8px !important;
  background-color: #fcfcfc; }

.wpcf7-form input:not([type="submit"]):not([type="reset"]), .wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
  margin-bottom: 0px; }

.page-id-21 #footer {
  padding-top: 0; }

@media (min-width: 992px) {
  .page-id-26 #footer {
    padding-top: 0; } }

@media (max-width: 1170px) {
  #Contact-section > .container-fluid > .container {
    width: 95%; } }

@media (max-width: 991px) {
  #Contact-section > .container-fluid > .container {
    width: 100%; }
  .leftBox {
    padding: 35px 5px 0; }
  section#open_contact {
    padding-bottom: 3rem; }
  .rightBox header h2 {
    text-align: center;
    margin-bottom: 25px; }
  section#Contact-section {
    margin-bottom: -5px;
    padding-bottom: 0; }
  .form-row > div {
    padding-left: 0;
    padding-right: 0 !important; }
  .form-row {
    display: block !important; } }

/*=================== Footer ========================*/
#footer {
  background: #f1f1f1;
  font-family: "Poppins", sans-serif;
  font-size: 12px; }
  #footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #footer .widgettitle {
    font-size: 1.5rem;
    color: #555555;
    letter-spacing: 0.15em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 3rem; }
    #footer .widgettitle:after {
      display: none; }
  #footer a:hover {
    color: #c4161c; }

#colophon {
  background: #ffffff; }

#copyright {
  color: #979797;
  font-size: 12px;
  font-weight: 300; }

.footer1-logo {
  margin-bottom: 1rem; }

.footer1 p {
  font-size: 1.2rem;
  max-width: 70%;
  line-height: 1.5;
  font-weight: 300; }

.footer1 li {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .footer1 li img:first-child {
    margin-right: 1rem; }

.footer-inner .footer-second a {
  font-size: 1.4rem;
  font-weight: 200; }

.footer3 li {
  font-size: 1.4rem;
  color: #555555;
  font-weight: 200; }

.footer4 li {
  font-size: 1.4rem;
  color: #555555;
  font-weight: 200;
  font-size: 1.2rem; }
  .footer4 li i {
    margin-right: 1rem; }

.footer4 .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .footer4 .address p {
    line-height: 1.5 !important;
    margin-bottom: 0; }

@media (max-width: 820px) {
  #colophon {
    padding-bottom: 4rem; }
  .scroll-to-top {
    bottom: 15%; } }

@media (max-width: 991px) {
  #footer {
    text-align: center; }
    #footer .footer-widget {
      margin-bottom: 2rem; }
  .footer1 p {
    font-size: 1.2rem;
    max-width: 100%;
    line-height: 1.5;
    font-weight: 300; }
  .footer4 .address {
    display: block; } }

/*===================Floating========================*/
#floating-widget {
  right: -34px;
  top: 50%; }
  #floating-widget ul {
    margin: 0; }

li.floating-enquire {
  background: #c4161c;
  padding: 0.6em 0.8em;
  font-size: 1.6rem;
  margin-bottom: 0; }
  li.floating-enquire:hover {
    background-color: #2b2b2b; }

div#text-4 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

li.floating-enquire a {
  color: #fff !important; }

@media (max-width: 820px) {
  #floating-widget {
    right: 0;
    left: 0;
    bottom: 0%;
    top: auto; }
    #floating-widget li.floating-item {
      border-radius: 0px;
      width: 50%;
      float: left; }
      #floating-widget li.floating-item.floating__email {
        margin-bottom: 0; }
    #floating-widget div#text-4 {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); } }


img.alignnone.size-full.wp-image-385 {
    align-self: center;
    padding-bottom: 15px;
}