@charset "UTF-8";
/**
 * Theme Name: Ais
 * Version: 1.0.1876
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: Ais.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: ais
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/*===== Variables =====*/
/*===== General resets =====*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #585858;
  background-color: #f3f1ee; }
  body.main-nav-opened .main-nav-mask {
    z-index: 99;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.container {
  max-width: 1230px; }

.container-reset {
  max-width: 1170px !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  font-weight: 400;
  color: #343333; }

h1 {
  margin-bottom: 35px;
  font-size: 70px;
  line-height: 93px; }

h2 {
  margin-bottom: 35px;
  font-size: 48px;
  line-height: 48px; }

h3 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 36px; }

h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px; }

h5 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px; }

h6 {
  margin-bottom: 20px;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #343333; }

p {
  margin-bottom: 25px; }

.background-text {
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 417px;
  line-height: 417px;
  color: #f7f6f6;
  white-space: nowrap;
  width: 100%;
  overflow: hidden; }

.subtitle-underline {
  position: relative;
  margin-bottom: 15px;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 72px;
  letter-spacing: 1.6px;
  color: #1e2225; }
  .subtitle-underline:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #94774f;
    position: absolute;
    bottom: 15px;
    left: 0; }

.title-underline {
  position: relative;
  margin-bottom: 100px;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 30px;
  color: #fff; }
  .title-underline:after {
    content: '';
    width: 120px;
    height: 2px;
    background: #94774f;
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.text-warning {
  color: #94774f !important; }

.main-nav-mask {
  position: fixed;
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 99; }

.mask,
.mask-dark,
.mask-warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mask-top {
  position: absolute;
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff; }

.mask-background {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.ie-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  display: none; }

.wrapper-scroll .container {
  position: relative; }
  .wrapper-scroll .container .scroll {
    position: absolute; }

.scroll {
  position: absolute;
  bottom: -100px;
  left: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: left center;
  z-index: 3; }
  .scroll .line {
    margin: 0 15px 3px 0;
    height: 2px;
    width: 120px;
    background: #d2ac77;
    display: inline-block; }
  .scroll a img {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
    width: 20px;
    height: auto; }
  .scroll a .scroll-text {
    display: inline-block;
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
    position: absolute;
    bottom: -75px;
    right: -20px;
    font-size: 12px;
    line-height: 72px;
    letter-spacing: 3.2px; }
  .scroll a:hover {
    text-decoration: none; }

.btn {
  box-shadow: none; }

.btn-link {
  position: relative;
  padding: 0 0 0 20px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 72px;
  letter-spacing: 3.2px;
  color: #1c1c1c;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-link:after {
    content: '';
    width: 13px;
    height: 2px;
    background: #a88f69;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .btn-link:hover {
    text-decoration: none;
    color: #a88f69; }

.btn-video {
  margin-left: 70px;
  color: #fff;
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 79px; }
  .btn-video:after {
    background: #fff;
    left: 5px; }
  .btn-video .icon-outer {
    padding: 20px 20px 20px 25px;
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px; }
    .btn-video .icon-outer i {
      font-size: 22px; }
  .btn-video .circle {
    border-radius: 50%;
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    left: -71px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .btn-video:hover {
    color: #fff; }
    .btn-video:hover .icon-outer {
      color: #fff; }

.btn-outline-primary {
  margin-top: 40px;
  position: relative;
  padding: 0px 25px 0px 45px;
  border: 1px solid #94774f;
  border-radius: 0;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 53px;
  letter-spacing: 2.5px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-outline-primary:after {
    content: '';
    width: 13px;
    height: 2px;
    background: #94774f;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background: transparent;
    color: #94774f;
    border-color: #94774f; }
  .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none; }

.bg-secondary {
  background-color: #344932 !important; }

.bg-danger {
  background-color: #94774f !important; }

.bg-dark {
  background-color: #2e412c !important; }

.bg-warning {
  background-color: #a5885d !important; }

.bg-info {
  background-color: #e8e3d9 !important; }
  .bg-info .title-underline {
    color: #2f2e2e; }

.bg-light {
  background-color: #f3f1ee !important; }
  .bg-light .btn-outline-primary {
    color: #1c1c1c; }
    .bg-light .btn-outline-primary:hover {
      color: #94774f; }
  .bg-light .title-underline {
    color: #2f2e2e; }

.bg-superlight {
  background-color: #f1eee8 !important; }

.extra-margin-bottom {
  margin-bottom: 65px; }

.social-media li {
  width: 50px;
  height: 50px;
  border: 1px solid #c6a87f;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .social-media li a {
    color: #c6a87f;
    line-height: 48px;
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .social-media li:hover {
    border: 1px solid #d2ac77; }
    .social-media li:hover a {
      color: #d2ac77; }

.cta-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  max-height: 860px; }
  .cta-img:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    border: 2px solid #a88f69; }
  .cta-img.cta-img-auto {
    height: auto; }
  .cta-img .inner-cta-img {
    position: absolute;
    left: 55px;
    bottom: 35px; }
    .cta-img .inner-cta-img h3 {
      margin-bottom: 5px;
      line-height: 36px; }
    .cta-img .inner-cta-img h5 {
      margin-bottom: 0;
      line-height: 36px; }
    .cta-img .inner-cta-img .btn-link {
      color: #e9bd7e;
      position: relative;
      z-index: 2;
      line-height: 53px; }

.archive .section-content .cta-img {
  margin-bottom: 70px; }
  .archive .section-content .cta-img:last-child {
    margin-bottom: 50px; }

.cta-video {
  position: relative;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  max-height: 720px; }
  .cta-video video {
    width: 100%;
    height: auto; }
  .cta-video .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*== End General resets ==*/
