/* button dimensions */
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?13659927");
  src: url("fonts/fontello.eot?13659927#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?13659927") format("woff2"), url("fonts/fontello.woff?13659927") format("woff"), url("fonts/fontello.ttf?13659927") format("truetype"), url("fonts/fontello.svg?13659927#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("fonts/opensans-regular-webfont.woff2") format("woff2"), url("fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
Team : Sreehari
*/
/* ------------------------ 1. Generic styles ----------------------------*/
.container {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

html, body {
  color: #6c6c6c;
  font-family: 'open_sansregular';
  font-size: 14px;
  margin: 0;
}

body:before {
  transition: all .3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #2f343a;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-btn {
  background-color: #d58317;
  border: 1px solid #d58317;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s background-color;
}

.l-btn + .btn {
  margin: 15px 0 0 15px;
}

.l-btn:hover {
  background-color: #fff;
  color: #d58317;
}

.l-back {
  color: #d58317;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

.l-back:after {
  border: 6px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(13, 86, 180, 0);
  border-right-color: #d58317;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.icon i {
  background-color: #d58317;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  color: #fff;
  speak: none;
  font-size: 1.375rem;
  line-height: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
}

.icon i:before {
  text-decoration: inherit;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon span {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 15px;
}

.icon.icon--xs i {
  width: auto;
  height: auto;
}

.icon.icon--sm i {
  font-size: 1.125rem;
  width: 26px;
  height: 26px;
}

.icon.icon--lg i {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
}

.icon.icon--fb i:before {
  content: '\f052';
}

.icon.icon--tw i:before {
  content: '\e800';
}

.icon.icon--gp i:before {
  content: '\f05a';
}

.icon.icon--search i:before {
  content: '\e802';
}

.icon.icon--location i:before {
  content: '\e801';
}

.icon.icon--heart i:before {
  content: '\e803';
}

.icon.icon--mail i:before {
  content: '\e804';
}

.icon.icon--mobile i:before {
  content: '\e805';
}

.icon.icon--thumb i:before {
  content: '\e806';
}

.icon.icon--megaphone i:before {
  content: '\e807';
}

.icon.icon--plane i:before {
  content: '\f1d8';
}

.icon.icon--chart i:before {
  content: '\f201';
}

.icon.icon--address i:before {
  content: '\f2bc';
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

.title {
  color: #4a0d08;
  font-size: 2.1875rem;
  padding: 0 0 20px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .title {
    font-size: 2.5rem;
  }
}

.title:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #d58317;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"] {
  background-color: #f8f9fa;
  border-radius: 0;
  border: solid 1px #d58317;
  color: #333;
  font-family: 'open_sansregular';
  font-size: 12px;
  line-height: 14px;
  height: 30px;
  padding: 14px;
  width: calc(100% - 28px);
  outline: none;
  transition: all ease .5s;
}

@media (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="password"] {
    padding: 8px 20px;
    width: calc(100% - 40px);
  }
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus, select:active,
textarea:active,
input[type="text"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="password"]:active, select:visited,
textarea:visited,
input[type="text"]:visited,
input[type="email"]:visited,
input[type="number"]:visited,
input[type="tel"]:visited,
input[type="password"]:visited {
  border-color: #bfc7cd;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
  background-color: #fff;
}

select:disabled,
textarea:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled {
  background-color: #edeeef;
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
  -webkit-text-fill-color: rgba(51, 51, 51, 0.7);
}

@media (min-width: 768px) {
  select:disabled,
  textarea:disabled,
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="tel"]:disabled,
  input[type="password"]:disabled {
    background-color: #e9ebeb;
  }
}

select.error,
textarea.error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="password"].error {
  border-color: #e72500;
  background-color: #fff;
}

select.success,
textarea.success,
input[type="text"].success,
input[type="email"].success,
input[type="number"].success,
input[type="tel"].success,
input[type="password"].success {
  border-color: #6da250;
  background-color: #fff;
}

select {
  height: 45px;
}

textarea {
  font-family: 'open_sansregular';
  resize: none;
  min-height: 90px;
}

input::-webkit-input-placeholder {
  color: #838b91;
}

input::-moz-placeholder {
  color: #838b91;
}

input:-moz-placeholder {
  color: #838b91;
}

input:-ms-input-placeholder {
  color: #838b91;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 0 0 5px;
}

label.success, label.error {
  font-size: 12px;
  margin: 5px 0;
}

label.error {
  color: #e72500;
}

label.success {
  color: #6da250;
}

/* Form style */
.form .form__wrap li {
  list-style: none;
}

.form .form__field {
  margin: 0 0 20px;
}

.form .form__field--title {
  width: 300px;
}

.form h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

.l-listing ul:after, .l-listing ul:before {
  content: " ";
  display: table;
}

.l-listing ul:after {
  clear: both;
}

.l-listing ul li {
  padding: 0 10px;
  margin: 0 0 40px;
}

@media (min-width: 479px) {
  .l-listing ul li {
    float: left;
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  .l-listing ul li {
    width: calc(25% - 20px);
  }
}

.tag {
  font-size: 12px;
  color: #d58317;
  padding: 10px 15px;
  line-height: 1;
  border: 1px solid #d58317;
  border-radius: 8px;
  text-align: center;
  transition: all .4s;
}

@media (min-width: 992px) {
  .tag {
    font-size: 15px;
    padding: 10px 25px;
  }
}

.l-btn-wrap {
  margin: 40px 0 20px;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d3d3d3;
  margin: 1em 0;
  padding: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: 0;
  border: 0;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li.slick-active button {
  background-color: #d58317;
}

.slick-dots button {
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  text-indent: -999em;
  outline: none;
}

.slick-arrow {
  border: 1px solid #d58317;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-indent: -999em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  outline: none;
  transition: all ease .6s;
}

@media (min-width: 992px) {
  .slick-arrow {
    width: 60px;
    height: 60px;
  }
}

.slick-arrow:after {
  border: 10px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(13, 86, 180, 0);
  border-right-color: #d58317;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.slick-prev {
  left: 0;
}

.slick-prev:after {
  margin-left: -7px;
}

.slick-next {
  right: 0;
}

.slick-next:after {
  border-right-color: transparent;
  border-left-color: #d58317;
  margin-left: 7px;
}

.slick-disabled {
  cursor: default;
}

.navbar-toggler {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-toggler .burger-nav {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  transition: background .2s;
  background-color: transparent;
  z-index: 1;
}

.navbar-toggler .burger-nav:focus {
  outline: none;
}

.navbar-toggler .burger-nav:hover {
  background-color: transparent;
}

.navbar-toggler .burger-nav.collapsed span {
  background: #282828;
}

.navbar-toggler .burger-nav.collapsed span:before {
  top: -5px;
  transition: top .3s .3s, -webkit-transform .3s 0s;
  transition: top .3s .3s, transform .3s 0s;
  transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #282828;
}

.navbar-toggler .burger-nav.collapsed span:after {
  bottom: -5px;
  transition: bottom .3s .3s, -webkit-transform .3s 0s;
  transition: bottom .3s .3s, transform .3s 0s;
  transition: bottom .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #282828;
}

.navbar-toggler .burger-nav span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: background 0s .3s;
}

.navbar-toggler .burger-nav span:before, .navbar-toggler .burger-nav span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #282828;
  content: "";
}

.navbar-toggler .burger-nav span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: top .3s 0s, -webkit-transform .3s .3s;
  transition: top .3s 0s, transform .3s .3s;
  transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.navbar-toggler .burger-nav span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: bottom .3s 0s, -webkit-transform .3s .3s;
  transition: bottom .3s 0s, transform .3s .3s;
  transition: bottom .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.header {
  border-top: 5px solid #d58317;
  background: #fff;
  padding: 10px 0;
  transition: all .5s;
  position: relative;
}

@media (min-width: 992px) {
  .header .header__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .header__nav {
  background: #fff;
  z-index: 4;
  right: -160%;
  transition: right .3s ease-in-out;
  position: fixed;
  top: 0;
  min-height: calc(100vh - 40px);
}

.header .header__nav.in {
  width: calc(320px - 30px);
  right: 0;
  padding: 20px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 992px) {
  .header .header__nav {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    display: block;
    position: inherit;
    padding: 0;
    min-height: 1px;
  }
}

@media (min-width: 992px) {
  .header .nav-main ul {
    display: inline-block;
  }
}

.header .nav-main li {
  display: block;
  padding: 0 15px 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #f3f3f3;
}

.header .nav-main li:last-child {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .header .nav-main li {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    border-bottom: 0;
  }
}

.header .nav-main li a {
  font-size: 1.125rem;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 992px) {
  .header .nav-main li a:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #d58317;
    left: 0;
    bottom: 0;
    display: none;
  }
}

.header .nav-main li.active a, .header .nav-main li:hover a {
  color: #d58317;
}

.header .nav-main li.active a:after, .header .nav-main li:hover a:after {
  display: block;
}

.searchbox {
  position: relative;
  display: none;
}

@media (min-width: 992px) {
  .searchbox {
    display: inline-block;
  }
}

.searchbox .searchbox__block {
  width: calc(100% - 30px);
  background-color: #d58317;
  padding: 15px;
  position: relative;
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 9;
}

.searchbox .searchbox__block:before {
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #d58317 transparent;
  content: '';
  width: 0;
  height: 0;
  top: -14px;
  right: 0;
  position: absolute;
  transition: all .1s ease;
}

@media (min-width: 992px) {
  .searchbox .searchbox__block {
    width: 300px;
  }
}

.searchbox .searchbox__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.searchbox .searchbox__input {
  border-color: #bfc7cd;
  width: calc(100% - 114px);
  border-radius: 8px 0 0 8px;
  padding: 14px 20px;
  height: auto;
}

.searchbox .searchbox__submit {
  color: #333;
  width: 74px;
  border: solid 1px #bfc7cd;
  border-left: 0;
  border-radius: 0px 8px 8px 0;
}

.searchbox.open .searchbox__block {
  display: block;
}

.footer {
  color: #fff;
  text-align: center;
}

.footer .footer__block {
  background-color: #1b1b1b;
  padding: 30px 15px;
}

@media (min-width: 992px) {
  .footer .footer__block {
    padding: 60px 30px;
  }
}

.footer .footer__copyright {
  background-color: #d58317;
  padding: 15px;
}

@media (min-width: 992px) {
  .footer .footer__copyright {
    padding: 25px 30px;
  }
}

.footer .footer__copyright p {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.footer .footer__copyright p:last-of-type {
  margin: 0;
}

.footer .footer__nav {
  margin: 0 0 20px;
}

.footer .footer__nav li {
  display: inline-block;
  padding: 0 13px;
  position: relative;
}

.footer .footer__nav li:after {
  background-color: #fff;
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .footer__nav li:last-child:after {
  display: none;
}

.footer .footer__nav a {
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.footer .footer__nav--sub {
  margin: 0 0 40px;
}

.footer .footer__nav--sub a {
  font-size: 0.875rem;
}

.footer .footer__address h5 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.footer .footer__address p {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  margin: 0;
}

.social-nav {
  margin: 0 0 40px;
}

.social-nav li {
  display: inline-block;
  padding: 0 15px;
}

/*@import start*/
.achivments {
  background-color: #d58317;
  color: #fff;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .achivments {
    padding: 90px 0;
  }
}

@media (min-width: 992px) {
  .achivments .achivments__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.achivments .achivments__title {
  margin: 0 0 45px;
}

@media (min-width: 992px) {
  .achivments .achivments__title {
    width: 40%;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .achivments .achivments__content {
    width: 60%;
  }
}

.achivments .achivments__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}

.achivments .achivments__count {
  width: 33.333%;
  padding-right: 10px;
}

.achivments h3 {
  font-size: 2.125rem;
  line-height: 2.5rem;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .achivments h3 {
    font-size: 2.75rem;
    line-height: 3.125rem;
    max-width: 80%;
  }
}

.achivments h4 {
  font-size: 2.125rem;
  margin: 0 0 5px;
}

@media (min-width: 768px) {
  .achivments h4 {
    font-size: 3.375rem;
  }
}

.achivments span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  display: inline-block;
}

@media (min-width: 768px) {
  .achivments span {
    font-size: 0.875rem;
  }
}

.achivments p {
  font-size: 1.125rem;
  margin: 0;
}

.achivments a {
  color: #fff;
  text-transform: uppercase;
}

.contact {
  background-color: #f5f5f5;
  padding: 10vh 0;
}

.contact .contact__block {
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .contact .contact__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact .contact__info,
.contact .contact__form {
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .contact .contact__info,
  .contact .contact__form {
    padding: 40px;
  }
}

.contact .contact__info {
  background-color: #d58317;
}

@media (min-width: 768px) {
  .contact .contact__info {
    width: 40%;
  }
}

.contact .contact__info a {
  color: #fff;
  display: block;
  margin: 0 0 20px;
  font-size: 1.25rem;
}

.contact .contact__info h3 {
  color: #fff;
}

.contact .contact__address {
  margin: 0 0 40px;
  padding: 0 0 0 16px;
  position: relative;
}

.contact .contact__address i {
  position: absolute;
  left: 0;
  top: 10px;
}

.contact .contact__form {
  background-color: #fff;
}

@media (min-width: 768px) {
  .contact .contact__form {
    width: 60%;
  }
}

.contact h3 {
  font-size: 1.8125rem;
  margin: 0 0 20px;
  position: relative;
}

@media (min-width: 768px) {
  .contact h3 {
    font-size: 2.125rem;
    margin: 0 0 40px;
  }
}

.contact h3 i {
  color: #6c6c6c;
  top: -8px;
  font-size: 2.1875rem;
  margin-left: 20px;
}

.contact h4 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 5px;
}

.contact p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0;
}

.contact .contact__map {
  background-color: #fff;
  height: 60vh;
  padding: 15px;
}

.banner .banner__item {
  background-size: cover;
  min-height: 85vh;
  position: relative;
}

.banner .banner__item:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .banner__block {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner .banner__content {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.banner h2 {
  color: #fff;
  font-size: 2.0625rem;
  position: relative;
  letter-spacing: 0.1875rem;
  text-shadow: 2px 2px rgba(3, 3, 3, 0.8);
}

.banner h2 span {
  display: block;
  font-size: 3.125rem;
  margin: 5px 0 0;
  letter-spacing: 0.375rem;
}

.banner h2:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 5px;
  background-color: #d58317;
  border-bottom: 2px solid rgba(3, 3, 3, 0.8);
  left: 0;
  bottom: -20px;
}

@media (min-width: 992px) {
  .banner h2 {
    font-size: 2.75rem;
  }
  .banner h2 span {
    font-size: 3.75rem;
  }
}

.banner--slider {
  position: relative;
  overflow: hidden;
}

.banner--slider .slick-arrow {
  opacity: 0;
}

@media (min-width: 992px) {
  .banner--slider .slick-arrow {
    opacity: 1;
  }
}

.banner--slider .slick-prev {
  left: -10%;
}

.banner--slider .slick-next {
  right: -10%;
}

.banner--slider:hover .slick-prev {
  left: 1%;
}

.banner--slider:hover .slick-next {
  right: 1%;
}

.banner--slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.banner--slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.generic {
  background-color: #f5f5f5;
  padding: 5vh 0;
}

.generic .generic__header {
  background-color: #fff;
  margin: 0 0 40px;
}

@media (min-width: 992px) {
  .generic .generic__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 60px;
  }
}

.generic .generic__title {
  padding: 30px 15px;
}

@media (min-width: 992px) {
  .generic .generic__title {
    padding: 40px;
  }
}

.generic h3 {
  text-transform: uppercase;
  font-size: 3.125rem;
}

@media (min-width: 992px) {
  .generic h3 {
    font-size: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .generic h3 {
    font-size: 5rem;
  }
}

.generic h3 span {
  color: #d58317;
  font-size: 1.875rem;
  display: block;
}

@media (min-width: 992px) {
  .generic h3 span {
    font-size: 3.4375rem;
  }
}

.generic h2 {
  color: #fff;
  font-size: 1.875rem;
}

@media (min-width: 992px) {
  .generic h2 {
    font-size: 2.5rem;
  }
}

.generic h4 {
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  .generic h4 {
    font-size: 2.1875rem;
  }
}

.generic .generic__block {
  background-color: #d58317;
  margin: 0 0 40px;
}

@media (min-width: 992px) {
  .generic .generic__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 60px;
  }
}

.generic .generic__block:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.generic .generic__heading {
  background-color: #d58317;
  padding: 30px 15px;
}

@media (min-width: 992px) {
  .generic .generic__heading {
    width: 30%;
    padding: 40px;
  }
}

.generic .generic__detail {
  background-color: #fff;
  padding: 30px 15px;
}

@media (min-width: 992px) {
  .generic .generic__detail {
    width: 70%;
    padding: 40px;
  }
}

.generic .generic__list:after, .generic .generic__list:before {
  content: " ";
  display: table;
}

.generic .generic__list:after {
  clear: both;
}

.generic .generic__list .generic__item {
  background-color: #fff;
  min-height: 100px;
  padding: 30px 15px;
}

.generic .generic__list .generic__item:nth-child(odd) {
  background-color: #e2e2e2;
}

@media (min-width: 479px) {
  .generic .generic__list .generic__item:nth-child(odd) {
    background-color: #fff;
  }
  .generic .generic__list .generic__item:nth-child(n+2) {
    background-color: #e2e2e2;
  }
  .generic .generic__list .generic__item:nth-child(n+3) {
    background-color: #e2e2e2;
  }
  .generic .generic__list .generic__item:nth-child(n+4) {
    background-color: #fff;
  }
  .generic .generic__list .generic__item:nth-child(n+5) {
    background-color: #fff;
  }
  .generic .generic__list .generic__item:nth-child(n+6) {
    background-color: #e2e2e2;
  }
}

@media (min-width: 479px) {
  .generic .generic__list .generic__item {
    float: left;
    width: calc(50% - 30px);
  }
}

@media (min-width: 992px) {
  .generic .generic__list .generic__item {
    padding: 40px;
    width: calc(50% - 80px);
  }
}

.generic .generic__count {
  color: #b3b3b3;
  font-size: 1.5rem;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .generic .generic__count {
    font-size: 1.75rem;
  }
}

.gallery .gallery__slider {
  background-color: #fff;
  margin: 0 0 20px;
  padding: 10px;
}

@media (min-width: 992px) {
  .gallery .gallery__slider {
    margin: 0 0 40px;
    padding: 20px;
  }
}

.gallery .gallery__nav {
  background-color: #fff;
  padding: 10px;
}

@media (min-width: 992px) {
  .gallery .gallery__nav {
    padding: 20px;
  }
}

.gallery .gallery__nav .gallery__item {
  padding: 0 5px;
}

@media (min-width: 992px) {
  .gallery .gallery__nav .gallery__item {
    padding: 0 10px;
  }
}

.heading {
  padding: 5vh 0;
}

.heading h1 {
  color: #d58317;
  font-size: 3.125rem;
  position: relative;
  letter-spacing: 0.125rem;
}

@media (min-width: 992px) {
  .heading h1 {
    font-size: 3.75rem;
  }
}

.breadcrumbs {
  margin: 0 0 30px;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 25px;
  position: relative;
}

.breadcrumbs li:after {
  border: 5px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(13, 86, 180, 0);
  border-left-color: #d58317;
  right: 0;
  top: 50%;
  margin-top: 1px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.breadcrumbs li:last-of-type:after {
  display: none;
}

.hm-map {
  width: 100%;
  height: 60vh;
}

.hm-about {
  background: url(../images/bg-hm-about-lt.png) left bottom no-repeat, url(../images/bg-hm-about-rt.png) right top no-repeat;
  padding: 10vh 0;
  text-align: center;
}

.product {
  background-color: #fff;
}

.product .product__figure {
  position: relative;
  text-align: center;
  padding: 5px;
}

.product .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}

.product .product__detail {
  padding: 15px;
}

.product h3 {
  font-size: 1.25rem;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.product h5 {
  font-size: 1rem;
  margin: 0 0 20px;
}

.product p {
  font-size: 0.875rem;
}

.product .tag {
  display: inline-block;
  padding: 5px 8px;
  margin: 0 0 10px;
}

.product--detail {
  background-color: #f5f5f5;
  min-height: 58vh;
}

@media (min-width: 768px) {
  .product--detail .product__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .product--detail .product__slider {
    width: 60%;
  }
}

.product--detail .slick-dots {
  text-align: center;
  margin: 20px 0;
}

.product--detail .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.product--detail .slick-dots button {
  background-color: #ddd;
  border-color: #434343;
}

.product--detail .product__detail {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .product--detail .product__detail {
    width: 40%;
    padding: 0 0 30px 40px;
  }
}

@media (min-width: 992px) {
  .product--detail .product__detail {
    padding: 0 0 30px 80px;
  }
}

.product--detail h3 {
  font-size: 1.625rem;
}

.product--detail .product__header {
  padding: 20px 0;
}

.product--detail .size-chart li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.product--detail .size-chart span {
  padding: 5px 8px;
  border: 1px solid #ccc;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}

.product-list {
  background-color: #f5f5f5;
  padding: 5vh 0;
}

@media (min-width: 768px) {
  .product-list {
    padding: 10vh 0;
  }
}

.product-list .product-list__header {
  text-align: center;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .product-list .product-list__header {
    max-width: 600px;
    margin: 0 auto 60px;
  }
}

.product-list .product-list__header p {
  font-size: 0.9375rem;
  margin: 0;
}

.product-list .product-list__filter {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .product-list .product-list__filter {
    margin: 0 0 60px;
  }
}

.product-list .product-list__filter li {
  display: inline-block;
  margin: 0 10px 15px 0;
}

.product-list .product-list__filter .tag {
  display: block;
}

.quote {
  background-color: #1b1b1b;
}

@media (min-width: 768px) {
  .quote {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.quote .quote__block {
  background-size: cover;
}

@media (min-width: 768px) {
  .quote .quote__block {
    width: 50%;
  }
}

.quote img {
  opacity: 0;
}

.quote .quote__content {
  background-color: #1b1b1b;
  color: #fff;
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .quote .quote__content {
    padding: 60px 30px;
  }
}

@media (min-width: 992px) {
  .quote .quote__content {
    padding: 80px 60px;
  }
}

.quote h3 {
  font-size: 1.625rem;
  margin: 0 0 15px;
}

.quote h5 {
  font-size: 1.375rem;
  margin: 0 0 30px;
  padding: 0 0 15px;
  position: relative;
}

.quote h5:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.quote ul li {
  margin: 0 0 20px;
  padding-left: 15px;
}

.testimonial {
  background: url(../images/bg-testimonial.jpg) no-repeat;
  background-position: top;
  background-size: cover;
  color: #fff;
  padding: 6vh 0;
  position: relative;
  min-height: 325px;
}

@media (min-width: 479px) {
  .testimonial {
    padding: 10vh 0;
  }
}

.testimonial:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.testimonial .title {
  color: #fff;
  margin: 0 0 60px;
}

.testimonial .title:after {
  background-color: #fff;
}

.testimonial .testimonial__block {
  text-align: center;
}

@media (min-width: 479px) {
  .testimonial .testimonial__block {
    text-align: left;
  }
}

@media (min-width: 479px) {
  .testimonial .testimonial__content {
    display: table;
    max-width: 75%;
  }
}

.testimonial .testimonial__thumb {
  width: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  height: 80px;
  background: #fff;
  border: 2px solid #d58317;
  overflow: hidden;
}

@media (min-width: 479px) {
  .testimonial .testimonial__thumb {
    float: left;
    margin: 20px 20px 20px 0;
  }
}

.testimonial h5 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.testimonial .testimonial__profile {
  color: #d58317;
  font-size: 0.875rem;
  display: block;
  margin: 0 0 15px;
}

.testimonial p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  margin: 0 0 10px;
  line-height: 1.5625rem;
}

.testimonial .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}

@media (min-width: 479px) {
  .testimonial .slick-dots {
    right: 0;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.testimonial .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 479px) {
  .testimonial .slick-dots li {
    display: block;
    margin: 5px 0;
  }
}

/*@import end*/
