@charset "UTF-8";

/*------------------------------------------------------------------

Project: Andrea - Architecture and Interior 

Version:    1.0

Author: kings themes

Core

Generated From SASS

Created: 29/05/2019

-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Table of contents]



1. Google Fonts

2. Loader 

3. Typography

4. Texts Color

5. Buttons

6. Buttons

7. Background

8. Background Image

9. Background Video

10. Header

11. Animated headline

12. contact

13. footer





/*------------------------------------------------------------------ */

/* ===================================

    Google font

====================================== */

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i|Poppins:400,500,600,700&subset=cyrillic';

/* ===================================

   Social Icon

====================================== */

.icon {

  display: inline-block;

}



.icon-medium {

  font-size: 4.2rem;

}



/*===================================

   Loader

====================================== */

.loader {

  position: fixed;

  overflow: hidden;

  z-index: 10000;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: #272727;

  color: #4b4b4b;

  text-align: center;

}



.spinner {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 50px;

  height: 50px;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.double-bounce1 {

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background-color: #e31e25;

  opacity: .6;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;

  animation: sk-bounce 2s infinite ease-in-out;

}



.double-bounce2 {

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background-color: #e31e25;

  opacity: .6;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;

  animation: sk-bounce 2s infinite ease-in-out;

  -webkit-animation-delay: -1s;

  animation-delay: -1s;

}



@-webkit-keyframes sk-bounce {

  0%,

  100% {

    -webkit-transform: scale(0);

  }

  50% {

    -webkit-transform: scale(1);

  }

}



@keyframes sk-bounce {

  0%,

  100% {

    transform: scale(0);

    -webkit-transform: scale(0);

  }

  50% {

    transform: scale(1);

    -webkit-transform: scale(1);

  }

}



/* ===================================

    Typography

====================================== */

html {

  font-size: 12px;

  -webkit-font-smoothing: antialiased;

}



body {

  font-family: poppins, sans-serif;

  font-size: 1.2rem;

  font-weight: 400;

  letter-spacing: .025em;

  line-height: 2.1428;

  color: #322515;

  background: #fff;

  -webkit-overflow-scrolling: touch;

}



.body-fullpage {

  overflow: hidden;

}



::-webkit-scrollbar {

  width: 8px;

  height: 8px;

}



::-webkit-scrollbar-thumb {

  cursor: pointer;

  background: #e31e25;

}



::selection,

-webkit-::selection,

::-moz-selection {

  background-color: #e31e25;

  color: #fff;

}



@font-face {

  font-family: poppins;

  src: url(../fonts/poppins-regular-webfont.woff2) format("woff2"), url(../fonts/poppins-regular-webfont.woff) format("woff");

  font-weight: 400;

  font-style: normal;

}



h1,

.h1 {

  font-weight: 700;

  font-size: 3.428rem;

  line-height: 1.2;

  font-weight: 600;

  color: #322515;

  letter-spacing: -.025em;

  margin: 0.5em 0;

}



h2,

.h2 {

  font-weight: 400;

  font-size: 2.1rem;

  line-height: 1.166;

  color: #322515;

  letter-spacing: 0;

  margin: 1.6rem 0 2.6rem 0;

}



h3,

.h3 {

  font-weight: 600;

  font-size: 2.142rem;

  line-height: 1.2;

  letter-spacing: -.05em;

  color: #322515;

  margin: 2.6rem 0;

}



h4,

.h4 {

  font-weight: 600;

  font-size: 1.714rem;

  line-height: 1.25;

  letter-spacing: .025em;

  color: #322515;

  margin: 2.6rem 0;

}



h5,

.h5 {

  font-weight: 600;

  font-size: 1.571rem;

  line-height: 1.1;

  letter-spacing: 0;

  color: #322515;

  margin: 2.6rem 0;

}



h6,

.h6 {

  font-weight: 600;

  font-size: 1.285rem;

  line-height: 1.3333;

  letter-spacing: 0;

  color: #322515;

  margin: 2.6rem 0;

}



h1 a,

.h1 a,

h2 a,

.h2 a,

h3 a,

.h3 a,

h4 a,

.h4 a,

h5 a,

.h5 a,

h6 a,

.h6 a {

  color: inherit;

}



h1 a:hover,

.h1 a:hover,

h2 a:hover,

.h2 a:hover,

h3 a:hover,

.h3 a:hover,

h4 a:hover,

.h4 a:hover,

h5 a:hover,

.h5 a:hover,

h6 a:hover,

.h6 a:hover {

  text-decoration: none;

}



strong {

  font-weight: 600;

}



p {

  margin-bottom: 2rem;

}



blockquote {

  margin-bottom: 2.6rem;

  font-family: playfair display, serif;

  font-size: 1.714rem;

  letter-spacing: .025em;

  line-height: 1.5;

  padding: 0;

  width: 80%;

  padding-left: 6.8rem;

  border-left: 0.3rem solid #e31e25;

  margin-top: 5rem;

  color: #322515;

}



cite {

  display: block;

  color: #322515;

  font-weight: 600;

  letter-spacing: 0;

  font-style: normal;

}



.blockquote-cite {

  font-size: 1rem;

  color: #999;

  letter-spacing: .05em;

  padding-left: 7.1rem;

  margin-bottom: 5rem;

}



.blockquote-cite cite {

  font-size: 1.14rem;

}



a {

  color: #e31e25;

  -webkit-transition: color .3s ease-out;

  -o-transition: color .3s ease-out;

  transition: color 0.3s ease-out;

  text-decoration: none;

}



a:hover {

  color: #e31e25;

  outline: none;

  text-decoration: none;

}



a:focus {

  color: #e31e25;

  outline: none;

  text-decoration: none;

}



input[type=text], input[type=address], input[type=url], input[type=password], input[type=email], input[type=search], input[type=tel] {

  display: inline-block;

  width: 100%;

  font-size: 1rem;

  border-radius: .75em;

  color: #3d3d3d;

  background-color: #fff;

  border: 0;

  border: 1px solid #d1d1d1;

  border-radius: 0;

  padding: .2rem 1rem 0;

  height: 3.6em;

  -webkit-box-shadow: none;

  box-shadow: none;

  -webkit-appearance: none;

  -webkit-transition: all .15s;

  -o-transition: all .15s;

  transition: all 0.15s;

}



textarea {

  display: inline-block;

  width: 100%;

  font-size: 1rem;

  border-radius: .75em;

  color: #3d3d3d;

  background-color: #fff;

  border: 0;

  border: 1px solid #d1d1d1;

  border-radius: 0;

  padding: .2rem 1rem 0;

  height: 3.6em;

  -webkit-box-shadow: none;

  box-shadow: none;

  -webkit-appearance: none;

  -webkit-transition: all .15s;

  -o-transition: all .15s;

  transition: all 0.15s;

  padding-top: .8rem;

  height: 15rem;

  resize: none;

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all 0.3s;

}



input[type=text]:focus, input[type=address]:focus, input[type=url]:focus, input[type=password]:focus, input[type=email]:focus, input[type=search]:focus, input[type=tel]:focus {

  border-color: #e31e25;

  outline: 0;

}



textarea:focus {

  border-color: #e31e25;

  outline: 0;

}



input.input-gray,

textarea.input-gray {

  background: #f6f6f6;

}



input.input-gray:focus,

textarea.input-gray:focus {

  background: #fff;

}



input::-moz-placeholder {

  color: #999;

  opacity: 1;

}



input:-ms-input-placeholder, input::-webkit-input-placeholder {

  color: #999;

}



textarea::-moz-placeholder {

  color: #999;

  opacity: 1;

}



textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder {

  color: #999;

}



.form-group {

  margin-bottom: 30px;

}



input.error {

  border-color: #e31e25;

}



.mc-label,

label.error {

  font-size: .83em;

  font-weight: 400;

  margin: 0.7em 0 0;

  color: red;

}



.link-arrow {

  display: inline-block;

  color: #000;

  line-height: 1 !important;

  font-weight: 600;

}



.link-arrow-2 {

  display: inline-block;

  font-size: 1.14rem;

  color: #999;

  font-weight: 400;

}



.link-arrow .icon,

.link-arrow-2 .icon {

  position: relative;

  margin-left: .7rem;

  font-size: 2.1em;

  vertical-align: middle;

  -webkit-transition: transform .3s;

  -o-transition: transform .3s;

  transition: transform 0.3s;

}



.link-arrow .icon {

  top: 0.1rem;

}



.link-arrow .ion-ios-arrow-right {

  font-size: 1.5em;

}



.link-arrow-2 .ion-ios-arrow-right {

  font-size: 1.5em;

}



.link-arrow:hover,

.link-arrow-2:hover {

  color: #e31e25;

  text-decoration: none;

}



.link-arrow:hover .icon,

.link-arrow-2:hover .icon {

  -webkit-transform: translateX(0.5rem);

  -o-transform: translateX(0.5rem);

  transform: translateX(0.5rem);

}



.masked {

  position: relative;

}



.masked:before {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: #000;

  opacity: 0.1;

}



.overflow-hidden {

  overflow: hidden;

}



.vertical-title {

  position: absolute;

  white-space: nowrap;

  width: 0;

  top: 50%;

  left: 4.9rem;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: .1em;

  -webkit-transform: rotate(-90deg);

  -ms-transform: rotate(-90deg);

  -o-transform: rotate(-90deg);

  transform: rotate(-90deg);

}



.section-vertical {

  z-index: 1;

}



.section-vertical.boxed.boxed-inner {

  position: relative;

  display: flex;

  width: 100%;

  height: 100vh;

  align-items: center;

}



.boxed {

  padding-left: 4.2857rem;

  padding-right: 4.2857rem;

}



.section-bg {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-size: cover;

  background-position: center;

}



.copy-bottom {

  position: absolute;

  z-index: 10;

  right: 0;

  bottom: 10px;

  color: #000;
  font-size: 12px;

}

.copy-bottom a{
    color: #000000;
}

.copy-bottom.white {

  color: #fff;

}



.lang-bottom {

  position: absolute;

  z-index: 10;

  right: 0;

  bottom: 2.4rem;

  color: #000;

}



.lang-bottom.white,

.lang-bottom.white .menu-lang a:not(.active) {

  color: #fff;

}



.lang-bottom .menu-lang {

  font-weight: 600;

  color: #000;

  text-transform: uppercase;

}



.menu-lang a:first-child {

  margin-left: 0;

}



.lang-bottom.white,

.lang-bottom.white .menu-lang a:not(.active) {

  color: #fff;

}



.menu-lang .active,

.menu-lang a:hover {

  color: #f3ca2f;

  text-decoration: none;

}



.title-uppercase {

  text-transform: uppercase;

  letter-spacing: -.025em;

  line-height: 1.33333;

  margin: 0 0 2rem;

}



.subtitle-top {

  line-height: 1.714;

  margin-bottom: 2.8rem;

  letter-spacing: .1em;

}



.display-2 {

  font-size: 5.14rem;

  line-height: 1;

  letter-spacing: -.05em;

  margin: 0;

  text-transform: uppercase;

}



.section-vertical {

  padding-top: 65px;

  padding-bottom: 40px;

}



/* ===================================

    text color

====================================== */

.text-primary {

  /*color: #e31e25 !important;*/

  color: #e31e25 !important;

}



a.text-primary:hover, a.text-primary:focus {

  color: #e7a419 !important;

}



.text-secondary {

  color: #6d4310 !important;

}



a.text-secondary:hover, a.text-secondary:focus {

  color: #412809 !important;

}



.text-dark {

  color: #2c2924 !important;

}



a.text-dark:hover, a.text-dark:focus {

  color: #100f0d !important;

}



.text-light {

  color: #fef7ff !important;

}



a.text-light:hover, a.text-light:focus {

  color: #f8c4ff !important;

}



.text-info {

  color: #0081cf !important;

}



a.text-info:hover, a.text-info:focus {

  color: #00619c !important;

}



.text-danger {

  color: #cb342b !important;

}



a.text-danger:hover, a.text-danger:focus {

  color: #a12922 !important;

}



.text-success {

  color: #008f7a !important;

}



a.text-success:hover, a.text-success:focus {

  color: #005c4e !important;

}



.text-white {

  color: #fff !important;

}



a.text-white:hover, a.text-white:focus {

  color: #e6e6e6 !important;

}



.text-black {

  color: #000 !important;

}



a.text-black:hover, a.text-black:focus {

  color: black !important;

}



.text-yellow {

  color: #f9f871 !important;

}



a.text-yellow:hover, a.text-yellow:focus {

  color: #f7f640 !important;

}



.text-blue {

  color: #0081cf !important;

}



a.text-blue:hover, a.text-blue:focus {

  color: #00619c !important;

}



.text-green {

  color: #008f7a !important;

}



a.text-green:hover, a.text-green:focus {

  color: #005c4e !important;

}



.text-red {

  color: #cb342b !important;

}



a.text-red:hover, a.text-red:focus {

  color: #a12922 !important;

}



.text-orange {

  color: #ff9671 !important;

}



a.text-orange:hover, a.text-orange:focus {

  color: #ff703e !important;

}



.text-extra-dark-gray {

  color: #231d2a !important;

}



a.text-extra-dark-gray:hover, a.text-extra-dark-gray:focus {

  color: #0a080c !important;

}



.text-dark-gray {

  color: #494251 !important;

}



a.text-dark-gray:hover, a.text-dark-gray:focus {

  color: #302b35 !important;

}



.text-extra-medium-gray {

  color: #939393 !important;

}



a.text-extra-medium-gray:hover, a.text-extra-medium-gray:focus {

  color: #7a7a7a !important;

}



.text-medium-gray {

  color: #a8a0b1 !important;

}



a.text-medium-gray:hover, a.text-medium-gray:focus {

  color: #8e849a !important;

}



.text-extra-light-gray {

  color: #e0e0e0 !important;

}



a.text-extra-light-gray:hover, a.text-extra-light-gray:focus {

  color: #c7c7c7 !important;

}



.text-medium-light-gray {

  color: #ededed !important;

}



a.text-medium-light-gray:hover, a.text-medium-light-gray:focus {

  color: #d4d4d4 !important;

}



.text-light-gray {

  color: #f9f9f9 !important;

}



a.text-light-gray:hover, a.text-light-gray:focus {

  color: #e0e0e0 !important;

}



.text-very-light-gray {

  color: #f8f8f8 !important;

}



a.text-very-light-gray:hover, a.text-very-light-gray:focus {

  color: #dfdfdf !important;

}



.text-default {

  color: #e31e25 !important;

}



a.text-default:hover, a.text-default:focus {

  color: #e7a419 !important;

}



/* ===================================

    Button

====================================== */

.btn-lg {

  font-size: 14px;

  padding: 9px 34px;

  line-height: 25px;

}



.btn-sm {

  font-size: 11px;

  padding: 4px 24px;

}



.btn-primary {

  color: #231d2a !important;

  background: #e31e25;

  border-color: #e31e25;

}



.btn-primary:hover {

  color: #e31e25 !important;

  background: transparent !important;

  border-color: #e31e25;

}



.btn-primary:hover i {

  color: #e31e25;

}



.btn-primary:focus, .btn-primary.focus {

  color: #e31e25 !important;

  background: transparent !important;

}



.btn-primary i {

  color: #231d2a;

}



.btn-secondary {

  color: #fff !important;

  background: #6d4310;

  border-color: #6d4310;

}



.btn-secondary:hover {

  color: #6d4310 !important;

  background: transparent !important;

  border-color: #6d4310;

}



.btn-secondary:hover i {

  color: #6d4310;

}



.btn-secondary:focus, .btn-secondary.focus {

  color: #6d4310 !important;

  background: transparent !important;

}



.btn-secondary i {

  color: #fff;

}



.btn-dark {

  color: #fff !important;

  background: #2c2924;

  border-color: #2c2924;

}



.btn-dark:hover {

  color: #2c2924 !important;

  background: transparent !important;

  border-color: #2c2924;

}



.btn-dark:hover i {

  color: #2c2924;

}



.btn-dark:focus, .btn-dark.focus {

  color: #2c2924 !important;

  background: transparent !important;

}



.btn-dark i {

  color: #fff;

}



.btn-light {

  color: #231d2a !important;

  background: #fef7ff;

  border-color: #fef7ff;

}



.btn-light:hover {

  color: #fef7ff !important;

  background: transparent !important;

  border-color: #fef7ff;

}



.btn-light:hover i {

  color: #fef7ff;

}



.btn-light:focus, .btn-light.focus {

  color: #fef7ff !important;

  background: transparent !important;

}



.btn-light i {

  color: #231d2a;

}



.btn-info {

  color: #fff !important;

  background: #0081cf;

  border-color: #0081cf;

}



.btn-info:hover {

  color: #0081cf !important;

  background: transparent !important;

  border-color: #0081cf;

}



.btn-info:hover i {

  color: #0081cf;

}



.btn-info:focus, .btn-info.focus {

  color: #0081cf !important;

  background: transparent !important;

}



.btn-info i {

  color: #fff;

}



.btn-danger {

  color: #fff !important;

  background: #cb342b;

  border-color: #cb342b;

}



.btn-danger:hover {

  color: #cb342b !important;

  background: transparent !important;

  border-color: #cb342b;

}



.btn-danger:hover i {

  color: #cb342b;

}



.btn-danger:focus, .btn-danger.focus {

  color: #cb342b !important;

  background: transparent !important;

}



.btn-danger i {

  color: #fff;

}



.btn-success {

  color: #fff !important;

  background: #008f7a;

  border-color: #008f7a;

}



.btn-success:hover {

  color: #008f7a !important;

  background: transparent !important;

  border-color: #008f7a;

}



.btn-success:hover i {

  color: #008f7a;

}



.btn-success:focus, .btn-success.focus {

  color: #008f7a !important;

  background: transparent !important;

}



.btn-success i {

  color: #fff;

}



.btn-white {

  color: #231d2a !important;

  background: #fff;

  border-color: #fff;

}



.btn-white:hover {

  color: #fff !important;

  background: transparent !important;

  border-color: #fff;

}



.btn-white:hover i {

  color: #fff;

}



.btn-white:focus, .btn-white.focus {

  color: #fff !important;

  background: transparent !important;

}



.btn-white i {

  color: #231d2a;

}



.btn-black {

  color: #fff !important;

  background: #e31e25;

  border-color: #e31e25;

  margin-bottom: 15px;

}



.btn-black:hover {

  color: #000 !important;

  background: transparent !important;

  border-color: #000;

}



.btn-black:hover i {

  color: #000;

}



.btn-black:focus, .btn-black.focus {

  color: #000 !important;

  background: transparent !important;

}



.btn-black i {

  color: #fff;

}



.btn-yellow {

  color: #231d2a !important;

  background: #f9f871;

  border-color: #f9f871;

}



.btn-yellow:hover {

  color: #f9f871 !important;

  background: transparent !important;

  border-color: #f9f871;

}



.btn-yellow:hover i {

  color: #f9f871;

}



.btn-yellow:focus, .btn-yellow.focus {

  color: #f9f871 !important;

  background: transparent !important;

}



.btn-yellow i {

  color: #231d2a;

}



.btn-blue {

  color: #fff !important;

  background: #0081cf;

  border-color: #0081cf;

}



.btn-blue:hover {

  color: #0081cf !important;

  background: transparent !important;

  border-color: #0081cf;

}



.btn-blue:hover i {

  color: #0081cf;

}



.btn-blue:focus, .btn-blue.focus {

  color: #0081cf !important;

  background: transparent !important;

}



.btn-blue i {

  color: #fff;

}



.btn-green {

  color: #fff !important;

  background: #008f7a;

  border-color: #008f7a;

}



.btn-green:hover {

  color: #008f7a !important;

  background: transparent !important;

  border-color: #008f7a;

}



.btn-green:hover i {

  color: #008f7a;

}



.btn-green:focus, .btn-green.focus {

  color: #008f7a !important;

  background: transparent !important;

}



.btn-green i {

  color: #fff;

}



.btn-red {

  color: #fff !important;

  background: #cb342b;

  border-color: #cb342b;

}



.btn-red:hover {

  color: #cb342b !important;

  background: transparent !important;

  border-color: #cb342b;

}



.btn-red:hover i {

  color: #cb342b;

}



.btn-red:focus, .btn-red.focus {

  color: #cb342b !important;

  background: transparent !important;

}



.btn-red i {

  color: #fff;

}



.btn-orange {

  color: #231d2a !important;

  background: #ff9671;

  border-color: #ff9671;

}



.btn-orange:hover {

  color: #ff9671 !important;

  background: transparent !important;

  border-color: #ff9671;

}



.btn-orange:hover i {

  color: #ff9671;

}



.btn-orange:focus, .btn-orange.focus {

  color: #ff9671 !important;

  background: transparent !important;

}



.btn-orange i {

  color: #231d2a;

}



.btn-default {

  color: #231d2a !important;

  background: #e31e25;

  border-color: #e31e25;

}



.btn-default:hover {

  color: #e31e25 !important;

  background: transparent !important;

  border-color: #e31e25;

}



.btn-default:hover i {

  color: #e31e25;

}



.btn-default:focus, .btn-default.focus {

  color: #e31e25 !important;

  background: transparent !important;

}



.btn-default i {

  color: #231d2a;

}



.btn-outline-primary {

  color: #e31e25;

  background-color: transparent;

  background-image: none;

  border-color: #e31e25;

}



.btn-outline-primary:hover {

  color: #fff !important;

  background-color: #e31e25;

  border-color: #e31e25;

}



.btn-outline-primary:focus, .btn-outline-primary.focus {

  color: #fff;

  background-color: #e31e25;

  border-color: #e31e25;

}



.btn-outline-secondary {

  color: #6d4310;

  background-color: transparent;

  background-image: none;

  border-color: #6d4310;

}



.btn-outline-secondary:hover {

  color: #fff !important;

  background-color: #6d4310;

  border-color: #6d4310;

}



.btn-outline-secondary:focus, .btn-outline-secondary.focus {

  color: #fff;

  background-color: #6d4310;

  border-color: #6d4310;

}



.btn-outline-dark {

  color: #2c2924;

  background-color: transparent;

  background-image: none;

  border-color: #2c2924;

}



.btn-outline-dark:hover {

  color: #fff !important;

  background-color: #2c2924;

  border-color: #2c2924;

}



.btn-outline-dark:focus, .btn-outline-dark.focus {

  color: #fff;

  background-color: #2c2924;

  border-color: #2c2924;

}



.btn-outline-light {

  color: #fef7ff;

  background-color: transparent;

  background-image: none;

  border-color: #fef7ff;

}



.btn-outline-light:hover {

  color: #fff !important;

  background-color: #fef7ff;

  border-color: #fef7ff;

}



.btn-outline-light:focus, .btn-outline-light.focus {

  color: #fff;

  background-color: #fef7ff;

  border-color: #fef7ff;

}



.btn-outline-info {

  color: #0081cf;

  background-color: transparent;

  background-image: none;

  border-color: #0081cf;

}



.btn-outline-info:hover {

  color: #fff !important;

  background-color: #0081cf;

  border-color: #0081cf;

}



.btn-outline-info:focus, .btn-outline-info.focus {

  color: #fff;

  background-color: #0081cf;

  border-color: #0081cf;

}



.btn-outline-danger {

  color: #cb342b;

  background-color: transparent;

  background-image: none;

  border-color: #cb342b;

}



.btn-outline-danger:hover {

  color: #fff !important;

  background-color: #cb342b;

  border-color: #cb342b;

}



.btn-outline-danger:focus, .btn-outline-danger.focus {

  color: #fff;

  background-color: #cb342b;

  border-color: #cb342b;

}



.btn-outline-success {

  color: #008f7a;

  background-color: transparent;

  background-image: none;

  border-color: #008f7a;

}



.btn-outline-success:hover {

  color: #fff !important;

  background-color: #008f7a;

  border-color: #008f7a;

}



.btn-outline-success:focus, .btn-outline-success.focus {

  color: #fff;

  background-color: #008f7a;

  border-color: #008f7a;

}



.btn-outline-white {

  color: #fff;

  background-color: transparent;

  background-image: none;

  border-color: #fff;

}



.btn-outline-white:hover {

  color: #fff !important;

  background-color: #fff;

  border-color: #fff;

}



.btn-outline-white:focus, .btn-outline-white.focus {

  color: #fff;

  background-color: #fff;

  border-color: #fff;

}



.btn-outline-black {

  color: #000;

  background-color: transparent;

  background-image: none;

  border-color: #000;

}



.btn-outline-black:hover {

  color: #fff !important;

  background-color: #000;

  border-color: #000;

}



.btn-outline-black:focus, .btn-outline-black.focus {

  color: #fff;

  background-color: #000;

  border-color: #000;

}



.btn-outline-yellow {

  color: #f9f871;

  background-color: transparent;

  background-image: none;

  border-color: #f9f871;

}



.btn-outline-yellow:hover {

  color: #fff !important;

  background-color: #f9f871;

  border-color: #f9f871;

}



.btn-outline-yellow:focus, .btn-outline-yellow.focus {

  color: #fff;

  background-color: #f9f871;

  border-color: #f9f871;

}



.btn-outline-blue {

  color: #0081cf;

  background-color: transparent;

  background-image: none;

  border-color: #0081cf;

}



.btn-outline-blue:hover {

  color: #fff !important;

  background-color: #0081cf;

  border-color: #0081cf;

}



.btn-outline-blue:focus, .btn-outline-blue.focus {

  color: #fff;

  background-color: #0081cf;

  border-color: #0081cf;

}



.btn-outline-green {

  color: #008f7a;

  background-color: transparent;

  background-image: none;

  border-color: #008f7a;

}



.btn-outline-green:hover {

  color: #fff !important;

  background-color: #008f7a;

  border-color: #008f7a;

}



.btn-outline-green:focus, .btn-outline-green.focus {

  color: #fff;

  background-color: #008f7a;

  border-color: #008f7a;

}



.btn-outline-red {

  color: #cb342b;

  background-color: transparent;

  background-image: none;

  border-color: #cb342b;

}



.btn-outline-red:hover {

  color: #fff !important;

  background-color: #cb342b;

  border-color: #cb342b;

}



.btn-outline-red:focus, .btn-outline-red.focus {

  color: #fff;

  background-color: #cb342b;

  border-color: #cb342b;

}



.btn-outline-orange {

  color: #ff9671;

  background-color: transparent;

  background-image: none;

  border-color: #ff9671;

}



.btn-outline-orange:hover {

  color: #fff !important;

  background-color: #ff9671;

  border-color: #ff9671;

}



.btn-outline-orange:focus, .btn-outline-orange.focus {

  color: #fff;

  background-color: #ff9671;

  border-color: #ff9671;

}



.btn-outline-default {

  color: #e31e25;

  background-color: transparent;

  background-image: none;

  border-color: #e31e25;

}



.btn-outline-default:hover {

  color: #fff !important;

  background-color: #e31e25;

  border-color: #e31e25;

}



.btn-outline-default:focus, .btn-outline-default.focus {

  color: #fff;

  background-color: #e31e25;

  border-color: #e31e25;

}



.btn i {

  margin-left: 6px;

  margin-right: 6px;

  vertical-align: middle;

  position: relative;

  top: -1px;

}



.btn-transparent-primary {

  color: #e31e25;

  background-color: transparent;

  background-image: none;

  border-color: #e31e25;

}



.btn-transparent-primary:hover {

  color: #fff !important;

  background-color: #e31e25;

  border-color: #e31e25;

}



.btn-transparent-primary:focus, .btn-transparent-primary.focus {

  color: #fff;

  background-color: #e31e25;

  border-color: #e31e25;

}



.btn-transparent-secondary {

  color: #6d4310;

  background-color: transparent;

  background-image: none;

  border-color: #6d4310;

}



.btn-transparent-secondary:hover {

  color: #fff !important;

  background-color: #6d4310;

  border-color: #6d4310;

}



.btn-transparent-secondary:focus, .btn-transparent-secondary.focus {

  color: #fff;

  background-color: #6d4310;

  border-color: #6d4310;

}



.btn-transparent-dark {

  color: #2c2924;

  background-color: transparent;

  background-image: none;

  border-color: #2c2924;

}



.btn-transparent-dark:hover {

  color: #fff !important;

  background-color: #2c2924;

  border-color: #2c2924;

}



.btn-transparent-dark:focus, .btn-transparent-dark.focus {

  color: #fff;

  background-color: #2c2924;

  border-color: #2c2924;

}



.btn-transparent-light {

  color: #fef7ff;

  background-color: transparent;

  background-image: none;

  border-color: #fef7ff;

}



.btn-transparent-light:hover {

  color: #fff !important;

  background-color: #fef7ff;

  border-color: #fef7ff;

}



.btn-transparent-light:focus, .btn-transparent-light.focus {

  color: #fff;

  background-color: #fef7ff;

  border-color: #fef7ff;

}



.btn-transparent-info {

  color: #0081cf;

  background-color: transparent;

  background-image: none;

  border-color: #0081cf;

}



.btn-transparent-info:hover {

  color: #fff !important;

  background-color: #0081cf;

  border-color: #0081cf;

}



.btn-transparent-info:focus, .btn-transparent-info.focus {

  color: #fff;

  background-color: #0081cf;

  border-color: #0081cf;

}



.btn-transparent-danger {

  color: #cb342b;

  background-color: transparent;

  background-image: none;

  border-color: #cb342b;

}



.btn-transparent-danger:hover {

  color: #fff !important;

  background-color: #cb342b;

  border-color: #cb342b;

}



.btn-transparent-danger:focus, .btn-transparent-danger.focus {

  color: #fff;

  background-color: #cb342b;

  border-color: #cb342b;

}



.btn-transparent-success {

  color: #008f7a;

  background-color: transparent;

  background-image: none;

  border-color: #008f7a;

}



.btn-transparent-success:hover {

  color: #fff !important;

  background-color: #008f7a;

  border-color: #008f7a;

}



.btn-transparent-success:focus, .btn-transparent-success.focus {

  color: #fff;

  background-color: #008f7a;

  border-color: #008f7a;

}



.btn-transparent-white {

  color: #fff;

  background-color: transparent;

  background-image: none;

  border-color: #fff;

}



.btn-transparent-white:hover {

  color: #fff !important;

  background-color: #fff;

  border-color: #fff;

}



.btn-transparent-white:focus, .btn-transparent-white.focus {

  color: #fff;

  background-color: #fff;

  border-color: #fff;

}



.btn-transparent-black {

  color: #000;

  background-color: transparent;

  background-image: none;

  border-color: #000;

}



.btn-transparent-black:hover {

  color: #fff !important;

  background-color: #000;

  border-color: #000;

}



.btn-transparent-black:focus, .btn-transparent-black.focus {

  color: #fff;

  background-color: #000;

  border-color: #000;

}



.btn-transparent-yellow {

  color: #f9f871;

  background-color: transparent;

  background-image: none;

  border-color: #f9f871;

}



.btn-transparent-yellow:hover {

  color: #fff !important;

  background-color: #f9f871;

  border-color: #f9f871;

}



.btn-transparent-yellow:focus, .btn-transparent-yellow.focus {

  color: #fff;

  background-color: #f9f871;

  border-color: #f9f871;

}



.btn-transparent-blue {

  color: #0081cf;

  background-color: transparent;

  background-image: none;

  border-color: #0081cf;

}



.btn-transparent-blue:hover {

  color: #fff !important;

  background-color: #0081cf;

  border-color: #0081cf;

}



.btn-transparent-blue:focus, .btn-transparent-blue.focus {

  color: #fff;

  background-color: #0081cf;

  border-color: #0081cf;

}



.btn-transparent-green {

  color: #008f7a;

  background-color: transparent;

  background-image: none;

  border-color: #008f7a;

}



.btn-transparent-green:hover {

  color: #fff !important;

  background-color: #008f7a;

  border-color: #008f7a;

}



.btn-transparent-green:focus, .btn-transparent-green.focus {

  color: #fff;

  background-color: #008f7a;

  border-color: #008f7a;

}



.btn-transparent-red {

  color: #cb342b;

  background-color: transparent;

  background-image: none;

  border-color: #cb342b;

}



.btn-transparent-red:hover {

  color: #fff !important;

  background-color: #cb342b;

  border-color: #cb342b;

}



.btn-transparent-red:focus, .btn-transparent-red.focus {

  color: #fff;

  background-color: #cb342b;

  border-color: #cb342b;

}



.btn-transparent-orange {

  color: #ff9671;

  background-color: transparent;

  background-image: none;

  border-color: #ff9671;

}



.btn-transparent-orange:hover {

  color: #fff !important;

  background-color: #ff9671;

  border-color: #ff9671;

}



.btn-transparent-orange:focus, .btn-transparent-orange.focus {

  color: #fff;

  background-color: #ff9671;

  border-color: #ff9671;

}



.btn-transparent-default {

  color: #e31e25;

  background-color: transparent;

  background-image: none;

  border-color: #e31e25;

}



.btn-transparent-default:hover {

  color: #fff !important;

  background-color: #e31e25;

  border-color: #e31e25;

}



.btn-transparent-default:focus, .btn-transparent-default.focus {

  color: #fff;

  background-color: #e31e25;

  border-color: #e31e25;

}



.btn-shop {

  background: #2c2924;

  color: #e31e25;

  padding: 1rem 2rem;

  font-size: 1.5rem;

  font-weight: 700;

}



.btn-shop:hover {

  background: #e31e25;

  color: #2c2924;

}



.video-play-button {

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  width: 32px;

  height: 44px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  padding: 18px 20px 18px 28px;

  color: #e31e25;

  font-size: 30px;

  position: relative;

  top: 30px;

}



.video-play-button:before {

  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #2c2924 repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -webkit-animation: pulse-border 1500ms ease-out infinite;

  animation: pulse-border 1500ms ease-out infinite;

}



.video-play-button:after {

  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #2c2924 repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  transition: all 200ms;

  -webkit-transition: all 200ms;

  -moz-transition: all 200ms;

  -ms-transition: all 200ms;

  -o-transition: all 200ms;

}



.video-play-button:hover, .video-play-button:focus {

  color: #fff;

}



.video-play-button:hover:after {

  background: #fff;

}



.video-play-button i {

  z-index: 2;

  position: absolute;

  top: 23px;

  left: 16px;

  color: #e31e25;

}



@-webkit-keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}



@keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}



/* ===================================

    Background color

====================================== */

.bg-primary {

  background-color: #e31e25 !important;

}



a.bg-primary:hover, a.bg-primary:focus,

button.bg-primary:hover,

button.bg-primary:focus {

  background-color: #e7a419 !important;

}



.bg-secondary {

  background-color: #6d4310 !important;

}



a.bg-secondary:hover, a.bg-secondary:focus,

button.bg-secondary:hover,

button.bg-secondary:focus {

  background-color: #412809 !important;

}



.bg-dark {

  background-color: #2c2924 !important;

}



a.bg-dark:hover, a.bg-dark:focus,

button.bg-dark:hover,

button.bg-dark:focus {

  background-color: #100f0d !important;

}



.bg-light {

  background-color: rgba(251, 250, 250, 0.52)!important;

}



a.bg-light:hover, a.bg-light:focus,

button.bg-light:hover,

button.bg-light:focus {

  background-color: #f8c4ff !important;

}



.bg-info {

  background-color: #0081cf !important;

}



a.bg-info:hover, a.bg-info:focus,

button.bg-info:hover,

button.bg-info:focus {

  background-color: #00619c !important;

}



.bg-danger {

  background-color: #cb342b !important;

}



a.bg-danger:hover, a.bg-danger:focus,