/*==== Start header ====*/
header {
  width: 100%;
  background: transparent;
  z-index: 2; }
  header .navbar-collapse {
    padding: 240px 0 40px 50px;
    width: 465px;
    height: 100vh !important;
    position: absolute;
    top: 0;
    right: -15px;
    background-color: #94774f;
    z-index: 999;
    -webkit-transform: translate(465px, 0);
    -moz-transform: translate(465px, 0);
    -ms-transform: translate(465px, 0);
    -o-transform: translate(465px, 0);
    transform: translate(465px, 0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    header .navbar-collapse.show {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  header .navbar {
    padding: 40px 40px 10px 40px; }
  header .navbar-brand {
    padding: 0; }
    header .navbar-brand img {
      width: 95px;
      height: auto; }
    header .navbar-brand span {
      margin-left: 20px;
      display: inline-block;
      color: #f3f3f3;
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      max-width: 190px;
      white-space: normal;
      vertical-align: middle; }
  header .navbar-toggler {
    position: relative;
    z-index: 9999;
    font-family: "Lora", serif; }
  header .navbar-dark .navbar-toggler {
    border: none; }
  header .navbar-dark .navbar-nav {
    text-align: right;
    padding-right: 0; }
    header .navbar-dark .navbar-nav .nav-link {
      padding: 0;
      padding-right: 80px;
      font-family: "Lora", serif;
      font-size: 36px;
      line-height: 72px;
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-link:active, header .navbar-dark .navbar-nav .nav-link:focus {
        color: #d2ac77; }
    header .navbar-dark .navbar-nav .current-menu-item .nav-link,
    header .navbar-dark .navbar-nav .current-menu-parent .nav-link {
      color: #d2ac77; }
    header .navbar-dark .navbar-nav .menu-item-has-children {
      position: relative; }
      header .navbar-dark .navbar-nav .menu-item-has-children:after {
        content: "\e902";
        font-family: 'icomoon';
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        width: 80px;
        height: 70px;
        vertical-align: middle;
        line-height: 74px;
        text-align: center;
        cursor: pointer;
        z-index: -1; }
    header .navbar-dark .navbar-nav .sub-menu {
      display: none;
      padding-left: 0;
      list-style: none; }
      header .navbar-dark .navbar-nav .sub-menu .nav-link {
        font-size: 22px;
        line-height: 42px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        header .navbar-dark .navbar-nav .sub-menu .nav-link:hover {
          color: #d2ac77 !important; }
      header .navbar-dark .navbar-nav .sub-menu .current-menu-item .nav-link {
        color: #d2ac77 !important; }
    header .navbar-dark .navbar-nav.menu-items-change-color .nav-link {
      color: #c6a87f; }
    header .navbar-dark .navbar-nav.menu-items-change-color .menu-item-has-children::after {
      color: #c6a87f; }
    header .navbar-dark .navbar-nav.menu-items-change-color .menu-item.open .nav-link {
      color: #fff; }
    header .navbar-dark .navbar-nav.menu-items-change-color .menu-item.open.menu-item-has-children::after {
      color: #fff; }
  header .btn-login {
    position: absolute;
    right: 265px;
    z-index: 9999;
    display: inline-block; }
    header .btn-login a {
      position: relative;
      font-size: 19px;
      line-height: 30px;
      letter-spacing: 0.5px;
      font-family: "Lora", serif;
      color: #fff;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      header .btn-login a:after {
        display: none; }
      header .btn-login a:before {
        content: "\e900";
        font-family: 'icomoon';
        position: absolute;
        right: -30px;
        color: #9d8354;
        font-size: 10px;
        line-height: 30px;
        display: inline-block; }
    header .btn-login img {
      margin-right: 9px;
      width: 30px;
      height: auto; }
    header .btn-login img.user-dark {
      display: inline-block; }
    header .btn-login img.user-light {
      display: none; }
    header .btn-login:hover a {
      color: #FFF;
      text-decoration: none; }
      header .btn-login:hover a:hover {
        color: #94774f; }
    header .btn-login:hover .account a:hover {
      color: #fff;
      text-decoration: underline; }
    header .btn-login .dropdown-menu {
      margin-top: 5px;
      background-color: #a5885d;
      padding: 10px;
      border-radius: 0;
      border: none; }
    header .btn-login .form-control {
      border: none;
      border-radius: 0;
      margin-bottom: 5px; }
    header .btn-login .btn-primary {
      padding: 0 20px;
      width: 100%;
      font-family: "Muli", sans-serif;
      font-weight: 800;
      color: #fff;
      font-size: 14px;
      line-height: 40px;
      letter-spacing: 3.2px;
      background: #3c4c32;
      border: 1px solid #3c4c32;
      border-radius: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      header .btn-login .btn-primary:not(:disabled):not(.disabled):active {
        background: #3c4c32;
        border-color: #3c4c32; }
      header .btn-login .btn-primary:not(:disabled):not(.disabled):active:focus, header .btn-login .btn-primary:focus {
        box-shadow: none; }
      header .btn-login .btn-primary:hover {
        color: #3c4c32;
        border: 1px solid #3c4c32;
        background: transparent; }
    header .btn-login .account {
      margin-bottom: 20px;
      position: relative;
      min-width: 160px; }
      header .btn-login .account a:before {
        display: none; }
      header .btn-login .account:after {
        content: '';
        width: calc(100% + 20px);
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: -10px; }
      header .btn-login .account:last-child {
        margin-bottom: 0; }
        header .btn-login .account:last-child:after {
          display: none; }
    header .btn-login form a {
      color: #3c4c32 !important;
      font-size: 16px;
      display: block;
      text-align: center;
      width: 100%; }
      header .btn-login form a:before {
        display: none; }
  header.affix .navbar-brand span {
    display: none; }
  header.affix .btn-login {
    display: none; }
  header.affix .hamburger {
    padding: 0; }
    header.affix .hamburger .menu-text {
      display: none; }
  header.affix .hamburger-box {
    background: #94774f; }
    header.affix .hamburger-box .hamburger-inner,
    header.affix .hamburger-box .hamburger-inner:before,
    header.affix .hamburger-box .hamburger-inner:after {
      background: #fff; }
  header .social-media {
    margin: 50px 40px 0 0; }

.hamburger-box {
  width: 70px;
  height: 70px;
  border: 2px solid #94774f;
  border-radius: 50%; }

.hamburger-inner {
  margin-top: 0;
  width: 34px;
  height: 2px;
  position: absolute;
  left: 50%;
  background-color: #fff;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .hamburger-inner:before, .hamburger-inner:after {
    height: 2px;
    background-color: #fff;
    border-radius: 0; }
  .hamburger-inner:before {
    width: 34px;
    top: -8px; }
  .hamburger-inner:after {
    width: 20px;
    bottom: -8px; }

.hamburger {
  padding: 0 0 0 77px; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-box {
    border-color: #fff; }
  .hamburger.is-active .hamburger-inner {
    left: 16px;
    background-color: #fff;
    border-radius: 0; }
    .hamburger.is-active .hamburger-inner:after {
      width: 34px; }
    .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
      background-color: #fff;
      border-radius: 0; }
  .hamburger.is-active .menu-open {
    display: none; }
  .hamburger.is-active .menu-close {
    display: block; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger .menu-text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    display: inline-block;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0.5px; }
  .hamburger .menu-open {
    display: block; }
  .hamburger .menu-close {
    display: none; }

.main-nav-opened header .btn-login img.user-dark {
  display: none; }

.main-nav-opened header .btn-login img.user-light {
  display: inline-block; }

.main-nav-opened header .btn-login a::after {
  border-top-color: #d2ac77;
  border-bottom-color: #d2ac77; }

.main-nav-opened header .btn-login:hover a {
  color: #d2ac77; }

/*== End header ==*/
/*==== Start banner ====*/
.banner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 45px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply; }
  .banner .mask {
    background: linear-gradient(transparent 0%, transparent 30%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.1) 100%); }

.inner-banner h6 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 72px;
  letter-spacing: 1.6px;
  font-family: "Lora", serif;
  color: #b89b61 !important; }

.inner-banner img.caret {
  width: 37px;
  height: auto;
  margin-bottom: 16px;
  position: relative;
  z-index: 9; }
  .inner-banner img.caret.caret-prev {
    margin-right: 10px; }
  .inner-banner img.caret.caret-next {
    margin-left: 10px; }

.inner-banner a:hover {
  color: transparent; }

.inner-banner .wrapper-caret-down {
  text-align: center;
  position: relative;
  z-index: 9; }
  .inner-banner .wrapper-caret-down .inner-caret-down {
    position: relative;
    display: inline-block; }
    .inner-banner .wrapper-caret-down .inner-caret-down h6 {
      line-height: 40px;
      font-weight: 400; }
    .inner-banner .wrapper-caret-down .inner-caret-down img.caret-down {
      display: block;
      text-align: center;
      margin: auto;
      width: 20px;
      height: auto; }
    .inner-banner .wrapper-caret-down .inner-caret-down .mask {
      background: transparent; }

/*== End banner ==*/
/*==== Start wrapper-main-slider ====*/
.wrapper-main-slider {
  position: relative; }
  .wrapper-main-slider .main-dots-container {
    position: absolute;
    bottom: 150px;
    width: 100%; }
    .wrapper-main-slider .main-dots-container .inner-main-dots-container {
      padding: 0 7px;
      display: inline-block;
      vertical-align: middle; }
    .wrapper-main-slider .main-dots-container .first-slide,
    .wrapper-main-slider .main-dots-container .last-slide {
      display: inline-block;
      font-size: 14px;
      line-height: 46px; }
    .wrapper-main-slider .main-dots-container .slick-dots {
      padding: 0;
      margin: 0;
      list-style: none;
      height: 2px; }
      .wrapper-main-slider .main-dots-container .slick-dots li {
        display: inline-block;
        height: 100%; }
        .wrapper-main-slider .main-dots-container .slick-dots li button {
          height: 100%;
          width: 22px;
          border: none;
          overflow: hidden;
          text-indent: 50px; }
        .wrapper-main-slider .main-dots-container .slick-dots li.slick-active button {
          background: #d2ac77; }
  .wrapper-main-slider .slick-arrow {
    position: absolute;
    top: 0;
    height: calc(100% - 280px);
    width: 50vw;
    z-index: 1;
    border: none;
    background: transparent;
    text-indent: 10000px;
    overflow: hidden;
    outline: none; }
  .wrapper-main-slider .slick-prev {
    left: 0;
    cursor: url("assets/img/arrowleft.png"), auto; }
  .wrapper-main-slider .slick-next {
    right: 0;
    cursor: url("assets/img/arrowright.png"), auto; }
  .wrapper-main-slider .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden; }
  .wrapper-main-slider .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh; }
  .wrapper-main-slider .image-hidden .slide {
    background-image: none; }
  .wrapper-main-slider .video-hidden {
    display: none; }
  .wrapper-main-slider .kenburn-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease-in-out 0s;
    -moz-transition: all 5s ease-in-out 0s;
    -ms-transition: all 5s ease-in-out 0s;
    -o-transition: all 5s ease-in-out 0s;
    transition: all 5s ease-in-out 0s; }
  .wrapper-main-slider .slick-current.animate .kenburn-animation {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }

.wrapper-logo-box .container {
  position: relative; }
  .wrapper-logo-box .container .logo-box {
    position: absolute;
    bottom: 232px;
    margin-left: -175px; }
    .wrapper-logo-box .container .logo-box img {
      width: 350px;
      height: auto; }

.main-slider .slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh; }
  .main-slider .slide .mask {
    background: linear-gradient(rgba(0, 0, 0, 0.65) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.65) 100%); }
  .main-slider .slide .container {
    z-index: 2;
    position: relative;
    height: 100%; }
  .main-slider .slide .inner-slide {
    position: absolute;
    bottom: 200px;
    font-family: "Lora", serif; }
    .main-slider .slide .inner-slide h2 {
      margin-bottom: 5px;
      line-height: 60px; }
    .main-slider .slide .inner-slide h5 {
      margin-bottom: 0;
      line-height: 60px; }
      .main-slider .slide .inner-slide h5 a {
        color: #d2ac77; }

/*== End wrapper-main-slider ==*/
/*==== Start wrapper-second-slider ====*/
.wrapper-second-slider {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 90px; }
  .wrapper-second-slider .background-text {
    color: #384c36; }
  .wrapper-second-slider .title-underline {
    position: relative;
    z-index: 2; }
  .wrapper-second-slider .btn-outline-primary {
    margin-top: 68px; }

.second-slider {
  position: relative; }
  .second-slider .slide {
    margin: auto; }
  .second-slider .slick-arrow {
    position: absolute;
    top: 0;
    height: calc(100% - 230px);
    width: 50vw;
    z-index: 1;
    border: none;
    background: transparent;
    text-indent: 10000px;
    overflow: hidden;
    outline: none; }
  .second-slider .slick-prev {
    left: 0;
    cursor: url("assets/img/arrowleft.png"), auto; }
  .second-slider .slick-next {
    right: 0;
    cursor: url("assets/img/arrowright.png"), auto; }
  .second-slider .cta-img {
    margin: 0 65px; }

/*== End wrapper-second-slider ==*/
.wrapper-margin-top {
  margin-top: -60px; }

/*==== Start section-content ====*/
.section-content {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  background-position: center center; }
  .section-content hr {
    margin: 40px auto;
    border-top: 2px solid #a88f69;
    width: calc(100% - 150px); }
  .section-content .cta-img {
    margin-bottom: 0; }
  .section-content.animate .cta-img {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    transform: translate(0, 200px); }
  .section-content.animate h2 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 400px);
    -moz-transform: translate(0, 400px);
    -ms-transform: translate(0, 400px);
    -o-transform: translate(0, 400px);
    transform: translate(0, 400px); }
  .section-content.animate h3 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 450px);
    -moz-transform: translate(0, 450px);
    -ms-transform: translate(0, 450px);
    -o-transform: translate(0, 450px);
    transform: translate(0, 450px); }
  .section-content.animate h4 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 500px);
    -moz-transform: translate(0, 500px);
    -ms-transform: translate(0, 500px);
    -o-transform: translate(0, 500px);
    transform: translate(0, 500px); }
  .section-content.animate h5 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 550px);
    -moz-transform: translate(0, 550px);
    -ms-transform: translate(0, 550px);
    -o-transform: translate(0, 550px);
    transform: translate(0, 550px); }
  .section-content.animate h6 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 600px);
    -moz-transform: translate(0, 600px);
    -ms-transform: translate(0, 600px);
    -o-transform: translate(0, 600px);
    transform: translate(0, 600px); }
  .section-content.animate p {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 650px);
    -moz-transform: translate(0, 650px);
    -ms-transform: translate(0, 650px);
    -o-transform: translate(0, 650px);
    transform: translate(0, 650px); }
  .section-content.animate ul {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 700px);
    -moz-transform: translate(0, 700px);
    -ms-transform: translate(0, 700px);
    -o-transform: translate(0, 700px);
    transform: translate(0, 700px); }
  .section-content.animate blockquote {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 750px);
    -moz-transform: translate(0, 750px);
    -ms-transform: translate(0, 750px);
    -o-transform: translate(0, 750px);
    transform: translate(0, 750px); }
  .section-content.animate .content {
    overflow: hidden; }
  .section-content.animate.inview .cta-img,
  .section-content.animate.inview h2,
  .section-content.animate.inview h3,
  .section-content.animate.inview h4,
  .section-content.animate.inview h5,
  .section-content.animate.inview h6,
  .section-content.animate.inview p,
  .section-content.animate.inview ul,
  .section-content.animate.inview blockquote {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .section-content ul.nav {
    background-color: #2e412c !important;
    padding-left: 0; }
    .section-content ul.nav li {
      width: 100%;
      border-bottom: 1px solid #344932;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .section-content ul.nav li:after {
        display: none; }
      .section-content ul.nav li:hover {
        background-color: #344932 !important; }
      .section-content ul.nav li.active {
        background-color: #344932 !important; }
  .section-content .page-content {
    padding: 30px; }
    .section-content .page-content .alert-success {
      background-color: #344932;
      border-color: #344932;
      color: #fff; }
    .section-content .page-content button.icon {
      background-color: #344932;
      width: 100%; }
    .section-content .page-content .search-results-wrap h3 {
      margin-bottom: 0;
      font-size: 25px;
      line-height: 30px; }
    .section-content .page-content #user_name {
      margin-left: -15px;
      padding: 5px 10px; }
    .section-content .page-content .accordion {
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px);
      outline: none; }
    .section-content .page-content .panel {
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); }
      .section-content .page-content .panel .notice-info {
        border-color: #344932; }
    .section-content .page-content .box h2 {
      margin-bottom: 0;
      font-weight: 400;
      color: #343333;
      font-size: 25px;
      line-height: 30px; }
    .section-content .page-content .box .button {
      padding: 6px;
      border-radius: 3px;
      font-size: 16px;
      line-height: 16px;
      background-color: #2e412c; }
      .section-content .page-content .box .button:hover {
        background-color: #344932; }
    .section-content .page-content .gallery-wrap {
      padding: 10px; }
      .section-content .page-content .gallery-wrap span {
        padding-top: 15px;
        font-size: 22px;
        line-height: 27px; }
  .section-content form.edit-profile {
    width: 80%;
    margin-left: 10%; }
    .section-content form.edit-profile .form-group {
      margin-bottom: 0;
      width: 100%; }
      .section-content form.edit-profile .form-group div.radio {
        margin-right: 100px; }
        .section-content form.edit-profile .form-group div.radio label {
          position: relative;
          padding-left: 25px; }
          .section-content form.edit-profile .form-group div.radio label .radio {
            border: 1px solid #2e412c;
            position: absolute;
            left: 0;
            top: 3px; }
        .section-content form.edit-profile .form-group div.radio .checked {
          border: 1px solid #2e412c;
          background: #2e412c;
          position: absolute;
          left: -1px;
          top: -1px; }
    .section-content form.edit-profile .btn-primary {
      background-color: #2e412c;
      border-color: #2e412c; }
      .section-content form.edit-profile .btn-primary:hover {
        background-color: #344932; }
      .section-content form.edit-profile .btn-primary:not(:disabled):not(.disabled):active {
        border-color: #2e412c;
        background-color: #344932; }
      .section-content form.edit-profile .btn-primary:not(:disabled):not(.disabled):active:focus, .section-content form.edit-profile .btn-primary:focus {
        box-shadow: none; }
  .section-content p a {
    color: #94774f; }

.mini-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px 70px 70px 70px;
  min-height: 215px; }
  .mini-box:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    border: 2px solid #c9a670; }
  .mini-box .subtitle-underline {
    margin-bottom: 0;
    color: #524736; }
    .mini-box .subtitle-underline:after {
      background-color: #c9a670; }
  .mini-box h5 {
    margin-bottom: 0; }
    .mini-box h5.text-white {
      color: #f1eee8 !important; }

.intro {
  padding: 40px 75px 10px 75px; }
  .intro .subtitle-underline {
    margin-bottom: 7px;
    color: #1e2225;
    font-family: "Lora", serif; }
    .intro .subtitle-underline:after {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .intro h3 {
    margin-bottom: 0;
    line-height: 48px; }
  .intro h6 {
    font-family: "Muli", sans-serif;
    color: #585858; }

.content {
  padding: 50px 75px 50px 75px; }
  .content hr {
    width: 100%; }
  .content h2 {
    color: #94774f;
    margin-bottom: 20px; }
  .content h3 {
    margin-bottom: 25px;
    line-height: 42px; }
  .content h4 {
    margin-bottom: 25px; }
  .content h5 {
    margin-bottom: 20px; }
  .content ul {
    padding-left: 35px;
    margin-bottom: 35px;
    list-style: none; }
    .content ul li {
      position: relative;
      line-height: 30px; }
      .content ul li:after {
        content: '';
        height: 1px;
        width: 12px;
        background-color: #a5885d;
        position: absolute;
        left: -25px;
        top: 14px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .content blockquote {
    position: relative;
    margin-bottom: 0;
    padding: 85px 0 0 105px;
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    color: #343333; }
    .content blockquote:after {
      content: '“';
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 295px;
      line-height: 53px;
      color: #dbcfb8;
      position: absolute;
      top: 112px;
      left: 15px;
      z-index: -1; }
    .content blockquote cite {
      position: relative;
      margin-top: 15px;
      font-weight: 700;
      font-size: 14px;
      line-height: 72px;
      color: #1e2225;
      display: block;
      font-style: normal; }
      .content blockquote cite:after {
        content: '';
        width: 35px;
        height: 2px;
        background: #94774f;
        position: absolute;
        top: 7px;
        left: 0; }
  .content a {
    color: #94774f; }
  .content p:last-child {
    margin-bottom: 0; }
  .content .aligncenter {
    text-align: center;
    margin: auto;
    display: block; }
  .content .alignleft {
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    clear: both; }
  .content .alignright {
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
    clear: both; }
  .content .wrapper-form-plug {
    margin: 0; }

.wrapper-bordered-box.animate {
  overflow: hidden; }
  .wrapper-bordered-box.animate .bordered-box {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 250px);
    -moz-transform: translate(0, 250px);
    -ms-transform: translate(0, 250px);
    -o-transform: translate(0, 250px);
    transform: translate(0, 250px); }

.wrapper-bordered-box.animate.inview .bordered-box {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.bordered-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 35px 70px 10px 70px;
  border: 1px solid #94774f; }
  .bordered-box p {
    margin-bottom: 25px;
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #94774f; }

.wrapper-download-box {
  padding-bottom: 100px; }

.download-box {
  position: relative;
  margin: 0;
  padding: 25px 50px 25px 85px; }
  .download-box img {
    width: 35px;
    height: auto; }
  .download-box .download-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .download-box p {
    margin-bottom: 0; }
  .download-box:hover {
    text-decoration: underline;
    color: #94774f; }

/*== End section-content ==*/
/*==== Start award-slider ====*/
.wrapper-award-slider {
  padding-top: 40px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: 600px auto;
  min-height: 800px;
  background-position: center center; }
  .wrapper-award-slider .subtitle-underline::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .wrapper-award-slider .btn-outline-primary {
    margin-top: 60px;
    color: #343333; }
    .wrapper-award-slider .btn-outline-primary:hover {
      color: #94774f; }

.award-slider .row {
  margin-left: -80px;
  margin-right: -80px; }
  .award-slider .row [class*="col-"] {
    padding-left: 80px;
    padding-right: 80px; }

.award-slider .border-right {
  position: relative;
  border-right: 1px solid #a5885d !important;
  min-height: 345px; }
  .award-slider .border-right:after, .award-slider .border-right:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #a5885d;
    border-radius: 50%;
    position: absolute;
    right: -5px; }
  .award-slider .border-right:after {
    top: 0; }
  .award-slider .border-right:before {
    bottom: 0; }

.award-slider .award-slide-text {
  text-align: right;
  margin-left: 91px; }
  .award-slider .award-slide-text .subtitle-underline::after {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .award-slider .award-slide-text h4 {
    margin-bottom: 15px; }
  .award-slider .award-slide-text p {
    margin-bottom: 10px; }
  .award-slider .award-slide-text .btn-link {
    line-height: 45px;
    margin-left: 58%; }

.award-slider .award-slide-img {
  position: relative;
  height: 100%; }
  .award-slider .award-slide-img img {
    width: 440px;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.award-slider .slick-arrow {
  text-indent: 100px;
  overflow: hidden;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
  width: 100px;
  height: 100px;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .award-slider .slick-arrow.slick-prev {
    left: -20px; }
  .award-slider .slick-arrow.slick-next {
    right: -20px; }
  .award-slider .slick-arrow img {
    width: 35px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*== End award-slider*/
/*==== Start image-and-text-boxes ====*/
.image-and-text-boxes {
  position: relative;
  padding-top: 150px;
  padding-bottom: 75px; }
  .image-and-text-boxes.animate .background-text {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(-3000px, 0);
    -moz-transform: translate(-3000px, 0);
    -ms-transform: translate(-3000px, 0);
    -o-transform: translate(-3000px, 0);
    transform: translate(-3000px, 0);
    left: 0;
    opacity: 0; }
  .image-and-text-boxes.animate .subtitle-underline {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
  .image-and-text-boxes.animate h5 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0; }
  .image-and-text-boxes.animate p {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 150px);
    -moz-transform: translate(0, 150px);
    -ms-transform: translate(0, 150px);
    -o-transform: translate(0, 150px);
    transform: translate(0, 150px);
    opacity: 0; }
  .image-and-text-boxes.animate ul {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    transform: translate(0, 200px);
    opacity: 0; }
  .image-and-text-boxes.animate .signature {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 250px);
    -moz-transform: translate(0, 250px);
    -ms-transform: translate(0, 250px);
    -o-transform: translate(0, 250px);
    transform: translate(0, 250px);
    opacity: 0; }
  .image-and-text-boxes.animate .img-box {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 300px);
    -moz-transform: translate(0, 300px);
    -ms-transform: translate(0, 300px);
    -o-transform: translate(0, 300px);
    transform: translate(0, 300px);
    opacity: 0; }
  .image-and-text-boxes.animate.inview .background-text,
  .image-and-text-boxes.animate.inview .subtitle-underline,
  .image-and-text-boxes.animate.inview h5,
  .image-and-text-boxes.animate.inview p,
  .image-and-text-boxes.animate.inview ul,
  .image-and-text-boxes.animate.inview .signature,
  .image-and-text-boxes.animate.inview .img-box {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

.image-and-text-box .text-box {
  position: relative;
  max-width: 523px;
  padding-left: 25px; }
  .image-and-text-box .text-box h2 {
    line-height: 60px;
    color: #9d8354; }
  .image-and-text-box .text-box h3 {
    font-style: italic; }
  .image-and-text-box .text-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .image-and-text-box .text-box .signature {
    position: absolute;
    right: 0;
    bottom: -40px; }
    .image-and-text-box .text-box .signature img {
      width: 280px;
      height: auto; }

.image-and-text-box .img-box {
  position: relative;
  padding: 35px;
  background: #fff;
  -moz-box-shadow: 5px 0px 12.35px 0.65px rgba(111, 111, 111, 0.67);
  -webkit-box-shadow: 5px 0px 12.35px 0.65px rgba(111, 111, 111, 0.67);
  box-shadow: 5px 0px 12.35px 0.65px rgba(111, 111, 111, 0.67); }
  .image-and-text-box .img-box:after {
    content: '';
    position: absolute;
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    z-index: 1;
    border: 1px solid #c9a670; }
  .image-and-text-box .img-box.margin-top-one {
    margin-top: -230px; }
  .image-and-text-box .img-box.margin-top-two {
    margin-top: -100px; }

/*== End image-and-text-boxes ==*/
/*==== Strat small-image-text-boxes====*/
.small-image-text-boxes {
  padding-top: 50px;
  padding-bottom: 50px; }
  .small-image-text-boxes.animate h2 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
  .small-image-text-boxes.animate h3 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 70px);
    -moz-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    transform: translate(0, 70px);
    opacity: 0; }
  .small-image-text-boxes.animate h4 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 90px);
    -moz-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    -o-transform: translate(0, 90px);
    transform: translate(0, 90px);
    opacity: 0; }
  .small-image-text-boxes.animate h5 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 110px);
    -moz-transform: translate(0, 110px);
    -ms-transform: translate(0, 110px);
    -o-transform: translate(0, 110px);
    transform: translate(0, 110px);
    opacity: 0; }
  .small-image-text-boxes.animate h6 {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 130px);
    -moz-transform: translate(0, 130px);
    -ms-transform: translate(0, 130px);
    -o-transform: translate(0, 130px);
    transform: translate(0, 130px);
    opacity: 0; }
  .small-image-text-boxes.animate p {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 150px);
    -moz-transform: translate(0, 150px);
    -ms-transform: translate(0, 150px);
    -o-transform: translate(0, 150px);
    transform: translate(0, 150px);
    opacity: 0; }
  .small-image-text-boxes.animate .btn-link {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 170px);
    -moz-transform: translate(0, 170px);
    -ms-transform: translate(0, 170px);
    -o-transform: translate(0, 170px);
    transform: translate(0, 170px);
    opacity: 0; }
  .small-image-text-boxes.animate .img-box {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 190px);
    -moz-transform: translate(0, 190px);
    -ms-transform: translate(0, 190px);
    -o-transform: translate(0, 190px);
    transform: translate(0, 190px);
    opacity: 0; }
  .small-image-text-boxes.animate.inview h2,
  .small-image-text-boxes.animate.inview h3,
  .small-image-text-boxes.animate.inview h4,
  .small-image-text-boxes.animate.inview h5,
  .small-image-text-boxes.animate.inview h6,
  .small-image-text-boxes.animate.inview p,
  .small-image-text-boxes.animate.inview .btn-link,
  .small-image-text-boxes.animate.inview .img-box {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

.small-image-text-box .text-box {
  position: relative;
  max-width: 523px;
  padding-left: 25px; }
  .small-image-text-box .text-box h2 {
    line-height: 30px;
    color: #9d8354; }
  .small-image-text-box .text-box h4 {
    line-height: 36px; }
  .small-image-text-box .text-box h6 {
    color: #585858; }
  .small-image-text-box .text-box p {
    margin-bottom: 10px; }
  .small-image-text-box .text-box .btn-link {
    line-height: 60px; }

.small-image-text-box .img-box {
  position: relative;
  max-width: 515px; }
  .small-image-text-box .img-box img {
    width: 515px;
    height: auto; }
  .small-image-text-box .img-box:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    border: 1px solid #c9a670; }

/*== End small-image-text-boxes*/
/*==== Start video ====*/
.video {
  position: relative;
  height: 100vh;
  max-height: 930px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .video .mask {
    background: #24190e;
    opacity: .4; }
  .video .container,
  .video .row {
    height: 100%; }
  .video .wrapper-inner-video {
    position: relative;
    height: 100%; }
  .video .inner-video {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .video .inner-video h3 {
      margin-bottom: 5px;
      line-height: 46px;
      font-style: italic; }
      .video .inner-video h3.text-warning {
        color: #f4c779 !important; }
    .video .inner-video h2 {
      margin-bottom: 40px;
      font-size: 115px;
      line-height: 110px;
      font-style: italic; }
      .video .inner-video h2 span {
        text-align: right;
        display: inline-block;
        width: 100%; }
    .video .inner-video h4 {
      margin-bottom: 0;
      line-height: 46px; }
    .video .inner-video h5 {
      margin-bottom: 38px;
      line-height: 46px;
      font-style: italic; }
  .video.animate {
    overflow: hidden; }
    .video.animate .wrapper-inner-video .inner-video h3 {
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: translate(0, 50px);
      -moz-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
      -o-transform: translate(0, 50px);
      transform: translate(0, 50px);
      opacity: 0; }
    .video.animate .wrapper-inner-video .inner-video h2 {
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: translate(0, 100px);
      -moz-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
      -o-transform: translate(0, 100px);
      transform: translate(0, 100px);
      opacity: 0; }
    .video.animate .wrapper-inner-video .inner-video h4 {
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: translate(0, 150px);
      -moz-transform: translate(0, 150px);
      -ms-transform: translate(0, 150px);
      -o-transform: translate(0, 150px);
      transform: translate(0, 150px);
      opacity: 0; }
    .video.animate .wrapper-inner-video .inner-video h5 {
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: translate(0, 200px);
      -moz-transform: translate(0, 200px);
      -ms-transform: translate(0, 200px);
      -o-transform: translate(0, 200px);
      transform: translate(0, 200px);
      opacity: 0; }
    .video.animate .wrapper-inner-video .inner-video .btn-video {
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: translate(0, 250px);
      -moz-transform: translate(0, 250px);
      -ms-transform: translate(0, 250px);
      -o-transform: translate(0, 250px);
      transform: translate(0, 250px);
      opacity: 0; }
  .video.animate.inview .wrapper-inner-video .inner-video h2,
  .video.animate.inview .wrapper-inner-video .inner-video h3,
  .video.animate.inview .wrapper-inner-video .inner-video h4,
  .video.animate.inview .wrapper-inner-video .inner-video h5,
  .video.animate.inview .wrapper-inner-video .inner-video .btn-video {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

/*== End video ==*/
/*==== Start articles-ctas ====*/
.articles-ctas {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px; }
  .articles-ctas .title-underline {
    margin-bottom: 130px; }
  .articles-ctas.animate {
    overflow: hidden; }
    .articles-ctas.animate .animate-col:first-child {
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: translate(0, 300px);
      -moz-transform: translate(0, 300px);
      -ms-transform: translate(0, 300px);
      -o-transform: translate(0, 300px);
      transform: translate(0, 300px); }
    .articles-ctas.animate .animate-col:nth-child(2) {
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: translate(0, 600px);
      -moz-transform: translate(0, 600px);
      -ms-transform: translate(0, 600px);
      -o-transform: translate(0, 600px);
      transform: translate(0, 600px); }
    .articles-ctas.animate .animate-col:nth-child(3) {
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: translate(0, 900px);
      -moz-transform: translate(0, 900px);
      -ms-transform: translate(0, 900px);
      -o-transform: translate(0, 900px);
      transform: translate(0, 900px); }
  .articles-ctas.animate.inview .animate-col:first-child {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .articles-ctas.animate.inview .animate-col:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .articles-ctas.animate.inview .animate-col:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

article.cta {
  margin-bottom: 30px;
  position: relative;
  -moz-box-shadow: 4px 3px 9.5px 0.5px rgba(111, 111, 111, 0.2);
  -webkit-box-shadow: 4px 3px 9.5px 0.5px rgba(111, 111, 111, 0.2);
  box-shadow: 4px 3px 9.5px 0.5px rgba(111, 111, 111, 0.2);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  article.cta .mask {
    z-index: 2; }
  article.cta .card {
    border: none;
    border-radius: 0;
    background: #fff; }
    article.cta .card .card-body {
      padding: 10px 45px 20px 50px; }
    article.cta .card h5 {
      margin-bottom: 15px;
      font-size: 30px;
      line-height: 36px; }
  article.cta:after {
    content: '';
    height: 0;
    width: 100%;
    background: #a5885d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  article.cta h5,
  article.cta h6,
  article.cta .subtitle-underline,
  article.cta .btn-link {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  article.cta h6 {
    min-height: 48px; }
  article.cta .article-top-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    article.cta .article-top-img .mask-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #a5885d;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  article.cta:hover:after {
    height: 25px; }
  article.cta:hover .subtitle-underline,
  article.cta:hover .btn-link {
    color: #a5885d; }
    article.cta:hover .subtitle-underline:after,
    article.cta:hover .btn-link:after {
      background: #a5885d; }
  article.cta:hover h5,
  article.cta:hover h6 {
    color: #a5885d; }
  article.cta:hover .article-top-img .mask-image {
    background: #a5885d;
    opacity: .4; }

/*== End articles-ctas ==*/
/*==== Start articles-ctas-list ====*/
.articles-ctas-list {
  position: relative;
  margin-top: -75px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  background-position: center center; }
  .articles-ctas-list .cta {
    margin-bottom: 0px; }
  .articles-ctas-list .btn-outline-primary {
    margin-top: 10px;
    color: #94774f; }
    .articles-ctas-list .btn-outline-primary:hover {
      background: #94774f;
      color: #fff; }
      .articles-ctas-list .btn-outline-primary:hover:after {
        background: #fff; }

/*== End articles-ctas-list ==*/
/*==== Start counters ====*/
.counters {
  position: relative;
  min-height: 845px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .counters .mask {
    background: #261c12;
    opacity: .6; }

.inner-counters {
  position: relative;
  top: 145px;
  z-index: 2;
  color: #fff; }
  .inner-counters .row {
    margin-left: 0;
    margin-right: 0; }
    .inner-counters .row [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }
  .inner-counters .title-underline {
    margin-bottom: 125px; }
  .inner-counters .counter-box {
    padding: 45px;
    min-height: 300px;
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
    .inner-counters .counter-box.no-border {
      border-right: none; }
    .inner-counters .counter-box .title-underline {
      margin-bottom: 45px;
      font-size: 120px;
      line-height: 120px; }
      .inner-counters .counter-box .title-underline:after {
        height: 3px;
        bottom: -25px; }
    .inner-counters .counter-box h6 {
      color: #f3f3f3;
      font-size: 16px;
      line-height: 28px; }

/*== End counters ==*/
/*==== Start gallery ====*/
.gallery {
  padding-top: 85px;
  padding-bottom: 70px; }
  .gallery .row {
    margin-left: -24px;
    margin-right: -24px; }
    .gallery .row [class*="col-"] {
      padding-left: 24px;
      padding-right: 24px; }

.inner-gallery {
  position: relative;
  margin-bottom: 55px; }
  .inner-gallery .img-thumbnail {
    padding: 15px;
    border-radius: 0;
    border: none; }
  .inner-gallery .mask {
    z-index: 3; }
  .inner-gallery .mask-background {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .inner-gallery .wrapper-plus-icon {
    display: inline-block;
    background: #fff;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 2; }
    .inner-gallery .wrapper-plus-icon span {
      font-family: "Raleway", sans-serif;
      color: #94774f;
      font-size: 80px;
      line-height: 138px;
      font-weight: 400;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .inner-gallery:hover .wrapper-plus-icon {
    opacity: 1; }
  .inner-gallery:hover .mask-background {
    background-color: rgba(148, 119, 79, 0.3); }

/*== End gallery ==*/
/*==== Start form ====*/
.form {
  padding-top: 70px;
  padding-bottom: 125px; }
  .form .gform_wrapper {
    margin: 0;
    position: relative; }
    .form .gform_wrapper .gform_heading {
      margin-bottom: 65px;
      text-align: center; }
    .form .gform_wrapper .gform_description {
      margin-bottom: 0;
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 36px;
      line-height: 48px;
      color: #343333; }
    .form .gform_wrapper .gform_body {
      position: relative;
      padding-top: 90px;
      padding-bottom: 160px;
      background-color: #a5885d; }
      .form .gform_wrapper .gform_body:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        border: 2px solid #c9a670; }
    .form .gform_wrapper ul.gform_fields {
      position: relative;
      z-index: 1; }
      .form .gform_wrapper ul.gform_fields li.gfield {
        margin-top: 0;
        padding: 0;
        margin-bottom: 20px; }
    .form .gform_wrapper .top_label .gfield_label {
      display: none; }
    .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
    .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
    .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3,
    .form .gform_wrapper .top_label div.ginput_container {
      width: calc(100% - 360px);
      margin: auto; }
    .form .gform_wrapper div.ginput_container_name span {
      padding-right: 0; }
    .form .gform_wrapper .mode-of-comunication .gfield_label {
      width: calc(100% - 360px);
      margin: 30px auto 30px auto;
      display: block;
      color: #f1eee8;
      font-size: 24px;
      line-height: 24px;
      font-family: "Lora", serif;
      font-weight: 400; }
    .form .gform_wrapper .mode-of-comunication .gfield_checkbox li {
      margin-bottom: 0;
      margin-right: 90px;
      display: inline-block;
      color: #f1eee8;
      font-size: 24px !important;
      font-family: "Lora", serif;
      font-weight: 400; }
      .form .gform_wrapper .mode-of-comunication .gfield_checkbox li input[type='checkbox'] {
        width: 20px !important;
        height: 20px;
        border: 1px solid #343333;
        margin-right: 10px; }
    .form .gform_wrapper .mode-of-comunication .gfield_checkbox .checker {
      background: #fff; }
      .form .gform_wrapper .mode-of-comunication .gfield_checkbox .checker .checked {
        background: #343333; }
    .form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
      display: none; }
    .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      padding: 20px 30px;
      border: none;
      color: #343333;
      font-size: 24px;
      line-height: 24px;
      font-family: "Lora", serif;
      font-weight: 400; }
      .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).placeholder {
        opacity: 1;
        color: #343333;
        font-size: 24px;
        line-height: 24px;
        font-family: "Lora", serif;
        font-weight: 400; }
      .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
        opacity: 1;
        color: #343333;
        font-size: 24px;
        line-height: 24px;
        font-family: "Lora", serif;
        font-weight: 400; }
      .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
        opacity: 1;
        color: #343333;
        font-size: 24px;
        line-height: 24px;
        font-family: "Lora", serif;
        font-weight: 400; }
      .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
        opacity: 1;
        color: #343333;
        font-size: 24px;
        line-height: 24px;
        font-family: "Lora", serif;
        font-weight: 400; }
    .form .gform_wrapper.gf_browser_gecko select {
      padding: 20px 30px; }
      .form .gform_wrapper.gf_browser_gecko select .gf_placeholder {
        color: #343333;
        font-size: 24px;
        line-height: 24px;
        font-family: "Lora", serif;
        font-weight: 400; }
    .form .gform_wrapper .top_label select.large,
    .form .gform_wrapper textarea.medium {
      color: #343333;
      font-size: 24px;
      line-height: 24px;
      font-family: "Lora", serif;
      font-weight: 400; }
    .form .gform_wrapper .textarea.medium {
      padding: 20px 30px; }
      .form .gform_wrapper .textarea.medium.placeholder {
        opacity: 1; }
      .form .gform_wrapper .textarea.medium:-moz-placeholder {
        opacity: 1; }
      .form .gform_wrapper .textarea.medium::-moz-placeholder {
        opacity: 1; }
      .form .gform_wrapper .textarea.medium::-webkit-input-placeholder {
        opacity: 1; }
    .form .gform_wrapper .gform_footer {
      padding: 0;
      margin: 0;
      width: auto;
      position: absolute;
      bottom: 70px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .form .gform_wrapper .gform_footer .gform_button {
        position: relative;
        margin-right: 0;
        background: transparent;
        padding: 12px 25px 12px 45px;
        border: 1px solid #f4c77b;
        border-radius: 0;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        cursor: pointer; }
      .form .gform_wrapper .gform_footer:after {
        content: '';
        width: 13px;
        height: 2px;
        background: #f4c77b;
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .form .gform_wrapper .gform_footer:hover .gform_button {
        background: transparent;
        color: #f4c77b;
        border-color: #f4c77b; }
    .form .gform_wrapper li.gfield.gfield_error {
      background: transparent;
      border: none; }
    .form .gform_wrapper .gfield_description {
      width: calc(100% - 360px);
      margin: auto; }
  .form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .form .bootstrap-select > .dropdown-toggle {
    border-radius: 0;
    padding: 20px 30px;
    color: #343333;
    font-size: 24px;
    line-height: 24px;
    font-family: "Lora", serif;
    font-weight: 400; }
    .form .bootstrap-select > .dropdown-toggle.bs-placeholder {
      color: #343333; }
    .form .bootstrap-select > .dropdown-toggle:hover, .form .bootstrap-select > .dropdown-toggle:active {
      background: #fff;
      border-color: #fff; }
    .form .bootstrap-select > .dropdown-toggle:focus {
      outline: none !important;
      box-shadow: none; }
    .form .bootstrap-select > .dropdown-toggle:after {
      display: none; }
    .form .bootstrap-select > .dropdown-toggle:before {
      content: "";
      width: 15px;
      height: 30px;
      background: url("assets/img/caret-up-down.png") no-repeat;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      display: inline-block; }
  .form .bootstrap-select.show > .btn-light.dropdown-toggle {
    background: #fff;
    border-color: #fff; }
  .form .bootstrap-select .dropdown-menu.show {
    border-radius: 0;
    padding: 0; }
    .form .bootstrap-select .dropdown-menu.show .dropdown-item {
      padding: 20px 30px;
      color: #343333;
      font-size: 22px;
      line-height: 22px;
      font-family: "Lora", serif;
      font-weight: 400; }
    .form .bootstrap-select .dropdown-menu.show .active {
      background: #f4c77b; }

.frm_forms {
  position: relative;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-top: 90px;
  padding-bottom: 40px;
  background-color: #a5885d; }
  .frm_forms .frm-show-form {
    max-width: 775px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .frm_forms:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid #c9a670; }
  .frm_forms .frm_description {
    padding-top: 20px !important; }
    .frm_forms .frm_description ul {
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 24px; }

.frm_style_formidable-style.with_frm_style input[type="text"],
.frm_style_formidable-style.with_frm_style input[type="email"],
.frm_style_formidable-style.with_frm_style input[type="tel"],
.frm_style_formidable-style.with_frm_style input[type="number"],
.frm_style_formidable-style.with_frm_style textarea {
  padding: 22px 30px;
  color: #343333;
  font-size: 24px;
  line-height: 24px;
  font-family: "Lora", serif;
  font-weight: 400;
  height: 100%;
  border-radius: 0;
  border: none; }

.frm_style_formidable-style.with_frm_style .form-field {
  position: relative; }
  .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    display: block;
    width: 100%;
    color: #343333;
    font-size: 24px;
    line-height: 24px;
    font-family: "Lora", serif;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden; }
    .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label::after {
      content: '';
      width: 30px;
      height: 100%;
      background: #fff;
      position: absolute;
      right: 0;
      top: 0; }

.frm_style_formidable-style.with_frm_style .no-mask-right.form-field .frm_primary_label:after {
  display: none; }

.frm_style_formidable-style.with_frm_style .vertical_radio.form-field {
  padding: 10px 30px; }
  .frm_style_formidable-style.with_frm_style .vertical_radio.form-field .frm_primary_label {
    position: static;
    padding: 0;
    margin-bottom: 22px;
    color: #f1eee8;
    font-size: 24px;
    line-height: 36px;
    font-family: "Lora", serif;
    font-weight: 400; }
    .frm_style_formidable-style.with_frm_style .vertical_radio.form-field .frm_primary_label::after {
      display: none; }

.frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox,
.frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio {
  margin-right: 90px;
  display: inline-block; }
  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox label,
  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio label {
    color: #f1eee8;
    font-size: 24px;
    font-family: "Lora", serif;
    font-weight: 400; }
    .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox label input[type='checkbox'],
    .frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio label input[type='checkbox'] {
      width: 20px !important;
      height: 20px;
      border: 1px solid #343333;
      margin-right: 10px; }
  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox .checker,
  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio .checker {
    background: #fff;
    position: relative;
    cursor: pointer; }
    .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox .checker .checked,
    .frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio .checker .checked {
      background: #343333;
      position: absolute;
      left: 0;
      top: 0; }

.frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio div.radio {
  background: #fff;
  position: relative; }
  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio div.radio span.checked {
    background: #343333;
    position: absolute;
    top: 0;
    left: 0; }

.frm_style_formidable-style.with_frm_style .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.frm_style_formidable-style.with_frm_style .bootstrap-select > .dropdown-toggle {
  padding: 22px 30px;
  border-radius: 0; }

.frm_style_formidable-style.with_frm_style .bootstrap-select .btn-light {
  color: #343333;
  font-size: 24px;
  line-height: 24px;
  font-family: "Lora", serif;
  font-weight: 400; }
  .frm_style_formidable-style.with_frm_style .bootstrap-select .btn-light:hover, .frm_style_formidable-style.with_frm_style .bootstrap-select .btn-light:active {
    background-color: #fff;
    border-color: transparent;
    color: #343333; }
  .frm_style_formidable-style.with_frm_style .bootstrap-select .btn-light:focus {
    box-shadow: none;
    outline: none !important; }

.frm_style_formidable-style.with_frm_style .bootstrap-select .dropdown-menu.show {
  border-radius: 0; }

.frm_style_formidable-style.with_frm_style .frm_submit {
  text-align: center; }
  .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit {
    position: relative;
    margin: 15px 0;
    padding: 5px 30px 5px 50px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 3.2px;
    font-family: "Muli", sans-serif;
    font-weight: 800;
    color: #fff;
    border: 1px solid #f4c77b;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit:after {
      content: '';
      width: 13px;
      height: 2px;
      background: #f4c77b;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit:hover, .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit:active, .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit:focus {
      background: transparent;
      color: #f4c77b;
      border: 1px solid #f4c77b; }

.frm_style_formidable-style .frm_form_field p {
  color: #f1eee8; }

.frm_style_formidable-style .frm_form_field h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
  color: #f1eee8; }

.frm_style_formidable-style .frm_form_field h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  color: #f1eee8; }

.frm_style_formidable-style .frm_form_field h4 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 27px;
  color: #f1eee8; }

.frm_style_formidable-style .frm_form_field ul {
  padding-left: 10px; }
  .frm_style_formidable-style .frm_form_field ul li {
    position: relative;
    color: #f1eee8;
    line-height: 24px; }
    .frm_style_formidable-style .frm_form_field ul li:after {
      content: '';
      width: 3px;
      height: 3px;
      background: #f1eee8;
      top: 12px;
      left: -10px; }

.frm_style_formidable-style .frm_form_field.frm_fourth {
  margin-bottom: 30px; }
  .frm_style_formidable-style .frm_form_field.frm_fourth .frm_primary_label {
    position: static;
    padding: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
    color: #f1eee8;
    white-space: normal;
    overflow: visible; }
    .frm_style_formidable-style .frm_form_field.frm_fourth .frm_primary_label::after {
      display: none; }

.frm_style_formidable-style .frm_form_field.frm_three_fourths {
  margin-left: 0; }

.frm_style_formidable-style .frm_form_field.frm_half {
  margin-left: 0; }

.frm_style_formidable-style .frm_form_field.frm_left_container input:not([type="radio"]):not([type="checkbox"]) {
  max-width: 100% !important; }

.frm_style_formidable-style .frm_form_field.no-placeholder .frm_primary_label {
  position: static;
  padding: 0;
  margin-bottom: 10px;
  overflow: visible;
  font-size: 16px;
  line-height: 16px;
  color: #f1eee8; }
  .frm_style_formidable-style .frm_form_field.no-placeholder .frm_primary_label:after {
    display: none; }

.frm_style_formidable-style .frm_form_field.no-placeholder textarea[readonly] {
  font-size: 20px;
  font-family: "Lora", serif;
  font-weight: 400;
  border: none; }

.frm_style_formidable-style .frm_form_field textarea {
  max-height: 300px; }

.frm_style_formidable-style .frm_form_field strong {
  color: #f1eee8; }

.frm_style_formidable-style .frm_form_field.frm_four_fifths {
  margin-left: 0; }
  .frm_style_formidable-style .frm_form_field.frm_four_fifths p {
    margin-bottom: 5px; }
  .frm_style_formidable-style .frm_form_field.frm_four_fifths.vertical_radio.form-field {
    padding: 0; }

.frm_style_formidable-style .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: 0; }

.frm_style_formidable-style .frm_dropzone.dz-clickable.frm_single_upload {
  margin-bottom: 45px;
  max-width: 160px;
  position: relative;
  border-radius: 0; }
  .frm_style_formidable-style .frm_dropzone.dz-clickable.frm_single_upload:after {
    content: '';
    background-image: url("assets/img/sample_photo.png");
    max-width: 160px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    visibility: visible; }

.frm_style_formidable-style .frm_dropzone .dz-message {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 7px;
  border-radius: 0;
  background-color: transparent;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #f4c77b;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .frm_style_formidable-style .frm_dropzone .dz-message:hover {
    color: #f4c77b; }
  .frm_style_formidable-style .frm_dropzone .dz-message .frm_icon_font,
  .frm_style_formidable-style .frm_dropzone .dz-message .frm_small_text,
  .frm_style_formidable-style .frm_dropzone .dz-message .frm_upload_text {
    display: none; }
  .frm_style_formidable-style .frm_dropzone .dz-message .frm_compact_text {
    display: block; }

.frm_style_formidable-style .dz-started.frm_dropzone:after {
  display: none; }

.frm_style_formidable-style .dz-started.frm_dropzone .dz-preview {
  min-height: 200px !important;
  height: 100%; }
  .frm_style_formidable-style .dz-started.frm_dropzone .dz-preview .dz-image {
    margin-right: 0;
    width: 100%;
    height: 80px; }
  .frm_style_formidable-style .dz-started.frm_dropzone .dz-preview .dz-column {
    margin: 0 10px;
    width: calc(100% - 20px); }

.frm_style_formidable-style .frm_form_field strong {
  color: #a88f69; }

.frm_style_formidable-style.with_frm_style .frm_dropzone .dz-remove {
  margin-bottom: 10px; }

/*== End form ==*/
/*==== Start Sign In ====*/
.mini-box-form {
  min-height: auto;
  padding: 80px 70px 90px 70px; }
  .mini-box-form form {
    position: relative;
    z-index: 2; }
    .mini-box-form form input.placeholder {
      opacity: 1;
      color: #343333;
      font-size: 24px;
      font-family: "Lora", serif;
      font-weight: 400;
      border: none; }
    .mini-box-form form input:-moz-placeholder {
      opacity: 1;
      color: #343333;
      font-size: 24px;
      font-family: "Lora", serif;
      font-weight: 400;
      border: none; }
    .mini-box-form form input::-moz-placeholder {
      opacity: 1;
      color: #343333;
      font-size: 24px;
      font-family: "Lora", serif;
      font-weight: 400;
      border: none; }
    .mini-box-form form input::-webkit-input-placeholder {
      opacity: 1;
      color: #343333;
      font-size: 24px;
      font-family: "Lora", serif;
      font-weight: 400;
      border: none; }
  .mini-box-form .search-form {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    border-bottom: 1px solid #d2c4af; }
    .mini-box-form .search-form input.placeholder {
      color: #fff; }
    .mini-box-form .search-form input:-moz-placeholder {
      color: #fff; }
    .mini-box-form .search-form input::-moz-placeholder {
      color: #fff; }
    .mini-box-form .search-form input::-webkit-input-placeholder {
      color: #fff; }
    .mini-box-form .search-form .form-control {
      padding: 10px 3px 10px 3px;
      color: #fff;
      background: transparent !important; }
      .mini-box-form .search-form .form-control:focus {
        box-shadow: none; }
    .mini-box-form .search-form .btn-link {
      position: absolute;
      right: -20px;
      padding: 20px;
      font-size: 20px;
      line-height: 30px;
      color: #d2c4af; }
      .mini-box-form .search-form .btn-link:after {
        display: none; }
      .mini-box-form .search-form .btn-link:hover {
        color: #fff; }
  .mini-box-form .form-group {
    margin-bottom: 0;
    margin-right: 40px;
    max-width: 375px; }
  .mini-box-form .form-control {
    padding: 30px;
    border-radius: 0;
    border: none;
    background: #f1eee8 !important;
    color: #343333;
    font-size: 24px;
    line-height: 36px;
    font-family: "Lora", serif;
    font-weight: 400; }
    .mini-box-form .form-control:focus {
      box-shadow: none; }
  .mini-box-form .btn-primary {
    padding: 10px 40px;
    font-family: "Muli", sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 3.2px;
    background: #3c4c32;
    border: 1px solid #3c4c32;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .mini-box-form .btn-primary:not(:disabled):not(.disabled):active {
      background: #3c4c32;
      border-color: #3c4c32; }
    .mini-box-form .btn-primary:not(:disabled):not(.disabled):active:focus, .mini-box-form .btn-primary:focus {
      box-shadow: none; }
    .mini-box-form .btn-primary:hover {
      color: #3c4c32;
      border: 1px solid #3c4c32;
      background: transparent; }

.wrapper-form-plug {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 80px 70px 70px 70px; }
  .wrapper-form-plug h2.mb-1,
  .wrapper-form-plug .fieldlabel,
  .wrapper-form-plug h1.page-header {
    display: none; }
  .wrapper-form-plug #loginform .btn-primary.form-control {
    background: #3c4c32 !important;
    height: 100%;
    text-transform: uppercase; }
  .wrapper-form-plug #loginform .btn-primary:hover.form-control {
    background: transparent !important; }
  .wrapper-form-plug #loginform .checkbox {
    margin-bottom: 20px;
    float: none !important;
    clear: both; }
    .wrapper-form-plug #loginform .checkbox label {
      color: #fff; }
  .wrapper-form-plug #loginform .text-right {
    text-align: left !important;
    float: none !important;
    clear: both;
    width: 100% !important; }
    .wrapper-form-plug #loginform .text-right .login-remember {
      margin-bottom: 0;
      color: #fff; }
      .wrapper-form-plug #loginform .text-right .login-remember span.mr-4 {
        margin-bottom: 5px;
        color: #3c4c32 !important; }
      .wrapper-form-plug #loginform .text-right .login-remember a {
        color: #3c4c32 !important; }
  .wrapper-form-plug #loginform .mt-2 {
    margin-top: 0 !important; }
  .wrapper-form-plug #reset {
    color: #fff; }
    .wrapper-form-plug #reset p {
      margin-bottom: 20px; }
    .wrapper-form-plug #reset .reset-email,
    .wrapper-form-plug #reset .reset-pass {
      float: none !important;
      clear: both;
      margin-right: 0 !important; }
    .wrapper-form-plug #reset .reset-email {
      width: 100% !important; }
    .wrapper-form-plug #reset .reset-pass {
      max-width: 375px;
      display: inline-block; }
      .wrapper-form-plug #reset .reset-pass .btn-primary {
        text-transform: uppercase; }
    .wrapper-form-plug #reset .form-group {
      display: inline-block;
      float: left; }
  .wrapper-form-plug #update-pw [class*="col-"] {
    float: none; }
  .wrapper-form-plug #update-pw .form-group {
    max-width: 100%;
    margin-right: 0; }
    .wrapper-form-plug #update-pw .form-group .control-label {
      color: #fff;
      font-size: 23px;
      line-height: 58px; }
  .wrapper-form-plug #update-pw .update-pw {
    text-transform: uppercase; }
  .wrapper-form-plug #update-pw .alert-danger {
    padding: 15px 40px;
    border: none;
    border-color: none;
    border-radius: 0; }

/*== End Sign In ==*/
/*==== Start wrapper-search ====*/
.wrapper-search {
  background-repeat: no-repeat;
  background-size: 1050px auto;
  background-position: center center; }
  .wrapper-search .mini-box-form {
    padding: 40px 70px 50px 70px; }

/*== End wrapper-search ==*/
/*==== Start awards-list ====*/
.dataTables_filter {
  display: none; }

.awards-list {
  margin-top: 50px;
  padding-bottom: 35px; }
  .awards-list .table {
    margin-bottom: 30px; }
    .awards-list .table thead th {
      padding: 20px 25px 10px 25px;
      border-top: none;
      border-bottom: none;
      font-family: "Lora", serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 36px;
      color: #000; }
      .awards-list .table thead th .fa-caret-down {
        margin-left: 10px;
        color: #94774f;
        font-size: 20px; }
    .awards-list .table td {
      padding: 2px 25px;
      border-top: none;
      border-bottom: 1px solid #d9d6cf;
      font-size: 18px;
      line-height: 36px;
      color: #686767; }
      .awards-list .table td a {
        color: #686767;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .awards-list .table td a:hover {
          text-decoration: none;
          color: #a46508; }
    .awards-list .table th,
    .awards-list .table td {
      width: 30%; }
  .awards-list table.dataTable thead .sorting_asc {
    background-image: url("assets/img/caret-up.png");
    background-position-x: 32%;
    background-position-y: 34px; }
  .awards-list table.dataTable thead .sorting_desc {
    background-image: url("assets/img/caret-down.png");
    background-position-x: 32%;
    background-position-y: 34px; }
  .awards-list table.dataTable thead .sorting {
    background-image: url("assets/img/caret-down.png");
    background-position-x: 32%;
    background-position-y: 34px; }
  .awards-list table.dataTable tbody tr {
    background-color: transparent; }
  .awards-list table.dataTable.no-footer {
    border-bottom: none; }

/*== End awards list ====*/
/*==== Start awards ====*/
.awards-table td {
  border-top: none; }

.awards-table .inner-awards-box {
  max-width: 275px; }

.awards-table img {
  width: 440px;
  height: auto; }

.awards-width {
  max-width: 975px !important;
  margin: auto; }

.wrapper-awards .subtitle-underline::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.wrapper-awards h3 {
  line-height: 48px; }

.wrapper-awards p {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #585858; }

.wrapper-awards .arrow-img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 55px;
  height: auto; }

/*== End awards ==*/
/*==== Start cd-timeline ====*/
.cd-timeline {
  background-color: #f1eee8; }
  .cd-timeline .cd-timeline__container {
    padding-top: 145px; }
    .cd-timeline .cd-timeline__container:before {
      top: auto;
      width: 2px;
      background-color: #ded6c6; }
  .cd-timeline .cd-timeline__block {
    margin-bottom: 175px; }
    .cd-timeline .cd-timeline__block .cd-timeline__img {
      width: 9px;
      height: 9px;
      box-shadow: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      margin: 0; }
    .cd-timeline .cd-timeline__block .cd-timeline__img--picture {
      background-color: #a5885d; }
    .cd-timeline .cd-timeline__block .cd-timeline__content {
      margin-top: -30px;
      padding: 0;
      box-shadow: none;
      text-align: right;
      background: transparent; }
      .cd-timeline .cd-timeline__block .cd-timeline__content .cd-timeline__date {
        position: absolute;
        top: -150px;
        left: auto;
        right: -20px;
        font-family: "Lora", serif;
        font-weight: 400;
        font-size: 145px;
        line-height: 290px;
        color: #e8e3da;
        z-index: -1; }
      .cd-timeline .cd-timeline__block .cd-timeline__content time {
        position: relative;
        display: inline-block;
        color: #1e2225;
        font-family: "Lora", serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 72px; }
        .cd-timeline .cd-timeline__block .cd-timeline__content time:after {
          content: '';
          width: 35px;
          height: 2px;
          background: #94774f;
          position: absolute;
          bottom: 15px;
          left: 0; }
      .cd-timeline .cd-timeline__block .cd-timeline__content h2 {
        margin-top: 0;
        font-family: "Lora", serif;
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
        color: #343333; }
      .cd-timeline .cd-timeline__block .cd-timeline__content p {
        margin-bottom: 5px;
        font-family: "Muli", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #585858; }
      .cd-timeline .cd-timeline__block .cd-timeline__content .btn-link {
        line-height: 50px; }
      .cd-timeline .cd-timeline__block .cd-timeline__content .flex {
        display: inline-block; }
      .cd-timeline .cd-timeline__block .cd-timeline__content:before {
        display: none; }
    .cd-timeline .cd-timeline__block .timeline-image {
      width: 45%;
      flex-grow: 0;
      margin-left: 115px;
      margin-right: 0;
      float: left; }
      .cd-timeline .cd-timeline__block .timeline-image img {
        width: 445px;
        height: auto; }
    .cd-timeline .cd-timeline__block:nth-child(2n) .cd-timeline__img {
      margin-right: 0; }
    .cd-timeline .cd-timeline__block:nth-child(2n) .timeline-image {
      margin-right: 115px;
      margin-left: 0; }
      .cd-timeline .cd-timeline__block:nth-child(2n) .timeline-image img {
        float: right; }
    .cd-timeline .cd-timeline__block:nth-child(2n) .cd-timeline__content {
      text-align: left; }
    .cd-timeline .cd-timeline__block:nth-child(2n) .cd-timeline__date {
      right: auto;
      left: -10px;
      text-align: left; }
    .cd-timeline .cd-timeline__block:nth-child(2n+1) .cd-timeline__content::before {
      display: none; }
    .cd-timeline .cd-timeline__block:last-child {
      margin-bottom: 50px; }
  .cd-timeline .img-xl-none {
    display: none; }
  .cd-timeline .img-xl-block {
    display: block; }

/*== End cd-timeline ==*/
/*==== Start faq ====*/
.faq {
  padding-top: 60px;
  padding-bottom: 60px; }
  .faq h2 {
    color: #2f2e2e; }
  .faq .card {
    background: transparent;
    border: none;
    border-bottom: 1px solid #a5885d !important;
    border-radius: 0; }
    .faq .card .btn-link {
      padding: 35px 45px 35px 50px;
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 0px;
      color: #343333;
      text-decoration: none;
      white-space: normal;
      text-align: left;
      border-radius: 0;
      width: 100%; }
      .faq .card .btn-link:after {
        display: none; }
      .faq .card .btn-link:hover {
        text-decoration: none; }
      .faq .card .btn-link.collapsed .fa-caret-up {
        display: none; }
      .faq .card .btn-link.collapsed .fa-caret-down {
        display: block; }
      .faq .card .btn-link .fa-caret-up {
        display: block; }
      .faq .card .btn-link .fa-caret-down {
        display: none; }
  .faq .card-header {
    position: relative;
    padding: 0;
    border: none;
    background: transparent; }
    .faq .card-header .caret {
      position: absolute;
      top: 37px;
      left: 0; }
      .faq .card-header .caret .fa-caret-down,
      .faq .card-header .caret .fa-caret-up {
        font-size: 30px;
        color: #a5885d; }
  .faq .card-body {
    padding: 10px 45px 35px 50px;
    font-size: 18px;
    line-height: 24px; }
  .faq.animate .card:first-child {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
  .faq.animate .card:nth-child(2) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0; }
  .faq.animate .card:nth-child(3) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 150px);
    -moz-transform: translate(0, 150px);
    -ms-transform: translate(0, 150px);
    -o-transform: translate(0, 150px);
    transform: translate(0, 150px);
    opacity: 0; }
  .faq.animate .card:nth-child(4) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    transform: translate(0, 200px);
    opacity: 0; }
  .faq.animate .card:nth-child(5) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 250px);
    -moz-transform: translate(0, 250px);
    -ms-transform: translate(0, 250px);
    -o-transform: translate(0, 250px);
    transform: translate(0, 250px);
    opacity: 0; }
  .faq.animate .card:nth-child(6) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 300px);
    -moz-transform: translate(0, 300px);
    -ms-transform: translate(0, 300px);
    -o-transform: translate(0, 300px);
    transform: translate(0, 300px);
    opacity: 0; }
  .faq.animate .card:nth-child(7) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 350px);
    -moz-transform: translate(0, 350px);
    -ms-transform: translate(0, 350px);
    -o-transform: translate(0, 350px);
    transform: translate(0, 350px);
    opacity: 0; }
  .faq.animate .card:nth-child(8) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 400px);
    -moz-transform: translate(0, 400px);
    -ms-transform: translate(0, 400px);
    -o-transform: translate(0, 400px);
    transform: translate(0, 400px);
    opacity: 0; }
  .faq.animate .card:nth-child(9) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 450px);
    -moz-transform: translate(0, 450px);
    -ms-transform: translate(0, 450px);
    -o-transform: translate(0, 450px);
    transform: translate(0, 450px);
    opacity: 0; }
  .faq.animate .card:nth-child(10) {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: translate(0, 500px);
    -moz-transform: translate(0, 500px);
    -ms-transform: translate(0, 500px);
    -o-transform: translate(0, 500px);
    transform: translate(0, 500px);
    opacity: 0; }
  .faq.animate.inview .card:first-child, .faq.animate.inview .card:nth-child(2), .faq.animate.inview .card:nth-child(3), .faq.animate.inview .card:nth-child(4), .faq.animate.inview .card:nth-child(5), .faq.animate.inview .card:nth-child(6), .faq.animate.inview .card:nth-child(7), .faq.animate.inview .card:nth-child(8), .faq.animate.inview .card:nth-child(9), .faq.animate.inview .card:nth-child(10) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

.accordion {
  background: transparent; }
  .accordion:hover {
    background: transparent; }
  .accordion::after {
    display: none; }

/*== End faq ==*/
/*==== Start error 404 ====*/
.error {
  height: calc(100vh - 478px); }

/*== End error ==*/
/*==== Start footer ====*/
.footer-top {
  padding-top: 45px; }
  .footer-top .row {
    width: 100%; }
  .footer-top .footer-img {
    margin-bottom: -35px;
    width: 100%;
    height: 100%; }
    .footer-top .footer-img img {
      width: 180px;
      height: auto; }
  .footer-top .footer-info {
    max-width: 310px;
    margin: 40px auto 0 auto;
    font-family: "Lora", serif;
    font-weight: 400; }
    .footer-top .footer-info address,
    .footer-top .footer-info a {
      font-size: 20px;
      line-height: 36px; }
    .footer-top .footer-info a {
      color: #fff; }

.footer-bottom {
  padding-top: 65px;
  padding-bottom: 55px; }
  .footer-bottom .social-media {
    margin-bottom: 35px; }
    .footer-bottom .social-media a {
      color: #b9bab9; }
    .footer-bottom .social-media li {
      border: 2px solid #b9bab9; }
      .footer-bottom .social-media li:hover {
        border: 2px solid #fff; }
        .footer-bottom .social-media li:hover a {
          color: #fff; }
  .footer-bottom .footer-menu {
    margin-bottom: 0; }
    .footer-bottom .footer-menu li,
    .footer-bottom .footer-menu a {
      color: #859c83;
      line-height: 36px;
      outline: none; }

/*== End footer ==*/
/*==== Start admin-bar ====*/
.admin-bar header .navbar {
  padding-top: 72px; }

/*== End admin-bar ==*/
/*================= Breakpoint ===============*/
@media (max-width: 1499px) {
  .cta-img {
    max-height: 800px; }
  .second-slider .slick-arrow {
    height: calc(100% - 90px); } }

/*====== Internet explorer =======*/
@supports (-ms-ime-align: auto) {
  .ie-mask {
    display: block; }
  .banner .container {
    position: relative;
    z-index: 9; }
  header .navbar-dark .navbar-toggler {
    margin-top: 16px;
    position: absolute;
    top: 50%;
    right: 55px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  header .btn-login {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 16px; }
    header .btn-login .dropdown-menu {
      margin-top: 15px;
      max-width: 300px; }
      header .btn-login .dropdown-menu .form-inline {
        width: 100%; }
        header .btn-login .dropdown-menu .form-inline .form-group {
          width: 100%; }
          header .btn-login .dropdown-menu .form-inline .form-group .form-control {
            width: 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-mask {
    display: block; }
  .banner .container {
    position: relative;
    z-index: 9; }
  header .navbar-dark .navbar-toggler {
    margin-top: 16px;
    position: absolute;
    top: 50%;
    right: 55px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  header .btn-login {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 16px; }
    header .btn-login .dropdown-menu {
      margin-top: 15px;
      max-width: 300px; }
      header .btn-login .dropdown-menu .form-inline {
        width: 100%; }
        header .btn-login .dropdown-menu .form-inline .form-group {
          width: 100%; }
          header .btn-login .dropdown-menu .form-inline .form-group .form-control {
            width: 100%; } }

/*======================== Media Query ========================*/
/*==== Ipad landscape ====*/
@media (max-width: 1199px) {
  .container {
    max-width: 1020px; }
  .scroll {
    left: 25px; }
  .background-text {
    font-size: 355px;
    line-height: 355px; }
  .wrapper-logo-box .container .logo-box {
    margin-left: 0; }
    .wrapper-logo-box .container .logo-box img {
      width: 250px;
      height: auto; }
  .second-slider .cta-img {
    margin: 0 35px; }
  .cta-img,
  .cta-video {
    max-height: 600px; }
  .award-slider .row {
    margin-left: -40px;
    margin-right: -40px; }
    .award-slider .row [class*="col-"] {
      padding-left: 40px;
      padding-right: 40px; }
  .award-slider .award-slide-img img {
    width: 365px;
    height: auto; }
  .award-slider .award-slide-text .btn-link {
    margin-left: 51%; }
  .banner {
    padding-top: 140px; }
  .image-and-text-boxes {
    padding-bottom: 125px; }
    .image-and-text-boxes.animate .background-text,
    .image-and-text-boxes.animate .subtitle-underline,
    .image-and-text-boxes.animate h5,
    .image-and-text-boxes.animate p,
    .image-and-text-boxes.animate ul,
    .image-and-text-boxes.animate .signature,
    .image-and-text-boxes.animate .img-box {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  .articles-ctas.animate .animate-col:first-child, .articles-ctas.animate .animate-col:nth-child(2), .articles-ctas.animate .animate-col:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  article.cta .card .card-body {
    padding: 10px 35px 20px 35px; }
  article.cta .card h5 {
    font-size: 25px; }
  .video.animate .wrapper-inner-video .inner-video h3,
  .video.animate .wrapper-inner-video .inner-video h2,
  .video.animate .wrapper-inner-video .inner-video h4,
  .video.animate .wrapper-inner-video .inner-video h5,
  .video.animate .wrapper-inner-video .inner-video .btn-video {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .inner-counters .counter-box .title-underline {
    font-size: 95px;
    line-height: 95px; }
  .section-content,
  .wrapper-search {
    background-size: 800px auto; }
  .mini-box-form .form-control {
    max-width: 308px; }
  .section-content.animate .cta-img,
  .section-content.animate h2,
  .section-content.animate h3,
  .section-content.animate h4,
  .section-content.animate h5,
  .section-content.animate h6,
  .section-content.animate p,
  .section-content.animate ul,
  .section-content.animate blockquote {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .error .error-box h1 {
    font-size: 65px; }
  .frm_forms .frm-show-form {
    max-width: 640px; }
  .frm_style_formidable-style.with_frm_style input[type="text"],
  .frm_style_formidable-style.with_frm_style input[type="email"],
  .frm_style_formidable-style.with_frm_style input[type="tel"],
  .frm_style_formidable-style.with_frm_style input[type="number"],
  .frm_style_formidable-style.with_frm_style textarea {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 20px; }
  .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label {
    padding: 0;
    font-size: 16px !important;
    line-height: 18px; }
    .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label:after {
      width: 20px; }
  .frm_style_formidable-style.with_frm_style .frm_primary_label {
    font-size: 20px;
    line-height: 20px; }
  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox {
    margin-right: 30px; }
    .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox label {
      font-size: 20px;
      margin-bottom: 0; }
  .frm_style_formidable-style.with_frm_style .vertical_radio.form-field .frm_primary_label {
    font-size: 20px;
    line-height: 24px; }
  .frm_style_formidable-style.with_frm_style .bootstrap-select .btn-light {
    font-size: 20px;
    line-height: 25px; }
  .frm_style_formidable-style.with_frm_style .bootstrap-select > .dropdown-toggle {
    padding: 15px 20px; }
  .wrapper-form-plug .form-control {
    width: 100%;
    max-width: 100%; } }

/*==== Breakpoint ====*/
@media (max-width: 1023px) {
  .cd-timeline .img-xl-none {
    display: block; }
  .cd-timeline .img-xl-block {
    display: none; }
  .cd-timeline .img-award {
    margin: 0 0 20px 0;
    width: 400px;
    height: auto; }
  .cd-timeline .cd-timeline__block {
    margin-bottom: 140px; }
    .cd-timeline .cd-timeline__block .cd-timeline__img {
      left: 0;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .cd-timeline .cd-timeline__block .cd-timeline__content {
      text-align: left; }
      .cd-timeline .cd-timeline__block .cd-timeline__content .cd-timeline__date {
        right: auto;
        left: -8px; } }

/*==== Ipad portret ====*/
@media (max-width: 991px) {
  .container {
    max-width: 720px; }
  .background-text {
    font-size: 240px;
    line-height: 260px; }
  .title-underline {
    font-size: 40px; }
  h1 {
    font-size: 70px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 25px; }
  h5 {
    font-size: 22px; }
  .btn-outline-primary {
    margin-top: 20px; }
  header .navbar {
    padding: 10px 30px 10px 30px; }
  header .navbar-brand span {
    margin-left: 15px;
    font-size: 19px;
    line-height: 25px; }
  header .btn-login {
    right: 145px; }
    header .btn-login a::before {
      right: -18px;
      font-size: 8px;
      line-height: 8px;
      top: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      margin-top: -4px; }
    header .btn-login .dropdown-menu {
      margin-top: 25px; }
  header .navbar-dark .navbar-nav .nav-link {
    font-size: 30px;
    line-height: 55px; }
  header .navbar-collapse {
    padding-top: 225px; }
  header.affix {
    background: #fff; }
    header.affix .btn-login {
      display: block; }
      header.affix .btn-login a {
        color: #94774f; }
      header.affix .btn-login li.account a {
        color: #fff; }
  .main-nav-opened header .btn-login a {
    color: #fff; }
  .hamburger {
    padding: 0; }
    .hamburger .menu-text {
      display: none; }
    .hamburger.is-active .menu-close {
      display: none; }
  .main-slider .slide .inner-slide h2 {
    line-height: 50px; }
  .main-slider .slide .inner-slide h5 {
    line-height: 50px; }
  .award-slider .award-slide-text .btn-link {
    margin-left: 16%; }
  .image-and-text-boxes {
    padding-top: 50px;
    padding-bottom: 50px; }
    .image-and-text-boxes .order-1,
    .image-and-text-boxes .order-2 {
      order: 1; }
  .image-and-text-box .text-box {
    margin-bottom: 60px;
    max-width: 100%; }
    .image-and-text-box .text-box .btn-link {
      line-height: 50px; }
  .image-and-text-box .img-box {
    padding: 25px; }
    .image-and-text-box .img-box:after {
      top: 50px;
      right: 50px;
      bottom: 50px;
      left: 50px; }
    .image-and-text-box .img-box img {
      width: 100%; }
    .image-and-text-box .img-box.margin-top-one {
      margin-top: 0px; }
    .image-and-text-box .img-box.margin-top-two {
      margin-top: 0px; }
  .small-image-text-box .text-box {
    max-width: 100%; }
  .small-image-text-box .img-box {
    margin-bottom: 20px;
    max-width: 100%; }
    .small-image-text-box .img-box img {
      width: 100%; }
  .video {
    max-height: 700px; }
    .video .inner-video h2 {
      font-size: 100px !important;
      line-height: 100px !important; }
    .video .inner-video h4 {
      line-height: 35px; }
  .wrapper-second-slider {
    padding-top: 50px;
    padding-bottom: 50px; }
  .cta-img {
    max-height: 500px; }
    .cta-img .inner-cta-img h3 {
      line-height: 30px; }
    .cta-img .inner-cta-img h5 {
      font-size: 20px;
      line-height: 25px; }
  .cta-video {
    max-height: 500px; }
  .second-slider .cta-img {
    margin: 0 35px; }
  .articles-ctas {
    padding-top: 50px;
    padding-bottom: 50px; }
    .articles-ctas .title-underline {
      margin-bottom: 100px; }
  .counters {
    min-height: 640px; }
  .inner-counters {
    top: 80px; }
    .inner-counters .counter-box {
      padding: 10px;
      min-height: 220px; }
      .inner-counters .counter-box .title-underline {
        margin-bottom: 130px;
        font-size: 60px;
        line-height: 45px; }
      .inner-counters .counter-box h6 {
        font-size: 14px;
        line-height: 23px; }
  .wrapper-search {
    background-size: 590px auto; }
  .section-content {
    background-size: 590px auto; }
  .mini-box .subtitle-underline {
    margin-bottom: 30px;
    line-height: 20px; }
    .mini-box .subtitle-underline:after {
      bottom: -10px; }
  .mini-box-form {
    padding: 70px; }
    .mini-box-form form input.placeholder {
      font-size: 20px; }
    .mini-box-form form input:-moz-placeholder {
      font-size: 20px; }
    .mini-box-form form input::-moz-placeholder {
      font-size: 20px; }
    .mini-box-form form input::-webkit-input-placeholder {
      font-size: 20px; }
    .mini-box-form .form-control {
      max-width: 194px;
      font-size: 20px; }
    .mini-box-form .form-group {
      margin-right: 25px; }
  .intro h3 {
    line-height: 40px; }
  .content blockquote {
    padding: 50px 0 0 50px; }
  .gallery {
    padding-top: 60px;
    padding-bottom: 50px; }
  .faq {
    padding-top: 60px; }
    .faq .title-underline {
      margin-bottom: 65px; }
    .faq .card .btn-link {
      padding: 35px 20px 25px 40px;
      font-size: 20px;
      line-height: 25px; }
    .faq .card-header .caret .fa-caret-down,
    .faq .card-header .caret .fa-caret-up {
      font-size: 25px; }
    .faq .card-body {
      padding: 10px 20px 35px 40px;
      font-size: 16px; }
  .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3,
  .form .gform_wrapper .top_label div.ginput_container {
    width: calc(100% - 215px); }
  .form .gform_wrapper .mode-of-comunication .gfield_label {
    margin: 25px auto 20px auto;
    width: calc(100% - 215px);
    font-size: 20px; }
  .form .gform_wrapper .gfield_checkbox li label {
    font-size: 20px; }
  .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 20px; }
    .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).placeholder {
      font-size: 20px; }
    .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
      font-size: 20px; }
    .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
      font-size: 20px; }
    .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
      font-size: 20px; }
  .form .gform_wrapper textarea.medium {
    font-size: 20px; }
  .form .bootstrap-select > .dropdown-toggle {
    font-size: 20px; }
  .form .bootstrap-select .dropdown-menu.show .dropdown-item {
    font-size: 20px; }
  .frm_forms .frm-show-form {
    max-width: 400px; }
  .frm_style_formidable-style.with_frm_style input[type="text"],
  .frm_style_formidable-style.with_frm_style input[type="email"],
  .frm_style_formidable-style.with_frm_style input[type="tel"],
  .frm_style_formidable-style.with_frm_style input[type="number"],
  .frm_style_formidable-style.with_frm_style textarea {
    font-size: 18px;
    line-height: 20px; }
  .frm_style_formidable-style.with_frm_style .frm_form_field h2 {
    font-size: 25px;
    line-height: 30px; }
  .frm_style_formidable-style.with_frm_style .frm_form_field h4 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px; }
  .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label {
    font-size: 18px;
    line-height: 20px; }
  .frm_style_formidable-style.with_frm_style .form-field.textarea-field .frm_primary_label {
    white-space: normal; }
  .frm_style_formidable-style.with_frm_style .form-field.frm_fourth .frm_primary_label {
    padding: 0; }
  .frm_style_formidable-style.with_frm_style .form-field.no-placeholder .frm_primary_label {
    padding: 0; }
  .frm_style_formidable-style.with_frm_style .frm_primary_label {
    font-size: 18px;
    line-height: 20px; }
  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox {
    margin-right: 30px; }
    .frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox label {
      font-size: 18px;
      margin-bottom: 0; }
  .frm_style_formidable-style.with_frm_style .vertical_radio.form-field .frm_primary_label {
    font-size: 18px;
    line-height: 20px; }
  .frm_style_formidable-style.with_frm_style .bootstrap-select .btn-light {
    font-size: 18px;
    line-height: 20px; }
  .frm_style_formidable-style.with_frm_style .bootstrap-select > .dropdown-toggle {
    padding: 15px 20px; }
  .frm_form_field.frm_three_fourths, .frm_form_field.frm_fourth {
    width: 100%; }
  .frm_form_field.frm_forth {
    margin-bottom: 45px; }
  .frm_form_field.frm_half {
    width: 100%; }
  .wrapper-form-plug .form-control {
    width: 100%;
    max-width: 100%; }
  .wrapper-form-plug .btn-primary.form-control {
    font-size: 14px;
    padding: 10px; }
  .wrapper-form-plug #reset .reset-email {
    width: 100%; }
  .wrapper-form-plug #reset .form-group {
    max-width: 64%; }
  .wrapper-form-plug #reset .reset-pass {
    max-width: 30%;
    width: 100%; }
  .wrapper-form-plug #update-pw .form-group .control-label {
    margin-bottom: 0;
    line-height: 25px; }
  .error .error-box h1 {
    font-size: 50px; }
  .footer-top {
    padding-bottom: 15px; }
    .footer-top .footer-info {
      margin-top: 0; }
      .footer-top .footer-info address,
      .footer-top .footer-info a {
        font-size: 16px;
        line-height: 30px; }
    .footer-top .footer-img img {
      width: 140px;
      height: auto; }
  .footer-bottom {
    padding-top: 45px;
    padding-bottom: 45px; }
    .footer-bottom .footer-menu li {
      font-size: 16px;
      line-height: 30px; }
    .footer-bottom .social-media {
      margin-bottom: 25px; }
  .admin-bar header .navbar {
    padding-top: 76px; } }

/*==== Mobile ====*/
@media (max-width: 767px) {
  body {
    font-size: 14px; }
  h1 {
    font-size: 45px;
    line-height: 55px; }
  h2 {
    margin-bottom: 20px;
    font-size: 35px; }
  h3 {
    margin-bottom: 20px;
    font-size: 30px; }
  h4 {
    margin-bottom: 20px;
    font-size: 25px; }
  h5 {
    font-size: 20px; }
  h6 {
    margin-bottom: 15px;
    font-size: 16px; }
  .background-text {
    font-size: 110px;
    line-height: 145px; }
  .title-underline {
    margin-bottom: 65px;
    font-size: 30px; }
    .title-underline::after {
      bottom: -20px; }
  .subtitle-underline {
    line-height: 60px;
    margin-bottom: 5px; }
    .subtitle-underline:after {
      bottom: 10px; }
  .btn-link {
    line-height: 60px; }
  header .navbar {
    padding: 10px 0px 10px 0px; }
  header .navbar-brand img {
    width: 55px;
    height: auto; }
  header .navbar-brand span {
    display: none; }
  header .navbar-collapse {
    padding-top: 150px;
    width: calc(100% + 30px); }
  header .navbar-dark .navbar-nav .nav-link {
    font-size: 25px;
    line-height: 50px; }
  header .navbar-dark .navbar-nav .menu-item-has-children::after {
    height: 55px;
    line-height: 60px;
    font-size: 14px; }
  header .navbar-dark .navbar-nav .sub-menu .nav-link {
    font-size: 18px;
    line-height: 35px; }
  header .btn-login {
    right: 67px; }
    header .btn-login img {
      margin-right: 5px;
      width: 25px;
      height: auto; }
    header .btn-login a {
      font-size: 14px;
      line-height: 60px; }
      header .btn-login a:before {
        right: -12px;
        font-size: 6px;
        line-height: 6px; }
    header .btn-login .dropdown-menu {
      margin-top: 0;
      min-width: 240px;
      right: -65px;
      left: auto; }
      header .btn-login .dropdown-menu .form-group {
        margin-bottom: 3px; }
    header .btn-login .account {
      margin-bottom: 0; }
      header .btn-login .account::after {
        bottom: 0; }
      header .btn-login .account a {
        line-height: 45px; }
      header .btn-login .account:first-child {
        margin-top: -10px; }
      header .btn-login .account:last-child {
        margin-bottom: -10px; }
  .hamburger-box {
    width: 40px;
    height: 40px; }
  .hamburger-inner,
  .hamburger-inner::before {
    width: 20px; }
  .hamburger {
    padding: 0; }
    .hamburger.is-active .hamburger-inner {
      left: 8px; }
      .hamburger.is-active .hamburger-inner::after {
        width: 20px; }
    .hamburger .menu-text {
      font-size: 16px; }
  .wrapper-main-slider .main-dots-container {
    bottom: 15px; }
  .main-slider .slide {
    height: 500px; }
    .main-slider .slide .inner-slide {
      bottom: 50px; }
      .main-slider .slide .inner-slide h2 {
        line-height: 45px; }
  .wrapper-scroll {
    display: none; }
  .wrapper-logo-box {
    display: none; }
  .award-slider .row {
    margin-left: -15px;
    margin-right: -15px; }
    .award-slider .row [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; }
  .award-slider .border-right {
    border: none !important;
    min-height: auto; }
    .award-slider .border-right:after, .award-slider .border-right:before {
      display: none; }
  .award-slider .award-slide-text {
    text-align: left;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 20px; }
    .award-slider .award-slide-text .subtitle-underline:after {
      left: 0;
      right: auto; }
    .award-slider .award-slide-text .btn-link {
      margin-left: 0; }
  .award-slider .award-slide-img {
    margin-left: 60px;
    margin-right: 60px; }
    .award-slider .award-slide-img img {
      position: static;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 100%;
      height: auto; }
  .award-slider .slick-arrow {
    top: 130px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px;
    height: 50px; }
    .award-slider .slick-arrow img {
      width: 20px;
      height: auto; }
    .award-slider .slick-arrow.slick-prev {
      left: 0; }
    .award-slider .slick-arrow.slick-next {
      right: 0; }
  .video {
    max-height: 515px; }
    .video .inner-video {
      margin-top: 30px;
      margin-bottom: 30px;
      top: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 100%; }
      .video .inner-video h3 {
        font-size: 23px;
        line-height: 35px; }
      .video .inner-video h2 {
        font-size: 60px !important;
        line-height: 70px !important; }
        .video .inner-video h2 span {
          width: auto; }
      .video .inner-video h4 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 25px; }
      .video .inner-video h5 {
        font-size: 18px; }
  .btn-video .icon-outer {
    padding: 18px 18px 18px 22px;
    width: 55px;
    height: 55px; }
    .btn-video .icon-outer .circle {
      width: 55px;
      height: 55px; }
    .btn-video .icon-outer i {
      font-size: 15px; }
  .second-slider .slide {
    padding: 0 15px; }
  .second-slider .cta-img {
    margin: 0 0px; }
  .cta-img .inner-cta-img {
    position: absolute;
    left: 33px;
    bottom: 25px;
    width: calc(100% - 54px); }
    .cta-img .inner-cta-img h3 {
      font-size: 20px; }
    .cta-img .inner-cta-img h5 {
      font-size: 16px; }
  .articles-ctas .title-underline {
    margin-bottom: 60px; }
  article.cta {
    margin-bottom: 15px; }
    article.cta .card h5 {
      margin-bottom: 10px;
      font-size: 25px; }
    article.cta .card h6 {
      margin-bottom: 10px; }
    article.cta .card .card-body {
      padding: 10px 30px 10px 30px; }
  .articles-ctas-list {
    padding-bottom: 30px; }
    .articles-ctas-list .cta {
      margin-bottom: 15px; }
  .section-content {
    padding-bottom: 30px;
    background-size: 300px auto; }
    .section-content hr {
      margin: 10px auto 20px auto;
      width: calc(100% - 60px); }
    .section-content .form-horizontal .control-label {
      text-align: left;
      padding-bottom: 5px; }
    .section-content .form-horizontal .profile .text-center {
      text-align: left !important; }
  .extra-margin-bottom {
    margin-bottom: 15px; }
  .mini-box-form {
    padding: 50px; }
    .mini-box-form .form-inline {
      display: inline-block;
      width: 100%; }
    .mini-box-form .form-group {
      max-width: 100%;
      width: 100%; }
    .mini-box-form .form-control {
      margin-bottom: 15px;
      padding: 25px;
      width: 100%;
      max-width: 100%; }
    .mini-box-form .btn-primary {
      padding: 7px 40px;
      line-height: 35px;
      width: 100%; }
  .mini-box {
    padding: 40px 40px 20px 40px; }
    .mini-box .subtitle-underline {
      margin-bottom: 15px; }
    .mini-box h5 {
      margin-bottom: 20px; }
  .intro {
    padding: 15px 0px 10px 0px; }
  .content {
    padding: 20px 0px 20px 0px; }
    .content blockquote {
      padding: 20px 0 0 20px;
      font-size: 20px;
      line-height: 30px; }
      .content blockquote:after {
        top: 40px;
        left: 0;
        font-size: 225px; }
  .bordered-box {
    padding: 25px 25px 10px 25px; }
    .bordered-box p {
      font-size: 20px; }
  .counters {
    min-height: 420px; }
  .inner-counters {
    top: auto;
    padding-top: 50px;
    padding-bottom: 20px; }
    .inner-counters .counter-box {
      margin-bottom: 30px;
      min-height: auto;
      padding: 0;
      border-right: none; }
      .inner-counters .counter-box .title-underline {
        margin-bottom: 45px; }
    .inner-counters .title-underline {
      margin-bottom: 85px; }
  .image-and-text-boxes {
    padding-bottom: 50px; }
  .image-and-text-box .text-box {
    margin-bottom: 50px; }
    .image-and-text-box .text-box .btn-link {
      margin-bottom: 20px;
      line-height: 25px;
      text-align: left;
      white-space: normal; }
      .image-and-text-box .text-box .btn-link:after {
        top: 12px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    .image-and-text-box .text-box .signature {
      position: static; }
  .small-image-text-boxes {
    padding-top: 20px;
    padding-bottom: 20px; }
  .banner {
    padding-top: 100px;
    padding-bottom: 75px;
    min-height: 0; }
    .banner h1 {
      font-size: 35px;
      line-height: 40px;
      margin: 0; }
  .inner-banner h6 {
    line-height: 45px; }
  .inner-gallery {
    margin-bottom: 15px; }
  .wrapper-search {
    background-size: 300px auto;
    background-position: top center;
    background-position-y: 330px; }
    .wrapper-search .mini-box-form {
      padding: 30px 30px 30px 30px;
      margin: 0; }
      .wrapper-search .mini-box-form .form-control {
        margin-bottom: 5px; }
      .wrapper-search .mini-box-form .search-form .btn-link {
        right: -7px;
        top: -15px; }
  .awards-list {
    margin-top: 25px;
    padding-bottom: 0; }
    .awards-list .table td {
      padding: 5px 25px;
      font-size: 16px;
      line-height: 20px; }
    .awards-list table.dataTable thead .sorting_asc,
    .awards-list table.dataTable thead .sorting_desc,
    .awards-list table.dataTable thead .sorting {
      background-position-x: 100%;
      background-position-y: 34px;
      background-size: 10px; }
  .faq .card .btn-link {
    padding: 20px 20px 20px 25px;
    font-size: 18px;
    line-height: 21px; }
  .faq .card-header .caret {
    top: 22px; }
    .faq .card-header .caret .fa-caret-down,
    .faq .card-header .caret .fa-care-up {
      font-size: 20px; }
  .faq .card-body {
    padding: 10px 20px 25px 30px; }
  .form {
    padding-top: 50px;
    padding-bottom: 50px; }
    .form .gform_wrapper .gform_heading {
      margin-bottom: 35px; }
    .form .gform_wrapper .gform_description {
      font-size: 27px;
      line-height: 35px; }
    .form .gform_wrapper .gform_body {
      padding-top: 50px;
      padding-bottom: 120px; }
    .form .gform_wrapper .gform_footer {
      bottom: 35px; }
    .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
    .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
    .form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3,
    .form .gform_wrapper .top_label div.ginput_container {
      width: calc(100% - 85px); }
    .form .gform_wrapper .mode-of-comunication .gfield_label {
      width: calc(100% - 85px);
      font-size: 16px; }
    .form .gform_wrapper .mode-of-comunication .gfield_checkbox li {
      margin-right: 10px; }
    .form .gform_wrapper .gfield_checkbox li label {
      font-size: 16px; }
    .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      font-size: 16px;
      padding: 15px 20px; }
      .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).placeholder {
        font-size: 16px; }
      .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
        font-size: 16px; }
      .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
        font-size: 16px; }
      .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 16px; }
    .form .gform_wrapper textarea.medium {
      font-size: 16px;
      padding: 15px 20px !important; }
    .form .bootstrap-select > .dropdown-toggle {
      font-size: 16px;
      padding: 15px 20px; }
    .form .bootstrap-select .dropdown-menu.show .dropdown-item {
      font-size: 16px; }
  .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label {
    white-space: normal; }
  .wrapper-form-plug {
    padding: 40px; }
    .wrapper-form-plug #update-pw .form-group .control-label {
      font-size: 20px;
      line-height: 8px; }
  .error .error-box h1 {
    font-size: 30px; }
  .error .error-box h2 {
    font-size: 30px; }
  .wrapper-awards .awards-box {
    position: relative; }
    .wrapper-awards .awards-box .arrow-img {
      width: 25px;
      height: auto;
      position: absolute;
      left: -8px;
      bottom: -45px; }
  .footer-top .footer-img {
    margin-bottom: 0; }
    .footer-top .footer-img img {
      width: 95px;
      margin-bottom: 10px; }
  .admin-bar header .navbar {
    padding-top: 66px; }
  .admin-bar header.affix {
    padding-top: 20px; }
  .admin-bar .main-slider .slide {
    height: 500px; } }

/*==== Small mobile ====*/
@media (max-width: 575px) {
  .frm_forms {
    margin-top: 35px;
    padding-top: 60px; }
    .frm_forms .frm-show-form {
      max-width: 260px; }
  .frm_style_formidable-style.with_frm_style input[type="text"],
  .frm_style_formidable-style.with_frm_style input[type="email"],
  .frm_style_formidable-style.with_frm_style input[type="tel"],
  .frm_style_formidable-style.with_frm_style input[type="number"],
  .frm_style_formidable-style.with_frm_style textarea {
    padding: 13px 15px;
    font-size: 16px;
    line-height: 18px; }
    .frm_style_formidable-style.with_frm_style input[type="text"].placeholder,
    .frm_style_formidable-style.with_frm_style input[type="email"].placeholder,
    .frm_style_formidable-style.with_frm_style input[type="tel"].placeholder,
    .frm_style_formidable-style.with_frm_style input[type="number"].placeholder,
    .frm_style_formidable-style.with_frm_style textarea.placeholder {
      font-size: 16px;
      line-height: 18px; }
    .frm_style_formidable-style.with_frm_style input[type="text"]:-moz-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="email"]:-moz-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="tel"]:-moz-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="number"]:-moz-placeholder,
    .frm_style_formidable-style.with_frm_style textarea:-moz-placeholder {
      font-size: 16px;
      line-height: 18px; }
    .frm_style_formidable-style.with_frm_style input[type="text"]::-moz-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="email"]::-moz-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="tel"]::-moz-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="number"]::-moz-placeholder,
    .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
      font-size: 16px;
      line-height: 18px; }
    .frm_style_formidable-style.with_frm_style input[type="text"]::-webkit-input-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="email"]::-webkit-input-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="tel"]::-webkit-input-placeholder,
    .frm_style_formidable-style.with_frm_style input[type="number"]::-webkit-input-placeholder,
    .frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 18px; }
  .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label {
    padding: 13px 15px;
    font-size: 17px;
    line-height: 18px;
    white-space: wrap; }
  .frm_style_formidable-style.with_frm_style .vertical_radio.form-field {
    padding: 5px 0; }
    .frm_style_formidable-style.with_frm_style .vertical_radio.form-field .frm_primary_label {
      font-size: 17px;
      line-height: 18px;
      white-space: normal; }
  .frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio label {
    font-size: 18px;
    line-height: 20px; }
  .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit {
    letter-spacing: 0; }
  .cta-img,
  .cta-video {
    max-height: 300px; }
  .btn-video {
    font-size: 12px; }
  .cta-video .btn-video {
    left: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .cd-timeline .cd-timeline__block:last-child {
    margin-bottom: 5px; }
  .section-content .page-content button.icon {
    padding: 2px; }
  .section-content .page-content .search-results-wrap h3 {
    font-size: 22px; }
  .section-content .page-content .search-results-wrap .box-image {
    width: 30px;
    height: 30px; }
  .wrapper-form-plug #reset .form-group {
    max-width: 100%; }
  .wrapper-form-plug #reset .reset-pass {
    max-width: 100% !important;
    width: 100% !important; } }
