@import "../themes/dektorest/assets/css/vendor.css";
@import "../themes/dektorest/assets/fontawesome/css/all.css";
body {
  color: #333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0; }

.logo-area img {
  max-width: 80%; }

.lang-list ul li {
  list-style: none; }

.lang-icon {
  margin-right: 3px; }

.lang-icon img {
  max-width: 18px; }

::-moz-selection, ::selection {
  background: #701512;
  color: #fff;
  text-shadow: none; }

hr {
  border: 0;
  border-top: 1px solid #ddd;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  overflow: visible; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  resize: vertical; }

p {
  margin-bottom: 15px; }
  p:last-child {
    margin-bottom: 0; }

a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  outline: 0;
  text-decoration: none;
  color: #701512; }
  a:focus, a:hover {
    color: #7f0009;
    outline: 0;
    text-decoration: none; }

input:active, input:focus {
  outline: 0; }

textarea:active, textarea:focus {
  outline: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #333;
  line-height: 1.3; }

.h1, h1 {
  font-size: 36px;
  margin-bottom: 14px; }

@media only screen and (max-width: 767.98px) {
  .h1, h1 {
    font-size: 30px; } }

.h2, h2 {
  font-size: 32px;
  margin-bottom: 15px; }

@media only screen and (max-width: 767.98px) {
  .h2, h2 {
    font-size: 28px; } }

.h3, h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px; }

@media only screen and (max-width: 767.98px) {
  .h3, h3 {
    font-size: 26px; } }

.h4, h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 17px; }

.h5, h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px; }

.h6, h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px; }