button.bg-danger:hover,

button.bg-danger:focus {

  background-color: #a12922 !important;

}



.bg-success {

  background-color: #008f7a !important;

}



a.bg-success:hover, a.bg-success:focus,

button.bg-success:hover,

button.bg-success:focus {

  background-color: #005c4e !important;

}



.bg-white {

  background-color: #fff !important;

}



a.bg-white:hover, a.bg-white:focus,

button.bg-white:hover,

button.bg-white:focus {

  background-color: #e6e6e6 !important;

}



.bg-black {

  background-color: #000 !important;

}



a.bg-black:hover, a.bg-black:focus,

button.bg-black:hover,

button.bg-black:focus {

  background-color: black !important;

}



.bg-yellow {

  background-color: #f9f871 !important;

}



a.bg-yellow:hover, a.bg-yellow:focus,

button.bg-yellow:hover,

button.bg-yellow:focus {

  background-color: #f7f640 !important;

}



.bg-blue {

  background-color: #0081cf !important;

}



a.bg-blue:hover, a.bg-blue:focus,

button.bg-blue:hover,

button.bg-blue:focus {

  background-color: #00619c !important;

}



.bg-green {

  background-color: #008f7a !important;

}



a.bg-green:hover, a.bg-green:focus,

button.bg-green:hover,

button.bg-green:focus {

  background-color: #005c4e !important;

}



.bg-red {

  background-color: #cb342b !important;

}



a.bg-red:hover, a.bg-red:focus,

button.bg-red:hover,

button.bg-red:focus {

  background-color: #a12922 !important;

}



.bg-orange {

  background-color: #ff9671 !important;

}



a.bg-orange:hover, a.bg-orange:focus,

button.bg-orange:hover,

button.bg-orange:focus {

  background-color: #ff703e !important;

}



.bg-extra-dark-gray {

  background-color: #231d2a !important;

}



a.bg-extra-dark-gray:hover, a.bg-extra-dark-gray:focus,

button.bg-extra-dark-gray:hover,

button.bg-extra-dark-gray:focus {

  background-color: #0a080c !important;

}



.bg-dark-gray {

  background-color: #494251 !important;

}



a.bg-dark-gray:hover, a.bg-dark-gray:focus,

button.bg-dark-gray:hover,

button.bg-dark-gray:focus {

  background-color: #302b35 !important;

}



.bg-extra-medium-gray {

  background-color: #939393 !important;

}



a.bg-extra-medium-gray:hover, a.bg-extra-medium-gray:focus,

button.bg-extra-medium-gray:hover,

button.bg-extra-medium-gray:focus {

  background-color: #7a7a7a !important;

}



.bg-medium-gray {

  background-color: #a8a0b1 !important;

}



a.bg-medium-gray:hover, a.bg-medium-gray:focus,

button.bg-medium-gray:hover,

button.bg-medium-gray:focus {

  background-color: #8e849a !important;

}



.bg-extra-light-gray {

  background-color: #e0e0e0 !important;

}



a.bg-extra-light-gray:hover, a.bg-extra-light-gray:focus,

button.bg-extra-light-gray:hover,

button.bg-extra-light-gray:focus {

  background-color: #c7c7c7 !important;

}



.bg-medium-light-gray {

  background-color: #ededed !important;

}



a.bg-medium-light-gray:hover, a.bg-medium-light-gray:focus,

button.bg-medium-light-gray:hover,

button.bg-medium-light-gray:focus {

  background-color: #d4d4d4 !important;

}



.bg-light-gray {

  background-color: #f9f9f9 !important;

}



a.bg-light-gray:hover, a.bg-light-gray:focus,

button.bg-light-gray:hover,

button.bg-light-gray:focus {

  background-color: #e0e0e0 !important;

}



.bg-very-light-gray {

  background-color: #f8f8f8 !important;

}



a.bg-very-light-gray:hover, a.bg-very-light-gray:focus,

button.bg-very-light-gray:hover,

