/*-----------------------------------------------------------------------------------

	Theme Name: Connector HTML5 Template
	Author: NikoBand
	Author URI: http://themeforest.net/user/nikoband
	Version: 1.1.0

-----------------------------------------------------------------------------------*/
                                                                                     /*-----------------------------

[Table of contents]


1 Structure
	1.1 Main Structure
	1.2 Header
	1.3 Navigation
	1.4 Footer

2 Typography
	2.1 Main Typography
	2.2 Buttons
	2.4 Forms
	2.5 Skillbar

3 Content
	3.1 Slider
	3.2 Slick Sliders
	3.3 Price Box
	3.4 Team Box
	3.5 Text Box
	3.6 Feature Box
	3.7 Domain Box
	3.8 Icon Banner
	3.9 Video
	3.10 Related Post
	3.11 Counters
	3.12 Testimonials
	3.11 Brands Slider
	3.12 Recomended
	3.13 Tabs
	3.14 Guide Box (About Page)
  
4 Pages
	4.1 Login Page
	4.2 FAQ Page
	4.3 Location/Map Page
	4.4 Contact Page
	4.5 Blog Page

-----------------------------*/
/* 1 Structure */
/*structure*/
.page-content {
  position: relative;
  z-index: 1; }

.section {
  position: relative; }
  .section:not([class*='offset-']):not(.section--title):not(.section--slider) {
    margin-top: 75px; }
    @media (max-width: 991px) {
      .section:not([class*='offset-']):not(.section--title):not(.section--slider) {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .section:not([class*='offset-']):not(.section--title):not(.section--slider) {
        margin-top: 35px; } }
  .section--full {
    overflow-x: hidden; }
    .section--full > .container {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }

.section--bg-1 {
  background-color: #b5a397;
  color: #fff; }

.section--bg-2 {
  background-color: #30231d;
  color: #fff; }

.section--bg-3 {
  background-color: #f4f4f4; }

.section--bg-4 {
  background-color: #e3445b;
  color: #fff; }

.section--bg-5 {
  background-color: #f6f1ed; }

.section--title.section--full > .container {
  padding-left: 15px;
  padding-right: 15px; }

.section--clue-with-footer {
  margin-bottom: -75px; }

.page-content > .section.section--title {
  padding: 180px 0 85px !important;
  margin-top: 0 !important; }

body.mobilemenu .page-content > .section.section--title {
  padding: 120px 0 50px !important; }

.section[data-bg] {
  background-size: cover; }

.offset-0 {
  margin-top: auto; }

.offset-1 {
  margin-top: 35px; }
  @media (max-width: 767px) {
    .offset-1 {
      margin-top: 15px; } }

.offset-2 {
  margin-top: 55px; }
  @media (max-width: 767px) {
    .offset-2 {
      margin-top: 30px; } }

.offset-3 {
  margin-top: 65px; }
  @media (max-width: 767px) {
    .offset-3 {
      margin-top: 35px; } }

.offset-4 {
  margin-top: 75px; }
  @media (max-width: 767px) {
    .offset-4 {
      margin-top: 40px; } }

.offset-5 {
  margin-top: 85px; }
  @media (max-width: 767px) {
    .offset-5 {
      margin-top: 45px; } }

.inset-1 {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .inset-1 {
      padding-top: 15px;
      padding-bottom: 15px; } }

.inset-2 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .inset-2 {
      padding-top: 20px;
      padding-bottom: 20px; } }

.inset-3 {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .inset-3 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.inset-4 {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media (max-width: 767px) {
    .inset-4 {
      padding-top: 40px;
      padding-bottom: 40px; } }

.inset-5 {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .inset-5 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.inset-6 {
  padding-top: 110px;
  padding-bottom: 110px; }
  @media (max-width: 991px) {
    .inset-6 {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .inset-6 {
      padding-top: 35px;
      padding-bottom: 35px; } }

.indent-50 {
  padding-left: 50px; }
  @media (max-width: 991px) {
    .indent-50 {
      padding-left: 0; } }

.divider {
  margin-top: 40px;
  clear: both; }
  .divider--xs {
    margin-top: 15px; }
  .divider--sm {
    margin-top: 25px; }
  .divider--lg {
    margin-top: 65px; }

.line-divider {
  height: 50px;
  margin: 55px 0 0;
  border-top: 1px solid #b5a397; }
  @media (max-width: 991px) {
    .line-divider {
      height: 35px;
      margin: 40px 0 0; } }

@media (min-width: 1200px) {
  .row-eq-height-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .row-eq-height-lg > [class*='col-'] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .row-eq-height-lg.vertical-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
@media (max-width: 1199px) {
  .row-eq-height-lg > [class*='col-'] {
    width: 100%; } }
@media (min-width: 992px) {
  .row-eq-height-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .row-eq-height-md > [class*='col-'] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .row-eq-height-md.vertical-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
@media (max-width: 991px) {
  .row-eq-height-md > [class*='col-'] {
    width: 100%; } }
@media (min-width: 768px) {
  .row-eq-height-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .row-eq-height-sm > [class*='col-'] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .row-eq-height-sm.vertical-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
@media (max-width: 767px) {
  .row-eq-height-sm > [class*='col-'] {
    width: 100%; } }
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.google-map {
  min-height: 300px;
  width: 100%; }

.google-map--sm {
  height: 274px;
  width: 100%; }

.row-no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .row-no-gutter [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

/*header*/
body.loaded .header {
  max-height: none;
  overflow: visible; }

.header {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 2px 0 0 #b5a397;
          box-shadow: 0 2px 0 0 #b5a397;
  max-height: 90px;
  overflow: hidden; }
  .header-wrap {
    position: relative;
    padding: 10px 0;
    background: #fff;
    color: #b5a397;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
    .header-wrap > .container {
      opacity: 0; }
    body.mobilemenu .header-wrap {
      padding: 8px 0; }
    body.desktopmenu .header-wrap > .container {
      opacity: 1; }
    body.mobilemenu .header-wrap > .container {
      opacity: 1;
      width: 100%; }
  .header.header--sticky.is-sticky .header-wrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  .header.header--sticky.is-sticky .header-wrap {
    width: 100%;
    position: fixed !important;
    padding: 5px 0;
    background: #fff;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    border-bottom: 0;
    -webkit-box-shadow: 0 2px 0 0 #b5a397;
            box-shadow: 0 2px 0 0 #b5a397; }
    .header.header--sticky.is-sticky .header-wrap .header-logo img {
      max-height: 50px; }
    .header.header--sticky.is-sticky .header-wrap .header-row-top {
      display: none; }
  .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-row:after, .header-row:before {
      display: none; }
    .header-row > * {
      padding-left: 15px;
      padding-right: 15px; }
  .header-row-top {
    padding: 5px 0;
    text-align: right;
    font-size: 12px;
    line-height: 24px; }
    .header-row-top span {
      color: #e3445b; }
  .header-row-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header-row-bot > *:not(:first-child) {
      margin-left: 40px; }
  .header-logo img {
    max-width: 100%;
    max-height: 66px; }
  .header-links {
    white-space: nowrap; }
    .header-links:last-child {
      margin-right: -9px; }
    .header-links > * {
      display: inline-block;
      white-space: normal; }
  .header .header-link {
    font-size: 18px;
    line-height: 24px;
    padding: 0 7px;
    min-width: 30px;
    text-align: center; }
    .header .header-link > a, .header .header-link > a:focus, .header .header-link .search-icon {
      color: #30231d;
      text-decoration: none; }
    .header .header-link > a:hover, .header .header-link .search-icon:hover {
      color: #e3445b;
      text-decoration: none; }
    .header .header-link:last-child {
      padding-right: 0; }

body.desktopmenu .header--fullwidth .header-wrap > .container {
  width: 100%; }
body.desktopmenu .header--fullwidth .header-right, body.desktopmenu .header--fullwidth .header-right .header-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
body.desktopmenu .header--fullwidth .header-right .header-nav {
  text-align: center; }
body.desktopmenu .header--fullwidth .pushmenu:not(.pushmenu-sub) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1199px) {
    body.desktopmenu .header--fullwidth .pushmenu:not(.pushmenu-sub) {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
body.desktopmenu .header--fullwidth .header-search.search-open .search-input {
  width: 412px; }

.dropdown-menu {
  border: 0;
  border-radius: 0;
  width: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 15px 0 0;
  padding: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu li {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    position: relative; }
    .dropdown-menu li:not(:last-child) {
      border-bottom: 1px solid #f7f6f5; }
    .dropdown-menu li a, .dropdown-menu li > span {
      display: block;
      background: transparent;
      padding: 16px 15px 16px 45px;
      color: #8e746b; }
      .dropdown-menu li a:focus, .dropdown-menu li > span:focus {
        background: transparent; }
      .dropdown-menu li a:hover, .dropdown-menu li > span:hover {
        color: #30231d;
        background: #f6f1ed; }
    .dropdown-menu li [class*='ion-'] {
      position: absolute;
      display: inline-block;
      font-size: 18px;
      line-height: 18px;
      top: 16px;
      left: 15px; }
  .dropdown-menu:after {
    content: '\f123';
    font-family: "Ionicons";
    position: absolute;
    top: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 15px;
    color: #e3445b; }
  .dropdown-menu-inside {
    padding: 15px; }
    .dropdown-menu-inside, .dropdown-menu-inside a {
      color: #30231d; }
    .dropdown-menu-inside p {
      margin-bottom: 5px; }
    .dropdown-menu-inside p:last-child {
      margin-bottom: 0; }
    .dropdown-menu-inside [class*='ion-'] {
      padding-right: 10px;
      color: #8e746b; }

.header-link:last-child .dropdown-menu {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .header-link:last-child .dropdown-menu:after {
    left: auto;
    right: 0; }

.header-link:nth-last-child(2) .dropdown-menu {
  left: auto;
  right: -40px;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .header-link:nth-last-child(2) .dropdown-menu:after {
    left: auto;
    right: 42px; }

.sticky-space {
  height: 76px;
  display: none; }

body.hdr-sticky:not(.mobilemenu) .sticky-space {
  display: block; }

@media (max-width: 991px) {
  .header-logo {
    max-width: 180px; } }
body.desktopmenu .header {
  border-bottom: 2px solid #30231d; }
body.desktopmenu .header-mobile {
  display: none !important; }
body.desktopmenu .dropdown.open.header-link > a {
  color: #e3445b; }

body.mobilemenu .header-wrap {
  height: 58px; }
body.mobilemenu .header.header--sticky.is-sticky .header-wrap {
  height: 40px; }
body.mobilemenu .header-logo img {
  max-height: 40px; }
body.mobilemenu .slide-menu {
  display: none;
  position: relative;
  z-index: 100;
  padding: 10px 0 0; }
body.mobilemenu .header-row-bot .header-links,
body.mobilemenu .header-wrap .header-row-top {
  display: none; }
body.mobilemenu .header-row-bot .header-link {
  margin-right: 0;
  width: auto; }
  body.mobilemenu .header-row-bot .header-link span {
    display: inline-block;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    top: 0; }
body.mobilemenu .header-row-top {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  line-height: 20px; }
body.mobilemenu .header-wrap {
  position: relative;
  z-index: 101;
  border-bottom: 2px solid #30231d; }
body.mobilemenu .header-links {
  padding-bottom: 6px; }
body.mobilemenu .header-row-bot .header-mobile.header-link {
  padding-bottom: 0; }
  body.mobilemenu .header-row-bot .header-mobile.header-link .js-pushmenu-toggle {
    display: none; }
body.mobilemenu .header.header--sticky.is-sticky .header-logo {
  display: none; }
body.mobilemenu .header.header--sticky.is-sticky .pushmenu {
  margin-top: 2px; }
body.mobilemenu .header.header--sticky.is-sticky .header-right {
  position: absolute;
  left: -20px;
  top: 8px; }
body.mobilemenu .header.header--sticky.is-sticky .header-row-bot .header-mobile.header-link .js-slideMenu {
  display: none; }
body.mobilemenu .header.header--sticky.is-sticky .header-row-bot .header-mobile.header-link .js-pushmenu-toggle {
  display: block;
  position: relative;
  top: -2px; }
body.mobilemenu .header-link {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  text-align: center;
  margin: 0 12px;
  font-size: 32px; }
  body.mobilemenu .header-link .ion-information-circled {
    font-size: 30px;
    position: relative; }
  body.mobilemenu .header-link .icon-menu {
    font-size: 38px;
    position: relative;
    top: -3px; }
body.mobilemenu .header-mobile.header-link {
  font-size: 38px; }
body.mobilemenu .header-mobile.header-link .ion-android-menu {
  font-size: 28px; }
body.mobilemenu .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  top: auto; }
  body.mobilemenu .dropdown-menu:after {
    display: none; }
body.mobilemenu .dropdown-menu-inside {
  padding: 0;
  font-size: 14px; }
body.mobilemenu #headerInfo .inside {
  padding: 20px 15px; }
body.mobilemenu .drop-container > * {
  display: none;
  width: 100%; }
body.mobilemenu .drop-container .inside {
  clear: both;
  border-top: 2px solid #b5a397; }
body.mobilemenu .header-link {
  position: relative; }
  body.mobilemenu .header-link > a {
    color: #30231d; }
  body.mobilemenu .header-link > a:hover {
    color: #30231d; }
  body.mobilemenu .header-link > a.active {
    color: #b5a397 !important; }
  body.mobilemenu .header-link span.close-txt {
    opacity: 0;
    background: #fff;
    color: #30231d;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    top: 50%;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .2s;
    transition: .2s; }
  body.mobilemenu .header-link > a.active span.close-txt {
    opacity: 1; }

body.desktopmenu .header-search {
  width: 35px;
  display: inline-block;
  position: relative;
  margin-left: auto;
  height: 35px;
  padding: 0; }
  body.desktopmenu .header-search .search-input {
    position: absolute;
    top: 0;
    right: 35px;
    border: none;
    outline: none;
    background-color: #ffffff;
    width: 100%;
    height: 35px;
    margin: 0;
    z-index: 10;
    padding: 7px 35px 7px 15px;
    font-family: inherit;
    font-size: 13px;
    line-height: 35px;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    color: #8e746b; }
    body.desktopmenu .header-search .search-input:focus::-webkit-input-placeholder {
      opacity: .5; }
    body.desktopmenu .header-search .search-input:focus:-moz-placeholder {
      opacity: .5; }
    body.desktopmenu .header-search .search-input:focus::-moz-placeholder {
      opacity: .5; }
    body.desktopmenu .header-search .search-input:focus:-ms-input-placeholder {
      opacity: .5; }
    body.desktopmenu .header-search .search-input::-webkit-input-placeholder {
      color: #8e746b; }
    body.desktopmenu .header-search .search-input:-moz-placeholder {
      color: #8e746b; }
    body.desktopmenu .header-search .search-input::-moz-placeholder {
      color: #8e746b; }
    body.desktopmenu .header-search .search-input:-ms-input-placeholder {
      color: #8e746b; }
  body.desktopmenu .header-search .search-icon,
  body.desktopmenu .header-search .search-submit {
    height: 35px;
    width: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    text-align: center; }
  body.desktopmenu .header-search .search-submit {
    background-color: #b5a397;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
    right: 35px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-size: 14px;
    pointer-events: none; }
  body.desktopmenu .header-search .search-submit:hover {
    background-color: #e3445b; }
  body.desktopmenu .header-search .search-icon {
    position: relative;
    display: block;
    cursor: pointer;
    z-index: 11;
    pointer-events: auto;
    text-align: center; }
  body.desktopmenu .header-search.search-open .search-input {
    visibility: visible;
    width: 655px;
    opacity: 1;
    background-color: #fff;
    padding: 5px 35px 5px 15px;
    border: 1px solid #b5a397; }
  body.desktopmenu .header-search.search-open .search-submit {
    opacity: 1;
    pointer-events: all; }
  body.desktopmenu .header-search.search-open .search-icon {
    pointer-events: none;
    color: #30231d;
    background-color: transparent;
    cursor: pointer;
    z-index: 12;
    pointer-events: all; }
    body.desktopmenu .header-search.search-open .search-icon i:before {
      content: '\f2d7';
      padding-left: 4px; }
    body.desktopmenu .header-search.search-open .search-icon:hover {
      color: #e3445b; }

.header-topline {
  visibility: hidden;
  position: relative;
  padding: 7px 0;
  background: #e3445b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .header-topline {
      font-size: 12px;
      line-height: 16px; } }
  .header-topline .container {
    position: relative; }
    .header-topline .container > span {
      display: block;
      padding-right: 25px; }
  .header-topline b {
    font-weight: 500; }
  .header-topline, .header-topline a {
    color: #fff; }
  .header-topline a {
    text-decoration: underline; }
    .header-topline a:hover {
      color: #fff;
      text-decoration: none; }
  .header-topline-close {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px; }
    .header-topline-close:hover {
      color: #fff;
      opacity: .6; }

body.loaded .header-topline {
  visibility: visible; }

body.desktopmenu .header--fullwidth .header-topline > .container,
body.mobilemenu .header-topline > .container {
  width: 100%; }

body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li > a, body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li > div > a {
      display: block;
      position: relative;
      padding: 0 10px;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      color: #b5a397;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: .2s;
      transition: .2s; }
      @media (max-width: 1199px) {
        body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li > a, body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li > div > a {
          top: -1px;
          font-size: 16px; } }
  body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li:hover > a:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 20px;
    top: 100%;
    left: 0; }
  body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li:hover > a, body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li:hover > div > a {
    color: #30231d;
    background-color: transparent; }
  body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li.active > a, body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) > li.active > div > a {
    color: #30231d;
    background-color: transparent; }
  body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) li.close-sub, body:not(.mobilemenu) .pushmenu:not(.pushmenu-sub) li.pushmenu-sub-label {
    display: none; }
body:not(.mobilemenu) .pushmenu-sub {
  width: 200px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style: none;
  text-align: left; }
  body:not(.mobilemenu) .pushmenu-sub li {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 0; }
    body:not(.mobilemenu) .pushmenu-sub li:not(:last-child) {
      border-bottom: 1px solid #f7f6f5; }
    body:not(.mobilemenu) .pushmenu-sub li a img {
      border: 1px solid #efeeee; }
    body:not(.mobilemenu) .pushmenu-sub li a {
      display: block;
      background: transparent;
      padding: 16px 15px;
      color: #8e746b;
      text-decoration: none; }
      body:not(.mobilemenu) .pushmenu-sub li a > *:not(:first-child) {
        margin-top: 10px; }
      body:not(.mobilemenu) .pushmenu-sub li a:focus {
        background: transparent; }
      body:not(.mobilemenu) .pushmenu-sub li a:not(:only-child):before {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '\f125';
        font-family: 'Ionicons';
        font-size: 15px;
        line-height: 15px;
        color: #e3445b;
        opacity: .7;
        -webkit-transition: .2s;
        transition: .2s; }
    body:not(.mobilemenu) .pushmenu-sub li.is-hover > a, body:not(.mobilemenu) .pushmenu-sub li a:hover {
      color: #30231d;
      background: #f6f1ed; }
    body:not(.mobilemenu) .pushmenu-sub li [class*='ion-'] {
      display: inline-block;
      font-size: 15px;
      line-height: 18px;
      position: relative;
      width: 27px;
      top: 2px; }
body:not(.mobilemenu) nav > ul > li > .pushmenu-sub {
  left: 50%;
  top: 30px;
  margin-top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
body:not(.mobilemenu) nav > ul > li > .pushmenu-sub:after {
  content: '\f123';
  font-family: "Ionicons";
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  color: #e3445b; }
body:not(.mobilemenu) .pushmenu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: dropmenuFirst;
          animation-name: dropmenuFirst;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
body:not(.mobilemenu) .pushmenu ul li:hover > ul {
  left: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: dropmenu;
          animation-name: dropmenu;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
body:not(.mobilemenu) .pushmenu-toggle {
  display: none; }
body:not(.mobilemenu) .pushmenu > li.to-right > a:not(:only-child):before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -6px; }
body:not(.mobilemenu) .pushmenu > li.to-right > ul {
  right: 0;
  left: auto; }
body:not(.mobilemenu) .pushmenu ul li.to-right > ul {
  right: 100%;
  left: auto; }

body.mobilemenu .pushmenu {
  width: 100%;
  max-width: 320px;
  height: calc(100vH - 50px);
  position: fixed;
  top: 58px;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff; }
  body.mobilemenu .pushmenu li > a,
  body.mobilemenu .pushmenu li > span {
    display: block;
    padding: 10px 35px 9px 40px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.2s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.2s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: color 0.2s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
  body.mobilemenu .pushmenu li:not(:last-child) {
    border-bottom: 1px solid #f6f1ed; }
  body.mobilemenu .pushmenu li > a,
  body.mobilemenu .pushmenu li > span,
  body.mobilemenu .pushmenu li:focus > a,
  body.mobilemenu .pushmenu li:focus > span {
    color: #30231d; }
  body.mobilemenu .pushmenu li.is-hover > a {
    color: #b5a397;
    background-color: transparent; }
  body.mobilemenu .pushmenu li.active > a {
    color: #b5a397;
    background-color: transparent; }
  body.mobilemenu .pushmenu .pushmenu-sub-label {
    color: #b5a397;
    background: transparent; }
  body.mobilemenu .pushmenu .pushmenu-sub-label > a {
    color: #b5a397; }
  body.mobilemenu .pushmenu .js-pushmenu-toggle i {
    position: absolute;
    left: 16px;
    top: 11px;
    font-size: 18px;
    color: #e3445b; }
body.mobilemenu .header.is-sticky .pushmenu {
  top: 40px;
  height: calc(100vH - 40px); }
body.mobilemenu .pushmenu.pushmenu--left,
body.mobilemenu .pushmenu.pushmenu--left .pushmenu {
  left: -100%; }
body.mobilemenu .pushmenu.pushmenu--right,
body.mobilemenu .pushmenu.pushmenu--right .pushmenu {
  right: -100%; }
body.mobilemenu.pushmenu-is-open {
  overflow: hidden;
  height: 100%; }
body.mobilemenu .pushmenu-sub {
  background-color: #fff; }
  body.mobilemenu .pushmenu-sub li > a,
  body.mobilemenu .pushmenu-sub li > span {
    color: #8e746b; }
  body.mobilemenu .pushmenu-sub li:not(:last-child) {
    border-color: #f6f1ed; }
  body.mobilemenu .pushmenu-sub li.active > a {
    color: #b5a397;
    background-color: transparent; }
body.no-touch body.mobilemenu .pushmenu-sub li:hover > a {
  color: #b5a397;
  background-color: transparent; }
body.mobilemenu .js-pushmenu.pushmenu--left.is-open,
body.mobilemenu .pushmenu--left .pushmenu-sub.is-open {
  left: 0; }
body.mobilemenu .js-pushmenu.pushmenu--right.is-open,
body.mobilemenu .pushmenu--right .pushmenu-sub.is-open {
  right: 0; }
body.mobilemenu .pushmenu.pushmenu--left.is-hide > li > a {
  opacity: 0;
  -webkit-transform: translateX(40%);
          transform: translateX(40%); }
body.mobilemenu .pushmenu.pushmenu--right.is-hide > li > a {
  opacity: 0;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%); }
body.mobilemenu .pushmenu-sub-label > a:not(:last-child) {
  display: none; }
body.mobilemenu .close-sub,
body.mobilemenu .open-sub {
  cursor: pointer; }
body.mobilemenu .open-sub {
  position: relative; }
  body.mobilemenu .open-sub:after {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '\f125';
    font-family: 'Ionicons';
    font-size: 12px;
    line-height: 15px;
    color: #30231d; }
body.mobilemenu .close-sub,
body.mobilemenu .pushmenu-sub-label {
  padding: 0;
  display: block; }
body.mobilemenu .close-sub {
  color: #fff;
  background: transparent; }
  body.mobilemenu .close-sub i.icon {
    font-size: 12px;
    padding-right: 10px;
    position: relative; }
body.mobilemenu .pushmenu-toggle {
  display: inline-block;
  background: transparent;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden; }
body.mobilemenu.pushmenu-is-open .pushmenu-toggle {
  z-index: 51; }
body.mobilemenu .pushmenu-toggle:hover {
  cursor: pointer;
  opacity: 0.8; }
body.mobilemenu .pushmenu-toggle > * {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  -webkit-backface-visibility: hidden; }
body.mobilemenu .pushmenu-toggle-top {
  margin-top: 2px; }
body.mobilemenu .pushmenu-toggle-middle {
  margin-top: 8px; }
body.mobilemenu .pushmenu-toggle-bottom {
  margin-top: 14px; }
body.mobilemenu.pushmenu-is-open .pushmenu-toggle .pushmenu-toggle-top, body.mobilemenu.pushmenu-is-open .pushmenu-toggle:hover .pushmenu-toggle-top {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 7px;
  width: 23px; }
body.mobilemenu.pushmenu-is-open .pushmenu-toggle .pushmenu-toggle-middle, body.mobilemenu.pushmenu-is-open .pushmenu-toggle:hover .pushmenu-toggle-middle {
  opacity: 0;
  width: 0;
  right: 50%; }
body.mobilemenu.pushmenu-is-open .pushmenu-toggle .pushmenu-toggle-bottom, body.mobilemenu.pushmenu-is-open .pushmenu-toggle:hover .pushmenu-toggle-bottom {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: -5px;
  width: 23px; }
body.mobilemenu .darkness {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 0;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }
body.mobilemenu.pushmenu-is-open .darkness {
  height: calc(100vH - 50px);
  opacity: 1; }
body.mobilemenu.pushmenu-is-open .header.is-sticky .darkness {
  top: 40px;
  height: calc(100vH - 40px); }

body.mobilemenu.hdr-sticky .darkness {
  z-index: 1; }

@keyframes dropmenuFirst {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dropmenuFirst {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dropmenu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dropmenu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*footer*/
.footer {
  padding-top: 85px;
  margin-top: 75px;
  color: #fff;
  background: #30231d; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 0; } }
  .footer a {
    color: #b5a397; }
    .footer a:hover {
      color: #fff;
      text-decoration: none; }
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    color: #fff; }
  .footer-logo a {
    display: inline-block; }
  .footer-logo img {
    max-height: 78px; }
  .footer .social-list ul li {
    font-size: 24px;
    margin: 3px 0 3px 20px; }

@media (max-width: 767px) {
  .social-list {
    margin-bottom: 0; }

  .footer-logo {
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  .footer .row > [class*='col-'] > *:not(:first-child) {
    margin-top: 20px; }

  .footer .row > [class*='col-'] .collapsed-checkbox + .collapsed-caret + * {
    margin-top: 0; } }
@media (max-width: 767px) {
  .footer .row > [class*='col-'] > *:not(:first-child) {
    margin-top: 20px; }

  .footer .row > [class*='col-']:not(:first-child) {
    margin-top: 20px; } }
.footer-list ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  list-style: none; }
  .footer-list ul a {
    display: inline-block;
    padding: 5px 0; }
  .footer-list ul li:first-child > a {
    padding-top: 0; }
  .footer-list ul li:last-child > a {
    padding-bottom: 0; }

.footer-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 24px; }
  .footer-news ul li {
    position: relative;
    padding-left: 78px;
    overflow: hidden; }
  .footer-news ul li:not(:last-child) {
    margin-bottom: 21px; }
  .footer-news ul h5 {
    position: relative;
    top: -4px; }
  .footer-news ul h5 a {
    color: #fff;
    text-decoration: none; }
    .footer-news ul h5 a:hover {
      color: #b5a397; }

.footer-news-date {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  padding-right: 12px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-align: right; }
  .footer-news-date:after {
    position: absolute;
    content: '';
    right: 0;
    height: calc(100% - 5px);
    top: 2px;
    width: 2px;
    background: #b5a397; }
  .footer-news-date span {
    top: -3px;
    margin-bottom: -5px;
    display: block;
    position: relative;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500; }

@media (min-width: 992px) {
  .footer-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0; } }
@media (max-width: 991px) and (min-width: 768px) {
  .footer-logo-wrapper {
    padding: 20px 0 0; }

  .footer-logo {
    padding-bottom: 20px; }

  .text-right {
    padding: 20px 0 0; } }
.footer-logo-wrapper + [class*='line-divider-']:last-child {
  margin-bottom: 50px; }

.footer-links {
  padding-bottom: 85px; }
  @media (max-width: 767px) {
    .footer-links {
      padding-top: 15px;
      padding-bottom: 15px; } }

.footer-copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #b5a397; }
  @media (max-width: 767px) {
    .footer-copyright {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .footer-copyright a {
    color: #fff; }
    .footer-copyright a:hover {
      color: #e3445b; }

input[type=checkbox].collapsed-checkbox,
.collapsed-caret {
  display: none; }

@media (max-width: 767px) {
  .collapsed-xs {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden; }
    .collapsed-xs + *, .collapsed-xs + .divider + *, .collapsed-xs {
      position: relative; }
      .collapsed-xs + *:not(:first-child):before, .collapsed-xs + .divider + *:not(:first-child):before, .collapsed-xs:not(:first-child):before {
        content: '';
        position: absolute;
        height: 1px;
        left: 15px;
        right: 15px;
        top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .collapsed-xs + *, .collapsed-xs + .divider + * {
      margin-top: 0 !important;
      padding-top: 0; }
    .collapsed-xs:first-child {
      margin-top: 0 !important; }
    .collapsed-xs:last-child {
      margin-bottom: 0 !important; }
    .collapsed-xs,
    .collapsed-xs .collapsed-title {
      -webkit-animation: flipdown 1s ease both;
              animation: flipdown 1s ease both;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .collapsed-xs input[type=checkbox].collapsed-checkbox,
    .collapsed-xs .collapsed-caret {
      display: block; }
    .collapsed-xs .collapsed-content,
    .collapsed-xs .collapsed-caret:before,
    .collapsed-xs .collapsed-caret:after {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .collapsed-xs .collapsed-content {
      position: relative;
      overflow: hidden;
      max-height: 800px;
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      margin: 0 !important;
      z-index: 2; }
      .collapsed-xs .collapsed-content > * {
        padding: 0 0 20px; }
    .collapsed-xs .collapsed-title {
      margin-top: 0 !important;
      margin-bottom: 0;
      padding: 12px 20px 12px 0;
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 18px; }
    .collapsed-xs .collapsed-caret {
      position: absolute;
      top: 12px;
      right: 17px;
      margin-top: 0 !important; }
    .collapsed-xs .collapsed-caret:before {
      content: '\f209';
      font-family: 'Ionicons';
      font-size: 19px;
      font-style: normal;
      color: #fff;
      opacity: .4; }
    .collapsed-xs input[type=checkbox] {
      position: absolute;
      cursor: pointer;
      width: calc(100% - 30px);
      height: 100%;
      z-index: 1;
      opacity: 0;
      margin: 0; }
    .collapsed-xs input[type=checkbox]:checked ~ .collapsed-content {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      -webkit-transform: translate(0, 50%);
              transform: translate(0, 50%); }
    .collapsed-xs input[type=checkbox]:checked ~ i:before {
      content: '\f217'; } }
@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg); }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg); }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg); }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }
@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg); }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg); }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg); }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }
/*back-to-top*/
.back-to-top {
  position: fixed;
  bottom: -60px;
  right: 30px;
  color: #000;
  z-index: 100;
  width: 52px;
  height: 52px;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
  color: #8e746b !important;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
          box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
  -webkit-backface-visibility: hidden; }

.back-to-top.visible {
  opacity: .95;
  bottom: 30px; }

.back-to-top:hover {
  opacity: .8; }

@media (max-width: 991px) {
  .back-to-top {
    right: 15px;
    bottom: 15px; } }
/* 2 Typography */
/* 2.1 Main Typography */
/*typography*/
body {
  background: url(../images/body-bg.png) repeat #fff;
  color: #8e746b;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 24px; } }

a,
a:focus {
  color: #8e746b; }

a:hover {
  color: #8e746b; }

.color,
a.color {
  color: #e3445b !important; }

p {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    p {
      margin-bottom: 15px; } }

h1, h1 a {
  color: #30231d; }

h2, h2 a {
  color: #30231d; }

h1.h1-lg {
  font-size: 76px; }
  @media (max-width: 991px) {
    h1.h1-lg {
      font-size: 58px; } }
  @media (max-width: 767px) {
    h1.h1-lg {
      font-size: 28px;
      margin-bottom: 15px; } }

h1,
h2.h1-style {
  position: relative;
  margin: 0 0 40px;
  font-size: 37px;
  line-height: 1.25em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    h1,
    h2.h1-style {
      font-size: 28px; } }
  @media (max-width: 767px) {
    h1,
    h2.h1-style {
      font-size: 18px;
      margin-bottom: 15px; } }

h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 26px;
  line-height: 1.25em;
  letter-spacing: 1px;
  font-weight: 500; }
  @media (max-width: 991px) {
    h2 {
      font-size: 22px;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 18px;
      margin-bottom: 10px; } }

h3 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 22px;
  line-height: 1.35em;
  font-weight: 500;
  letter-spacing: .5px;
  font-family: "Poppins", sans-serif; }
  h3, h3 a {
    color: #30231d; }
  @media (max-width: 991px) {
    h3 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 16px; } }

h4 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: .1px;
  font-family: "Poppins", sans-serif; }
  h4, h4 a {
    color: #8e746b; }
  @media (max-width: 991px) {
    h4 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    h4 {
      font-size: 16px; } }

h5 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif; }
  h5, h5 a {
    color: #30231d; }
  @media (max-width: 1199px) {
    h5 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    h5 {
      font-size: 14px; } }

h6 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif; }
  h6, h6 a {
    color: #30231d; }
  @media (max-width: 991px) {
    h6 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    h6 {
      font-size: 14px; } }

@media (min-width: 768px) {
  h1.btm-null,
  h2.btm-null,
  h3.btm-null,
  h4.btm-null,
  h5.btm-null,
  h6.btm-null {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  h1.btm-null-xs,
  h2.btm-null-xs,
  h3.btm-null-xs,
  h4.btm-null-xs,
  h5.btm-null-xs,
  h6.btm-null-xs {
    margin-bottom: 0; } }
.text-lg {
  font-size: 22px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .text-lg {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 767px) {
    .text-lg {
      font-size: 16px;
      line-height: 20px; } }

.text-center .img-responsive {
  display: inline-block; }

[class*='line-divider-'] {
  position: relative;
  height: 2px; }
  [class*='line-divider-']:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-color: #b5a397; }

.line-divider-left:after {
  left: 0; }

.line-divider-right:after {
  right: 0; }

.line-divider-full:after {
  right: 0;
  left: 0;
  width: 100%; }

.line-divider-full.container:after {
  right: 15px;
  left: 15px;
  width: calc(100% - 30px); }

.rating {
  font-size: 20px;
  line-height: 24px;
  color: #e3445b; }
  .rating > i {
    margin-right: 5px; }

.section--dark,
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6,
.bg-dark,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff; }

.domains-cols {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  -webkit-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 30;
          column-gap: 30; }
  .domains-cols li {
    padding-bottom: 10px; }
  @media (max-width: 1199px) {
    .domains-cols {
      -webkit-column-count: 4;
              column-count: 4; } }
  @media (max-width: 991px) {
    .domains-cols {
      -webkit-column-count: 3;
              column-count: 3; } }
  @media (max-width: 479px) {
    .domains-cols {
      -webkit-column-count: 2;
              column-count: 2; } }

.domains-list {
  margin-left: -15px; }
  .domains-list > li {
    padding: 0 15px; }
  .domains-list, .domains-list a {
    color: #e3445b; }

.more-list {
  color: #b5a397;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none; }
  .more-list [class*='ion-'] {
    font-size: 18px;
    padding-right: 6px;
    position: relative;
    top: 3px; }
  .more-list:hover {
    color: #e3445b; }

.address-list {
  font-size: 14px;
  line-height: 21px; }
  .address-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .address-list ul li {
      margin-bottom: 3px; }
  .address-list b {
    font-weight: 600;
    color: #30231d; }
  .address-list a, .address-list a:hover, .address-list a:focus {
    text-decoration: none; }
  .address-list a, .address-list a:focus {
    color: #e3445b; }
  .address-list a:hover, .address-list a:focus:hover {
    color: #30231d; }

.address-list + * {
  margin-top: 25px; }

.social-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-list ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1em;
    margin-right: -4px; }
    .social-list ul li:first-child a {
      padding-left: 0; }
  .social-list ul a {
    display: block;
    position: relative;
    margin-top: -3px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 3px 6px; }
    .social-list ul a:hover {
      color: #e3445b; }
  .social-list ul,
  .social-list ul a {
    color: #6a5750; }

.social-list.social-list--light a:hover {
  color: #8e746b; }
.social-list.social-list--light,
.social-list.social-list--light a {
  color: #8e746b; }

h5 + .social-list {
  margin-top: 15px; }

.single-carousel {
  margin: 0;
  padding: 0;
  list-style: none; }
  .single-carousel img {
    width: 100%; }

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left; }

  .text-xs-right {
    text-align: right; }

  .text-xs-center {
    text-align: center; } }
@media (max-width: 991px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; } }
.text-center .img-responsive {
  display: inline-block; }

@media (max-width: 767px) {
  .img-responsive {
    display: inline-block; } }
.two-cols {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px; }

ul.marker-list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none; }
  ul.marker-list li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 25px;
    position: relative; }
    ul.marker-list li:before {
      content: '\f3fd';
      font-family: "Ionicons";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 26px; }
    ul.marker-list li:not(:last-child) {
      margin-bottom: 16px; }

ul.numeric-list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none; }
  ul.numeric-list li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 25px;
    counter-increment: list;
    position: relative; }
    ul.numeric-list li:not(:last-child) {
      margin-bottom: 16px; }
    ul.numeric-list li:after {
      content: counter(list) ".";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      text-align: center; }

ul.simple-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.simple-list li {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px; }
    ul.simple-list li:last-child {
      margin-right: 0; }
  ul.simple-list a {
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s; }
    ul.simple-list a:hover {
      color: #e3445b; }

ul.tags-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.tags-list li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px; }
    ul.tags-list li:last-child {
      margin-right: 0; }
  ul.tags-list a, ul.tags-list span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    padding: 10px 10px;
    color: #fff;
    background-color: #30231d;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s; }
    ul.tags-list a:hover, ul.tags-list span:hover {
      background-color: #e3445b; }

h5 + .tags-list {
  margin-top: 25px; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  font-size: 15px;
  line-height: 20px;
  color: #30231d;
  border-top: 1px solid #b5a397; }

.table > thead > tr > th {
  border-bottom: 2px solid #6a5750;
  background: #6a5750;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped > thead > tr,
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f6f1ed; }

.pagination {
  margin: 0;
  padding: 0;
  border-radius: 0; }

.pagination > li > a,
.pagination > li > span {
  width: 43px;
  height: 43px;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 16px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  border-radius: 0;
  background-color: #30231d;
  color: #fff;
  border: 0;
  -webkit-transition: .2s;
  transition: .2s; }

.pagination > li.active > a, .pagination > li.active > a:hover {
  background-color: #b5a397;
  color: #fff; }

.pagination > li > a:hover {
  background-color: #b5a397;
  color: #fff; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }

.nobr {
  white-space: nowrap; }

.instagram-feed a {
  display: block;
  position: relative;
  width: 12.5%;
  float: left;
  overflow: hidden; }
  .instagram-feed a:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #30231d;
    opacity: .3;
    -webkit-transition: .2s;
    transition: .2s; }
  .instagram-feed a:hover:after {
    opacity: 0; }
  @media (max-width: 991px) {
    .instagram-feed a {
      width: 25%; } }
  .instagram-feed a img {
    width: 100%; }

/* 2.2 Buttons */
.btn {
  position: relative;
  height: 43px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 24px 10px 26px;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 0;
  margin-top: 0;
  text-align: center; }
  .btn, .btn:focus {
    color: #fff;
    background-color: #30231d; }
  .btn:hover {
    color: #fff;
    background-color: #e3445b; }

.btn + .btn {
  margin-left: 10px; }

@media (max-width: 767px) {
  .btn {
    font-size: 14px; } }
@media (max-width: 479px) {
  .btn {
    font-size: 14px;
    padding: 8px 12px;
    height: auto; } }
.btn--border, .btn--border:focus {
  color: #8e746b;
  background-color: transparent;
  border: 1px solid #8e746b; }
.btn--border:hover {
  color: #fff;
  background-color: #8e746b; }

.btn--mono:hover {
  background-color: #8e746b; }

.btn--light, .btn--light:focus {
  background-color: #6a5750; }
.btn--light:hover {
  background-color: #e3445b; }

.btn--invert, .btn--invert:focus {
  color: #fff;
  background-color: #e3445b; }
.btn--invert:hover {
  color: #fff;
  background-color: #6a5750; }

.btn--white, .btn--white:focus {
  color: #30231d;
  background-color: #fff; }
.btn--white:hover {
  color: #fff;
  background-color: #e3445b; }

.btn--icon {
  height: 43px;
  font-size: 23px;
  background-color: transparent;
  color: #30231d;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 0; }

.toTop-btn {
  display: block;
  text-align: center;
  background: #e3445b;
  color: #fff !important;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px; }
  .toTop-btn i.icon {
    position: relative;
    top: 2px;
    padding-right: 8px;
    font-size: 17px; }
  .toTop-btn:hover {
    text-decoration: none; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1; }

.btn-wrap .btn {
  margin-bottom: 8px; }

.text-center > .btn:not(.slide-button) {
  margin: 0 5px 10px; }

.clearfix > .btn {
  margin: 0 10px 10px 0; }

/* 2.4 Forms */
textarea:focus, textarea:active,
input:focus,
input:active,
input[type]:focus,
input[type]:active,
.uneditable-input:focus,
.uneditable-input:active,
button:focus,
button:active {
  outline: 0; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 21px;
  color: #8e746b;
  background-color: #fff;
  border: 1px solid #b5a397;
  border-radius: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .form-control [class*='ion-'] {
    color: #b5a397; }
  .form-control, .form-control:focus {
    outline: 0; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #30231d; }
    .form-control:focus::-webkit-input-placeholder {
      opacity: .5; }
    .form-control:focus:-moz-placeholder {
      opacity: .5; }
    .form-control:focus::-moz-placeholder {
      opacity: .5; }
    .form-control:focus:-ms-input-placeholder {
      opacity: .5; }
  .form-control::-webkit-input-placeholder {
    color: #8e746b; }
  .form-control:-moz-placeholder {
    color: #8e746b; }
  .form-control::-moz-placeholder {
    color: #8e746b; }
  .form-control:-ms-input-placeholder {
    color: #8e746b; }
  .form-control.form-control--nobrd {
    border: 0; }
  @media (max-width: 767px) {
    .form-control {
      padding: 10px 16px;
      font-size: 14px; } }

.form-group {
  margin-bottom: 0; }
  .form-group:not(:first-child) {
    margin-top: 30px; }

.form-control:not(:first-child):not(:only-of-type):not([class*='offset-']),
.form-btn-wrap:not(:first-child):not(:only-of-type):not([class*='offset-']) {
  margin-top: 34px; }

.form-column > *:not(:first-child) {
  margin-top: 20px; }

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-flex .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.form-inline .select-wrapper {
  display: inline-block; }

.form-inline .btn {
  vertical-align: top; }

.select-wrapper {
  position: relative; }
  .select-wrapper:before {
    content: "\f35f";
    font-family: "Ionicons";
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 41px;
    height: 41px;
    font-size: 26px;
    line-height: 41px;
    pointer-events: none;
    color: #8e746b;
    text-align: center;
    background-color: #fff; }
  .select-wrapper select {
    padding-right: 40px;
    width: 100%; }

.success-confirm,
.error-confirm {
  display: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px; }

.form-confirm + .form-group {
  margin-top: 0; }

.success-confirm {
  color: #2e9a07; }

.error-confirm {
  color: #e63f3f; }

.has-error .form-control {
  border-color: #e63f3f; }
  .has-error .form-control, .has-error .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.help-block {
  margin-top: 0;
  margin-bottom: 0; }
  .help-block ul {
    margin-bottom: 0; }

.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
  color: #e63f3f;
  font-size: 12px; }

.has-success .form-control {
  border-color: #2e9a07; }
  .has-success .form-control, .has-success .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
  color: #2e9a07; }

.search-domain input[type="text"] {
  width: 312px; }
.search-domain .btn {
  margin-bottom: 0; }
.search-domain > * {
  margin: 0 3px; }

@media (max-width: 767px) {
  .search-domain-wrapper {
    display: table;
    width: 80%;
    min-width: 290px;
    margin: 0 auto; }

  .search-domain {
    width: 100%; }
    .search-domain > * {
      margin: 0; }
    .search-domain .inner-addon {
      width: 100%;
      display: block; }
    .search-domain input[type="text"] {
      width: 100%;
      margin: 0 0 20px; }
    .search-domain .select-wrapper {
      width: 115px;
      float: left; }
    .search-domain .btn {
      padding-left: 0;
      padding-right: 0;
      float: right;
      text-align: center;
      width: calc(100% - 135px);
      margin: 0; }
    .search-domain input[type="text"] + .btn {
      width: auto;
      float: none;
      padding-left: 25px;
      padding-right: 25px;
      margin-left: auto;
      margin-right: auto; } }
.contact-form {
  margin-top: 6px;
  position: relative; }
  .contact-form:after {
    content: '@';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #f4f4f4;
    font-size: 200px;
    line-height: 1em; }
  .contact-form .form-control {
    background: #fff; }
  .contact-form.contact-form--transparent .form-control {
    background: transparent; }

.contact-form textarea {
  height: 129px; }

.comment-form {
  margin-top: 15px;
  margin-bottom: 15px; }
  .comment-form textarea {
    height: 185px; }
  .comment-form:after {
    display: none; }
  .comment-form.form-column > *:not(:first-child) {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .comment-form.form-column > *:not(:first-child) {
        margin-top: 20px; } }

h2 + .comment-form {
  margin-top: 55px; }
  @media (max-width: 991px) {
    h2 + .comment-form {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    h2 + .comment-form {
      margin-top: 20px; } }

@media (max-width: 767px) {
  .comment-form.form-column .col-sm-6:not(:last-child) {
    margin-bottom: 20px; } }
.help-block {
  display: none; }

.has-error .help-block {
  display: block; }

.inner-addon {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.form-inline .inner-addon {
  display: inline-block;
  vertical-align: top; }

.inner-addon [class*='ion-'] {
  position: absolute;
  padding: 0 15px;
  pointer-events: none;
  font-size: 20px;
  line-height: 44px;
  color: #b5a397; }

.left-addon [class*='ion-'] {
  left: 0px; }

.right-addon [class*='ion-'] {
  right: 0px; }

.left-addon input, .left-addon textarea {
  padding-left: 44px; }

.right-addon input, .left-addon input {
  padding-right: 44px; }

@media (min-width: 768px) {
  .subscribe-block > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .subscribe-block .btn {
    min-width: 146px; } }
/* 2.5 Skillbar */
.skillbar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 540px;
  background: #f6f1ed;
  height: 31px;
  border-radius: 3px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color; }
  .skillbar:not(:first-child) {
    margin-top: 25px; }
  .skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    padding: 0 20px;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: #6a5750; }
  .skillbar-bar-wrap {
    height: 31px;
    width: 70%;
    margin-left: 30%; }
  .skillbar-bar {
    height: 31px;
    width: 0;
    background: #b5a397;
    border-radius: 0 3px 3px 0; }

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  height: 31px;
  line-height: 31px;
  color: #30231d; }

@media (max-width: 1199px) {
  .skillbar-title {
    background: transparent; }

  .skillbar-bar-wrap {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 767px) {
  .skillbar, .skillbar.pull-left, .skillbar.pull-right {
    float: none !important;
    margin-left: auto;
    margin-right: auto; } }
/* 3 Content */
/* 3.1 Slider */
/*slider*/
.home-slider {
  width: 100%;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 0; }
  @media (max-width: 1199px) {
    .home-slider {
      min-height: 560px; } }
  @media (max-width: 991px) {
    .home-slider {
      min-height: 500px;
      max-height: 46vw; } }
  @media (max-width: 767px) {
    .home-slider {
      min-height: 370px;
      max-height: 46vw; } }
  .home-slider.slick-initialized {
    opacity: 1; }
  .home-slider:hover .slick-prev, .home-slider:hover .slick-next {
    opacity: 1; }
  .home-slider .slick-prev, .home-slider .slick-next {
    width: 52px;
    height: 52px;
    background-color: #e3445b;
    opacity: 0; }
    @media (max-width: 1199px) {
      .home-slider .slick-prev, .home-slider .slick-next {
        width: 42px;
        height: 42px; } }
    @media (max-width: 767px) {
      .home-slider .slick-prev, .home-slider .slick-next {
        opacity: 1;
        width: 34px;
        height: 34px; } }
    .home-slider .slick-prev:hover, .home-slider .slick-next:hover {
      background-color: #fff; }
      .home-slider .slick-prev:hover:before, .home-slider .slick-next:hover:before {
        color: #e3445b; }
  .home-slider .slick-prev {
    left: 23px; }
    @media (max-width: 767px) {
      .home-slider .slick-prev {
        left: 0; } }
  .home-slider .slick-next {
    right: 23px; }
    @media (max-width: 767px) {
      .home-slider .slick-next {
        right: 0; } }
  .home-slider .slick-prev:before, .home-slider .slick-next:before {
    font-size: 24px;
    line-height: 50px;
    color: #fff; }
    @media (max-width: 1199px) {
      .home-slider .slick-prev:before, .home-slider .slick-next:before {
        font-size: 20px;
        line-height: 42px; } }
    @media (max-width: 767px) {
      .home-slider .slick-prev:before, .home-slider .slick-next:before {
        font-size: 14px;
        line-height: 35px; } }
  .home-slider .slick-prev:before {
    position: relative;
    left: -1px; }

.slick-list,
.slick-track {
  height: 100%; }

.home-slider .slide {
  background-position: center center;
  background-size: cover; }

.home-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home-slider .slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  height: auto;
  background-color: #fff;
  position: relative; }
  .home-slider .slide > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .home-slider .slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .home-slider .slide video {
        min-height: 300px; } }

.home-slider .slide:not(.xs-txt-btm) img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.slide-caption {
  position: relative;
  z-index: 2;
  padding: 10% 0; }
  @media (max-width: 1400px) {
    .slide-caption {
      padding: 5% 0; } }
  @media (max-width: 1199px) {
    .slide-caption {
      padding: 5% 0; } }
  @media (max-width: 991px) {
    .slide-caption {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .slide-caption {
      padding: 10px 0; } }
  .slide-caption.to-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .slide-caption.to-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .slide-caption.to-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .slide-caption.to-right {
    margin-left: auto; }
  .slide-caption.to-left {
    margin-right: auto; }
  .slide-caption.to-center > * {
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 767px) {
    .slide-caption {
      text-align: center;
      width: calc(100% + 30px);
      margin-left: -15px !important;
      margin-right: -15px !important; }
      .slide-caption .animation, .slide-caption .animated {
        opacity: 1 !important;
        animation-name: none !important;
        -webkit-animation-name: none !important; } }

.slide-text-1,
.slide-text-2,
.slide-text-3,
.slide-text-4,
.slide-button {
  overflow: hidden;
  position: relative;
  z-index: 1; }

.slide-caption-bg {
  padding: 12px 24px 17px;
  position: relative; }
  @media (max-width: 991px) {
    .slide-caption-bg {
      padding: 14px 24px 14px; } }
  .slide-caption-bg:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(48, 35, 29, 0.75); }
  @media (max-width: 767px) {
    .slide-caption-bg {
      text-align: center !important; } }

@media (min-width: 768px) {
  .slide-caption.to-left .slide-caption-bg {
    padding-left: 0; }
    .slide-caption.to-left .slide-caption-bg:after {
      left: -200%; }

  .slide-caption.to-right .slide-caption-bg {
    padding-right: 0; }
    .slide-caption.to-right .slide-caption-bg:after {
      right: -200%; } }
@media (max-width: 767px) {
  .slide-caption .slide-caption-bg {
    padding-right: 0; }
    .slide-caption .slide-caption-bg:after {
      right: -200%;
      left: -100%; } }
.slide-text-1 {
  position: relative;
  margin-top: .5em;
  color: #fff;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 600; }
  .slide-text-1:first-child {
    margin-top: 0; }

.slide-text-2 {
  margin-top: .5em;
  color: #fff;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 400;
  max-width: 800px; }
  .slide-text-2:first-child {
    margin-top: 0; }

.slide-text-3 {
  margin-top: .6em;
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500; }
  .slide-text-3:first-child {
    margin-top: 0; }

.slide-text-4 {
  margin-top: .2em;
  color: #fff;
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 400; }
  .slide-text-4:first-child {
    margin-top: 0; }

.slide-button {
  height: auto;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 62px;
  font-weight: 600;
  background: #e3445b; }
  @media (max-width: 991px) {
    .slide-button {
      margin-top: 30px; } }
  .slide-button:first-child {
    margin-top: 0; }
  .slide-button:hover {
    background: #30231d; }

@media (max-width: 1199px) {
  .slide-button {
    margin-top: 30px;
    padding: 15px 40px;
    font-size: 18px;
    line-height: 26px; }

  .slide-text-1 {
    font-size: 65px; }

  .slide-text-2 {
    font-size: 35px; }

  .slide-text-3 {
    font-size: 36px; }

  .slide-text-4 {
    font-size: 28px; } }
@media (max-width: 767px) {
  .slide-button {
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }

  .slide-caption-bg + .slide-button {
    margin-top: 10px; }

  .slide-text-1 {
    font-size: 32px; }

  .slide-text-2 {
    font-size: 16px;
    font-weight: 400; }

  .slide-text-3 {
    font-size: 22px; }

  .slide-text-4 {
    font-size: 16px; } }
.home-slider .slick-dots {
  position: absolute;
  bottom: 45px;
  padding: 0;
  margin: 0;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px); }

.video-control {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center; }
  @media (max-width: 991px) {
    .video-control {
      bottom: 30px; } }
  @media (max-width: 767px) {
    .video-control {
      bottom: 0;
      right: 0;
      font-size: 30px; } }

.video-control > * {
  cursor: pointer;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s; }

.video-control > *:hover {
  opacity: .7; }

.video-control.visible {
  opacity: 1;
  visibility: visible; }

.video-stop {
  display: none; }

.is-playing .video-play {
  display: none; }

.is-playing .video-stop {
  display: block; }

body.videoautoplay [data-autoplay="true"] .slide-image {
  /*display: none;*/ }

.slide-circle-off .drawcircle {
  display: none; }

.drawcircle {
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 1px rgba(255, 255, 255, 0.1);
  left: 50%;
  top: 50%;
  width: 38vw;
  height: 38vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0); }

@media (max-width: 991px) {
  .drawcircle {
    width: 50vw;
    height: 50vw; } }
@media (max-width: 767px) {
  .drawcircle {
    width: 70vw;
    height: 70vw; } }
.drawcircle,
.drawcircle * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.drawcircle .pie {
  width: 50%;
  height: 100%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  position: absolute;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5); }

.drawcircle.animated .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 200;
  border-right: none;
  -webkit-animation: rota 6s linear forwards;
          animation: rota 6s linear forwards;
  -webkit-animation-iteration-count: 500;
          animation-iteration-count: 500; }

.drawcircle.animated .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  -webkit-animation: opa 6s steps(1, end) reverse forwards;
          animation: opa 6s steps(1, end) reverse forwards;
  -webkit-animation-iteration-count: 500;
          animation-iteration-count: 500;
  border-left: none; }

.drawcircle.animated .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  z-index: 300;
  -webkit-animation: opa 6s steps(1, end) forwards;
          animation: opa 6s steps(1, end) forwards;
  -webkit-animation-iteration-count: 500;
          animation-iteration-count: 500; }

@-webkit-keyframes rota {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rota {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes opa {
  0% {
    opacity: 1; }
  50%,
	100% {
    opacity: 0; } }
@keyframes opa {
  0% {
    opacity: 1; }
  50%,
	100% {
    opacity: 0; } }
/* 3.2 Slick Sliders */
/* Slick Slider */
.slick-loading .slick-list {
  background: url("../images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #f6f1ed;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: .2s;
  transition: .2s; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background: #e3445b;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      opacity: 1;
      color: #fff; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .5; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'Ionicons';
    font-size: 14px;
    line-height: 35px;
    color: #8e746b;
    -webkit-transition: .2s;
    transition: .2s; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: '\f124'; }
    [dir="rtl"] .slick-prev:before {
      content: '\f125'; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: '\f125';
    padding-left: 2px; }
    [dir="rtl"] .slick-next:before {
      content: '\f124'; }

/* Dots */
.slick-dots {
  position: relative;
  bottom: -25px;
  margin-bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      position: relative;
      border: 0;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      width: 8px;
      height: 8px;
      margin: 2px auto;
      padding: 0;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: .15s;
      transition: .15s; }
  .slick-dots li.slick-active button,
  .slick-dots li:hover button {
    background-color: white; }
  .slick-dots li.slick-active button {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }

/* 3.3 Price Box */
.price-box {
  display: block;
  margin: 15px auto 15px;
  padding: 0 0 20px;
  max-width: 320px;
  background-color: #fff;
  -webkit-transition: .2s;
  transition: .2s; }
  .price-box, .price-box:hover, .price-box:focus {
    color: inherit;
    text-decoration: none; }
  .price-box:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
    .price-box:hover .price-box-title {
      color: #e3445b; }
  .price-box-title {
    position: relative;
    z-index: 1;
    padding: 13px;
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    color: #30231d;
    border-bottom: 2px solid #30231d;
    -webkit-box-shadow: 0 2px 0 0 #b5a397;
            box-shadow: 0 2px 0 0 #b5a397;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s; }
  .price-box-price {
    margin: 25px 0 0;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #e3445b;
    text-align: center; }
    .price-box-price b {
      font-weight: 500; }
  .price-box-list {
    margin: 30px 0 0;
    padding: 0 27px;
    list-style: none; }
    .price-box-list li {
      position: relative;
      margin-bottom: 12px;
      font-size: 15px;
      line-height: 18px;
      color: #8e746b; }
      @media (max-width: 991px) {
        .price-box-list li {
          font-size: 14px; } }
      .price-box-list li b {
        color: #30231d; }
  .price-box > *:first-child {
    margin-top: 0; }

.js-price-carousel {
  margin-top: -35px;
  margin-bottom: -25px; }

@media (max-width: 991px) {
  .price-box {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

  .js-price-carousel {
    margin-top: -10px;
    margin-bottom: -25px; } }
.prices-wrap {
  position: relative;
  padding-bottom: 55px; }
  .prices-wrap:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: #b5a397; }

.price-lg {
  margin-top: 55px;
  padding: 100px 65px 100px 165px;
  left: 15px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .price-lg:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 100px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f6f1ed; }
  .price-lg .price-lg-inside {
    position: relative;
    z-index: 1; }
    .price-lg .price-lg-inside > * {
      margin-bottom: 40px; }
    .price-lg .price-lg-inside > *:last-child {
      margin-bottom: 0; }
  .price-lg .price-title {
    font-size: 60px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #30231d; }
  .price-lg .price-subtitle {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    color: #30231d; }
  .price-lg .price-vert {
    position: absolute;
    top: 0;
    left: -42px;
    -webkit-transform: rotate(90deg) translateX(10px);
            transform: rotate(90deg) translateX(10px);
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0;
    color: #30231d;
    text-transform: uppercase;
    float: left;
    cursor: vertical-text;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap; }
  .price-lg .price {
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
    text-align: right;
    color: #e3445b; }
  .price-lg .price-old {
    font-size: 20px;
    text-decoration: line-through;
    text-align: right;
    position: relative;
    margin-top: -20px; }
  .price-lg .price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .price-lg .price-text {
    padding-right: 100px;
    margin-bottom: 55px; }
  .price-lg .circle-bg {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    height: 100%;
    background: #f6f1ed;
    border-radius: 50%; }
  .price-lg .feature {
    margin: 0 0 30px; }
  .price-lg .feature-icon {
    background: #fff; }
  .price-lg .label-sale {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    background: #e3445b;
    font-size: 18px;
    line-height: 32px;
    padding: 0 25px; }
  .price-lg .label-hot {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 100px;
    color: #b5a397;
    background: #f6f1ed;
    font-size: 18px;
    line-height: 32px;
    padding: 0 25px; }

@media (max-width: 1199px) {
  .prices-wrap:before {
    display: none; }

  .price-lg {
    left: 0;
    padding: 70px 50px 60px 110px; }
    .price-lg .price-title {
      font-size: 45px; }
    .price-lg .price-subtitle {
      font-size: 30px; }
    .price-lg .price {
      font-size: 45px; }
    .price-lg:before {
      left: 45px; }
    .price-lg .price-lg-inside > * {
      margin-bottom: 10px; }
    .price-lg .price-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .price-lg .price-text {
      padding-right: 0;
      margin-bottom: 25px; }
    .price-lg .price {
      text-align: left; }
    .price-lg .price-subtitle {
      margin-bottom: 25px; }
    .price-lg .price-old {
      margin-top: 0;
      text-align: left; }
    .price-lg .feature {
      margin-bottom: 20px; }
    .price-lg .label-sale {
      font-size: 15px;
      line-height: 28px;
      padding: 0 15px; }
    .price-lg .label-hot {
      top: 10px;
      left: 45px;
      font-size: 15px;
      line-height: 28px;
      padding: 0 15px; } }
@media (max-width: 767px) {
  .price-lg {
    margin-top: 25px;
    padding: 50px 20px 40px 20px; }
    .price-lg:first-child {
      margin-top: 50px; }
    .price-lg .price-title {
      font-size: 28px; }
    .price-lg .price-subtitle {
      font-size: 18px; }
    .price-lg .price {
      font-size: 25px; }
    .price-lg:before,
    .price-lg .price-vert {
      display: none; }
    .price-lg .price-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .price-lg .price {
      text-align: left; }
    .price-lg .price-subtitle {
      margin-bottom: 25px; }
    .price-lg .price-old {
      margin-top: 0;
      text-align: left; }
    .price-lg .label-hot {
      top: 0;
      left: 0; } }
/* 3.4 Team Box */
.team-box-wrap {
  margin-bottom: -35px; }

.js-team-box-carousel.slick-initialized {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s; }

.js-team-box-carousel:not(.slick-initialized) {
  opacity: 0; }

.person {
  margin-bottom: 35px;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .person {
      padding: 0 35px; } }
  .person > *:not(first-child) {
    margin-top: 22px; }
    @media (max-width: 767px) {
      .person > *:not(first-child) {
        margin-top: 15px; } }
  .person-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .person-top:hover {
      text-decoration: none; }
      .person-top:hover .person-name {
        color: #30231d; }
  .person-photo {
    min-width: 78px;
    margin-right: 19px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
            box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
    color: #8e746b;
    color: #8e746b;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s; }
    .person-photo img {
      border-radius: 50%;
      width: 78px;
      height: 78px; }
  .person-name {
    color: #e3445b;
    margin-bottom: 0; }
  .person-position {
    color: #6a5750;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .person-position {
        font-size: 16px; } }
    .person-position span {
      position: relative; }
      .person-position span:after {
        content: '';
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        border-bottom: 1px solid #6a5750; }
    .person-position a {
      text-decoration: none;
      color: #6a5750; }
      .person-position a:hover span:after {
        border-bottom: 0; }
  .person .social-list a {
    color: #6a5750; }
    .person .social-list a:hover {
      color: #e3445b; }

/* 3.5 Text Box */
@media (min-width: 992px) {
  .txt-box-grid .col-md-4:nth-child(3n+1) {
    clear: left; } }
@media (max-width: 991px) {
  .txt-box-grid .col-sm-6:nth-child(2n+1), .txt-box-grid .col-xs-6:nth-child(2n+1) {
    clear: left; } }
@media (max-width: 600px) {
  .txt-box-grid .col-xs-6 {
    width: 100%; } }
@media (max-width: 767px) {
  .txt-box-grid.center-xs .txt-box {
    margin-left: auto;
    margin-right: auto; } }

.txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
  padding: 27px 30px 22px;
  -webkit-box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
          box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
  background: #fff;
  color: #8e746b;
  text-decoration: none; }
  @media (max-width: 767px) {
    .txt-box {
      margin-bottom: 25px;
      max-width: 290px; } }
  .txt-box:hover, .txt-box:focus {
    text-decoration: none; }
  .txt-box-icon {
    color: #e3445b;
    font-size: 36px;
    margin-right: 20px; }
  .txt-box-title {
    color: #30231d;
    margin-bottom: 6px; }
  .txt-box:hover {
    text-decoration: none;
    background: #e3445b;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(142, 116, 107, 0.5);
            box-shadow: 0 0 0 rgba(142, 116, 107, 0.5); }
    .txt-box:hover .txt-box-title {
      color: #fff; }
    .txt-box:hover .txt-box-icon {
      color: #fff; }
  .txt-box + * {
    margin-top: 30px; }
  .txt-box + .txt-box {
    margin-top: 20px; }

.col-sm-6 .txt-box.last {
  margin-bottom: 0; }

/* 3.6 Feature Box */
.features-grid {
  margin-top: -30px; }
  @media (max-width: 991px) {
    .features-grid {
      margin-top: -20px; } }
  @media (max-width: 767px) {
    .features-grid {
      margin-top: -10px; } }
  @media (max-width: 479px) {
    .features-grid .col-xs-6 {
      width: 100%; } }

@media (min-width: 768px) {
  .features-grid > [class*='col']:nth-child(3n+1) {
    clear: left; } }
@media (min-width: 480px) and (max-width: 767px) {
  .features-grid > [class*='col']:nth-child(2n+1) {
    clear: left; } }
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  margin-top: 62px;
  text-decoration: none; }
  .feature:hover, .feature:focus {
    text-decoration: none; }
  @media (max-width: 991px) {
    .feature {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .feature {
      margin-top: 25px; } }
  .feature-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
            box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
    font-size: 40px;
    line-height: 78px;
    color: #8e746b;
    background: #fff;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s; }
  .feature-text {
    margin-bottom: 0;
    color: #30231d;
    position: relative; }
    .feature-text:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      top: 100%;
      margin-top: 3px;
      border-bottom: 1px solid #30231d;
      -webkit-transition: width 0.4s;
      transition: width 0.4s; }
  .feature:hover {
    text-decoration: none; }
    .feature:hover .feature-icon {
      -webkit-box-shadow: 0 0 25px rgba(142, 116, 107, 0.3);
              box-shadow: 0 0 25px rgba(142, 116, 107, 0.3); }
    .feature:hover .feature-text:before {
      width: 100%; }

/* 3.7 Domain Box */
.domain-box-grid {
  margin-top: -62px; }
  @media (max-width: 991px) {
    .domain-box-grid {
      margin-top: -35px; } }
  @media (max-width: 767px) {
    .domain-box-grid {
      margin-top: -25px; } }
  @media (max-width: 479px) {
    .domain-box-grid .col-xs-6 {
      width: 100%; } }

@media (min-width: 992px) {
  .domain-box-grid > [class*='col']:nth-child(3n+1) {
    clear: left; } }
@media (min-width: 480px) and (max-width: 991px) {
  .domain-box-grid > [class*='col']:nth-child(2n+1) {
    clear: left; } }
.domain-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  margin-top: 62px;
  text-decoration: none; }
  .domain-box:hover, .domain-box:focus {
    text-decoration: none; }
  @media (max-width: 991px) {
    .domain-box {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .domain-box {
      margin-top: 25px; } }
  .domain-box-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    margin-right: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
            box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
    color: #8e746b;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 18px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .domain-box-icon.sm {
      font-size: 14px; }
  .domain-box-text {
    margin-bottom: 0;
    color: #30231d;
    position: relative; }
    .domain-box-text h3 {
      -webkit-transition: .2s;
      transition: .2s; }
    .domain-box-text b {
      color: #e3445b;
      font-weight: inherit; }
    .domain-box-text .label {
      display: block;
      margin: 0;
      padding: 0;
      text-align: left;
      color: #e3445b;
      font-size: 12px;
      line-height: 16px;
      font-weight: normal; }
    .domain-box-text:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      top: 100%;
      margin-top: 3px;
      border-bottom: 1px solid #e3445b;
      -webkit-transition: width 0.4s;
      transition: width 0.4s; }
    .domain-box-text > * {
      margin: 0; }
  .domain-box:hover {
    text-decoration: none; }
    .domain-box:hover .domain-box-icon {
      -webkit-box-shadow: 0 0 25px rgba(142, 116, 107, 0.3);
              box-shadow: 0 0 25px rgba(142, 116, 107, 0.3); }
    .domain-box:hover .domain-box-text h3 {
      color: #e3445b; }
    .domain-box:hover .domain-box-text:before {
      width: 100%; }

/* 3.8 Icon Banner */
.icn-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .icn-banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .icn-banner .icn-banner-icon {
        margin: 0 0 10px; } }
  .icn-banner-icon {
    color: #6a5750;
    font-size: 117px;
    margin-right: 40px; }
    .icn-banner-icon a {
      text-decoration: none;
      -webkit-transition: .2s;
      transition: .2s;
      color: #6a5750; }
      .icn-banner-icon a:hover {
        color: #e3445b; }
  .icn-banner-title {
    margin-bottom: 0; }

/* 3.9 Video */
/*video*/
.video-box {
  position: relative;
  margin-top: 7px; }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168px;
  height: 168px;
  background-color: #e3445b;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1; }
  @media (max-width: 991px) {
    .play-btn {
      width: 80px;
      height: 80px; } }

.play-btn .triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -20px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 60px solid #fff;
  -webkit-transition: .2s;
  transition: .2s; }
  @media (max-width: 991px) {
    .play-btn .triangle {
      margin: -20px 0 0 -10px;
      width: 0;
      height: 0;
      border-top-width: 20px;
      border-bottom-width: 20px;
      border-left-width: 30px; } }

.play-btn:hover .triangle {
  border-left-color: rgba(255, 255, 255, 0.8); }

.play-btn .buffering {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s; }

.play-btn:hover .buffering {
  -webkit-animation: rotate 1s infinite linear;
          animation: rotate 1s infinite linear;
  opacity: 1; }

/* rotation */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.videoWrapper {
  position: relative;
  width: 100%;
  background-color: #000; }

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0; }

.videoPoster {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  overflow: hidden;
  opacity: 1; }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    -webkit-transition-delay: 0s, 800ms;
            transition-delay: 0s, 800ms; }

.videoWrapper .stop-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: #f6f1ed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  line-height: 105px;
  color: #b5a397;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity .2s ease .1s;
  transition: opacity .2s ease .1s;
  border-radius: 50%; }

.videoWrapper.videoWrapperActive:hover .stop-btn {
  visibility: visible;
  opacity: 1; }

/* 3.10 Related Post */
.related-posts {
  margin-bottom: 30px;
  clear: both; }

@media (min-width: 992px) {
  .related-posts > [class*='col-md-6']:nth-child(2n+1) {
    clear: left; } }
.related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  margin-top: 10px;
  text-decoration: none; }
  @media (max-width: 479px) {
    .related-post {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .related-post:hover, .related-post:focus {
    text-decoration: none; }
  .related-post-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 78px;
    height: 78px;
    min-width: 78px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
            box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
    color: #8e746b;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 700; }
    .related-post-icon span {
      display: block;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
      position: relative;
      top: -5px; }
  .related-post-text {
    margin-bottom: 0;
    color: #30231d;
    margin-bottom: 0;
    -webkit-transition: .2s;
    transition: .2s; }
    @media (max-width: 479px) {
      .related-post-text {
        margin-top: 10px; } }
  .related-post:hover .related-post-text {
    color: #e3445b; }

.related-posts.slick-slider {
  margin-left: 90px;
  margin-right: 90px; }
  @media (max-width: 767px) {
    .related-posts.slick-slider {
      margin-left: 25px;
      margin-right: 25px; } }
  .related-posts.slick-slider .related-post {
    margin-bottom: 2px; }
  .related-posts.slick-slider .slick-prev {
    left: -90px;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .related-posts.slick-slider .slick-prev {
        left: -25px; } }
  .related-posts.slick-slider .slick-next {
    right: -90px;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .related-posts.slick-slider .slick-next {
        right: -25px; } }

/* 3.11 Counters */
.counter-box {
  margin-bottom: 15px;
  margin-top: 15px; }
  .counter-box-number {
    font-size: 36px;
    line-height: 1em;
    font-weight: 600;
    color: #e3445b; }
    @media (max-width: 767px) {
      .counter-box-number {
        font-size: 30px; } }
    @media (max-width: 479px) {
      .counter-box-number {
        font-size: 24px; } }
  .counter-box-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #8e746b; }
    @media (max-width: 767px) {
      .counter-box-text {
        font-size: 14px; } }
  .counter-box > * {
    margin-top: 10px; }
  .counter-box > *:first-child {
    margin-top: 0; }

@media (max-width: 991px) {
  .counter-box:nth-child(2n+1) {
    clear: left; } }
@media (max-width: 991px) {
  .counter-box {
    margin-top: 35px; }

  .counter-box:nth-child(1), .counter-box:nth-child(2) {
    margin-top: 0 !important; } }
@media (max-width: 767px) {
  .counter-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px; } }
/* 3.12 Testimonials */
@media (min-width: 768px) {
  .testimonials-grid > [class*='col'] {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .testimonials-grid {
    margin: 0; } }
@media (max-width: 479px) {
  .testimonials-grid .col-xs-6 {
    width: 100%; } }

@media (min-width: 768px) {
  .testimonials-grid > [class*='col-sm-6']:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 480px) and (max-width: 991px) {
  .testimonials-grid > [class*='col']:nth-child(2n+1) {
    clear: left; } }
h3 + .testimonials-grid {
  margin-top: 33px; }

.testimonial {
  color: #8e746b;
  padding: 17px 23px 16px;
  -webkit-transition: .2s;
  transition: .2s; }
  .testimonial > *:not(:first-child) {
    margin-top: 16px; }
  .testimonial-text + *:not(:first-child) {
    margin-top: 22px; }
  .testimonial-title {
    color: #e3445b;
    margin-bottom: 0; }
  .testimonial-author {
    color: #30231d;
    margin-bottom: 0;
    font-weight: 400;
    float: right; }
    .testimonial-author a {
      color: inherit;
      text-decoration: none; }
      .testimonial-author a:hover {
        text-decoration: none;
        color: #e3445b; }
  .testimonial .rating {
    float: left; }
  .testimonial + * {
    margin-top: 19px; }
  .testimonial:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.testimonials-grid .slick-dots {
  bottom: 0; }

.testimonials-grid .slick-dots li button {
  background-color: #b5a397; }

.testimonials-grid .slick-dots li.slick-active button {
  background-color: #30231d;
  -webkit-transform: scale(1);
          transform: scale(1); }

.slick-initialized .testimonial + * {
  margin-top: 0; }

@media (max-width: 479px) {
  .testimonial-author {
    float: none; }

  .testimonial .rating {
    float: none; }

  .testimonial .clearfix > *:not(:first-child), .testimonial-text + *:not(:first-child), .testimonial > *:not(:first-child) {
    margin-top: 12px; } }
.testimonials-grid .slick-prev {
  left: -15px; }

.testimonials-grid .slick-next {
  right: -15px; }

/* 3.11 Brands Slider */
.brands {
  margin: 50px 30px;
  padding: 0;
  list-style: none; }
  .brands > li,
  .brands li.slick-slide {
    display: inline-block;
    padding: 10px 30px;
    width: 20%;
    text-align: center; }
    .brands > li img,
    .brands li.slick-slide img {
      max-width: 240px;
      display: inline-block; }

.brands .slick-prev {
  left: -30px; }

.brands .slick-next {
  right: -30px; }

@media (max-width: 991px) {
  .brands {
    margin-left: 15px;
    margin-right: 15px; }
    .brands li.slick-slide {
      padding-left: 15px;
      padding-right: 15px; } }
.brands:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .brands:not(.slick-slider) > li {
    width: 240px; }

@media (max-width: 767px) {
  .brands .slick-dots {
    margin-bottom: 25px; } }
/* 3.12 Recomended */
.recomends-grid > [class*='col'] {
  margin-top: 10px;
  margin-bottom: 35px; }
@media (max-width: 479px) {
  .recomends-grid .col-xs-6 {
    width: 100%; } }

@media (min-width: 992px) {
  .recomends-grid > [class*='col-md-3']:nth-child(4n+1) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  .recomends-grid > [class*='col-sm-6']:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 480px) and (max-width: 991px) {
  .recomends-grid > [class*='col']:nth-child(2n+1) {
    clear: left; } }
.recomend {
  background: url(../images/recomend-bg.png) 0 top no-repeat;
  -webkit-transition: 0.4s cubic-bezier(0.35, 0.46, 0.24, 0.99);
  transition: 0.4s cubic-bezier(0.35, 0.46, 0.24, 0.99); }
  .recomend-author {
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    padding: 7px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500; }
    .recomend-author a {
      color: #30231d; }
  .recomend-label {
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    padding: 7px 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #e3445b; }
  .recomend-title {
    padding-left: 35px;
    font-size: 50px;
    line-height: 1em;
    font-weight: bold;
    -webkit-transition: .2s;
    transition: .2s;
    color: #e3445b; }
    @media (max-width: 991px) {
      .recomend-title {
        font-size: 35px; } }
  .recomend-price {
    padding-left: 35px;
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    -webkit-transition: .2s;
    transition: .2s;
    color: #e3445b; }
    @media (max-width: 991px) {
      .recomend-price {
        font-size: 20px; } }
  .recomend-sub {
    font-size: 12px;
    line-height: 1em;
    text-align: right;
    color: #b5a397;
    padding-right: 9%; }
    @media (max-width: 1199px) {
      .recomend-sub {
        margin-top: 10px; } }
  .recomend-text {
    font-size: 18px;
    line-height: 24px; }
    .recomend-text:not(:first-child) {
      margin-top: 15px; }
    .recomend-text b {
      color: #e3445b;
      font-weight: inherit; }
    @media (max-width: 1199px) {
      .recomend-text {
        font-size: 15px;
        line-height: 22px; } }
  .recomend-link {
    display: block;
    padding: 0 20px 0 18px; }
    .recomend-link, .recomend-link:hover, .recomend-link:focus {
      color: inherit;
      text-decoration: none; }
  .recomend:hover {
    background-position: -30px top; }
    .recomend:hover .recomend-title {
      color: #6a5750; }
    .recomend:hover .recomend-price {
      color: #30231d; }

/* 3.13 Tabs */
.nav-pills {
  background: #b5a397; }

.nav-pills > li > a {
  background: transparent;
  font-size: 16px;
  line-height: 23px;
  padding: 10px 25px;
  border-radius: 0;
  color: #fff; }

.nav-pills > li > a > span {
  position: relative;
  z-index: 2;
  pointer-events: none; }

.nav-pills > li > a:hover {
  position: relative;
  color: #fff; }
  .nav-pills > li > a:hover:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -3px;
    bottom: -3px;
    left: 0;
    width: 100%;
    background: #30231d; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  position: relative;
  color: #fff; }
  .nav-pills > li.active > a:after,
  .nav-pills > li.active > a:focus:after,
  .nav-pills > li.active > a:hover:after {
    content: '';
    z-index: 0;
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: 0;
    width: 100%;
    background: #30231d; }

.nav-pills > li + li {
  margin-left: 0; }

.tab-content {
  margin: 50px 0; }

@media (max-width: 767px) {
  .nav-pills > li {
    display: block;
    float: none; } }
/* 3.14 Guide Box (About Page) */
.guide {
  margin-top: 10px; }
  .guide-photo {
    width: 102px; }
    @media (min-width: 768px) {
      .guide-photo {
        float: left; } }
    .guide-photo img {
      width: 78px;
      height: 78px;
      border-radius: 50%; }
  .guide-right {
    width: auto; }
    @media (min-width: 768px) {
      .guide-right {
        max-width: calc(100% - 102px);
        padding-left: 102px; } }
    @media (max-width: 767px) {
      .guide-right {
        margin-top: 15px; } }
    .guide-right > *:not(:first-child) {
      margin-top: 15px; }
  .guide-message {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: .2s;
    transition: .2s; }
    .guide-message b {
      color: #e3445b;
      font-weight: inherit; }
    .guide-message:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      margin-left: 0;
      top: 50%;
      left: 0;
      margin-top: -7px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 6px solid black;
      border-color: transparent transparent #fff #fff;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.05);
              box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.05); }
      @media (max-width: 767px) {
        .guide-message:after {
          top: 8px;
          left: 47px;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); } }
  .guide-name {
    font-size: 12px;
    line-height: 16px; }
    .guide-name b {
      color: #30231d;
      font-weight: 500; }
  .guide .social-list:not(:first-child) {
    margin-top: 10px; }

.guide + * {
  margin-top: 50px; }

.guide:hover .guide-message {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }

/* 4 Pages  */
/* 4.1 Login Page */
.login-form:after {
  display: none; }
.login-form .btn-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .login-form .btn-wrap .btn {
    margin-bottom: 0;
    margin-right: 10px; }
  .login-form .btn-wrap a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px; }

.login-infobox {
  padding: 0 30px;
  border-left: 4px solid #30231d;
  border-right: 4px solid #b5a397;
  font-size: 14px;
  line-height: 24px; }
  @media (max-width: 1199px) {
    .login-infobox {
      padding: 0 20px; } }
  .login-infobox > *:not(:first-child) {
    margin-top: 12px;
    margin-bottom: 0; }

form + .form-info {
  margin-top: 15px; }

.form-info {
  font-size: 14px;
  line-height: 24px; }
  .form-info a {
    color: #30231d; }

/* 4.2 FAQ Page */
.faq-category-title {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
  line-height: 1em;
  font-weight: 500;
  color: #e3445b; }
  @media (max-width: 991px) {
    .faq-category-title {
      font-size: 22px;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .faq-category-title {
      font-size: 18px;
      margin-bottom: 10px; } }
@media (min-width: 768px) {
  .faq-category:not(:last-child) {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .faq-category {
    margin-bottom: 30px; } }

ul.faq-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.faq-list li {
    font-size: 16px;
    line-height: 20px; }
    ul.faq-list li:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 767px) {
      ul.faq-list li {
        font-size: 14px;
        line-height: 20px; } }
  ul.faq-list li span {
    display: inline-block;
    min-width: 35px; }
  ul.faq-list a {
    color: #8e746b;
    text-decoration: none; }
    ul.faq-list a:hover {
      text-decoration: none;
      border-bottom: 1px solid #8e746b; }

.faq-item {
  margin-top: 15px; }
  .faq-item:not(:last-child) {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .faq-item:not(:last-child) {
        margin-bottom: 30px; } }
  .faq-item-title {
    color: #e3445b;
    margin-bottom: 0; }
  .faq-item-content {
    font-size: 14px;
    line-height: 24px; }
    .faq-item-content:not(:first-child) {
      margin-top: 20px; }
    .faq-item-content p:last-child {
      margin-bottom: 0; }
  .faq-item .to-top {
    display: inline-block;
    margin-top: 20px;
    color: #b5a397;
    font-size: 12px;
    line-height: 24px; }
    .faq-item .to-top [class*='ion-'] {
      font-size: 18px;
      position: relative;
      top: 2px;
      padding-right: 5px; }
    .faq-item .to-top:hover {
      color: #30231d;
      text-decoration: none; }

.faq-box {
  margin: 100px auto;
  text-align: center; }
  @media (max-width: 1199px) {
    .faq-box {
      margin: 70px auto; } }
  @media (max-width: 991px) {
    .faq-box {
      margin: 45px auto; } }
  @media (max-width: 767px) {
    .faq-box {
      margin: 30px auto; } }
  .faq-box .icon {
    font-size: 120px;
    line-height: 0.95em;
    color: #30231d; }
  .faq-box-text-1 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #6a5750; }
  .faq-box-text-2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #b5a397; }
  .faq-box .btn-wrap {
    margin-top: 50px; }

/* 4.3 Location/Map Page */
.section--map {
  background: url(../images/content/map-bg.png) no-repeat center bottom;
  background-size: 105% auto; }
  @media (max-width: 991px) {
    .section--map {
      background: none; } }

.servers-map {
  position: relative;
  margin-bottom: 80px; }
  .servers-map .servers-map-img img {
    width: 100%; }

.map-marker {
  position: absolute;
  width: 26px;
  height: 42px; }
  .map-marker-pin {
    color: #b5a397;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer; }
    .map-marker-pin:after {
      position: absolute;
      content: '\f3a3';
      font-family: 'Ionicons';
      font-size: 42px;
      line-height: 1em;
      color: #e3445b;
      -webkit-transition: .2s;
      transition: .2s; }
      @media (max-width: 767px) {
        .map-marker-pin:after {
          font-size: 28px; } }

.map-marker--1 {
  left: 26%;
  top: 38%; }

.map-marker--2 {
  left: 51%;
  top: 77%; }

.map-marker--3 {
  left: 46%;
  top: 29%; }

.map-marker--4 {
  left: 50%;
  top: 29%; }

.map-marker--5 {
  left: 52%;
  top: 35%; }

.map-marker--6 {
  left: 81%;
  top: 74%; }

.map-marker-pulse {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -9px 0 0 -7px;
  -webkit-transform: rotateX(55deg);
          transform: rotateX(55deg);
  z-index: -2;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s; }

.map-marker-pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  -webkit-box-shadow: 0 0 1px 2px #d0d8dd;
          box-shadow: 0 0 1px 2px #d0d8dd;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: .7;
    -webkit-filter: none;
            filter: none; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: .7; }
  100% {
    opacity: 0; } }
.map-marker-info {
  position: absolute;
  z-index: 4;
  bottom: calc(100% + 8px);
  left: 50%;
  margin: 0 0 0 -90px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px 30px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in; }
  @media (max-width: 767px) {
    .map-marker-info {
      width: 150px;
      padding: 15px 15px; } }
  .map-marker-info .map-city {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #e3445b; }
  .map-marker-info .map-params {
    font-size: 14px;
    line-height: 24px; }
    .map-marker-info .map-params:not(:first-child) {
      margin-top: 10px; }
    .map-marker-info .map-params b {
      display: block;
      color: #30231d;
      font-weight: 500; }

.map-marker:hover {
  z-index: 5; }
  .map-marker:hover .map-marker-pin {
    margin-top: -5px;
    height: 47px; }
  .map-marker:hover .map-marker-pin:after {
    color: #30231d; }
  .map-marker:hover .map-marker-pulse {
    opacity: 1; }
  .map-marker:hover .map-marker-info {
    bottom: calc(100% + 8px);
    opacity: 1;
    visibility: visible; }

.animated.fadeInDown {
  -webkit-animation-duration: .2s;
  animation-duration: .2s; }

/* 4.4 Contact Page */
.contact-wrap {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  border-bottom: 2px solid #b5a397; }
  .contact-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #b5a397; }
  .contact-wrap form.contact-form {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto; }
    .contact-wrap form.contact-form:after {
      display: none; }
    .contact-wrap form.contact-form textarea {
      height: 185px; }

@media (max-width: 1199px) {
  .contact-wrap:before,
  .contact-wrap .vert-text {
    display: none; } }
.contact-wrap .vert-text {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 20px;
  left: 18px;
  -webkit-transform: rotate(-90deg) translateX(-135%);
          transform: rotate(-90deg) translateX(-135%);
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
  text-transform: uppercase;
  float: left;
  cursor: vertical-text;
  white-space: nowrap; }
  .contact-wrap .vert-text b {
    color: #30231d;
    font-weight: 500; }

/* 4.5 Blog Page */
.h-post-wrap {
  position: relative;
  padding: 5px 100px 0; }
  @media (max-width: 991px) {
    .h-post-wrap {
      padding: 5px 50px 0; } }
  @media (max-width: 767px) {
    .h-post-wrap {
      padding: 5px 0 0; } }

.h-post {
  font-size: 56px;
  line-height: 1em;
  font-weight: 600; }
  @media (max-width: 991px) {
    .h-post {
      font-size: 37px; } }
  @media (max-width: 767px) {
    .h-post {
      font-size: 30px; } }

.post-comment-link {
  position: absolute;
  top: -15px;
  right: 100px;
  color: #e3445b;
  font-size: 12px;
  line-height: 18px; }
  @media (max-width: 991px) {
    .post-comment-link {
      right: 50px; } }
  @media (max-width: 767px) {
    .post-comment-link {
      right: 0; } }

.post:not(:first-child) {
  margin-top: 60px; }
  @media (max-width: 991px) {
    .post:not(:first-child) {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .post:not(:first-child) {
      margin-top: 30px; } }
.post-photo:not(:last-child) {
  margin-bottom: 22px; }
.post-photo img {
  display: inline-block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
@media (max-width: 767px) {
  .post .col-sm-6:not(:last-child) {
    margin-bottom: 20px; } }

.aside-block {
  position: relative; }
  .aside-block:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px; }
  .aside-block:not(:last-child):before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #30231d;
    width: 100%;
    left: 0; }
  .aside-block-title {
    font-weight: 500;
    margin-bottom: 25px; }

.blog-prw {
  font-size: 14px;
  line-height: 24px; }
  .blog-prw:not(:last-child) {
    margin-bottom: 15px; }
  .blog-prw h6 {
    font-weight: 500;
    margin-bottom: 10px; }
    .blog-prw h6 a {
      text-decoration: none; }
      .blog-prw h6 a:hover {
        color: #e3445b; }

.blog-post-grid {
  position: relative; }
  .blog-post-grid:not(:last-child) {
    margin-bottom: 32px; }
  .blog-post-grid:not(:last-child):before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #30231d;
    width: calc(91.667% - 30px);
    left: 15px; }

.blog-post-grid .blog-post {
  margin-bottom: 100px; }
  @media (max-width: 1199px) {
    .blog-post-grid .blog-post {
      margin-bottom: 80px; } }
  @media (max-width: 991px) {
    .blog-post-grid .blog-post {
      margin-bottom: 40px; } }

.blog-post {
  position: relative; }
  .blog-post > *:not(:first-child) {
    margin-top: 25px; }
  .blog-post:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px; }
  .blog-post + *:not(.blog-post) {
    margin-top: -30px; }
  .blog-post:not(:last-child):before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #30231d;
    width: calc(100% - 30px);
    left: 15px; }
  .blog-post.blog-post--classic:not(:last-child):before {
    width: calc(91.667% - 30px); }
  @media (min-width: 992px) {
    .blog-post:not(.blog-post--classic):not(:last-child):before {
      width: calc(100% - 16.666% - 30px);
      left: calc(8.333% + 15px); } }
  @media (max-width: 991px) {
    .blog-post:not(.blog-post--classic):not(:last-child):before {
      width: calc(100% - 30px);
      left: 15px; } }
  .blog-post > [class*='col-'] {
    clear: both; }
  .blog-post-title-wrap {
    position: relative; }
  .blog-post-date {
    font-size: 16px;
    line-height: 16px;
    color: #30231d;
    position: absolute;
    left: 15px;
    top: 2px;
    text-align: right; }
    .blog-post-date span {
      display: block; }
    @media (max-width: 991px) {
      .blog-post-date {
        top: 3px;
        font-size: 14px; } }
  .blog-post-title {
    font-size: 37px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0; }
    .blog-post-title,
    .blog-post-title a {
      color: #30231d;
      -webkit-transition: .2s;
      transition: .2s; }
    .blog-post-title a:hover {
      color: #e3445b;
      text-decoration: none; }
    @media (max-width: 991px) {
      .blog-post-title {
        font-size: 24px;
        line-height: 30px; } }
  .blog-post-text {
    color: #8e746b; }
    .blog-post-text:not(:first-child) {
      margin-top: 25px; }
  .blog-post-author {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }
    .blog-post-author,
    .blog-post-author a {
      color: #30231d; }
    .blog-post-author a:hover {
      color: #e3445b;
      text-decoration: none; }
    .blog-post-author:not(:first-child) {
      margin-top: 20px; }
  .blog-post-photo:not(:first-child) {
    margin-top: 25px; }

.blog-post.blog-post--classic .blog-post-date {
  position: relative;
  left: 0;
  text-align: left; }
  .blog-post.blog-post--classic .blog-post-date span {
    display: inline; }

.blog-post-date + .blog-post-title {
  padding-left: 60px; }
  @media (max-width: 991px) {
    .blog-post-date + .blog-post-title {
      padding-left: 45px; } }

.post-prw:not(:last-child) {
  margin-bottom: 30px; }
.post-prw-photo img {
  width: 100%; }
.post-prw-title {
  margin-bottom: 0; }
  .post-prw-title, .post-prw-title a {
    color: #e3445b; }
  .post-prw-title:not(:first-child) {
    margin-top: 18px; }
.post-prw-meta {
  font-size: 12px;
  line-height: 16px; }
  .post-prw-meta, .post-prw-meta a {
    color: #b5a397; }
  .post-prw-meta:not(:first-child) {
    margin-top: 3px; }
.post-prw-text {
  font-size: 14px;
  line-height: 24px;
  color: #8e746b; }
  .post-prw-text:not(:first-child) {
    margin-top: 14px; }
.post-prw > a {
  font-size: 14px; }

.comment {
  margin-top: 20px; }
  .comment:not(:last-child) {
    margin-bottom: 35px; }
  .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .comment-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .comment-author img {
      border-radius: 50%;
      width: 78px;
      height: 78px; }
  .comment-author-photo {
    min-width: 100px;
    width: 100px; }
  .comment-author-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
            box-shadow: 0 0 14px rgba(142, 116, 107, 0.2);
    font-size: 40px;
    line-height: 78px;
    color: #8e746b;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s; }
    @media (min-width: 768px) {
      .comment-author-icon {
        margin-right: 15px; } }
    @media (max-width: 767px) {
      .comment-author-icon {
        margin-left: auto;
        margin-right: auto; } }
  .comment-author-name {
    font-size: 22px;
    line-height: 1em;
    font-weight: 500;
    color: #30231d;
    margin-top: 25px; }
    .comment-author-name a {
      text-decoration: none;
      color: #30231d; }
      .comment-author-name a:hover {
        color: #e3445b; }
    @media (max-width: 767px) {
      .comment-author-name {
        text-align: center; } }
  .comment-date {
    font-size: 12px; }
  .comment-text {
    overflow: hidden;
    padding-top: 15px;
    color: #8e746b; }
    .comment-text > * {
      margin-bottom: 0; }
    .comment-text > *:not(:first-child) {
      margin-top: 8px; }
    .comment-text > * > span:not(:last-child) {
      display: inline-block;
      padding-right: 20px; }
  .comment .social-list {
    margin-left: -8px; }
  .comment .social-list ul li {
    margin-right: 4px; }
  .comment-reply {
    color: #e3445b; }
    .comment-reply:hover {
      color: #8e746b; }

.comment--replied {
  margin-left: 98px; }
  @media (max-width: 991px) {
    .comment--replied {
      margin-left: 35px; } }

@media (max-width: 479px) {
  .comment-author,
  .review-author {
    float: none;
    margin: 0 auto 15px; }

  .review-text,
  .comment-text {
    text-align: center; }

  .review-author-sub,
  review-author-name,
  comment-author-name,
  .comment-date {
    display: block; }

  .comment-text > * > span:not(:last-child),
  .review-text > * > span:not(:last-child) {
    padding-right: 0; } }
.filtr-container-blog {
  height: 100vh;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: hidden; }

.filtr-container-blog.is-loaded {
  height: auto;
  opacity: 1; }

.blog-item {
  color: #8e746b;
  background: #fff; }
  .blog-item-title a {
    display: inline-block;
    text-decoration: none; }
  .blog-item-title a:hover {
    color: #b5a397;
    text-decoration: none; }
  .blog-item-meta {
    color: #8e746b;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-item-meta .pull-right {
      margin-left: auto;
      padding-left: 10px; }
    .blog-item-meta .pull-left {
      margin-right: auto;
      word-spacing: 10px; }
    @media (max-width: 479px) {
      .blog-item-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .blog-item-meta .pull-left,
        .blog-item-meta .pull-right {
          margin: 0;
          padding: 0; } }
  .blog-item-date {
    font-size: 13px;
    line-height: 24px;
    color: #8e746b; }
  .blog-item-image {
    display: block;
    margin-left: -24px;
    margin-right: -24px; }
  .blog-item-link {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #8e746b; }
    .blog-item-link:hover {
      color: #b5a397;
      text-decoration: none; }
  .blog-item:hover .blog-item-inside {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
    .blog-item:hover .blog-item-inside:after {
      opacity: 0; }

.blog-item-inside {
  border-radius: 10px;
  padding: 15px 22px 25px;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 15px;
  position: relative; }
  .blog-item-inside:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 1px solid #b5a397;
    border-radius: 10px;
    pointer-events: none; }
  .blog-item-inside > *:not(:first-child) {
    margin-top: 15px; }

.item-nav--blog:not(:last-child) {
  margin-bottom: 40px;
  margin-top: 36px; }
.item-nav--blog .item-nav-next a {
  float: right; }
.item-nav--blog .item-nav-prev,
.item-nav--blog .item-nav-next {
  padding: 0;
  width: 50%; }
  .item-nav--blog .item-nav-prev a,
  .item-nav--blog .item-nav-next a {
    width: 100%;
    max-width: 260px; }
  .item-nav--blog .item-nav-prev span.text,
  .item-nav--blog .item-nav-next span.text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 15px;
    opacity: .5; }
    @media (max-width: 991px) {
      .item-nav--blog .item-nav-prev span.text,
      .item-nav--blog .item-nav-next span.text {
        display: none; } }

@media (max-width: 991px) and (min-width: 600px) {
  .blog-item {
    width: 50%;
    float: left; } }
@media (max-width: 599px) {
  .blog-item {
    width: 100%;
    float: left; }

  .blog-item-image img {
    width: 100%;
    max-width: none; } }
.blog-item-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.blog-item-video iframe,
.blog-item-video object,
.blog-item-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* 4.6 404 Page */
.text-404 {
  margin: 150px auto;
  text-align: center; }
  @media (max-width: 1199px) {
    .text-404 {
      margin: 100px auto; } }
  @media (max-width: 991px) {
    .text-404 {
      margin: 70px auto; } }
  @media (max-width: 767px) {
    .text-404 {
      margin: 50px auto; } }
  .text-404-1 {
    font-size: 300px;
    line-height: 0.9em;
    font-weight: 400;
    color: #b5a397; }
    @media (max-width: 991px) {
      .text-404-1 {
        font-size: 200px; } }
    @media (max-width: 767px) {
      .text-404-1 {
        font-size: 30vw; } }
  .text-404-2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #30231d; }
    .text-404-2:not(:first-child) {
      margin-top: 52px; }
      @media (max-width: 991px) {
        .text-404-2:not(:first-child) {
          margin-top: 32px; } }
    @media (max-width: 991px) {
      .text-404-2 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 600; } }
    @media (max-width: 767px) {
      .text-404-2 {
        font-size: 20px;
        line-height: 26px; } }
  .text-404-3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #b5a397; }
    .text-404-3:not(:first-child) {
      margin-top: 28px; }
      @media (max-width: 991px) {
        .text-404-3:not(:first-child) {
          margin-top: 20px; } }
    @media (max-width: 991px) {
      .text-404-3 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .text-404-3 {
        font-size: 16px;
        line-height: 24px; } }

/*# sourceMappingURL=style.css.map */