b, strong {
  font-weight: 700; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  button:active, button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.primary-color {
  color: #701512; }

.bg-brand {
  background-color: #701512 !important; }

.btn-group .btn {
  margin-right: 15px; }
  .btn-group .btn:last-child {
    margin-right: 0; }

.btn {
  border-radius: 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 25px;
  -webkit-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  outline: 0; }
  .btn:active, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }

@media only screen and (max-width: 575.98px) {
  .btn {
    font-size: 14px;
    padding: 10px 20px; } }

.btn-small {
  padding: 7px 15px; }

.btn-brand {
  background-color: #701512;
  color: #fff; }
  .btn-brand:hover {
    background-color: #222;
    color: #fff; }

.btn-bordered {
  border: 2px solid #fff;
  color: #fff; }
  .btn-bordered:hover {
    background-color: #701512;
    border-color: #701512; }

.btn-transparent {
  border: 1px solid #701512;
  color: #701512; }
  .btn-transparent:hover {
    background-color: #701512;
    border-color: #701512; }

.btn-black {
  background-color: #222;
  color: #fff; }
  .btn-black:hover {
    background-color: #701512; }

.btn-close {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px; }
  .btn-close:hover {
    background-color: #701512; }

.btn-read-more {
  color: #701512;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 3px 5px; }
  .btn-read-more:hover {
    color: #222; }
  .btn-read-more:after, .btn-read-more:before {
    background-color: #701512;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; }
  .btn-read-more:after {
    height: 2px;
    width: 100%; }
  .btn-read-more:before {
    height: 10px;
    width: 2px; }

.bg-img {
  background: no-repeat center center;
  background-size: cover; }

.fix {
  overflow: hidden; }

.fix-x {
  overflow-x: hidden; }

.fix-y {
  overflow-y: hidden; }

.list-unordered {
  margin-top: -5px; }
  .list-unordered li {
    margin-bottom: 8px; }
    .list-unordered li:last-child {
      margin-bottom: 0; }
    .list-unordered li:before {
      content: '\f058';
      font-family: "Font Awesome 5 Pro";
      color: #701512;
      vertical-align: middle;
      margin-right: 10px; }

.mfp-wrap .mfp-container .mfp-close {
  display: none; }
  .mfp-wrap .mfp-arrow {
    opacity: 1;
    height: 65px; }
    .mfp-wrap .mfp-arrow:before {
      color: #fff;
      border: 1px solid #701512;
      border-radius: 50%;
      font-family: "Font Awesome 5 Pro";
      font-size: 20px;
      text-align: center;
      opacity: 1;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      line-height: 48px;
      height: 50px;
      width: 50px; }
    .mfp-wrap .mfp-arrow:after {
      display: none; }
  .mfp-wrap .mfp-arrow-left:before {
    content: ""; }
  .mfp-wrap .mfp-arrow-right {
    margin-right: 20px; }
    .mfp-wrap .mfp-arrow-right:before {
      content: ""; }
  .mfp-wrap .mfp-arrow:hover:before {
    background-color: #701512; }
  .mfp-wrap .mfp-close {
    color: #fff;
    border: 1px solid #701512;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    text-align: center;
    opacity: 1;
    right: 30px;
    top: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 48px;
    height: 50px;
    width: 50px; }
    .mfp-wrap .mfp-close:hover {
      background-color: #701512; }
  .mfp-wrap .mfp-bottom-bar {
    background-color: #701512;
    height: 30px;
    padding: 0 20px;
    margin-top: -40px; }
    .mfp-wrap .mfp-bottom-bar .mfp-counter {
      color: #222;
      font-size: 16px;
      line-height: 2;
      padding: 0 10px;
      text-align: center;
      width: 100%; }
  .mfp-wrap.mfp-auto-cursor {
    cursor: url(/themes/dektorest/assets/images/cancel-white.png), auto; }

@media only screen and (max-width: 767.98px) {
  .mfp-wrap .mfp-close {
    line-height: 33px;
    height: 35px;
    width: 35px; } }

.form-input-item {
  margin-bottom: 20px; }
  .form-input-item:last-child {
    margin-bottom: 0; }
  .form-input-item input, .form-input-item textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    outline: 0;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%; }
  .form-input-item input:focus, .form-input-item textarea:focus {
    border-color: #701512; }

.nice-select {
  border-radius: 0;
  float: none;
  height: auto;
  text-transform: capitalize;
  line-height: inherit;
  padding: 8px 30px 8px 15px;
  width: 100%; }
  .nice-select span.current {
    font-weight: 600;
    font-size: 13px; }
  .nice-select .list {
    border-radius: 0; }
    .nice-select .list .option {
      line-height: 30px;
      min-height: 30px;
      margin-bottom: 5px; }

.custom-checkbox .custom-control-label, .custom-checkbox label {
  color: #222;
  line-height: 1;
  padding-left: 5px;
  cursor: pointer; }

.custom-radio .custom-control-label, .custom-radio label {
  color: #222;
  line-height: 1;
  padding-left: 5px;
  cursor: pointer; }

.custom-checkbox .custom-control-label:before, .custom-checkbox label:before {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 15px;
  top: 0;
  width: 15px; }

.custom-radio .custom-control-label:before, .custom-radio label:before {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 15px;
  top: 0;
  width: 15px; }

.custom-checkbox .custom-control-label:after, .custom-checkbox label:after {
  background-size: 10px 10px;
  height: 15px;
  top: 0;
  width: 15px; }

.custom-radio .custom-control-label:after, .custom-radio label:after {
  background-size: 10px 10px;
  height: 15px;
  top: 0;
  width: 15px; }

.custom-checkbox .custom-control-label a, .custom-checkbox label a {
  color: #222;
  font-weight: 500; }

.custom-radio .custom-control-label a, .custom-radio label a {
  color: #222;
  font-weight: 500; }

.custom-checkbox .custom-control-label a:hover, .custom-checkbox label a:hover {
  color: #701512; }

.custom-radio .custom-control-label a:hover, .custom-radio label a:hover {
  color: #701512; }

.custom-checkbox .custom-control-input, .custom-checkbox input {
  outline: 0; }

.custom-radio .custom-control-input, .custom-radio input {
  outline: 0; }

.custom-checkbox .custom-control-input:focus label:before, .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd; }
  .custom-checkbox input:focus label:before, .custom-checkbox input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd; }

.custom-radio .custom-control-input:focus label:before, .custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd; }
  .custom-radio input:focus label:before, .custom-radio input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd; }

.custom-checkbox .custom-control-input:checked label:before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #701512;
  border-color: #701512; }
  .custom-checkbox input:checked label:before, .custom-checkbox input:checked ~ .custom-control-label:before {
    background-color: #701512;
    border-color: #701512; }

.custom-radio .custom-control-input:checked label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #701512;
  border-color: #701512; }
  .custom-radio input:checked label:before, .custom-radio input:checked ~ .custom-control-label:before {
    background-color: #701512;
    border-color: #701512; }
  .custom-radio .custom-control-label:before, .custom-radio label:before {
    border-radius: 50%;
    height: 14px;
    width: 14px; }
  .custom-radio .custom-control-label:after, .custom-radio label:after {
    background-position: 1px 1px;
    background-size: 9px 8px;
    left: -13px;
    top: 2px;
    height: 10px;
    width: 10px; }

.prehedaer-area-wrapper {
  background-color: #eee; }

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .prehedaer-area-wrapper {
    padding: 10px 0; } }

@media only screen and (max-width: 575.98px) {
  .prehedaer-area-wrapper {
    padding: 0; } }

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .prehedaer-area-wrapper .pre-header-left {
    margin-left: 48px; } }

.pre-header-item {
  color: #222;
  font-size: 15px;
  margin-right: 15px; }
  .pre-header-item:last-child {
    margin-right: 0px; }
  .pre-header-item a {
    color: #222; }
  .pre-header-item i {
    color: #701512;
    margin-right: 4px; }

.header-bottom {
  padding: 25px 0; }

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .header-bottom {
    padding: 15px 0; } }

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-bottom--two {
    padding: 25px 0 20px; } }

.header-bottom--two.header-shape:before {
  display: none; }

.action-buttons li {
  position: relative; }
  .action-buttons li a, .action-buttons li button {
    background-color: #eee;
    color: #000;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px; }
  .action-buttons li a.btn-cart, .action-buttons li button.btn-cart {
    background-color: #701512;
    color: #fff; }
  .action-buttons li a.btn-search, .action-buttons li button.btn-search {
    position: relative;
    overflow: hidden; }
  .action-buttons li a.btn-search i, .action-buttons li button.btn-search i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .action-buttons li a.btn-search i[class*=close], .action-buttons li button.btn-search i[class*=close] {
    top: 150%; }
  .action-buttons li a.btn-search.active i, .action-buttons li button.btn-search.active i {
    top: -100%; }
  .action-buttons li a.btn-search.active i[class*=close], .action-buttons li button.btn-search.active i[class*=close] {
    top: 50%; }

@media only screen and (max-width: 575.98px) {
  .action-buttons li a, .action-buttons li button {
    line-height: 40px;
    height: 40px;
    width: 40px; } }

.header-navigation-area {
  padding-bottom: 20px; }

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-navigation-area {
    padding-bottom: 0; } }

.header-info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .header-info-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; } }

@media only screen and (max-width: 479.98px) {
  .header-info-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px; }
  .info-item:last-child {
    margin-right: 0; }

@media only screen and (max-width: 575.98px) {
  .info-item {
    margin-right: 25px; } }

@media only screen and (max-width: 479.98px) {
  .info-item {
    margin-bottom: 15px; }
    .info-item:last-child {
      margin-bottom: 0; } }

.info-item__icon {
  background-color: #701512;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  position: relative;
  margin-right: 15px; }
  .info-item__icon:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid; }
  .info-item__icon:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    left: 0;
    border-width: 13px 13px 0 0;
    border-color: #fff transparent transparent; }
  .info-item__icon:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #fff; }

.info-item__txt {
  font-size: 15px;
  color: #444; }
  .info-item__txt strong {
    color: #333;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: -4px; }

@media only screen and (max-width: 575.98px) {
  .info-item__txt strong {
    font-size: 16px; } }

.header-shape {
  position: relative; }
  .header-shape:after, .header-shape:before {
    background-color: #fff;
    content: '';
    position: absolute;
    height: 20px;
    width: 550px;
    z-index: 2; }
  .header-shape:after {
    left: -10px;
    bottom: 100%;
    -webkit-transform: skew(50deg, 0deg);
    -ms-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg); }
  .header-shape:before {
    left: -12px;
    top: 100%;
    -webkit-transform: skew(-50deg, 0deg);
    -ms-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg); }

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .header-shape:after, .header-shape:before {
    display: none; } }

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .header-shape:after, .header-shape:before {
    width: 350px; } }

.footer-widget-area {
  background-color: #343434;
  padding: 50px 0;
  position: relative; }
  .footer-widget-area:after, .footer-widget-area:before {
    background-color: #343434;
    content: '';
    position: absolute;
    height: 30px;
    width: 750px; }
  .footer-widget-area:after {
    left: -19px;
    bottom: 100%;
    -webkit-transform: skew(50deg, 0deg);
    -ms-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg); }
  .footer-widget-area:before {
    left: -17px;
    top: 100%;
    -webkit-transform: skew(-50deg, 0deg);
    -ms-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg); }

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .footer-widget-area:after, .footer-widget-area:before {
    display: none; } }

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .footer-widget-area:after, .footer-widget-area:before {
    width: 600px; } }

.widget-item {
  color: #ccc;
  margin-top: 30px;
  font-size: 15px; }
  .widget-item .est-flag {
    width: 230px; }

.widget-title {
  overflow: hidden;
  margin-bottom: 30px; }
  .widget-title h3 {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    position: relative; }
    .widget-title h3:before {
      background-color: rgba(0, 0, 0, 0.2);
      content: '';
      position: absolute;
      left: calc(100% + 20px);
      top: 15px;
      height: 1px;
      width: 500px; }

@media only screen and (max-width: 767.98px) {
  .widget-title {
    margin-bottom: 20px; } }

.list li {
  line-height: 1;
  margin-bottom: 20px; }
  .list li:last-child {
    margin-bottom: 0; }
  .list li a {
    color: #ccc;
    position: relative; }
    .list li a:hover {
      color: #fff; }
    .list li a:before {
      content: '\f105';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px;
      margin-right: 10px; }

.list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px; }
  .list-6 li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 20px; }

@media only screen and (max-width: 575.98px) {
  .list-6 li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    line-height: 1.3; } }

.office-info p {
  line-height: 1;
  margin-bottom: 20px; }
  .office-info p:last-child {
    margin-bottom: 0; }
  .office-info p i {
    color: #fff;
    vertical-align: middle;
    margin-right: 10px; }
  .office-info p a {
    color: #fff; }

.footer-bottom-area {
  background-color: #222;
  color: #ccc;
  padding: 40px 0; }

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .footer-bottom-area {
    padding: 20px 0; } }

@media only screen and (max-width: 1599.98px) and (min-width: 1200px) {
  .copyright-text {
    padding-top: 30px; } }

.copyright-text span {
  color: red; }

.copyright-text a {
  color: #fff; }

.main-menu > li {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 18px; }
  .main-menu > li:last-child {
    margin-right: 0; }
  .main-menu > li > a {
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 5px;
    position: relative; }
    .main-menu > li > a:after, .main-menu > li > a:before {
      content: '';
      background-color: #701512;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .main-menu > li > a:after {
      height: 0;
      width: 2px; }
    .main-menu > li > a:before {
      height: 2px;
      width: 0; }
  .main-menu > li.active:after, .main-menu > li:hover:after, .main-menu > li.active > a, .main-menu > li:hover > a {
    color: #701512; }
  .main-menu > li.active > a:after, .main-menu > li:hover > a:after {
    height: 10px; }
  .main-menu > li.active > a:before, .main-menu > li:hover > a:before {
    width: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu > li {
    margin-right: 15px; }
    .main-menu > li > a {
      font-size: 15px; }

  .dropdown-nav > li > a {
    font-size: 15px; } }

.default-navbar {
  position: relative; }
  .default-navbar:after {
    color: #222;
    font-size: 15px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    height: 15px; }
  .default-navbar .dropdown-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    width: 100%;
    z-index: 99; }
    .default-navbar .dropdown-nav li {
      margin-bottom: 10px; }
      .default-navbar .dropdown-nav li:last-child {
        margin-bottom: 0; }
      .default-navbar .dropdown-nav li a {
        color: #333;
        font-size: 16px; }
        .default-navbar .dropdown-nav li a:hover {
          color: #701512; }
  .default-navbar:hover .dropdown-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.dropdown-navbar {
  position: relative;
  margin-right: 28px !important; }
  .dropdown-navbar:after {
    content: '\f107';
    color: #222;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    height: 15px; }
  .dropdown-navbar .dropdown-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    min-width: 250px;
    width: 100%;
    z-index: 99; }
    .dropdown-navbar .dropdown-nav li {
      margin-bottom: 10px;
      list-style: none; }
      .dropdown-navbar .dropdown-nav li:last-child {
        margin-bottom: 0; }
      .dropdown-navbar .dropdown-nav li .active {
        color: #701512; }
      .dropdown-navbar .dropdown-nav li a {
        color: #333;
        font-size: 16px; }
        .dropdown-navbar .dropdown-nav li a:hover {
          color: #701512; }
  .dropdown-navbar:hover .dropdown-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.lang-navbar {
  position: relative; }
  .lang-navbar a {
    cursor: pointer; }
  .lang-navbar:after {
    content: '\f107';
    color: #222;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    height: 15px; }
  .lang-navbar .dropdown-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    width: 100%;
    z-index: 99; }
    .lang-navbar .dropdown-nav li {
      margin-bottom: 10px;
      list-style: none; }
      .lang-navbar .dropdown-nav li:last-child {
        margin-bottom: 0; }
      .lang-navbar .dropdown-nav li a {
        color: #333;
        font-size: 16px; }
        .lang-navbar .dropdown-nav li a:hover {
          color: #701512; }
  .lang-navbar:hover .dropdown-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.res-mobile-menu {
  margin: 0 -10px; }
  .res-mobile-menu .slicknav_btn {
    display: none; }
  .res-mobile-menu .slicknav_menu {
    padding: 0; }
  .res-mobile-menu .slicknav_nav {
    background-color: #fff;
    display: block !important; }
    .res-mobile-menu .slicknav_nav li {
      border-bottom: 1px solid #ddd;
      position: relative; }
      .res-mobile-menu .slicknav_nav li a {
        color: #858585;
        font-size: 16px;
        padding: 10px 15px;
        margin: 0;
        text-transform: capitalize; }
        .res-mobile-menu .slicknav_nav li a:hover {
          color: #701512; }
        .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
          background-color: rgba(238, 238, 238, 0.8);
          color: #222;
          font-size: 20px;
          display: block;
          text-align: center;
          margin: 0;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          line-height: 42px;
          width: 50px; }
        .res-mobile-menu .slicknav_nav li a a {
          padding: 0; }
        .res-mobile-menu .slicknav_nav li a:hover {
          background-color: transparent; }
      .res-mobile-menu .slicknav_nav li ul {
        background-color: #f2f2f2;
        margin: 0; }
        .res-mobile-menu .slicknav_nav li ul li a {
          font-size: 15px; }
          .res-mobile-menu .slicknav_nav li ul li ul {
            background-color: #eee; }
    .res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
      position: relative; }
      .res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
        background-color: #701512;
        color: #fff; }

.off-canvas-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100vw;
  z-index: 999; }
  .off-canvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }
    .off-canvas-wrapper.active .off-canvas-inner {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-wrapper.active .btn-close {
      display: block; }
  .off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: url(/themes/dektorest/assets/images/cancel-white.png), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .off-canvas-wrapper .btn-close {
    position: absolute;
    left: 100%;
    top: 0;
    display: none; }
  .off-canvas-wrapper .off-canvas-inner {
    background-color: #fff;
    position: relative;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
    width: 300px;
    z-index: 3; }
    .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
      padding: 0 10px;
      height: 100%;
      overflow-y: auto; }
      .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
        margin-bottom: 30px; }
        .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
          margin-bottom: 0; }

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper .off-canvas-inner {
    width: 220px; } }

.off-canvas-footer .social-icons a {
  padding: 5px 10px; }
  .off-canvas-footer .copyright-text {
    line-height: 1.2;
    margin-top: 10px; }

.service-area-wrapper--2 {
  background-color: #4a443c;
  padding: 82px 0 84px; }

@media only screen and (max-width: 767.98px) {
  .service-area-wrapper--2 {
    padding: 52px 0 55px; } }

.service-page-grid {
  margin-top: -50px; }
  .service-page-grid .service-item--two {
    margin-top: 50px; }

.service-item {
  margin-top: 30px; }

.service-item__thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .service-item__thumb:before {
    background-color: rgba(34, 34, 34, 0.7);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .service-item__thumb img {
    width: 100%; }
  .service-item__thumb .read-more {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(0);
    -ms-transform: translate(-50%, -50%) scaleX(0);
    transform: translate(-50%, -50%) scaleX(0); }
    .service-item__thumb .read-more:hover {
      color: #701512; }
  .service-item__thumb .btn-link-icon {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    left: -50px;
    bottom: 0;
    line-height: 45px;
    height: 45px;
    width: 45px; }
    .service-item__thumb .btn-link-icon:hover {
      background-color: #701512; }

@media only screen and (max-width: 767.98px) {
  .service-item__thumb {
    margin-bottom: 23px; } }

.service-item__info h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2; }
  .service-item__info h2 a {
    color: #333; }

.service-item:hover .service-item__thumb:before {
  opacity: 1;
  visibility: visible; }
  .service-item:hover .service-item__thumb .read-more {
    -webkit-transform: translate(-50%, -50%) scaleX(1);
    -ms-transform: translate(-50%, -50%) scaleX(1);
    transform: translate(-50%, -50%) scaleX(1); }
  .service-item:hover .service-item__thumb .btn-link-icon {
    left: 0; }

.service-item--two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  margin-top: 0;
  padding-bottom: 25px; }
  .service-item--two:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .service-item--two .service-item__thumb {
    max-width: 110px;
    -webkit-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    margin-bottom: 0;
    margin-right: 30px; }
    .service-item--two .service-item__thumb:before {
      display: none; }
  .service-item--two .service-item__info {
    max-width: calc(100% - 110px);
    -webkit-flex-basis: calc(100% - 110px);
    -ms-flex-preferred-size: calc(100% - 110px);
    flex-basis: calc(100% - 110px); }
    .service-item--two .service-item__info h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px; }

@media only screen and (max-width: 479.98px) {
  .service-item--two {
    display: block; } }

@media only screen and (max-width: 479.98px) {
  .service-item--two .service-item__thumb {
    margin: 0 auto 20px; } }

@media only screen and (max-width: 479.98px) {
  .service-item--two .service-item__info {
    text-align: center;
    max-width: calc(100% - 0px);
    -webkit-flex-basis: calc(100% - 0px);
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px); } }

.service-item--three .service-item__icon {
  color: #701512;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px; }
  .service-item--three .service-item__info {
    color: rgba(255, 255, 255, 0.6); }
    .service-item--three .service-item__info h2 {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 600; }
      .service-item--three .service-item__info h2 a {
        color: #fff; }
  .service-item--three.white-bg .service-item__info {
    color: #858585; }
    .service-item--three.white-bg .service-item__info h2 {
      font-weight: 700; }
      .service-item--three.white-bg .service-item__info h2 a {
        color: #333; }

.leave-message-area-wrapper {
  background: #f6f6f6 url('/themes/dektorest/assets/images/sms.png') no-repeat right bottom;
  border: 1px solid #ddd;
  padding: 70px 30px 40px; }
  .leave-message-area-wrapper .section-title-wrap h2 {
    background-color: #f6f6f6; }

.homepage-about-wrapper p {
  font-size: 16px; }
  .homepage-about-wrapper ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 16px; }
  .homepage-about-wrapper ul li {
    list-style-type: disc; }

.leave-message-form__inner__item {
  margin-bottom: 10px; }
  .leave-message-form__inner__item:last-child {
    margin-bottom: 0; }
  .leave-message-form__inner__item input, .leave-message-form__inner__item textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    padding: 10px 15px;
    width: 100%; }

.our-cranes-wrapper {
  background-color: #eee;
  padding: 90px 0; }

@media only screen and (max-width: 767.98px) {
  .our-cranes-wrapper {
    padding: 60px 0; } }

.crane-item {
  background: #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3); }
  .crane-item .crane-img {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0; }
  .crane-item span {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .crane-item:hover {
    cursor: pointer; }
    .crane-item:hover span {
      color: #701512;
      transition: all ease 0.2s; }

.crane-details {
  border-top: 1px solid #e0dfe3;
  border-bottom: 1px solid #e0dfe3;
  margin: 15px 0 0 0;
  font-size: 15px;
  color: #494459; }
  .crane-details div {
    line-height: 120%;
    padding: 15px; }
  .crane-details div:not(:last-child) {
    border-right: 1px solid #e0dfe3; }

.modal-crane .modal-body {
  padding: 30px; }
  .modal-crane .modal-body img {
    width: 100%;
    height: auto; }
  .modal-crane .btn:focus {
    color: #fff; }

.page-header-area {
  background: #ddd url(/themes/dektorest/assets/images/page-title-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 40px 0; }
  .page-header-area:before {
    background-color: rgba(50, 127, 179, 0.6);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

@media only screen and (max-width: 767.98px) {
  .page-header-area {
    padding: 45px 0 50px; } }

@media only screen and (max-width: 767.98px) {
  .page-header-title {
    margin-bottom: 25px; } }

.page-header-title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 0; }

@media only screen and (max-width: 575.98px) {
  .page-header-title h1 {
    font-size: 30px; } }

.breadcrumb {
  background-color: #fff;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 10px 15px; }
  .breadcrumb li {
    position: relative; }
  .breadcrumb li:last-child:after {
    display: none; }
  .breadcrumb li:after {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    vertical-align: middle;
    margin: 0 10px; }
  .breadcrumb li a {
    color: #701512;
    display: inline-block;
    font-weight: 600; }
    .breadcrumb li a:hover {
      color: #222; }
  .breadcrumb li.active a {
    color: #858585;
    pointer-events: none; }

@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 5px 10px; } }

@media only screen and (max-width: 575.98px) {
  .breadcrumb li a {
    font-size: 13px; } }

.pagination {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination li a {
    border: 1px solid #ddd;
    color: #858585;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 45px;
    height: 45px;
    width: 45px; }
    .pagination li a.current, .pagination li a:hover {
      background-color: #701512;
      border-color: #701512;
      color: #fff; }
  .pagination li:last-child a {
    margin-right: 0; }

@media only screen and (max-width: 575.98px) {
  .pagination li a {
    line-height: 40px;
    height: 40px;
    width: 40px; } }

.project-info h2 {
  font-size: 28px;
  margin-top: -10px; }

@media only screen and (max-width: 767.98px) {
  .project-info h2 {
    margin-bottom: 10px; } }

.project-desc {
  margin-top: 35px; }
  .project-desc .section-title-wrap {
    margin-bottom: 10px; }

.project-desc-list li {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }
  .project-desc-list li strong {
    color: #222;
    margin-right: 5px; }

.project-desc .view-project {
  background-color: #eee;
  border: 1px solid #ddd;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
  margin-top: 40px; }
  .project-desc .view-project:hover {
    background-color: #701512;
    border-color: #701512;
    color: #fff; }

.list::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #701512; }

.list::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
  background-color: rgba(250, 154, 0, 0.3);
  -webkit-appearance: none;
  width: 15px;
  height: 5px; }

.social-icons a {
  color: #888;
  display: inline-block;
  padding: 15px;
  position: relative; }
  .social-icons a:after {
    content: '';
    background-color: #701512;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 0;
    width: 2px; }
  .social-icons a:before {
    content: '';
    background-color: #701512;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 2px;
    width: 0; }
  .social-icons a:first-child {
    margin-left: 0; }
  .social-icons a:hover {
    color: #701512; }
  .social-icons a:hover:after {
    height: 10px; }
  .social-icons a:hover:before {
    width: 40px; }
/* Carousel base class */
.carousel {
  margin-bottom: 4rem; }
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10; }
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 42rem;
  min-height: 42rem;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 42rem; }

.flag-icon {
  margin-left: 10px;
  margin-right: 10px; }

.flag-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 2px black;
  overflow: hidden;
  margin-bottom: 20px; }

.flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

.pdf-small-icon {
  width: 26px; }

.partner-list .partner-item {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .partner-list .partner-item .partner-item-inner {
    display: table;
    min-width: 100%;
    margin-bottom: 0;
    height: 100%; }
    .partner-list .partner-item .partner-item-inner a {
      display: table-cell;
      vertical-align: middle; }
    .partner-list .partner-item .partner-item-inner img {
      max-height: 40px; }

.discover-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }

.discover-item__thumb {
  max-width: 130px;
  -webkit-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  margin-right: 15px; }

.discover-item__info {
  max-width: calc(100% - 145px);
  -webkit-flex-basis: calc(100% - 145px);
  -ms-flex-preferred-size: calc(100% - 145px);
  flex-basis: calc(100% - 145px); }
  .discover-item__info h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px; }
  .discover-item__info img {
    width: 26px; }

.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
  background: #701512 !important; }