button.bg-very-light-gray:focus {

  background-color: #dfdfdf !important;

}



.bg-default {

  background-color: #e31e25 !important;

}



a.bg-default:hover, a.bg-default:focus,

button.bg-default:hover,

button.bg-default:focus {

  background-color: #e7a419 !important;

}



.bg-gradient {

  background: #e31e25;

  background-color: #ad7d2c;

  /* Fallback */

  background: -moz-linear-gradient(left, #e31e25 0%, #6d4310 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #e31e25), color-stop(98%, #6d4310), color-stop(100%, #6d4310));

  background: -webkit-linear-gradient(left, #e31e25 0%, #6d4310 100%);

  background: -o-linear-gradient(left, #e31e25 0%, #6d4310 100%);

  background: -ms-linear-gradient(left, #e31e25 0%, #6d4310 100%);

  background: linear-gradient(to right, #e31e25 0%, #6d4310 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}



/* ===================================

    Background image

====================================== */

.king-full-image-area {

  position: relative;

  height: 100vh;

}



.king-full-image-area .king-content {

  width: 100%;

  height: 100vh;

  display: flex;

  align-items: center;

}



.king-full-image-area .king-content .home-contain {

  display: flex;

  flex-direction: column;

  padding-top: 50px;

}



.king-full-image-area .king-content .home-right img {

  position: absolute;

  right: 0px;

  height: auto;

  width: 1077px;

  transform: rotate(-20deg);

}



.king-content {

  z-index: 2;

}



.parallax {

  position: relative;

  background-attachment: fixed;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}



.fix-background {

  position: relative;

  background-size: cover;

  animation-duration: 0s;

  animation-fill-mode: none;

  -webkit-animation-duration: 0s;

  -webkit-animation-fill-mode: none;

  -moz-animation-duration: 0s;

  -moz-animation-fill-mode: none;

  -ms-animation-duration: 0s;

  -ms-animation-fill-mode: none;

  -o-animation-fill-mode: none;

  overflow: hidden;

  background-position: center center;

  background-repeat: no-repeat;

  background-attachment: fixed;

}



.cover-background {

  position: relative !important;

  background-size: cover !important;

  overflow: hidden !important;

  background-position: center !important;

  background-repeat: no-repeat !important;

}



.bg-overlay {

  background-color: #000;

  opacity: 0.8;

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

}



.bg-overlay {

  background-color: #000;

  opacity: 0.8;

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

}



/* Background Images */

.bg {

  background-size: cover;

  background: no-repeat;

  background-position: center center;

}



.bg-img {

  width: 100vw;

  min-height: 855px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: 0;

  margin-top: 0;

  position: relative;

  display: flex;

  align-items: center;

}



/*-------------------------------------------------------

          [ Overlay Effect Bg image ]

-------------------------------------------------------*/

[data-overlay-dark] .container,

[data-overlay-color] .container,

[data-overlay-light] .container {

  position: relative;

  color: #fff;

  z-index: 2;

}



[data-overlay-dark]:before,

[data-overlay-color]:before,

[data-overlay-light]:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

}



[data-overlay-dark]:before {

  background: #0b1520;

}



[data-overlay-color]:before {

  background-color: #e31e25;

}



[data-overlay-light]:before {

  background: #fff;

}



[data-overlay-dark] h1,

[data-overlay-dark] h2,

[data-overlay-dark] h3,

[data-overlay-dark] h4,

[data-overlay-dark] h5,

[data-overlay-dark] h6,

[data-overlay-dark] span {

  color: #fff;

}



[data-overlay-dark] p {

  color: #fff;

}



[data-overlay-light] h1,

[data-overlay-light] h2,

[data-overlay-light] h3,

[data-overlay-light] h4,

[data-overlay-light] h5,

[data-overlay-light] h6,

[data-overlay-light] span {

  color: #322515;

}



[data-overlay-light] p {

  color: #322515;

}



[data-overlay-dark="0"]:before,

[data-overlay-color="0"]:before,

[data-overlay-light="0"]:before {

  opacity: 0;

}



[data-overlay-dark="1"]:before,

[data-overlay-color="1"]:before,

[data-overlay-light="1"]:before {

  opacity: 0.1;

}



[data-overlay-dark="2"]:before,

[data-overlay-color="2"]:before,

[data-overlay-light="2"]:before {

  opacity: 0.2;

}



[data-overlay-dark="3"]:before,

[data-overlay-color="3"]:before,

[data-overlay-light="3"]:before {

  opacity: 0.3;

}



[data-overlay-dark="4"]:before,

[data-overlay-color="4"]:before,

[data-overlay-light="4"]:before {

  opacity: 0.4;

}



[data-overlay-dark="5"]:before,

[data-overlay-color="5"]:before,

[data-overlay-light="5"]:before {

  opacity: 0.5;

}



[data-overlay-dark="6"]:before,

[data-overlay-color="6"]:before,

[data-overlay-light="6"]:before {

  opacity: 0.6;

}



[data-overlay-dark="7"]:before,

[data-overlay-color="7"]:before,

[data-overlay-light="7"]:before {

  opacity: 0.7;

}



[data-overlay-dark="8"]:before,

[data-overlay-color="8"]:before,

[data-overlay-light="8"]:before {

  opacity: 0.8;

}



[data-overlay-dark="9"]:before,

[data-overlay-color="9"]:before,

[data-overlay-light="9"]:before {

  opacity: 0.9;

}



[data-overlay-dark="10"]:before,

[data-overlay-color="10"]:before,

[data-overlay-light="10"]:before {

  opacity: 1;

}



/* ===================================

    Background Video

====================================== */

.king-full-video-area {

  position: relative;

  height: 100vh;

  overflow: hidden;

}



.king-full-video-area video {

  position: absolute;

  left: 0;

  top: 0;

  width: auto;

  height: auto;

  min-height: 100%;

  min-width: 100%;

  z-index: -100;

}



.king-full-video-area .king-content {

  position: absolute;

  top: 0;

  width: 100%;

  height: 100vh;

  display: flex;

  align-items: center;

}



/* ===================================

   Section background video

====================================== */

.section-bg-video {

  position: relative;

  overflow: hidden;

  max-height: 800px;

}



.section-bg-video .container-video {

  position: absolute;

  z-index: 3;

  width: 100%;

  height: 100%;

}



.section-bg-video .bg-overlay {

  background-repeat: repeat;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: 2;

}



.section-bg-video .transparent-dark {

  opacity: 0.8;

}



.section-bg-video .heading-white {

  margin-bottom: 0;

}



.section-bg-video .heading-white .sub-heading {

  margin-bottom: 0;

}



.curve {

  position: absolute;

  z-index: 7;

}



.curve.curve-center:after {

  border-left: 50vw solid transparent;

}



.curve.curve-center:before {

  border-right: 50vw solid transparent;

}



.curve.curve-center.curve-top:after {

  border-left: 50vw solid transparent;

}



.curve.curve-center.curve-top:before {

  border-right: 50vw solid transparent;

}



.curve.curve-bottom {

  left: 0;

  bottom: -1px;

  width: 100%;

}



.curve.curve-bottom:after, .curve.curve-bottom:before {

  bottom: 0;

}



.curve.curve-top {

  left: 0;

  top: -1px;

  width: 100%;

}



.curve.curve-top:after, .curve.curve-top:before {

  top: 0;

  border-top: 50px solid #fff;

  border-bottom: 0;

}



.curve.curve-top:after {

  border-left: 70vw solid transparent;

}



.curve.curve-top:before {

  border-right: 30vw solid transparent;

}



.curve.curve-gray-b:after, .curve.curve-gray-b:before {

  border-bottom: 50px solid #f9f9f9;

}



.curve.curve-gray-t:after, .curve.curve-gray-t:before {

  border-top: 50px solid #f9f9f9;

}



.curve:after, .curve:before {

  content: "";

  width: 0;

  height: 0;

  border-bottom: 50px solid #fff;

  position: absolute;

}



.curve:after {

  right: 0;

  border-left: 30vw solid transparent;

}



.curve:before {

  left: 0;

  border-right: 70vw solid transparent;

}



video {

  background-size: cover;

  display: table-cell;

  vertical-align: middle;

  width: 100%;

}



/* ===================================

    Header

====================================== */

.navbar {

  padding: 1rem 1rem;

}



.navbar-address {

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 0;

}



.navbar-address span {

  margin-left: 5px;

  font-weight: 300;

}



.social-list {

  overflow: hidden;

}



.social-list a {

  float: left;

  font-size: 1.428rem;

  line-height: 1;

  color: #322515;

  margin-left: 2rem;

}



.social-list a:first-child {

  margin-left: 0;

}



.social-list a:hover {

  color: #e31e25;

  text-decoration: none;

}



.navbar-toggler-icon {

  display: inline-block;

  width: 2.5em;

  height: 2.5em;

  vertical-align: middle;

  content: "";

  background: no-repeat center center;

  background-size: 100% 100%;

}



button.navbar-toggle {

  background: transparent;

  border: none;

  cursor: pointer;

}



.menu {

  position: fixed;

  top: 0;

  bottom: 0;

  right: 0;

  width: 35%;

  z-index: 9999;

  background-color: rgba(255, 255, 255, 0.9);

  -webkit-transform: translateX(100%);

  -ms-transform: translateX(100%);

  -o-transform: translateX(100%);

  transform: translateX(100%);

  -webkit-transition: all .6s ease;

  -o-transition: all .6s ease;

  transition: all 0.6s ease;

}



.close-menu {

  position: absolute;

  z-index: 2;

  top: 2.3rem;

  font-size: 1.6rem;

  line-height: 1;

  cursor: pointer;

  -webkit-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all 0.3s ease;

  right: 1.7rem;

}



.close-menu:hover {

  color: #e31e25;

}



.menu .menu-lang {

  opacity: 0;

  position: absolute;

  opacity: 0;

  left: 15%;

  top: 3rem;

  text-transform: uppercase;

  -webkit-transform: translateY(3rem);

  -ms-transform: translateY(3rem);

  -o-transform: translateY(3rem);

  transform: translateY(3rem);

  -webkit-transition: transform .5s .4s ease, opacity .5s .4s ease, color .3s ease;

  -o-transition: transform .5s .4s ease, opacity .5s .4s ease, color .3s ease;

  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;

}



.menu-lang a {

  display: inline-block;

  margin-left: 1.5rem;

}



.menu-lang a:first-child {

  margin-left: 0;

}



.menu-lang .active,

.menu-lang a:hover {

  color: #322515;

  text-decoration: none;

}



.menu-list {

  opacity: 0;

  position: absolute;

  left: 0;

  top: 9rem;

  bottom: 10.5rem;

  padding-left: 15%;

  overflow-x: hidden;

  overflow-y: auto;

  -webkit-overflow-scrolling: touch;

  -ms-overflow-style: touch;

  font-weight: 600;

  letter-spacing: -.025rem;

  list-style: none;

  margin: 0;

  -webkit-transform: translateY(3rem);

  -ms-transform: translateY(3rem);

  -o-transform: translateY(3rem);

  transform: translateY(3rem);

  -webkit-transition: transform .5s .6s ease, opacity .5s .6s ease;

  -o-transition: transform .5s .6s ease, opacity .5s .6s ease;

  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;

}



.menu-list li a {

  color: #322515;

}



.menu-list .active > a,

.menu-list li a:hover {

  text-decoration: none;

  color: #e31e25;

}



.menu-list > li {

  font-size: 1.95rem;

  line-height: 1;

  margin-top: 2.7rem;

}



.menu-list > li:first-child {

  margin-top: 0;

}



.menu-list ul {

  display: none;

  list-style: none;

  padding: 0;

  margin: 0;

}



.menu-list ul li {

  font-size: 1.142rem;

  margin-top: 1.142rem;

}



.menu-list ul li:first-child {

  margin-top: 2.4rem;

}



.menu-footer {

  position: absolute;

  left: 15%;

  bottom: 4rem;

}

.dropbtn{
  padding-left: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #322515;
  transition: color 0.3s ease-out;
  text-decoration: none;
  font-weight: 600;
  border: none;
}
.dropbtn:focus{
  outline: none;
}
.dropdown-content {
  margin-top: 2.7rem;
  margin-left: 2rem;
  font-weight: 500;
  display: none;
  min-width: 160px;
}
.dropdown-content a {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.show {display:block;}

.menu-footer .social-list {

  opacity: 0;

  -webkit-transform: translateY(3rem);

  -ms-transform: translateY(3rem);

  -o-transform: translateY(3rem);

  transform: translateY(3rem);

  -webkit-transition: all .5s .7s ease;

  -o-transition: all .5s .7s ease;

  transition: all 0.5s 0.7s ease;

}



.menu-footer .social-list a {

  color: #322515;

  margin: 0;

  margin-right: 2.7rem;

}



.menu-footer .social-list a:last-child {

  margin-right: 0;

}



.menu-footer .social-list a:hover {

  color: #e31e25;

}



.menu-footer .copy {

  opacity: 0;

  margin-top: 3.2rem;

  color: #fff;

  line-height: 1.71rem;

  -webkit-transform: translateY(2rem);

  -ms-transform: translateY(2rem);

  -o-transform: translateY(2rem);

  transform: translateY(2rem);

  -webkit-transition: all .5s .9s ease;

  -o-transition: all .5s .9s ease;

  transition: all 0.5s 0.9s ease;

}



.menu-is-opened .click-capture {

  visibility: visible;

}



.menu-is-opened .menu {

  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  -o-transform: translateX(0);

  transform: translateX(0);

  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);

}



.menu-is-opened .menu .menu-lang {

  -webkit-transform: translate(0);

  -ms-transform: translate(0);

  -o-transform: translate(0);

  transform: translate(0);

  opacity: 1;

}



.menu-is-opened .menu-list {

  -webkit-transform: translate(0);

  -ms-transform: translate(0);

  -o-transform: translate(0);

  transform: translate(0);

  opacity: 1;

}



.menu-is-opened .menu .menu-footer .social-list,

.menu-is-opened .menu .menu-footer .copy {

  -webkit-transform: translate(0);

  -ms-transform: translate(0);

  -o-transform: translate(0);

  transform: translate(0);

  opacity: 1;

}



.menu-is-closed .menu .menu-lang,

.menu-is-closed .menu .menu-list {

  opacity: 0;

  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;

}



.menu-is-closed .menu .menu-footer .social-list,

.menu-is-closed .menu .menu-footer .copy {

  opacity: 0;

  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;

}



.king-hero {

  position: relative;

  height: 100vh;

}



.king-hero .king-content {

  width: 100%;

  height: 100vh;

  display: flex;

  align-items: center;

}



.king-hero .king-content .home-contain {

  display: flex;

  flex-direction: column;

  padding-top: 50px;

}



.king-hero .king-content .home-right img {

  position: absolute;

  right: -145px;

  height: auto;

  width: 1130px;

  transform: rotate(-27deg);

}



.king-content {

  z-index: 2;

}



.section {

  padding: 10.28rem 0;

}



.section-title {

  margin: 0;

}



.section-title .link-arrow-2 {

  margin-top: 1.05rem;

}



.section-subtitle {

  display: inline-block;

  font-weight: 500;

  font-size: 1.142rem;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: #e31e25;

  margin-bottom: 1rem;

}



.section-3 .link-arrow.h5 {

  margin-top: 4rem;

}



.section-4 h2 {

  margin-bottom: 2.1rem;
  padding-top: 10px;

}



.section-5 .title-uppercase {

  margin-top: 7vh;

  margin-bottom: 3rem;

}



/* ===================================

   Slider

====================================== */

.rev_slider .link-arrow {

  color: #fff;

}



.rev_slider .link-arrow:hover {

  color: #e31e25;

}



.rev_slider .link-arrow:hover .icon {

  -webkit-transform: none;

  -o-transform: none;

  transform: none;

}



.slider-prev, .slider-next {

  position: absolute;

  top: 50%;

  z-index: 1;

  font-size: 4rem;

  color: #fff;

  cursor: pointer;

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}



.slider-prev {

  left: 2.2rem;

}



.slider-next {

  right: 2.2rem;

}



.slider-prev:hover, .slider-next:hover {

  color: #e31e25;

}



.section-about {

  padding: 8rem 0 0;

}



.section-about-title {

  margin-bottom: 5rem;

}



.dots-image {

  display: inline-block;

  position: relative;

}



.dots-image img {

  display: block;

  position: relative;

  z-index: 1;

}



.dots-image .dots {

  position: absolute;

  left: -20%;

  bottom: -15%;

  width: 101%;

  height: 57.2%;

  background: url(../images/bg/dots.png) 0 0 repeat;

}



/* ===================================

   Contact

====================================== */

.contact-info {

  overflow: hidden;

}



.form-group {

  margin-bottom: 15px;

}



input[type=text],

input[type=address],

input[type=url],

input[type=password],

input[type=email],

input[type=search],

input[type=tel],

textarea.form-control {

  display: inline-block;

  width: 100%;

  font-size: 1rem;

  border-radius: .75em;

  color: #fff;

  background-color: #dad9d9;

  border: 0;

  border-radius: 0;

  padding: .2rem 1rem 0;

  height: 3.6em;

  -webkit-box-shadow: none;

  box-shadow: none;

  -webkit-appearance: none;

  -webkit-transition: all .15s;

  -o-transition: all .15s;

  transition: all .15s;

}



textarea.form-control {

  padding-top: .8rem;

  height: 9rem;

  resize: none;

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}



.contact .info-item {

  margin-bottom: 10px;

  display: flex;

  align-items: center;

}



.contact .info-item span {

  width: 75px;

  height: 75px;

  line-height: 75px;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -o-border-radius: 50%;

  -ms-border-radius: 50%;

  -webkit-border-radius: 50%;

  color: #fff;

  background: rgba(227, 30, 37, 0.6);

  transition: all .3s;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  display: inline-block;

  margin: 0 25px 0 0;

  text-align: center;

  font-size: 35px;

}



.contact p {

  margin-bottom: 0;

}



.form-control:focus {

  border-color: #e31e25;

}



.custom-select.is-invalid,

.form-control.is-invalid,

.was-validated .custom-select:invalid,

.was-validated .form-control:invalid {

  border: 1px solid;

  border-color: #dc3545;

}



/* ===================================

   Footer

====================================== */

.footer {

  color: #fff;

  line-height: 1.71;

}



.footer ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



.footer ul li a {

  color: #fff;

}



.footer ul .active a, .footer ul li a:hover {

  color: #e31e25;

  text-decoration: none;

}



.footer-flex {

  margin-top: -4rem;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: space-between;

  -ms-flex-pack: space-between;

  justify-content: space-between;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.footer-flex .flex-item {

  margin-top: 4rem;

  -webkit-flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

}



.m-5 {

  margin: 5px !important;

}



.p-5 {

  padding: 5px !important;

}



.m-t-5 {

  margin-top: 5px !important;

}



.p-t-5 {

  padding-top: 5px !important;

}



.m-5 {

  margin: 5px !important;

}



.p-5 {

  padding: 5px !important;

}



.m-b-5 {

  margin-bottom: 5px !important;

}



.p-b-5 {

  padding-bottom: 5px !important;

}



.m-5 {

  margin: 5px !important;

}



.p-5 {

  padding: 5px !important;

}



.m-l-5 {

  margin-left: 5px !important;

}



.p-l-5 {

  padding-left: 5px !important;

}



.m-5 {

  margin: 5px !important;

}



.p-5 {

  padding: 5px !important;

}



.m-r-5 {

  margin-right: 5px !important;

}



.p-r-5 {

  padding-right: 5px !important;

}



.m-10 {

  margin: 10px !important;

}



.p-10 {

  padding: 10px !important;

}



.m-t-10 {

  margin-top: 10px !important;

}



.p-t-10 {

  padding-top: 10px !important;

}



.m-10 {

  margin: 10px !important;

}



.p-10 {

  padding: 10px !important;

}



.m-b-10 {

  margin-bottom: 10px !important;

}



.p-b-10 {

  padding-bottom: 10px !important;

}



.m-10 {

  margin: 10px !important;

}



.p-10 {

  padding: 10px !important;

}



.m-l-10 {

  margin-left: 10px !important;

}



.p-l-10 {

  padding-left: 10px !important;

}



.m-10 {

  margin: 10px !important;

}



.p-10 {

  padding: 10px !important;

}



.m-r-10 {

  margin-right: 10px !important;

}



.p-r-10 {

  padding-right: 10px !important;

}



.m-15 {

  margin: 15px !important;

}



.p-15 {

  padding: 15px !important;

}



.m-t-15 {

  margin-top: 15px !important;

}



.p-t-15 {

  padding-top: 15px !important;

}



.m-15 {

  margin: 15px !important;

}



.p-15 {

  padding: 15px !important;

}



.m-b-15 {

  margin-bottom: 15px !important;

}



.p-b-15 {

  padding-bottom: 15px !important;

}



.m-15 {

  margin: 15px !important;

}



.p-15 {

  padding: 15px !important;

}



.m-l-15 {

  margin-left: 15px !important;

}



.p-l-15 {

  padding-left: 15px !important;

}



.m-15 {

  margin: 15px !important;

}



.p-15 {

  padding: 15px !important;

}



.m-r-15 {

  margin-right: 15px !important;

}



.p-r-15 {

  padding-right: 15px !important;

}



.m-20 {

  margin: 20px !important;

}



.p-20 {

  padding: 20px !important;

}



.m-t-20 {

  margin-top: 20px !important;

}



.p-t-20 {

  padding-top: 20px !important;

}



.m-20 {

  margin: 20px !important;

}



.p-20 {

  padding: 20px !important;

}



.m-b-20 {

  margin-bottom: 20px !important;

}



.p-b-20 {

  padding-bottom: 20px !important;

}



.m-20 {

  margin: 20px !important;

}



.p-20 {

  padding: 20px !important;

}



.m-l-20 {

  margin-left: 20px !important;

}



.p-l-20 {

  padding-left: 20px !important;

}



.m-20 {

  margin: 20px !important;

}



.p-20 {

  padding: 20px !important;

}



.m-r-20 {

  margin-right: 20px !important;

}



.p-r-20 {

  padding-right: 20px !important;

}



.m-25 {

  margin: 25px !important;

}



.p-25 {

  padding: 25px !important;

}



.m-t-25 {

  margin-top: 25px !important;

}



.p-t-25 {

  padding-top: 25px !important;

}



.m-25 {

  margin: 25px !important;

}



.p-25 {

  padding: 25px !important;

}



.m-b-25 {

  margin-bottom: 25px !important;

}



.p-b-25 {

  padding-bottom: 25px !important;

}



.m-25 {

  margin: 25px !important;

}



.p-25 {

  padding: 25px !important;

}



.m-l-25 {

  margin-left: 25px !important;

}



.p-l-25 {

  padding-left: 25px !important;

}



.m-25 {

  margin: 25px !important;

}



.p-25 {

  padding: 25px !important;

}



.m-r-25 {

  margin-right: 25px !important;

}



.p-r-25 {

  padding-right: 25px !important;

}



.m-30 {

  margin: 30px !important;

}



.p-30 {

  padding: 30px !important;

}



.m-t-30 {

  margin-top: 30px !important;

}



.p-t-30 {

  padding-top: 30px !important;

}



.m-30 {

  margin: 30px !important;

}



.p-30 {

  padding: 30px !important;

}



.m-b-30 {

  margin-bottom: 30px !important;

}



.p-b-30 {

  padding-bottom: 30px !important;

}



.m-30 {

  margin: 30px !important;

}



.p-30 {

  padding: 30px !important;

}



.m-l-30 {

  margin-left: 30px !important;

}



.p-l-30 {

  padding-left: 30px !important;

}



.m-30 {

  margin: 30px !important;

}



.p-30 {

  padding: 30px !important;

}



.m-r-30 {

  margin-right: 30px !important;

}



.p-r-30 {

  padding-right: 30px !important;

}



.m-35 {

  margin: 35px !important;

}



.p-35 {

  padding: 35px !important;

}



.m-t-35 {

  margin-top: 35px !important;

}



.p-t-35 {

  padding-top: 35px !important;

}



.m-35 {

  margin: 35px !important;

}



.p-35 {

  padding: 35px !important;

}



.m-b-35 {

  margin-bottom: 35px !important;

}



.p-b-35 {

  padding-bottom: 35px !important;

}



.m-35 {

  margin: 35px !important;

}



.p-35 {

  padding: 35px !important;

}



.m-l-35 {

  margin-left: 35px !important;

}



.p-l-35 {

  padding-left: 35px !important;

}



.m-35 {

  margin: 35px !important;

}



.p-35 {

  padding: 35px !important;

}



.m-r-35 {

  margin-right: 35px !important;

}



.p-r-35 {

  padding-right: 35px !important;

}



.m-40 {

  margin: 40px !important;

}



.p-40 {

  padding: 40px !important;

}



.m-t-40 {

  margin-top: 40px !important;

}



.p-t-40 {

  padding-top: 40px !important;

}



.m-40 {

  margin: 40px !important;

}



.p-40 {

  padding: 40px !important;

}



.m-b-40 {

  margin-bottom: 40px !important;

}



.p-b-40 {

  padding-bottom: 40px !important;

}



.m-40 {

  margin: 40px !important;

}



.p-40 {

  padding: 40px !important;

}



.m-l-40 {

  margin-left: 40px !important;

}



.p-l-40 {

  padding-left: 40px !important;

}



.m-40 {

  margin: 40px !important;

}



.p-40 {

  padding: 40px !important;

}



.m-r-40 {

  margin-right: 40px !important;

}



.p-r-40 {

  padding-right: 40px !important;

}



.m-45 {

  margin: 45px !important;

}



.p-45 {

  padding: 45px !important;

}



.m-t-45 {

  margin-top: 45px !important;

}



.p-t-45 {

  padding-top: 45px !important;

}



.m-45 {

  margin: 45px !important;

}



.p-45 {

  padding: 45px !important;

}



.m-b-45 {

  margin-bottom: 45px !important;

}



.p-b-45 {

  padding-bottom: 45px !important;

}



.m-45 {

  margin: 45px !important;

}



.p-45 {

  padding: 45px !important;

}



.m-l-45 {

  margin-left: 45px !important;

}



.p-l-45 {

  padding-left: 45px !important;

}



.m-45 {

  margin: 45px !important;

}



.p-45 {

  padding: 45px !important;

}



.m-r-45 {

  margin-right: 45px !important;

}



.p-r-45 {

  padding-right: 45px !important;

}



.m-50 {

  margin: 50px !important;

}



.p-50 {

  padding: 50px !important;

}



.m-t-50 {

  margin-top: 50px !important;

}



.p-t-50 {

  padding-top: 50px !important;

}



.m-50 {

  margin: 50px !important;

}



.p-50 {

  padding: 50px !important;

}



.m-b-50 {

  margin-bottom: 50px !important;

}



.p-b-50 {

  padding-bottom: 50px !important;

}



.m-50 {

  margin: 50px !important;

}



.p-50 {

  padding: 50px !important;

}



.m-l-50 {

  margin-left: 50px !important;

}



.p-l-50 {

  padding-left: 50px !important;

}



.m-50 {

  margin: 50px !important;

}



.p-50 {

  padding: 50px !important;

}



.m-r-50 {

  margin-right: 50px !important;

}



.p-r-50 {

  padding-right: 50px !important;

}



.m-75 {

  margin: 75px !important;

}



.p-75 {

  padding: 75px !important;

}



.m-t-75 {

  margin-top: 75px !important;

}



.p-t-75 {

  padding-top: 75px !important;

}



.m-75 {

  margin: 75px !important;

}



.p-75 {

  padding: 75px !important;

}



.m-b-75 {

  margin-bottom: 75px !important;

}



.p-b-75 {

  padding-bottom: 75px !important;

}



.m-75 {

  margin: 75px !important;

}



.p-75 {

  padding: 75px !important;

}



.m-l-75 {

  margin-left: 75px !important;

}



.p-l-75 {

  padding-left: 75px !important;

}



.m-75 {

  margin: 75px !important;

}



.p-75 {

  padding: 75px !important;

}



.m-r-75 {

  margin-right: 75px !important;

}



.p-r-75 {

  padding-right: 75px !important;

}



.m-100 {

  margin: 100px !important;

}



.p-100 {

  padding: 100px !important;

}



.m-t-100 {

  margin-top: 100px !important;

}



.p-t-100 {

  padding-top: 100px !important;

}



.m-100 {

  margin: 100px !important;

}



.p-100 {

  padding: 100px !important;

}



.m-b-100 {

  margin-bottom: 100px !important;

}



.p-b-100 {

  padding-bottom: 100px !important;

}



.m-100 {

  margin: 100px !important;

}



.p-100 {

  padding: 100px !important;

}



.m-l-100 {

  margin-left: 100px !important;

}



.p-l-100 {

  padding-left: 100px !important;

}



.m-100 {

  margin: 100px !important;

}



.p-100 {

  padding: 100px !important;

}



.m-r-100 {

  margin-right: 100px !important;

}



.p-r-100 {

  padding-right: 100px !important;

}



/*==============================

    Margin

================================*/

.no-margin {

  margin: 0 !important;

}



.no-margin-lr {

  margin-left: 0 !important;

  margin-right: 0 !important;

}



.no-margin-tb {

  margin-top: 0 !important;

  margin-bottom: 0 !important;

}



.no-margin-top {

  margin-top: 0 !important;

}



.no-margin-bottom {

  margin-bottom: 0 !important;

}



.no-margin-left {

  margin-left: 0 !important;

}



.no-margin-right {

  margin-right: 0 !important;

}



.margin-lr-auto {

  margin-left: auto !important;

  margin-right: auto !important;

}



.margin-auto {

  margin: 0 auto !important;

}



.no-padding {

  padding: 0 !important;

}



.no-padding-lr {

  padding-left: 0 !important;

  padding-right: 0 !important;

}



.no-padding-tb {

  padding-top: 0 !important;

  padding-bottom: 0 !important;

}



.no-padding-top {

  padding-top: 0 !important;

}



.no-padding-bottom {

  padding-bottom: 0 !important;

}



.no-padding-left {

  padding-left: 0 !important;

}



.no-padding-right {

  padding-right: 0 !important;

}



.br-1 {

  border-radius: 1px !important;

}



.br-t-1 {

  border-bottom-right-radius: 1px !important;

  border-bottom-left-radius: 1px !important;

}



.br-1 {

  border-radius: 1px !important;

}



.br-b-1 {

  border-bottom-right-radius: 1px !important;

  border-bottom-left-radius: 1px !important;

}



.br-1 {

  border-radius: 1px !important;

}



.br-l-1 {

  border-bottom-right-radius: 1px !important;

  border-bottom-left-radius: 1px !important;

}



.br-1 {

  border-radius: 1px !important;

}



.br-r-1 {

  border-bottom-right-radius: 1px !important;

  border-bottom-left-radius: 1px !important;

}



.br-2 {

  border-radius: 2px !important;

}



.br-t-2 {

  border-bottom-right-radius: 2px !important;

  border-bottom-left-radius: 2px !important;

}



.br-2 {

  border-radius: 2px !important;

}



.br-b-2 {

  border-bottom-right-radius: 2px !important;

  border-bottom-left-radius: 2px !important;

}



.br-2 {

  border-radius: 2px !important;

}



.br-l-2 {

  border-bottom-right-radius: 2px !important;

  border-bottom-left-radius: 2px !important;

}



.br-2 {

  border-radius: 2px !important;

}



.br-r-2 {

  border-bottom-right-radius: 2px !important;

  border-bottom-left-radius: 2px !important;

}



.br-3 {

  border-radius: 3px !important;

}



.br-t-3 {

  border-bottom-right-radius: 3px !important;

  border-bottom-left-radius: 3px !important;

}



.br-3 {

  border-radius: 3px !important;

}



.br-b-3 {

  border-bottom-right-radius: 3px !important;

  border-bottom-left-radius: 3px !important;

}



.br-3 {

  border-radius: 3px !important;

}



.br-l-3 {

  border-bottom-right-radius: 3px !important;

  border-bottom-left-radius: 3px !important;

}



.br-3 {

  border-radius: 3px !important;

}



.br-r-3 {

  border-bottom-right-radius: 3px !important;

  border-bottom-left-radius: 3px !important;

}



.br-4 {

  border-radius: 4px !important;

}



.br-t-4 {

  border-bottom-right-radius: 4px !important;

  border-bottom-left-radius: 4px !important;

}



.br-4 {

  border-radius: 4px !important;

}



.br-b-4 {

  border-bottom-right-radius: 4px !important;

  border-bottom-left-radius: 4px !important;

}



.br-4 {

  border-radius: 4px !important;

}



.br-l-4 {

  border-bottom-right-radius: 4px !important;

  border-bottom-left-radius: 4px !important;

}



.br-4 {

  border-radius: 4px !important;

}



.br-r-4 {

  border-bottom-right-radius: 4px !important;

  border-bottom-left-radius: 4px !important;

}



.br-5 {

  border-radius: 5px !important;

}



.br-t-5 {

  border-bottom-right-radius: 5px !important;

  border-bottom-left-radius: 5px !important;

}



.br-5 {

  border-radius: 5px !important;

}



.br-b-5 {

  border-bottom-right-radius: 5px !important;

  border-bottom-left-radius: 5px !important;

}



.br-5 {

  border-radius: 5px !important;

}



.br-l-5 {

  border-bottom-right-radius: 5px !important;

  border-bottom-left-radius: 5px !important;

}



.br-5 {

  border-radius: 5px !important;

}



.br-r-5 {

  border-bottom-right-radius: 5px !important;

  border-bottom-left-radius: 5px !important;

}



.br-6 {

  border-radius: 6px !important;

}



.br-t-6 {

  border-bottom-right-radius: 6px !important;

  border-bottom-left-radius: 6px !important;

}



.br-6 {

  border-radius: 6px !important;

}



.br-b-6 {

  border-bottom-right-radius: 6px !important;

  border-bottom-left-radius: 6px !important;

}



.br-6 {

  border-radius: 6px !important;

}



.br-l-6 {

  border-bottom-right-radius: 6px !important;

  border-bottom-left-radius: 6px !important;

}



.br-6 {

  border-radius: 6px !important;

}



.br-r-6 {

  border-bottom-right-radius: 6px !important;

  border-bottom-left-radius: 6px !important;

}



.br-7 {

  border-radius: 7px !important;

}



.br-t-7 {

  border-bottom-right-radius: 7px !important;

  border-bottom-left-radius: 7px !important;

}



.br-7 {

  border-radius: 7px !important;

}



.br-b-7 {

  border-bottom-right-radius: 7px !important;

  border-bottom-left-radius: 7px !important;

}



.br-7 {

  border-radius: 7px !important;

}



.br-l-7 {

  border-bottom-right-radius: 7px !important;

  border-bottom-left-radius: 7px !important;

}



.br-7 {

  border-radius: 7px !important;

}



.br-r-7 {

  border-bottom-right-radius: 7px !important;

  border-bottom-left-radius: 7px !important;

}



.br-8 {

  border-radius: 8px !important;

}



.br-t-8 {

  border-bottom-right-radius: 8px !important;

  border-bottom-left-radius: 8px !important;

}



.br-8 {

  border-radius: 8px !important;

}



.br-b-8 {

  border-bottom-right-radius: 8px !important;

  border-bottom-left-radius: 8px !important;

}



.br-8 {

  border-radius: 8px !important;

}



.br-l-8 {

  border-bottom-right-radius: 8px !important;

  border-bottom-left-radius: 8px !important;

}



.br-8 {

  border-radius: 8px !important;

}



.br-r-8 {

  border-bottom-right-radius: 8px !important;

  border-bottom-left-radius: 8px !important;

}



.br-9 {

  border-radius: 9px !important;

}



.br-t-9 {

  border-bottom-right-radius: 9px !important;

  border-bottom-left-radius: 9px !important;

}



.br-9 {

  border-radius: 9px !important;

}



.br-b-9 {

  border-bottom-right-radius: 9px !important;

  border-bottom-left-radius: 9px !important;

}



.br-9 {

  border-radius: 9px !important;

}



.br-l-9 {

  border-bottom-right-radius: 9px !important;

  border-bottom-left-radius: 9px !important;

}



.br-9 {

  border-radius: 9px !important;

}



.br-r-9 {

  border-bottom-right-radius: 9px !important;

  border-bottom-left-radius: 9px !important;

}



.br-10 {

  border-radius: 10px !important;

}



.br-t-10 {

  border-bottom-right-radius: 10px !important;

  border-bottom-left-radius: 10px !important;

}



.br-10 {

  border-radius: 10px !important;

}



.br-b-10 {

  border-bottom-right-radius: 10px !important;

  border-bottom-left-radius: 10px !important;

}



.br-10 {

  border-radius: 10px !important;

}



.br-l-10 {

  border-bottom-right-radius: 10px !important;

  border-bottom-left-radius: 10px !important;

}



.br-10 {

  border-radius: 10px !important;

}



.br-r-10 {

  border-bottom-right-radius: 10px !important;

  border-bottom-left-radius: 10px !important;

}



.br-50 {

  border-radius: 50px !important;

}



.br-t-50 {

  border-bottom-right-radius: 50px !important;

  border-bottom-left-radius: 50px !important;

}



.br-50 {

  border-radius: 50px !important;

}



.br-b-50 {

  border-bottom-right-radius: 50px !important;

  border-bottom-left-radius: 50px !important;

}



.br-50 {

  border-radius: 50px !important;

}



.br-l-50 {

  border-bottom-right-radius: 50px !important;

  border-bottom-left-radius: 50px !important;

}



.br-50 {

  border-radius: 50px !important;

}



.br-r-50 {

  border-bottom-right-radius: 50px !important;

  border-bottom-left-radius: 50px !important;

}



.br-100 {

  border-radius: 100px !important;

}



.br-t-100 {

  border-bottom-right-radius: 100px !important;

  border-bottom-left-radius: 100px !important;

}



.br-100 {

  border-radius: 100px !important;

}



.br-b-100 {

  border-bottom-right-radius: 100px !important;

  border-bottom-left-radius: 100px !important;

}



.br-100 {

  border-radius: 100px !important;

}



.br-l-100 {

  border-bottom-right-radius: 100px !important;

  border-bottom-left-radius: 100px !important;

}



.br-100 {

  border-radius: 100px !important;

}



.br-r-100 {

  border-bottom-right-radius: 100px !important;

  border-bottom-left-radius: 100px !important;

}



.br-none {

  border-radius: 0;

}



.p-relative {

  position: relative;

}



.product-price {

  font-size: 54px;

  font-weight: 700;

  line-height: 60px;

}



.error h1 {

  font-size: 240px;

  line-height: 240px;

}



.error p {

  font-size: 30px;

  line-height: 50px;

}



.svg-abs {

  position: absolute;

}



.svg-f-btm {

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  z-index: 1;

}



.svg-white {

  fill: #fff;

}



.svg-f-top-invert {

  top: -2px;

  left: 0;

  right: 0;

  width: 100%;

  z-index: 1;

  transform: scale(-1);

}



/* ===================================

   resume

====================================== */

.resume-title {

  position: relative;

  background: rgba(243, 202, 47, 0.6);

  padding: 1rem;

  color: #000;

  text-align: center;

  margin: 0;

}



.resume-row {

  position: relative;

}



.resume-row:after {

  position: absolute;

  content: '';

  left: 0;

  top: 0;

  width: 1rem;

  height: 1rem;

  background: #0e0e0e;

  left: -3.5rem;

  top: 0;

  border-radius: 50%;

  border: 2px solid #f3ca2f;

}



.resume-type {

  position: relative;

  margin: 1rem 0;

  top: -0.2rem;

}



.resume-study {

  margin-bottom: 1rem;

}



.resume-date {

  font-size: 0.9rem;

}



.resume-content {

  background: rgba(0, 0, 0, 0.6);

  padding: 1.5rem 1.5rem 1.5rem 3rem;

  margin-bottom: 2rem;

}



.resume-inner {

  border-left: 1px solid #525252;

  padding-left: 3rem;

}



.resume-text {

  opacity: 0.6;

}



.resume-text.last {

  margin-bottom: 0;

}



.section-projects {

  padding-bottom: 8rem;

}



.filter-content {

  position: relative;

  overflow: hidden;

}



.filter {

  list-style: none;

  font-size: 1.142rem;

  font-weight: 600;

  color: #fff;

  padding-left: 0;

  margin: 0;

}



.filter li {

  margin: .6rem 2.6rem 0 0;

  display: inline-block;

}



.filter li:last-child {

  margin-right: 0;

}



.filter li a {

  color: inherit;

}



.filter li a:hover {

  color: #e31e25;

  text-decoration: none;

}



.filter .active a {

  color: #e31e25;

  text-decoration: none;

}



.section-projects .filter-content {

  margin: 2rem 0 0;

}



.section-projects .filter {

  margin: 0;

}



.section-projects .view-projects {

  margin: 0.85rem 0 0;

}



.view-projects {

  display: inline-block;

  font-style: italic;

  color: #999;

}



.view-projects:hover {

  text-decoration: none;

  color: #e31e25;

}



.project-carousel {

  margin-top: 5.92rem;

}



.owl-nav {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}



.owl-nav .disabled {

  color: #777;

  cursor: default;

}



.owl-prev, .owl-next {

  display: inline-block;

  font-size: 2.8rem;

  line-height: 1;

  -webkit-transition: all .5s;

  -o-transition: all .5s;

  transition: all 0.5s;

}



.owl-prev:before {

  font-family: ionicons;

  content: "\2039";

}



.owl-next:before {

  font-family: ionicons;

  content: "\203A";

}



.owl-prev:hover, .owl-next:hover {

  color: #e31e25;

}



.owl-dots {

  text-align: center;

  margin-top: 5.857rem;

}



.owl-dot {

  display: inline-block;

  vertical-align: top;

  margin: 0 0.6rem;

}



.owl-dot span {

  display: block;

  width: .6rem;

  height: .6rem;

  background-color: #ccc;

}



.owl-dot.active span {

  background-color: #e31e25;

}



.project-item {

  position: relative;

  overflow: hidden;

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all 0.3s;

}



.project-item img {

  width: 100%;

}



.item-shadow {

  position: relative;

}



.item-shadow:before {

  content: '';

  position: absolute;

  z-index: 1;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);

}



.project-item .link-arrow {

  position: absolute;

  z-index: 2;

  color: #fff;

  left: 3rem;

  bottom: 2.3rem;

  -webkit-transition: none;

  -o-transition: none;

  transition: none;

}



.project-hover {

  position: absolute;

  z-index: 2;

  left: 0;

  top: 0;

  width: 100.1%;

  height: 100%;

  padding: 4.85rem 3rem;

  -webkit-transition: .5s ease;

  -o-transition: .5s ease;

  transition: 0.5s ease;

}



.project-title {

  color: #fff;

  margin: 0;

}



.project-hover .project-title {

  position: absolute;

  bottom: 5.5rem;

}



.project-description {

  opacity: 0;

  margin-top: 12%;

  line-height: 1.71;

  color: #333;

  -webkit-transform: translateX(-1rem);

  -ms-transform: translateX(-1rem);

  -o-transform: translateX(-1rem);

  transform: translateY(-1rem);

}



.project-item:hover .project-hover {

  background-color: rgba(206, 224, 2, 0.85);

}



.project-item:hover .project-hover .project-title {

  position: relative;

  color: #000;

  bottom: 2rem;

  -webkit-transform: translateY(2rem);

  -ms-transform: translateY(2rem);

  -o-transform: translateY(2rem);

  transform: translateY(2rem);

  -webkit-transition: transform .5s ease;

  -o-transition: transform .5s ease;

  transition: transform 0.5s ease;

}



.project-item:hover .project-hover .project-description {

  opacity: 1;

  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  -o-transform: translateX(0);

  transform: translateY(0);

  -webkit-transition: all .4s .2s ease;

  -o-transition: all .4s .2s ease;

  transition: all 0.4s 0.2s ease;

}



.project-item:hover .link-arrow {

  color: #000;

}



.section-clients .section-title {

  margin-right: 7rem;

}



.client-carousel {

  margin-top: 4.8rem;

}



.client-carousel .client-carousel-item img {

  display: inline-block;

  width: auto;

}



.client-box {

  position: relative;

  color: #999;

  background-color: #333;

  padding: 6rem 3.28rem 3.28rem;

}



.image-quote {

  position: absolute;

  top: 3.28rem;

  right: 3.28rem;

}



.client-img {

  position: relative;

  z-index: 1;

  margin: 0 0 -3rem 2.6rem;

  border-radius: 50%;

}



.client-title {

  letter-spacing: 0;

}



.client-name {

  font-size: 1.28rem;

  line-height: 1;

  color: #fff;

}



.client-description {

  margin: 1.5rem 0 0;

  line-height: 1.71em;

}



.client-carousel .owl-nav {

  right: 0;

  top: -7.8rem;

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

}



.client-carousel .owl-prev {

  margin-right: 2rem;

}



.partner-carousel {

  margin-top: 10.28rem;

}



.partner-carousel .partner-carousel-item img {

  width: auto;

  margin: 0 auto;

  -webkit-transition: all .5s;

  -o-transition: all .5s;

  transition: all 0.5s;

}



.partner-carousel {

  margin-top: 10.28rem;

}



.partner-carousel .partner-carousel-item img {

  width: auto;

  margin: 0 auto;

  -webkit-transition: all .5s;

  -o-transition: all .5s;

  transition: all 0.5s;

}



.section-news {

  border-bottom: 1px solid #383838;

}



.news-carousel {

  margin-top: 4.7rem;

}



.news-item {

  position: relative;

}



.news-item img {

  width: 100%;

}



.news-hover {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  padding: 2.7rem;

  color: #999;

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all 0.3s;

}



.hover-border {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: hidden;

}



.hover-border div {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}



.hover-border div::before {

  position: absolute;

  content: "";

  background: #e31e25;

  height: 2px;

  width: 100%;

  left: 0;

  top: 0;

  -webkit-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  -o-transform: translateX(-100%);

  transform: translateX(-100%);

  -webkit-transition: .2s;

  -o-transition: .2s;

  transition: 0.2s;

}



.hover-border::after {

  position: absolute;

  content: "";

  background: #e31e25;

  width: 2px;

  height: 100%;

  right: 0;

  bottom: 0;

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  -o-transform: translateY(-100%);

  transform: translateY(-100%);

  -webkit-transition: .2s .2s;

  -o-transition: .2s .2s;

  transition: 0.2s 0.2s;

}



.hover-border div::after {

  position: absolute;

  content: "";

  background: #e31e25;

  width: 100%;

  height: 2px;

  right: 0;

  bottom: 0;

  -webkit-transform: translateX(100%);

  -ms-transform: translateX(100%);

  -o-transform: translateX(100%);

  transform: translateX(100%);

  -webkit-transition: .2s .4s;

  -o-transition: .2s .4s;

  transition: 0.2s 0.4s;

}



.hover-border::before {

  position: absolute;

  content: "";

  background: #e31e25;

  width: 2px;

  height: 100%;

  left: 0;

  top: 0;

  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);

  -o-transform: translateY(100%);

  transform: translateY(100%);

  -webkit-transition: .2s .8s;

  -o-transition: .2s .8s;

  transition: 0.2s 0.8s;

}



.news-hover .content {

  opacity: 0;

  position: relative;

  -webkit-transition: .3s;

  -o-transition: .3s;

  transition: 0.3s;

}



.news-hover .time {

  margin-bottom: 0.6rem;

}



.news-title {

  font-size: 1.95rem;

  line-height: 1.25;

  letter-spacing: 0;

  margin: 0;

  -webkit-transform: translateX(-2rem);

  -ms-transform: translateX(-2rem);

  -o-transform: translateX(-2rem);

  transform: translateX(-2rem);

  -webkit-transition: .5s ease;

  -o-transition: .5s ease;

  transition: 0.5s ease;

}



.news-description {

  opacity: 0;

  margin-bottom: 0;

  line-height: 1.71;

  margin-top: 10%;

  -webkit-transform: translateY(-2rem);

  -ms-transform: translateY(-2rem);

  -o-transform: translateY(-2rem);

  transform: translateY(-2rem);

  -webkit-transition: .5s .3s ease;

  -o-transition: .5s .3s ease;

  transition: 0.5s 0.3s ease;

}



.news-hover .read-more {

  position: absolute;

  opacity: 0;

  bottom: 2.7rem;

}



.read-more {

  font-weight: 600;

}



#pp-nav {

  z-index: 99;

  margin-top: 0 !important;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 2rem;

}



#pp-nav .pp-nav-up,

#pp-nav .pp-nav-down {

  display: none;

  font-size: 2.1428rem;

  cursor: pointer;

  color: #000;

  -webkit-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all 0.3s ease;

}



#pp-nav .pp-nav-up {

  margin-bottom: 3.5rem;

}



#pp-nav .pp-nav-down {

  margin-top: 3.5rem;

}



#pp-nav li {

  margin: 1.928rem auto;

  width: 10px;

  height: 10px;

}



.pp-slidesNav li {

  margin: 1.928rem auto;

  width: 10px;

  height: 10px;

}



#pp-nav span,

.pp-slidesNav span {

  left: 0;

  top: 0;

  cursor: pointer;

  width: 10px;

  height: 10px;

  background: #000;

  border: 0;

  -webkit-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all 0.3s ease;

}



#pp-nav .pp-nav-up:hover,

#pp-nav .pp-nav-down:hover {

  color: #e31e25;

}



#pp-nav.white .pp-nav-up:hover,

#pp-nav.white .pp-nav-down:hover {

  color: #e31e25;

}



#pp-nav.white .pp-nav-up,

#pp-nav.white .pp-nav-down {

  color: #fff;

}



#pp-nav.white span {

  background: #231d2a;

}



.pp-slidesNav span {

  background: #fff;

}



#pp-nav li .active span,

.pp-slidesNav .active span,

#pp-nav span:hover,

.pp-slidesNav span:hover {

  background: #e31e25;

}



.pagepiling .section {

  background: #fff;

  padding-top: 11.3rem;

  padding-bottom: 7rem;

}



.pagepiling .section-1.pp-scrollable .vertical-centred {

  padding-top: 10rem;

  padding-bottom: 11rem;

}



.pagepiling .pp-scrollable {

  padding: 0;

}



.pp-scrollable .vertical-centred {

  padding-top: 11.3rem;

  padding-bottom: 7rem;

}



.scroll-wrap {

  position: relative;

  min-height: 100%;

}



/* ===================================

    Work portfolio

====================================== */

.portfolio .filtering {

  margin-bottom: 2rem;

}



.portfolio .filtering .active {

  color: #322515;

  border: 1px solid rgba(227, 30, 37, 0.6);

  background-color: rgba(227, 30, 37, 0.6);

}



.portfolio .filtering span {

  background-color: #272727;

  border: 1px solid #272727;

  color: #fff;

  cursor: pointer;

  font: 400 12px/32px "Roboto", sans-serif;

  margin: 0 5px 10px 5px;

  overflow: visible;

  padding: 0 17px;

  position: relative;

  display: inline-block;

  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;

  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;

  border-radius: 50px;

}



.portfolio .items {

  padding: 0;

}



.portfolio .items .item-img {

  position: relative;

  padding: 0;

}



.portfolio .items .item-img img {

  width: 100%;

  max-width: 100%;

  height: auto;

}



.portfolio .items .item-img .item-img-overlay {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.7);

  opacity: 0;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 2;

  -webkit-transform: translateY(10px);

  transform: translateY(10px);

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  text-align: center;

}



.portfolio .item-img:hover .item-img-overlay {

  opacity: 0.8;

  -webkit-transform: translateY(0);

  transform: translateY(0);

}



.portfolio .item-img-overlay a {

  font-size: 30px;

  bottom: 15px;

  right: 15px;

  color: #322515;

}



.progress-bars {

  margin-top: 5rem;

}



.progress {

  height: 8px;

  margin-bottom: 50px;

}



.progress-bar {

  background-color: #e31e25;

}

.dots-image-2 {

  display: inline-block;

  position: relative;

}



.dots-image-2 .dots {

  position: absolute;
  max-height: 70vh;

  z-index: -1;

  left: -15%;

  bottom: -15%;

  width: 70%;

  top: 50%;

  opacity: .8;

  background: url(../images/bg/dots.png) 0 0 repeat;
}

.dots-image-2 .experience-info {

  position: absolute;
  left: -27px;
  top: -20px;
  z-index: 3;

}

.dots-image-2 .img-fluid {
    max-height: 70vh!important;
}


.experience-info .number {

  display: inline-block;

  font-weight: 300;

  line-height: 1;

  font-size: 5.71rem;

  margin-right: 1.7rem;

}



.experience-info .text {

  display: inline-block;

  font-size: 1.571rem;

  font-weight: 500;

  line-height: 1.181;

  text-transform: uppercase;

}



.experience-box {

  position: relative;

  white-space: nowrap;

  margin: 6rem 0;

}



.experience-border {

  display: inline-block;

  vertical-align: middle;

  width: 12.15rem;

  height: 12.15rem;

  border: 0.357rem solid #e31e25;

}



.experience-content {

  display: inline-block;

  vertical-align: middle;

  position: relative;

  left: -8rem;

  top: 0.2rem;

}



.experience-number {

  display: inline-block;

  vertical-align: middle;

  font-size: 7.142rem;

  line-height: 1;

  font-weight: 600;

  color: #fff;

}



.experience-info {

  display: inline-block;

  vertical-align: middle;

  margin: -1rem 0 0 .8rem;

  font-size: 1.57rem;

  line-height: 1.181;

  color: #e31e25;

}



.icon-quote {

  display: inline-block;

  margin-top: -.6rem;

  color: #f3ca2f;

  font-size: 5.14rem;

  margin-bottom: 10rem;

}



.review-carousel .owl-nav {

  position: relative;

  top: -14%;

  margin-top: 15px;

  left: 34%;

  width: 120px;

  -webkit-transform: none;

  -ms-transform: none;

  -o-transform: none;

  transform: none;

}



.review-carousel .owl-prev,

.review-carousel .owl-next {

  font-size: 2.5rem;

  width: 3.57rem;

  height: 3.57rem;

  line-height: 3rem;

  /*border: 1px solid #322515;

  color: #322515;*/

  text-align: center;

  margin-right: .857rem;
  
    color: #322515;

    border: 2px solid rgba(227, 30, 37, 0);

    border-radius: 1px;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}



.review-carousel .owl-prev.disabled,

.review-carousel .owl-next.disabled {

  cursor: default;

}



.review-carousel .owl-prev:hover,

.review-carousel .owl-next:hover {

  background: #e31e25;

  border-color: #e31e25;

  color: #fff;

}



.owl-dots {

  text-align: center;

  margin-top: 5.857rem;

}



.mh-pricing {

  padding: 20px 0 0 0;

  text-align: center;

  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

  transition: 0.3s;

  margin-bottom: 30px;

  background-color: rgba(255, 255, 255, 0.54);

  max-width: 32%;

}



.mh-pricing .fa {

  font-size: 30px;

  line-height: 36px;

  margin-bottom: 20px;

  color: #e31e25;

}



.mh-pricing h4 {

  margin-bottom: 10px;

  margin-top: 20px;

}



.mh-pricing h5 {

  font-size: 36px;

  line-height: 40px;

  color: #e31e25;

  margin-bottom: 20px;

  margin-top: 20px;

}



.mh-pricing ul {

  margin: 30px 0;

  padding: 0;

}



.mh-pricing ul li {

  margin: 2px 0;

  list-style: none;

}



/* ===================================

   Responsive

====================================== */

@media screen and (max-width: 991px) {

  .section-vertical.boxed.boxed-inner {

    position: relative;

    display: flex;

    width: 100%;

    height: 100%;

    align-items: baseline;

  }

  .vertical-title {

    display: none;

  }

  .dots-image-2 .experience-info {

    position: absolute;

    left: 0;

    margin-top: -4.4rem;

    top: 100%;

  }

  .con-info {

    margin-bottom: 50px;

  }

  .menu {

    width: 50%;

  }

  .copy-bottom {

    display: none;

  }

  .lang-bottom {

    display: none;

  }

  .home .section-vertical {

    padding-top: 25%;

  }

}



@media screen and (max-width: 768px) {

  #pp-nav {

    display: none;

  }

  .menu {

    width: 100%;

  }

  img.b-logo {

    width: 120px;

  }

}



@media screen and (max-width: 500px) {

  .boxed {

    padding-left: 1.2857rem;

    padding-right: 1.2857rem;

  }

  .navbar-brand {

    display: none;

  }

  .display-2 {

    font-size: 4.14rem;

  }

}



@media screen and (max-width: 400px) {

  .navbar-brand {

    display: none;

  }

  .display-2 {

    font-size: 2.14rem;

  }

}







/*my*/
.container{
  max-height: 100%!important;
}

.navbar{
  height: 52px;
}

.review-carousel-item{

    padding-top: 3.1%; 

}



.item-img-overlay .fa{

    font-size: 40px;

    color:  #ffffff;

}



@-webkit-keyframes show{

    0%{

    opacity:0;

    }

    100% {

    opacity:1;

    }

}



@keyframes show{

    0%{

    opacity:0;

    }

    100% {

    opacity:1;

    }

}



.anim-show-slog h1{

    font-size: 1.8rem;

    line-height: 1.3;

}



.anim-show-slog{

    margin-bottom: 3%;

    opacity:0;

    -webkit-transition: 1s;

    -o-transition: 1s;

    transition: 1s;

    -webkit-animation: show 5s 1;

            animation: show 5s 1;

    -webkit-animation-fill-mode: forwards;

            animation-fill-mode: forwards;

    -webkit-animation-delay: 1s;

            animation-delay: 1s;

}



.anim-show{
    max-width: 100%;
    margin: 0 auto 3% auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 350px;
    max-height: 40vh;
    width: 350px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation: show 5s 1;
    animation: show 5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.anim-show-name{
    max-width: 100%;
    margin: 0 auto 1% auto;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    max-height: 20vh;
    width: 300px;
    max-width: 100%;
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    opacity:0;

    -webkit-transition: 1s;

    -o-transition: 1s;

    transition: 1s;

    -webkit-animation: show 5s 1;

            animation: show 5s 1;

    -webkit-animation-fill-mode: forwards;

            animation-fill-mode: forwards;

    -webkit-animation-delay: 3s;

            animation-delay: 3s;

}

.anim-show-subname{
    max-width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    max-height: 10vh;
    max-width: 300px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    opacity:0;

    -webkit-transition: 1s;

    -o-transition: 1s;

    transition: 1s;

    -webkit-animation: show 5s 1;

            animation: show 5s 1;

    -webkit-animation-fill-mode: forwards;

            animation-fill-mode: forwards;

    -webkit-animation-delay: 4s;

            animation-delay: 4s;

}

.section{
  background-size: cover; 
}

.section-wrap{
  padding: 65px 50px 50px 50px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.activities{
  display: flex;
}
.wrap-half{
  width: 50%;
}

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

.activities .section-wrap{
  width: 65%;
}

.item-text{
  padding-bottom: 20px;
  padding-left: 19px;
  position: relative;
}
.item-text::before{
  content: "";
  position: absolute;
  width: 3px;
  height: 75%;
  border-radius: 6px;
  background-color: #e31e25;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.39), 0 2px 10px 0 rgba(0, 0, 0, 0.18);
  left: 0;
  top: 0;
}

.review-carousel .review-author{

    padding-bottom: 30px;

}

.review-author a{

     color: #322515;

}

.review-author a:hover{

     color: #e31e25 ;

}



.more{

    text-transform: uppercase;
    color: #322515;
    padding: 10px 20px;
    margin-right: 6px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid rgba(227, 30, 37, 0);
    border-radius: 1px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}

.more:hover{

    cursor: pointer;
    
    color: rgba(227, 30, 37, 0.9);

    -webkit-transition: 2s;

    -o-transition: 2s;

    transition: 2s;

    border-color: rgba(227, 30, 37, 0.6);    

}

.btn-bg{
  background: #e31e25;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid rgba(227, 30, 37, 0);
    border-radius: 1px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn-bg:hover{
  cursor: pointer;
  color: rgba(227, 30, 37, 0.9);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  border-color: rgba(227, 30, 37, 0.6);
  background: transparent;
  color: #322515;
}


.contact .info-item span{

    background: none!important;

}

.info-wrap{
    width: 800px;
    max-width: 32%;
    padding-left: 1%;
    padding-right: 2%;
    padding-bottom: 10px

}
.info-wrap:last-of-type{
  width: 100%;
  max-width: 100%;
}
.info-name{

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 10px!important;

}

.info-link{

    margin: 0 auto;

    color: #322515;

    font-size: 16px;

}

.info-link:hover{

    color: #e31e25;

    text-decoration: none; 

}



.info-contact{

    width: 100%;

    max-width: 100%;

}

.contact-wrap{

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: distribute;

        justify-content: space-around;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}

.contact-wrap .contact-item{
    margin: 0;
} 

.contact-wrap .contact-item .info-item{

    margin: 0;

}

.contact-form{
  padding-left: 30px;
  padding-right: 20px;
}

.form-wrap{
  display: flex;
  justify-content: space-between;
  align-items: end; 
}

.form-group{
    width: 49%;
}
.form-group:nth-child(3){
  width: 80%;
}

textarea.form-control{
  display: block;
}


.review-author{

    font-weight: 600;

}





.activities-wrap{

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.activities-wrap:last-of-type{

        left: 50%;

}

.activities .activities-img{
    display: none;
 }


.section-2 .vertical-title{

    z-index: 2;

}



.activities-item-left{

    max-width: 570px;

    margin: 0 0 0 auto;

}

.activities-item{

    max-width: 570px;

}



.activities-img{

    max-width: 100%;

    margin-bottom: 30px;

}



.gallery-item{

    width: 275px;

}

.contact .section-vertical{
    flex-direction: column;
    justify-content: center;
}



.contact .jr-info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1.1rem;
    font-weight: 600;
}
.map-link{
    color: #000000;
}

.map-link:hover{
    color: #e31e25;
}
.contact .con-info h3{
  font-size: 20px;
  margin: 10px 0;
}

.contact .con-info:nth-child(3) h3 {
  margin-bottom: 32px;
}

  .mfp-bg {
    background: rgba(0, 0, 0, 0.42);
}
.form-rent-inner{
    z-index: 1;
    position: relative;
}
.form-rent .section-bg {
    background-size: 81%;
    background-repeat: no-repeat;
}
.form-rent{
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(241, 241, 241, 0.42);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(241, 241, 241, 0.42);
  transition: 0.3s;
  background-color: #fff;
}
.form-rent-title{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 25px;
  text-align: left;
  line-height: normal;
}
.form-control:focus {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.01), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.01), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.form-rent input:focus, .form-rent textarea:focus{
  background-color: #dad9d9;
}
.form-rent .mfp-close{
  font-size: 30px;
}
.alert-success{
    color: #676767;
    background-color: transparent;
    border: none;
    text-align: left;
    line-height: 16px;
    padding-bottom: 0;
}
.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-rent-title{
  margin-bottom: 10px;
}
.form-rent-subtitle, .rent-tel-wrap{
  text-align: left;
}
.form-rent-subtitle{
  margin-bottom: 0;
  line-height: 22px;
}
.rent-tel-wrap{
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
}
.rent-tel-wrap .rent-tel{
  color: #322515;
}
.rent-tel-wrap .rent-tel:hover{
  color: #e31e25;
}


@media screen and (min-width: 2000px) {
    .activities .section-wrap .item-content{
        width: 800px;
    }
    .activities .section-wrap .item-content-right{
        margin: 0 0 0 auto;
    }
    .activities .section-wrap .item-content-left{
        margin: 0 auto 0 0;
    }
}

@media screen and (max-width: 1199px) {
.review-carousel .owl-nav {
  top: -13%;
}
}

@media screen and (max-width: 1000px) {
    
    .section-vertical.boxed.boxed-inner {
        height: 100%;
    }
    .anim-show-slog h1{

    font-size: 1.5rem;

    }

    .activities{
      flex-direction: column;
    }
    .activities .section-wrap, .wrap-half{
      width: 100%;
    } 
    
    .review-carousel .owl-nav {
        position: absolute;
        top: 15px;
    }

  .section-4 .review-carousel-item{

        padding-top: 90px;
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    }

    .experience-info .number{

        font-size: 3.71rem;

    }

  .info-wrap{

    max-width: 100%;

    padding-left: 7%;

    padding-right: 7%;

  }

    .info-wrap:last-of-type {
      width: 800px;
  }
  .contact .con-info:nth-child(3) h3 {
    margin-bottom: 10px;
  }
  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group, .form-group:nth-child(3){
    width: 100%;
  }
}



@media screen and (max-width: 991px) {

    .activities-wrap:last-of-type{

        left: 0;

        top: 100%;

    }

    .activities-title:before{

        display: none;

    }

    .section-vertical.boxed.boxed-inner {

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    margin: 0 auto;

    }

    .activities-item-left, .activities-item{

        padding-bottom: 80px;

    }

 .activities .activities-img{
    display: block;
 }


}
@media screen and (max-width: 768px) {

    .activities-item-left .title-uppercase {

    margin: 20px 0;

    }

    .activities-item .title-uppercase {

    margin: 20px 0;

    }

    .dots{

        display: none;

    }
}
@media screen and (max-width: 530px) {
  .form-rent {
    padding: 30px;
  }
}