@charset "utf-8";

/* CSS Document */
/********************************************************************
 * Table of Contents                                                *
 ********************************************************************/
/*
1. Common styles
    1.1. Font-face
    1.2. Block background style 
    1.3. Content colors styles
    1.4. Revolution slider
    
2. Preloader styles
3. Home video styles
4. Header styles

5. About section style
6. Portfolio style
7. Team style
8. Service style
9. Blog style
10. Contact style

11. Ajax style
12. Shortcode style
13. Background style
14. Footer styles

*/
/********************************************************************
 * Common styles                                              *
 ********************************************************************/
/* ==========================================================================
   Font-face
   ========================================================================== */
@font-face {
  font-family: 'Opensans';
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#opensans-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

.opensans {
  font-family: 'Opensans', sans-serif;
}

@font-face {
  font-family: 'JosefinSans';
  src: url('fonts/josefinsans-webfont.eot');
  src: url('fonts/josefinsans-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/josefinsans-webfont.woff2') format('woff2'), url('fonts/josefinsans-webfont.woff') format('woff'), url('fonts/josefinsans-webfont.ttf') format('truetype'), url('fonts/josefinsans-webfont.svg#josefin_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.josefin {
  font-family: 'JosefinSans', sans-serif;
}

/* ==========================================================================
   Block background style
   ========================================================================== */
.color-scheme-1 {
  background-color: #222222;
  overflow: hidden;
}

.color-scheme-2 {
  background-color: #272727;
  overflow: hidden;
}

.color-scheme-3 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.color-scheme-4 {
  background-color: #f7f7f7;
  overflow: hidden;
}
.color-scheme-white {
  background-color: #fff;
  overflow: hidden;
}
.color-scheme-blur {
  overflow: hidden;
  background-color: rgba(0,0,0, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(10px);
}
.color-scheme-white-90 {
  background-color: rgba(255, 255, 255, 0.85);
}

.color-scheme-dark-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.color-scheme-dark-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

/* ==========================================================================
   Content color style
   ========================================================================== */
html{
  overflow-x: hidden;
}
body {
  background-color: rgba(34, 34, 34, 0.95);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: "Opensans"; */
  font-size: 14px;
  overflow-x: hidden;
}

.boxed {
  max-width: 1170px;
  margin: auto;
}
.h25{height: 25px; width: 100%;}
.h50{height: 50px; width: 100%;}
.h100{height: 100px; width: 100%;}
.clearfix {
  content: "";
  clear: both;
  display: table;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  /* font-family: 'JosefinSans', sans-serif; */
  font-weight: 400;
  color: #2f0101;
}

.response {
  margin: 0 0 30px 0;
  color: #999;
}

a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: none;
  font-size: 16px;
}

a:hover,
a:focus {
  color: #b46e3c;
  text-decoration: none;
  outline: none;
}

p {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
}
p.dark{
  color:#333;
  margin-bottom: 25px;
}
.h-20{
  height: 20px;
}
.icon-1half {
  font-size: 1.5em;
}

.block {
  padding: 100px 0 50px;
  position: relative;
}
.block1 {
  padding: 100px 0 0;
  position: relative;
}
.block2 {
  padding: 100px 0 100px;
  position: relative;
}

.relative {
  position: relative;
}

.db {
  display: block;
}

.no-pad {
  padding: 0;
}

.no-mar {
  margin: 0;
}

blockquote p,
.block-form blockquote p {
  color: #222222;
  font-size: 16px;
}

.form-control {
  border-radius: 0;
}

.white p {
  color: #000;
}

.text-error {
  font-size: 18px;
  color: red;
}

.color-active {
  color: #b46e3c;
}

.highlight {
  background-color: #222222;
  color: #b46e3c;
  padding: 3px 2px;
}

.dis-n {
  display: none;
}

.mb-30 {
  margin-bottom: 30px;
}

.m-center {
  margin: 0 auto;
}

.bg_video {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  transform: none;
  top: auto;
  left: auto;
  /* Decorative/autoplay: don't open iOS native video controls on tap */
  pointer-events: none;
  -webkit-touch-callout: none;
}

.bg-inner-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.60);
}
.bg-inner-dark2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.btn-default {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 1);
  font-family: Cambria, "Opensans", "Times New Roman", Times, serif;
  /* font-family: 'Opensans', sans-serif; */
  border: 1px solid rgba(34, 34, 34, 0.7);
  padding: 11px 15px;
  margin-bottom: 50px;
  margin-right: 5px;
  background: none;
  text-decoration: none;
  line-height: 17px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-default.mb25{margin-bottom: 25px;}
.btn-default+.btn-default{margin-left: 10px; margin-right: 10px;}
.btn-default.active {
  color: #b46e3c;
  background: none;
  border-color: #b46e3c;
}

.btn-default.active:hover {
  color: #ffffff;
  background-color: #b46e3c;
  border-color: #b46e3c;
}

.btn-default.white {
  color: #999;
  background: none;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-default.white:hover {
  color: #ffffff;
  background-color: #b46e3c;
  border-color: #b46e3c;
}

.btn-default:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
  border-color: #222222;
}

.btn-default:focus {
  text-decoration: none;
}

.tp-caption.btn-default.active.rev-btn {
  color: #b46e3c;
  background: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  border-color: #b46e3c;
}

.tp-caption.btn-default.active.rev-btn:hover {
  color: #ffffff;
  background-color: #b46e3c;
  border-color: #b46e3c;
}
.ReactModal__Overlay{
  background: rgba(0,0,0, 0.2) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 9999;
  inset: 0 !important;
  display: flex;
  padding: 20px;
}
.popup-send{
  background-color: rgba(0,0,0, 0.9) !important;
  max-width: 600px;
  box-shadow: 0 100px 60px -50px rgba(0,0,0, 0.5);
  height: 300px;
  border: none !important;
  margin:auto;
  position: absolute;
  inset: 40px;
  display: flex;
  border: none;
  overflow: auto;
  outline: none;
  padding: 20px;
}
.block-popup{
  margin:auto;
  text-align: center;
}
.block-popup p:last-child{
  margin-bottom: 20px;
}
.block-popup h4{
  color: #ffffff;
    font-family: 'JosefinSans', sans-serif;
    margin: 20px 0;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.block-popup span{
  color: #b46e3c;
  font-style:italic;
}
.close-btn{
  position: absolute;
  top: 8px;
  right: 8px;
  transition: all 0.3s ease;
  opacity: .5;
  width: 40px;
  height: 40px;
  background-image: url(../img/close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.close-btn:hover{opacity: 1;}
.popup-content{
  background-color: rgba(0,0,0, 0.9) !important;
  box-shadow: 0 100px 60px -50px rgba(0,0,0, 0.5);
  max-width: 1200px;
  border: none !important;
  margin:auto;
  position: relative;
  display: flex;
  border: none;
  overflow: auto;
  outline: none;
  padding: 50px;
}
.popup-content.light{
  background-color: rgba(255,255,255, 0.8) !important;
  box-shadow: 0 100px 60px -50px rgba(255,255,255, 0.5);
}
.popup-content.light .block-popup h4{
  color: #121212;
}
.popup-content.light .block-popup p{
  color: #222222;
}
.popup-content.light .close-btn{
  filter: drop-shadow( 0 1px 3px #ccc);
}
.popup-content .block-popup{
  margin:0 ;
  text-align: left;
}
/* ==========================================================================
Slider
========================================================================== */
.revolution-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.revolution {
  width: 100%;
  position: relative;
}

.full-screen-block.sliderLight {
  background-image: url(../img/bg/bg1.jpg);
  background-position: center left;
}

.full-screen-block.slider1_1 {
  background-image: url(../img/preview/slider/slider_4_1.jpg);
}

.full-screen-block.slider1_2 {
  background-image: url(../img/preview/slider/slider_4_2.jpg);
}

.full-screen-block.slider2_1 {
  background-image: url(../img/preview/slider/slider_1.jpg);
}

.full-screen-block.slider2_2 {
  background-image: url(../img/preview/slider/slider_2.jpg);
}

.full-screen-block.slider3_1 {
  background-image: url(../img/preview/slider/slider_1_1.jpg);
}

.full-screen-block.slider3_2 {
  background-image: url(../img/preview/slider/slider_1_1.jpg);
}

.sliderTitleBlock {
  position: absolute;
  left: 57px;
  bottom: 20px;
  z-index: 20;
}
.sliderTitleBlock.rotated{
    left: 50px;
    bottom: -110px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top left;
}
.sliderTitleBlock .homeSliderTitleTop {
  color: #b46e3c;
  padding: 0 0 25px;
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  font-family: 'JosefinSans', sans-serif;
  text-align: left;
  letter-spacing: 3px;
}
.sliderTitleBlock .homeSliderTitleTop.white{
  color: #ddd;
}
.sliderTitleBlock .homeSliderTitleTop span{
  color: #b46e3c;
}
.sliderTitleBlock .homeSliderTitleBottom {
  color: #ccc;
  padding: 0 0 25px;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  text-align: left;
  max-width: 800px;
}

.sliderTitleBlock .homeSliderTitle {
  color: #ffffff;
  padding: 0 0 25px;
  margin: 0;
  font-size: 66px;
  line-height: 76px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'JosefinSans', sans-serif;
  text-align: left;
  letter-spacing: 1px;
}

.sliderTitleBlock .homeSliderTitle span {
  color: #b46e3c;
}

.sliderTitleBlock.for-light .homeSliderTitleBottom {
  color: rgba(0, 0, 0, 0.7);
}

.sliderTitleBlock.for-light .homeSliderTitle {
  color: #000;
}

.slick-slide div:focus-visible,
.slick-slide div:focus {
  outline: none;
}

.slick-dots li button:before {
  color: transparent;
}

.slick-dots li.slick-active button:before {
  color: transparent;
}

.dotted-left.carousel-with-dots .slick-dots {
  bottom: 120px;
  text-align: right;
  padding-right: 30px;
}

/* ==========================================================================
   Preloader styles
   ========================================================================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  /* change if the mask should have another color then white */

  z-index: 999999;
  /* makes sure it stays on top */

}

#preloader #status {
  /* Size and position */

  font-size: 20px;
  /* 1em */

  width: 1em;
  height: 1em;
  position: relative;
  margin: 300px auto;
  /* Styles */

  border-radius: 50%;
  background: #b46e3c;
  -moz-transform-origin: 50% 250%;
  transform-origin: 50% 250%;
  -moz-animation: blink 1s steps(1, start) infinite,
    /* Blink */
    counter-clock 8s linear infinite;
  animation: blink 1s steps(1, start) infinite,
    /* Blink */
    counter-clock 8s linear infinite;
  /* Rotation */

  /* Dots, clockwise */

  box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
}

@keyframes counter-clock {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes blink {
  12.5% {
    background: rgba(180, 110, 60, 0.5);
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  25% {
    background: #b46e3c;
    box-shadow: 1em 1em rgba(180, 110, 60, 0.5), 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  37.5% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em rgba(180, 110, 60, 0.5), 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  50% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em rgba(180, 110, 60, 0.5), 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  62.5% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em rgba(180, 110, 60, 0.5), -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  75% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em rgba(180, 110, 60, 0.5), -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  87.5% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em rgba(180, 110, 60, 0.5), -1em 1em #b46e3c;
  }

  100% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em rgba(180, 110, 60, 0.5);
  }
}

@-moz-keyframes counter-clock {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes blink {
  12.5% {
    background: rgba(180, 110, 60, 0.5);
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  25% {
    background: #b46e3c;
    box-shadow: 1em 1em rgba(180, 110, 60, 0.5), 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  37.5% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em rgba(180, 110, 60, 0.5), 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  50% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em rgba(180, 110, 60, 0.5), 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  62.5% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em rgba(180, 110, 60, 0.5), -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  75% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em rgba(180, 110, 60, 0.5), -2em 2em #b46e3c, -1em 1em #b46e3c;
  }

  87.5% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em rgba(180, 110, 60, 0.5), -1em 1em #b46e3c;
  }

  100% {
    background: #b46e3c;
    box-shadow: 1em 1em #b46e3c, 2em 2em #b46e3c, 1em 3em #b46e3c, 0em 4em #b46e3c, -1em 3em #b46e3c, -2em 2em #b46e3c, -1em 1em rgba(180, 110, 60, 0.5);
  }
}
.btn-move{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: btn-movement 6s ease infinite;
  -moz-animation: btn-movement 6s ease infinite;
  -webkit-animation: btn-movement 6s ease infinite;
}
.btn-move.t1{
  animation-delay: 1s;
}
.btn-move.t2{
  animation-delay: 1s;
}
@keyframes btn-movement {
  0%,100% {
    transform: translateX(0);
  }
  1% {
    transform: translateX(7px);
  }
  3% {
    transform: translateX(-7px);
  }
  4% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(7px);
  }
  7% {
    transform: translateX(-7px);
  }
  8% {
    transform: translateX(0);
  }
}
@-moz-keyframes btn-movement {
  0%,100% {
    transform: translateX(0);
  }
  1% {
    transform: translateX(7px);
  }
  3% {
    transform: translateX(-7px);
  }
  4% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(7px);
  }
  7% {
    transform: translateX(-7px);
  }
  8% {
    transform: translateX(0);
  }
}
@-webkit-keyframes btn-movement {
  0%,100% {
    transform: translateX(0);
  }
  1% {
    transform: translateX(7px);
  }
  3% {
    transform: translateX(-7px);
  }
  4% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(7px);
  }
  7% {
    transform: translateX(-7px);
  }
  8% {
    transform: translateX(0);
  }
}

@keyframes logo-rotate {
  0%,100% {
    transform: rotate(45deg);
  }
  45% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(225deg);
  }
  95% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

@-moz-keyframes logo-rotate {
  0%,100% {
    transform: rotate(45deg);
  }
  45% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(225deg);
  }
  95% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

@-webkit-keyframes logo-rotate {
  0%,100% {
    transform: rotate(45deg);
  }
  45% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(225deg);
  }
  95% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
#status p {
  text-align: center;
}

#totop {
  position: fixed;
  right: 7px;
  bottom: 12px;
  text-align: center;
  z-index: 150;
  font-size: 40px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #777;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop.d-block {
  display: block;
}

#totop.d-none {
  display: none;
}

#totop:hover {
  color: #f3f3f3;
}
.list-bold{
  position: relative;
  margin-bottom: 50px;
}
.list-bold li{
  padding: 14px 50px 14px 0;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
  color: #333;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: default;
}
.list-bold li:hover{
  padding:14px 25px;
  box-shadow: 0 6px 30px 0 #ddd;
}
.list-bold li i{
  margin-right: 10px;
  color: #b46e3c;
}
/* ==========================================================================
   Home video styles
   ========================================================================== */
.full-screen-block {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.full-screen-block .bg-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.full-screen-block .welcome-video {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 80px;
  z-index: 3;
}

.full-screen-block .welcome-video h1 {
  color: #ffffff;
  text-transform: uppercase;
}

.full-screen-block .welcome-video img {
  padding-top: 10px;
}

.full-screen-block .fade-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
}

.full-screen-block .fade-ticker .big-text {
  padding: 30px;
}

.full-screen-block .fade-ticker .big-text h1 {
  font-size: 60px;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'JosefinSans', sans-serif;
}

.full-screen-block .fade-ticker .big-text h1 span {
  color: #b46e3c;
  font-weight: 700;
}

.full-screen-block .btn-default {
  color: #b46e3c;
  border-color: #b46e3c;
}

.full-screen-block .btn-default:hover {
  border-color: #ffffff;
}

.section-height {
  height: 420px;
  overflow: hidden;
}

.home-video {
  height: 600px;
  position: relative;
  overflow: hidden !important;
}

video#cover-video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
}

.bg_object1 {
  position: absolute;
  right: 100px;
  top: 0;
  width: 300px;
  height: 300px;
  background-color: rgba(34, 34, 34, 0.5);
}
.bg_object2 {
  position: absolute;
  right: 150px;
  top: 40px;
  width: 150px;
  height: 150px;
  background-color: rgba(34, 34, 34, 0.5);
}
.bg_object1.left {
  right: inherit;
  left: 100px;
}

/* ==========================================================================
   Header styles
   ========================================================================== */
#header.header-all-time-top-fixed {
  position: fixed;
  height: 100px;
}

#header.header-all-time-top-fixed .full-screen-block {
  height: 100px !important;
}

#header.header-all-time-top-fixed .header-body {
  background: rgba(34, 34, 34, 0.95) !important;
  width: 100% !important;
  height: 100px !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default.light {
  background-color: rgba(255, 255, 255, 0.9);
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav {
  height: 100px;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li {
  height: 100px !important;
  background-size: cover !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li a {
  text-indent: 0 !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .link-item {
  text-indent: 0 !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .bg-icon {
  color: rgba(255, 255, 255, 0.2) !important;
  top: 8px !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .bg-icon i {
  color: rgba(255, 255, 255, 0.2) !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .rotated-title {
  display: none !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container {
  background-color: rgba(0, 0, 0, 0.9);
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li {
  height: inherit !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li:hover .sub-menu-container {
  left: 0;
}

#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li a {
  color: #222222;
}

#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li .link-item {
  color: #222222;
}

#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li .bg-icon {
  color: rgba(34, 34, 34, 0.3);
}

#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li .bg-icon i {
  color: rgba(34, 34, 34, 0.3);
}

#header.header-all-time-top-fixed .header-body .navbar-default.light .navbar-nav li .sub-menu-container {
  background-color: rgba(255, 255, 255, 0.9);
}

#header.header-top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: auto;
  min-height: 84px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

#header.header-top-fixed .full-screen-block {
  height: auto !important;
  min-height: 84px !important;
}

#header.header-top-fixed .header-body {
  width: 100%;
}

#header.no-shadow {
  box-shadow: none;
}

#header {
  position: absolute;
  z-index: 150;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

#header .container {
  position: relative;
}

#header .navbar-toggle {
  display: none;
}

#header .header-body {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  height: 100%;
}

#header #container-fixed {
  height: 100%;
  padding: 0;
}

#header .header-logo {
  height: 100px;
  padding: 10px 20px 57px 9px;
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 2;
}
#header .header-logo img{
  transform: translateZ(2px);
}
#header .header-logo span{

  height: 36px;
  width: 36px;
  background-color: #b46e3c;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -18px;
  z-index: 0;
  animation: logo-rotate 10s ease infinite;
  -moz-animation: logo-rotate 10s ease infinite;
  -webkit-animation: logo-rotate 10s ease infinite;
}
#header .header-body-fixed {
  height: 100px;
}

#header .header-body-fixed .navbar-default {
  background-color: rgba(34, 34, 34, 0.95);
}

#header .header-body-fixed .navbar-default.light {
  background-color: rgba(255, 255, 255, 0.9);
}

#header .header-body-fixed .navbar-default.light .navbar-nav li .bg-nav-gr{
  height: 100%;
  background: rgba(255,255,255, 0.8);
}
#header .header-body-fixed .navbar-default .navbar-nav {
  height: 100px;
}

#header .header-body-fixed .navbar-default .navbar-nav li {
  height: 100px;
  background-size: cover;
}

#header .header-body-fixed .navbar-default .navbar-nav li a {
  text-indent: 10000px;
}

#header .header-body-fixed .navbar-default .navbar-nav li .link-item {
  text-indent: 10000px;
}

#header .header-body-fixed .navbar-default .navbar-nav li .bg-icon {
  color: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

#header .header-body-fixed .navbar-default .navbar-nav li .bg-icon i {
  color: #f1e4c9;
  font-size: 36px;
}

#header .header-body-fixed .navbar-default .navbar-nav li .rotated-title {
  display: none;
}

#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container {
  background-color: rgba(0, 0, 0, 0.9);
}

#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li {
  height: inherit;
}

#header .header-body-fixed .navbar-default .navbar-nav li:hover .sub-menu-container {
  left: 0;
}

#header .header-body-fixed .navbar-default.light .navbar-nav li a {
  color: #222222;
}

#header .header-body-fixed .navbar-default.light .navbar-nav li .link-item {
  color: #222222;font-weight: 900; text-shadow: 0 0 10px #fff;
}

#header .header-body-fixed .navbar-default.light .navbar-nav li .bg-icon {
  color: rgba(34, 34, 34, 0.2);
}

#header .header-body-fixed .navbar-default.light .navbar-nav li .bg-icon i {
  color: rgba(34, 34, 34, 0.3);
}

#header .header-body-fixed .navbar-default.light .navbar-nav li .sub-menu-container {
  background-color: #948565;
}

#header .header-body-fixed #container-fixed {
  padding: 0;
  height: 100px;
}

#header .header-body-fixed .navbar-single {
  background: #222222;
}

#header .navbar-header-phone {
  position: absolute;
  margin-right: 40px;
  right: 50%;
  top: 0;
}

#header .navbar-header-phone p {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 30px 0 0;
}

#header .navbar-header-phone p i {
  color: #b46e3c;
  margin-right: 10px;
}

#header .navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
  height: 100%;
  align-items: flex-start;
  padding: 0;
}

#header .navbar-default .navbar-header {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#header .navbar-default .navbar-collapse {
  align-items: start;
  height: 100vh;
}

#header .navbar-default .navbar-nav {
  position: absolute;
  right: -50%;
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .navbar-default .navbar-nav:hover {
  right: -20%;
}

#header .navbar-default .navbar-nav li {
  position: relative;
  display: block;
  height: 100%;
  float: left;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .navbar-default .navbar-nav li .bg-icon {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 40px;
  top: 30px;
  font-weight: 400;
  font-family: 'JosefinSans', sans-serif;
  font-size: 60px;
  line-height: 80px;
}

#header .navbar-default .navbar-nav li .bg-icon i {
  font-size: 60px;
  color: #948565;
}

#header .navbar-default .navbar-nav li .rotated-title {
  position: absolute;
  left: 30px;
  bottom: 50px;
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 60px;
  width: 60px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'JosefinSans', sans-serif;
  color: #ebebeb; 

}

#header .navbar-default .navbar-nav li .rotated-title > strong {
  display: inline-block;
  padding: 3px 14px 2px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(13, 40, 73, 0.82), rgba(180, 110, 60, 0.72));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

#header .navbar-default .navbar-nav li:hover .rotated-title > strong {
  background: linear-gradient(135deg, rgba(255, 153, 51, 0.92), rgba(13, 40, 73, 0.86));
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}



#header .navbar-default .navbar-nav li .sub-menu-container {
  position: absolute;
  top: 0;
  margin-top: 100px;
  padding: 15px 20px;
  left: 1000px;
  max-width: 300px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  
}

#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list {
  min-width: 150px;
}

#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li {
  width: inherit;
  display: block;
  float: none;
  box-shadow: none;
}

#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li a {
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  color: blue !important;
}

#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li .link-item {
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}

#header .navbar-default .navbar-nav li:hover .sub-menu-container {
  left: 90px;
  opacity: 1;
}

#header .navbar-default .navbar-nav li:hover .rotated-title.effect {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  left: 40px;
}

#header .navbar-default .navbar-nav li:hover .rotated-title {
  color: #ffffff;
}

#header .navbar-default .navbar-nav li.no-bg-shadow {
  background: none;
  box-shadow: none;
}

#header .navbar-default .navbar-nav li.no-bg-shadow a {
  background: none !important;
}

#header .navbar-default .navbar-nav li.no-bg-shadow .link-item {
  background: none !important;
}

#header .navbar-default .navbar-nav .home {
  background-image: url("../img/bg/bg2.jpg");
  background-position: center center;
  background-size: cover;
}

#header .navbar-default .navbar-nav .about {
  background-image: url("../img/bg/bg4.jpg");
  background-position: center center;
  background-size: cover;
}
#header .navbar-default .navbar-nav .about.ab2 {
  background-image: url("../img/bg/bg22.jpg");
}
#header .navbar-default .navbar-nav .philosophy {
  background-image: url("../img/bg/bg21.jpg");
  background-position: center center;
  background-size: cover;
}

#header .navbar-default .navbar-nav .service {
  background-image: url("../img/bg/bg3.jpg");
  background-position: center center;
  background-size: cover;
}

#header .navbar-default .navbar-nav .work {
  background-image: url("../img/bg/bg5.jpg");
  background-position: center center;
  background-size: cover;
}

#header .navbar-default .navbar-nav .blog {
  background-image: url("../img/bg/bg7.jpg");
  background-position: center center;
  background-size: cover;
}

#header .navbar-default .navbar-nav .contact {
  background-image: url("../img/bg/bg6.jpg");
  background-position: center center;
  background-size: cover;
}

#header .navbar-default.light .navbar-toggle .icon-bar {
  background-color: rgba(34, 34, 34, 0.5);
}

#header .navbar-default.light .navbar-nav li {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#header .navbar-default.light .navbar-nav li .bg-icon {
  color: rgba(34, 34, 34, 0.5);
}

#header .navbar-default.light .navbar-nav li .bg-icon i {
  color: rgba(34, 34, 34, 0.5);
}

#header .navbar-default.light .navbar-nav li .rotated-title {
  color: rgba(34, 34, 34, 0.9);
}

#header .navbar-default.light .navbar-nav li.no-bg-shadow {
  background: none;
  box-shadow: none;
}
#header .navbar-default.light .navbar-nav li .bg-nav-gr {
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgba(255,255,255,8);
  background: linear-gradient(0deg, rgba(255,255,255,0.8) 0%,  rgba(255,255,255,0.7) 80%, rgba(255,255,255,0.01) 100%);

}


#header .navbar-default.light .navbar-nav li.no-bg-shadow a {
  background: none !important;
}

#header .navbar-default.light .navbar-nav li.no-bg-shadow .link-item {
  background: none !important;
}

#header .navbar-default.light .navbar-nav .home {
  background-image: url("../img/bg/bg13.jpg");
}

#header .navbar-default.light .navbar-nav .about {
  background-image: url("../img/bg/bg14.jpg");
}

#header .navbar-default.light .navbar-nav .service {
  background-image: url("../img/bg/bg15.jpg");
}

#header .navbar-default.light .navbar-nav .work {
  background-image: url("../img/bg/bg16.jpg");
}

#header .navbar-default.light .navbar-nav .blog {
  background-image: url("../img/bg/bg17.jpg");
}

#header .navbar-default.light .navbar-nav .contact {
  background-image: url("../img/bg/bg17.jpg");
}

#header .navbar-default .menu-item-4 li {
  width: 12.5%;
}

#header .navbar-default .menu-item-4 li:hover {
  width: 42.5%;
}

#header .navbar-default .menu-item-5 li {
  width: 10%;
}

#header .navbar-default .menu-item-5 li:hover {
  width: 40%;
}

#header .navbar-default .menu-item-6 li {
  width: 8.33333333%;
}

#header .navbar-default .menu-item-6 li:hover {
  width: 38%;
}

#header .navbar-default .menu-item-7 li {
  width: 7.1428%;
}

#header .navbar-default .menu-item-7 li .bg-icon {
  left: 30px;
}

#header .navbar-default .menu-item-7 li .rotated-title {
  left: 20px;
}

#header .navbar-default .menu-item-7 li:hover {
  width: 37.16%;
}

#header .navbar-default .menu-item-8 li {
  width: 6.25%;
}

#header .navbar-default .menu-item-8 li .bg-icon {
  left: 25px;
}

#header .navbar-default .menu-item-8 li .rotated-title {
  left: 15px;
}

#header .navbar-default .menu-item-8 li:hover {
  width: 36.25%;
}

#header .navbar-default .navbar-nav.no-bg-img>li {
  background: rgba(34, 34, 34, 0.95);
  box-shadow: none;
}

#header .navbar-default .navbar-nav.no-bg-img>li:nth-child(odd) {
  background: rgba(19, 19, 19, 0.98);
}

#header .navbar-default .navbar-nav>li>a,
#header .navbar-default .navbar-nav>li>.link-item {
  text-transform: uppercase;
  color: #0d2849;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  font-size: 16px;
  padding: 40px 20px;
  letter-spacing: 3px;
  position: absolute;
  font-weight: 900;
  left: 0;
  top: 0;
  text-indent: 10000px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#header .navbar-default .navbar-nav>li>a:hover,
#header .navbar-default .navbar-nav>li>.link-item:hover {
  color: #0d2849;
}

#header .navbar-default .navbar-nav a.current,
#header .navbar-default .navbar-nav a.current:hover,
#header .navbar-default .navbar-nav a:hover,
#header .navbar-default .navbar-nav a.current:focus {
  background-color: rgba(180, 110, 60, 0.2);
  color: #ffffff;
}
#header .navbar-default.light .navbar-nav a.current,
#header .navbar-default.light .navbar-nav a.current:hover,
#header .navbar-default.light .navbar-nav a:hover,
#header .navbar-default.light .navbar-nav a.current:focus {
  background: none;

}


#header .navbar-default .navbar-nav .link-item:focus {
  background-color: rgba(180, 110, 60, 0.7);
  color: #ffffff;
}

#header .navbar-default .navbar-toggle,
#header .navbar-single .navbar-toggle {

  margin-right: 30px;
  border-radius: 0;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}

#header .navbar-default .navbar-toggle .icon-bar,
#header .navbar-single .navbar-toggle .icon-bar {
  background-color: #ffffff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top: 4px;
}
#header .navbar-default .navbar-toggle .icon-bar:first-child,
#header .navbar-single .navbar-toggle .icon-bar:first-child {
  margin-top: 0;
}
#header .navbar-default .navbar-toggle:hover,
#header .navbar-default .navbar-toggle:focus,
#header .navbar-single .navbar-toggle:hover,
#header .navbar-single .navbar-toggle:focus {
  background-color: #b46e3c;
  border-color: #b46e3c;
}

#header .navbar-single {
  background: none;
  border: none;
}

#header .navbar-single .navbar-nav-single>.open>a,
#header .navbar-single .navbar-default .navbar-nav>.open>a:hover,
#header .navbar-single .navbar-default .navbar-nav>.open>a:focus {
  background: none;
}

#header .navbar-single .navbar-nav-single>.open>.link-item,
#header .navbar-single .navbar-default .navbar-nav>.open>.link-item:hover,
#header .navbar-single .navbar-default .navbar-nav>.open>.link-item:focus {
  background: none;
}

#header .navbar-single .dropdown-menu {
  border: 1px solid #ffffff;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
  box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
}

#header .navbar-single .dropdown-menu li>a {
  padding: 0 15px;
  white-space: nowrap;
  min-height: 32px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: rgba(34, 34, 34, 0.5);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .navbar-single .dropdown-submenu {
  position: relative;
}

#header .navbar-single .dropdown-submenu:hover:after {
  color: rgba(34, 34, 34, 0.5);
}

#header .navbar-single .dropdown-submenu:after {
  content: "\f3d3";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  z-index: -1;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(34, 34, 34, 0.5);
}

#header .navbar-single .dropdown-submenu>.dropdown-menu {
  position: absolute;
  left: 100% !important;
  top: -1px;
  margin: 0;
}

#header .navbar-single .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

#header .navbar-single .dropdown-menu>li>a:hover,
#header .navbar-single .dropdown-menu>li>a:focus {
  color: #222222;
  background-color: rgba(180, 110, 60, 0.1);
}

#header .navbar-single .navbar-nav-single>li>a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  font-size: 11px;
  padding: 10px 0 10px;
  letter-spacing: 2px;
  margin: 33px 0 32px 18px;
}

#header .navbar-single .navbar-nav-single>li>a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1px;
  background-color: #ffffff;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .navbar-single .navbar-nav-single>li>a:hover,
#header .navbar-single .navbar-nav-single>li>a:focus {
  background: none;
  color: #ffffff;
}

#header .navbar-single .navbar-nav-single>li>a:hover:after,
#header .navbar-single .navbar-nav-single>li>a:focus:after {
  width: 100%;
}

#header .navbar-single .navbar-nav-single>li.active>a,
#header .navbar-single .navbar-nav-single>li.active>a:hover,
#header .navbar-single .navbar-nav-single>li.active>a:focus {
  background: none;
}

#header .navbar-single .navbar-nav-single>li.active>a:after,
#header .navbar-single .navbar-nav-single>li.active>a:hover:after,
#header .navbar-single .navbar-nav-single>li.active>a:focus:after {
  width: 100%;
}

#header .navbar-single .navbar-nav-single a.current,
#header .navbar-single .navbar-nav-single a.current:hover,
#header .navbar-single .navbar-nav-single a.current:focus {
  background: none;
  color: #ffffff;
}

#header .navbar-single .navbar-nav-single a.current:after,
#header .navbar-single .navbar-nav-single a.current:hover:after,
#header .navbar-single .navbar-nav-single a.current:focus:after {
  width: 100%;
}

section {
  overflow: hidden;
  position: relative !important;
  border-top: 100px solid transparent;
  margin-top: -100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

section.second-page-top .section-block-title {
  padding-top: 200px;
}

section.bg-non-fixed {
  background-attachment: inherit !important;
}

.home-block {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/bg1.jpg");
  background-size: cover;
  background-position: top left;
}

.home-block.bg-1 {
  background-image: url("../img/bg/bg20.jpg");
  background-size: cover;
  background-position: top left;
}

.section-block-title {
  position: relative;
  padding-top: 100px;
}
.section-block-title.left  {
  text-align: left;

}
.section-block-title.left  .section-col {
margin:0 0 25px;

}
.section-block-title.left .section-title .section-title-body {
  text-align: left;
}
.section-block-title.left .section-title .section-title-body .head-title{
  text-align: left;
}
.section-block-title.left .section-title .section-title-body .head-text{
  text-align: left;
}
.section-block-title .section-col {
  display: block;
  height: 50px;
  width: 2px;
  background-color: #b46e3c;
  margin: 0 auto 50px;
}

.section-title {
  position: relative;
}

.section-title .section-title-body {
  margin: 0;
  text-align: center;
  padding-bottom: 75px;
}
.section-title .section-title-body.bottom-0 {
  padding-bottom: 0;
  margin-bottom: -25px;
 }
.section-title .section-title-body .head-title {
  color: #ffffff;
  padding: 0 0 50px;
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'JosefinSans', sans-serif;
  text-align: center;
  letter-spacing: 3px;
}

.section-title .section-title-body .head-section-name {
  color: #ffffff;
  padding: 0 0 25px;
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'JosefinSans', sans-serif;
  text-align: center;
  letter-spacing: 4px;
}

.section-title .section-title-body .head-text {
  color: #999;
  font-size: 15px;
  z-index: 3;
  text-transform: uppercase;
  margin: 0 0 25px;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'JosefinSans', sans-serif;
}
.light .section-title .section-title-body .head-title{color: #000;}
.light .section-title .section-title-body .head-section-name{color: #000;}
.light .section-title .section-title-body .head-text{color: #333;}

.section-title .section-title-body .head-breadcrumb {
  text-align: center;
}

.section-title .section-title-body .head-breadcrumb .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 25px;
}

.section-title .section-title-body .head-breadcrumb .breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}

.section-title .section-title-body .head-breadcrumb .breadcrumb a:hover,
.section-title .section-title-body .head-breadcrumb .breadcrumb a:focus {
  color: #ffffff;
}

.section-title .section-title-body .head-breadcrumb .breadcrumb .active {
  color: #b46e3c;
}

.section-title .section-title-body .head-breadcrumb .breadcrumb>li+li:before {
  color: rgba(255, 255, 255, 0.3);
}

.section-title .section-title-body.dark .head-title {
  color: #222222;
}

.section-title .section-title-body.dark .head-section-name {
  color: #222222;
}

.section-title .section-title-body.dark .head-text {
  color: rgba(34, 34, 34, 0.5);
}

.section-title .section-title-body.dark .head-breadcrumb .breadcrumb a {
  color: rgba(34, 34, 34, 0.5);
}

.section-title .section-title-body.dark .head-breadcrumb .breadcrumb a:hover,
.section-title .section-title-body.dark .head-breadcrumb .breadcrumb a:focus {
  color: #222222;
}

.section-title .section-title-body.dark .head-breadcrumb .breadcrumb .active {
  color: #b46e3c;
}

.section-title .section-title-body.dark .head-breadcrumb .breadcrumb>li+li:before {
  color: rgba(34, 34, 34, 0.3);
}

.section-title.left .section-title-body .head-title {
  text-align: left;
}

.section-title.left .section-title-body .head-section-name {
  text-align: left;
}

.section-title.left .section-title-body .head-text {
  text-align: left;
}

.section-title.left .section-title-body .head-breadcrumb {
  text-align: left;
}

.section-sub-title .head-title {
  color: #222222;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 55px 0;
  margin: 0 0 50px;
  font-family: 'JosefinSans', sans-serif;
}
.light .section-sub-title .head-title{
  font-weight: 600;
}
.section-sub-title .head-title:after {
  content: "";
  position: absolute;
  width: 150px;
  border-bottom: 1px solid #b46e3c;
  left: 0;
  bottom: 5px;
}

.section-sub-title .head-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #b46e3c;
  left: 0;
  bottom: 1px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-sub-title h4.head-title {
  text-transform: uppercase;
  line-height: 36px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 30px 0;
  margin: 0 0 25px;
}

.section-sub-title .section-title-body.white {
  margin: 0;
}

.section-sub-title .section-title-body.white .head-title {
  color: #2f0101;
}

.section-sub-title .section-title-body.white .head-text {
  color: #222;
}

.section-sub-title .section-title-body {
  position: relative;
}

.section-sub-title .section-title-body span {
  color: #2f0101;
}

.section-sub-title .section-title-body .head-text {
  margin-bottom: 50px;
  color: #333;
}

.section-sub-title.center {
  text-align: center;
}

.section-sub-title.center .section-title-body .head-title:after {
  left: 50%;
  margin-left: -75px;
}

.section-sub-title.center .section-title-body .head-title:before {
  left: 50%;
  margin-left: -5px;
}

.section-sub-title.right {
  text-align: right;
}

.section-sub-title.right .section-title-body .head-title:after {
  right: 0;
  left: inherit;
}

.section-sub-title.right .section-title-body .head-title:before {
  right: 0;
  left: inherit;
}

/* ==========================================================================
   About section style
   ========================================================================== */
.block-article-section {
  padding: 40px 0 30px;
}

.article-section {
  text-align: center;
  margin: 20px 0 30px;
}

.article-section .article-section-text {
  position: relative;
  -webkit-backface-visibility: hidden;
}

.article-section .article-section-text .article-section-text-hover {
  -webkit-backface-visibility: hidden;
  position: absolute;
  opacity: 0;
  margin-top: -300px;
  visibility: hidden;
  bottom: 140px;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
  background-color: #222222;
  padding: 30px;
  color: #b46e3c;
}

.article-section .article-section-text .article-section-text-hover p {
  color: #b46e3c;
  color: #ccc;
  line-height: 26px;
  margin: 0;
}

.article-section .article-section-text .article-section-text-hover a {
  color: #ddd;
  line-height: 26px;
}

.article-section .article-section-text .article-section-text-hover a:hover {
  color: #ffffff;
}

.article-section .article-section-text .article-section-text-hover ul {
  margin: 0;
}

.article-section .article-section-text .article-section-text-hover ul li {
  line-height: 26px;
  margin: 0;
  color: #ccc;
}

.article-section .article-section-text .article-section-text-hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 5px;
  height: 0;
  border-top: 5px solid #222222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.article-section .article-section-text .article-section-text-hover .company-feature {
  margin: 0;
}

.article-section p {
  margin-bottom: 20px;
  text-align: left;
}

.article-section h4 {
  margin: 15px 0;
  text-transform: uppercase;
  color: #252525;
}

.article-section>i {
  color: rgba(34, 34, 34, 0.7);
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  margin: auto;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-section:hover {
  cursor: pointer;
}

.article-section:hover .article-section-text .article-section-text-hover {
  visibility: visible;
  opacity: 1;
  bottom: 120px;
  -webkit-backface-visibility: hidden;
}

.img-rotate {
  position: relative;
  -moz-perspective: 600px;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: top;
  -o-perspective: 600px;
  -o-transform-style: preserve-3d;
  -o-transform-origin: top;
  -ms-perspective: 600px;
  -ms-transform-style: preserve-3d;
  -ms-transform-origin: top;
  -webkit-perspective: 600;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.img-rotate img {
  -webkit-transform: rotateY(22deg);
  -moz-transform: rotateY(22deg);
  -ms-transform: rotateY(22deg);
  -o-transform: rotateY(22deg);
  transform: rotateY(15deg);
  -webkit-transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform-origin: top;
}

.img-y-trans {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  width: 50%;
}

section .section-line {
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #b46e3c;
  z-index: 100;
}

section:hover .section-block-title .section-icon {
  opacity: 1;
}

section:hover .img-rotate img {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.fact-block .fact {
  text-align: center;
  position: relative;
  padding: 20px 30px;
  margin: 0 0 50px;
  background-color: rgba(19, 19, 19, 0.5);
}

.fact-block .fact .factor {
  font-family: 'JosefinSans', sans-serif;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin: 10px 0 15px;
}

.fact-block .fact h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  margin: 15px 0;
  font-family: 'JosefinSans', sans-serif;
}

.fact-block .fact i {
  font-size: 75px;
  line-height: 100px;
  color: #b46e3c;
  float: left;
  width: 80px;
}

.fact-block .fact:hover {
  cursor: pointer;
  border-color: #b46e3c;
}

.block-feature-icon {
  position: relative;
  margin-bottom: 50px;
  min-height: 120px;
}

.block-feature-icon:hover {
  /* Effect 2a */

}

.block-feature-icon:hover .hi-icon-effect .hi-icon {
  color: #ffffff;
}

.block-feature-icon:hover .hi-icon-effect .hi-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.block-feature-icon.center {
  text-align: center;
}

.block-feature-icon .block-title {
  padding: 0 110px 0 0;
}

.block-feature-icon .hi-icon {
  float: right;
}

.block-feature-icon.center .block-title {
  padding: 0;
}

.block-feature-icon .block-title h4 {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  text-align: right;
}

.block-feature-icon.center .block-title h4 {
  text-align: center;
}

.block-feature-icon .block-title p {
  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  text-align: right;
  margin-bottom: 0;
}

.block-feature-icon.center .block-title p {
  text-align: center;
}

.block-feature-icon .block-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.block-feature-icon.center .hi-icon {
  float: none;
  top: 0;
  margin: 0 0 30px;
}

.block-feature-icon.left .block-title {
  padding: 0 0 0 140px;
}

.block-feature-icon.left .block-title h4 {
  text-align: left;
}

.block-feature-icon.left .block-title p {
  text-align: left;
}

.block-feature-icon.left .block-icon {
  left: 0;
}

.block-feature-icon.left .hi-icon {
  float: left;
}

.block-feature-icon.dark .block-title h4 {
  color: #000;
}

.block-feature-icon.dark .block-title p {
  color: #333;
}

/* ==============effect icon ==========*/
.hi-icon-wrap {
  text-align: center;
  padding: 0em;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.hi-icon {
  display: inline-block;
  float: left;
  top: 0;
  cursor: pointer;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.hi-icon i {
  line-height: 120px;
  font-size: 75px;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Effect - Color */
.hi-icon-color .hi-icon {
  color: #b46e3c;
  /*box-shadow: 0 0 0 3px #00abeb;*/

  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.hi-icon-color .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  /*background: #00abeb;*/

  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.hi-icon-color .hi-icon:before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 1px 0 rgba(180, 110, 60, 0.7);
  background: rgba(180, 110, 60, 0.1);
}
.dark .hi-icon-color .hi-icon:before{
  box-shadow: 0 15px 30px -10px rgba(180, 110, 60, 0.4);
  background: rgba(180, 110, 60, 0.05);
}

.hi-icon-color .hi-icon:after {
  background: #b46e3c;
}

.content-block {
  position: relative;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  padding: 50px 30px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}

.company-feature p {
  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  line-height: 26px;
}

.company-feature p a {
  color: #ffffff;
}

.company-feature ul li {
  line-height: 26px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  color: rgba(255, 255, 255, 0.5);
}

.company-feature ul li i {
  width: 25px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.recent-item .recent-post-item {
  display: inline-block;
  margin-bottom: 25px;
}

.recent-item .recent-post-item a {
  text-decoration: none;
  line-height: 25px;
  display: block;
}

.recent-item .recent-post-item img {
  width: 80px;
  height: auto;
  float: left;
  background-size: cover;
  overflow: hidden;
  margin-right: 15px;
}

.recent-item .recent-post-item .post-title {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 25px;
}

.recent-item .recent-post-item .post-title:hover {
  color: #b46e3c;
}

.recent-item .recent-post-item .post-info {
  display: block;
  color: rgba(255, 255, 255, 0.3);
}
.card-block{
  height: 200px;
  width: 200px;
  border-radius: 100px;
  position: absolute;
  left:-60px;
  bottom:400px;
  z-index: 50;
  background-color: rgba(180, 110, 60, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: flex;
  box-shadow: 10px 10px 70px 2px rgba(0,0,0, 0.21) ;
}
.card-block h2{
    margin: 0 0 15px;
    color: #b46e3c;
    font-size: 36px;
    font-weight: 900;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
    /* font-family: 'Opensans', sans-serif; */
    padding: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.card-block h4{
  color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.card-block .card-info{
  text-align: center;
  margin: auto;
}
#slick-one-item .slick-dots {
  height: 20px;
  margin-top: -100px;
  bottom:0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#slick-one-item .slick-dots .slick-active {
  background: #b46e3c;
  border-color: #b46e3c;
}

#slick-one-item .slick-dots li {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 20px;
  margin: 0 5px;
  text-align: center;
  width: 10px;
}

.carousel-with-dots .slick-dots {
  height: 100px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.carousel-with-dots .slick-dots .slick-active {
  background: #b46e3c;
  border-color: #b46e3c;
}

.carousel-with-dots .slick-dots li {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 20px;
  margin: 0 5px;
  text-align: center;
  width: 10px;
}

.carousel-with-dots.gap-30 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.carousel-with-dots.gap-30 .item {
  padding: 0 0.75rem;
}

.block-feature {
  position: relative;
  padding: 0 0 50px 65px;
  backface-visibility: hidden;
}



.block-feature h4 {
  color: #ffffff;
  font-family: 'JosefinSans', sans-serif;
  margin: 0 0 20px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
}

.block-feature a {
  color: #ffffff;
  font-family: 'JosefinSans', sans-serif;
  cursor: default;
  margin: 0 0 20px;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.block-feature a:hover {
  color: #b46e3c;
}

.block-feature p {
  color: #999;
  margin-bottom: 0;
}

.block-feature i {
  position: absolute;
  left: 0;
  top: 0x;
  line-height: 55px;
  font-size: 50px;
  color: #b46e3c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 5;
  width: 55px;
  height: 55px;
  text-align: center;
}
.block-feature:hover i {
  transform: scale(0.65, 0.65) ;
  color: #fff; 
}
.block-feature:hover::after {
  transform: scale(1, 1) ;
  color: #fff; 
}
.block-feature:after {
  position: absolute;
  transform: scale(0, 0);
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  top: 0;
  content: "";
  background-color: #b46e3c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.block-feature.dark h4 {
  color: #000;
}

.block-feature.dark a {
  color: #000;
}

.block-feature.dark a:hover {
  color: #b46e3c;
}

.block-feature.dark p {
  color: #333;
}

.block-feature.dark i {
  color: #b46e3c;
}
.block-feature.dark:hover i{
  color: #fff;
}
.nav-tabs {
  margin-bottom: 50px;
}

.nav-tabs li {
  position: relative;
  min-height: 100px;
  padding: 30px 20px;
  background-color: rgba(19, 19, 19, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-tabs li a {
  border: none !important;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  padding: 0;
}

.nav-tabs li a i {
  display: block;
  margin: 0 auto 30px;
  color: rgba(180, 110, 60, 0.5);
  font-size: 75px;
  width: 75px;
  line-height: 75px;
  height: 75px;
}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
  border: none;
  background: none;
  color: #ffffff;
}

.nav-tabs li a:hover i,
.nav-tabs li a:focus i {
  color: #b46e3c;
}

.nav-tabs li.active {
  background-color: #222222;
}

.nav-tabs li.active a {
  border: none;
  background: none;
  color: #ffffff;
  padding: 0;
}

.nav-tabs li.active a i {
  color: #b46e3c;
}

.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  border: none;
  background: none;
  color: #ffffff;
}

.nav-tabs li.active a:hover i,
.nav-tabs li.active a:focus i {
  color: #b46e3c;
}

.nav-tabs li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   Portfolio style
========================================================================== */
.single-portfolio-block {
  margin-bottom: 50px;
  position: relative;
  border-radius: 3px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}

.single-portfolio-block img {
  transition: all 0.3s ease;
  transform: translateZ(2px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.single-portfolio-block:hover img {
  transform: translateY(-25px) translateZ(2px) scale(0.95, 0.95);
}

.single-portfolio-block .single-portfolio-title {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  transform: translateZ(1px);
  bottom: 25px;
  left: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.single-portfolio-block:hover .single-portfolio-title {
  transform: translateY(35px) translateZ(1px);
  opacity: 1;
}

.portfolio-block {
  margin-bottom: 50px;
  transition: all 0.3s ease;
}
.portfolio-block .modal-link{
  cursor: pointer;
}
.portfolio-block.dark .portfolio-content h4:hover{
  color: #b46e3c;
}
.portfolio-block:hover {
  background-color: rgba(180, 110, 60, 1);
}
.portfolio-block:hover img{
  transform: scale(0.94, 0.94);
}
.portfolio-block:hover .portfolio-content h4{
  padding:0 3%;
  transform: translateY(-20px);
}
.portfolio-block:hover .portfolio-content p{
  padding:20px 3% 0;
  color: #fff;
  transform: translateY(-15px);
}
.portfolio-block .portfolio-content h4 {
  color: #ffffff;
  font-family: 'JosefinSans', sans-serif;
  margin: 10px 0 20px;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.portfolio-block .portfolio-content p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  padding-top: 20px;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 26px;
  color: #b46e3c;
  transition: all 0.3s ease;
}

.portfolio-block.dark .portfolio-content h4 {
  color: #000;
}

.portfolio-block.dark .portfolio-content p {
  color: #b46e3c;
}
.portfolio-block.dark:hover {
  background-color: rgba(180, 110, 60, 0.1);
}
.portfolio-block img {
  transition: all 0.3s ease;
}

.portfolio-filter-block {
  position: relative;
  padding-top: 100px;
}

.portfolio-filter-title {
  text-align: center;
}

.portfolio-filter-title ul {
  padding: 0 0 40px 0;
}

.portfolio-filter-title li {
  display: inline-block;
  margin: 0 15px 10px;
}

.portfolio-filter-title li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 5px 0;
  line-height: 17px;
}

.portfolio-filter-title li a:hover {
  color: #b46e3c;
}

.portfolio-filter-title li.current a {
  color: #b46e3c;
}

.tab-pane .portfolio-cell {
  margin-bottom: 50px;
}

.as-banner .portfolio-cell {
  margin-bottom: 28px;
}

.portfolio-cell {
  position: relative;
}

.portfolio-cell .portfolio-item {
  position: relative;
}

.portfolio-cell .portfolio-item.h320 {
  min-height: 320px;
}

.portfolio-cell .portfolio-item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  background-color: rgba(180, 110, 60, 0.7);
  height: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 15;
}

.portfolio-cell .portfolio-item .image-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 12;
}
.portfolio-item img {
  max-width: 100%;
    height: auto;
}
.portfolio-cell .portfolio-item .image-overlay .link {
  -webkit-backface-visibility: hidden;
  position: absolute;
  text-decoration: none;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}

.portfolio-cell .portfolio-item .image-overlay .image-overlay-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -25px;
}

.portfolio-cell .portfolio-item .image-overlay .image-overlay-content i {
  color: #222222;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 30px;
}

.portfolio-cell .portfolio-item .image-overlay .image-overlay-content h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'JosefinSans', sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
}

.portfolio-cell .portfolio-item .image-overlay .image-overlay-content p {
  text-align: center;
  color: rgba(180, 110, 60, 1);
  margin: 0;
  font-style: italic;
}

.portfolio-cell .portfolio-item:hover .image-overlay {
  border: none;
  background-color: rgba(34, 34, 34, 0.9);
  opacity: 1;
}

.portfolio-cell .portfolio-item:hover:after {
  height: 100%;
}

.portfolio-list {
  margin: 0;
}

.portfolio-list .item {
  padding: 0;
}

.block-catalog {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-catalog:hover {
  background-color: #ffffff;
}

.block-catalog .list-catalog {
  font-size: 15px;
  line-height: 30px;
  margin-top: -10px;
}

.block-catalog .list-catalog a {
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  color: #222222;
}

.block-catalog .list-catalog a:hover {
  color: #222222;
}

.block-catalog .catalog-title {
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
}
.moon-block{
  margin-bottom: 50px;
  position: relative;
}
.moon-block .moon{
  position: absolute;
  right: 25.6%;
  top: 5.5%;
  width: 16.2%;
  height: 16.2%;
  background-image: url("../img/preview/moon.png");

  animation: moon-anim 30s linear infinite;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  z-index: 5;
}
@keyframes moon-anim{
  0%{
    background-position-x: 0;
  }
  100%{
    background-position-x: -542px;
  }
}
/* ==========================================================================
   Team style
   ========================================================================== */
.author-block {
  position: relative;
  margin: 0 0 50px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.author-block .left-icon {
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 55%;
  left: 0;
  height: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}

.author-block .left-icon .author-icon {
  position: absalute;
}

.author-block .left-icon .author-icon li {
  display: inline-block;
  /*background-color: rgba(34, 34, 34, 0.9);*/
  margin: 2px;
  text-align: center;
}

.author-block .left-icon .author-icon li a {
  text-decoration: none;
}

.author-block .left-icon .author-icon li a i {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.author-block .left-icon .author-icon li a:hover i {
  color: #ffffff;
}

.author-block .figure-hover-overlay {
  position: relative;
  margin: 0;
  -webkit-backface-visibility: hidden;
}

.author-block .figure-hover-overlay img {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}

.author-block .figure-hover-overlay .author-information {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 25px 20px;
  display: block;
  background-color: rgba(34, 34, 34, 0.9);
}

.author-block .figure-hover-overlay .author-information p {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  z-index: -1;
  margin-bottom: 20px;
}

.author-block .figure-hover-overlay .author-information p a {
  color: rgba(255, 255, 255, 0.7);
}

.author-block .figure-hover-overlay .author-information p a:hover {
  color: #ffffff;
}

.author-block .figure-hover-overlay .author-information h4 {
  margin: 0;
  padding: 0 0 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
}

.author-block .figure-hover-overlay .author-information .author-prof {
  color: #b46e3c;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-style: italic;
  margin:0 0 20px 0;
}

.author-block:hover {
  border-color: #b46e3c;
}

.author-block:hover .figure-hover-overlay .author-information .author-prof {
  color: #fff;
}

.author-block:hover .left-icon {
  opacity: 1;
}

.author-block:hover .figure-hover-overlay img {
  opacity: 1;
}

.author-block:hover .figure-hover-overlay .author-information {
  background-color: #b46e3c;
}
.widget-block .progress:last-child{margin: 50px 0;}
.progress {
  height: 2px;
  border-radius: 0;
  margin: 50px 0 100px;
  box-shadow: none;
  background-color: rgba(180, 110, 60, 0.1);
  position: relative;
  overflow: visible;
}

.progress .progress-bar {
  background-color: #b46e3c;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.progress .skill-value {
  float: left;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: -53px;
  color: #ffffff;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
}

.progress .skill-value span {
  color: rgba(255, 255, 255, 0.5);
  float: right;
}

.progress.dark .skill-value {
  color: rgba(34, 34, 34, 0.9);
}

.progress.dark .skill-value span {
  color: rgba(34, 34, 34, 0.9);
}

.fucts-block {
  text-align: center;
  position: relative;

}
.fucts-block.left{
  text-align: left;
}
.fucts-block.left .fuct{
  padding: 0 50px 0 0;
}
.fucts-block .fuct {
  display: inline-block;
  padding: 0 30px;
}
.fucts-block.dark .fuct h4{color: #000;}
.fucts-block .fuct h4 {

  color: #ffffff;
  font-family: 'JosefinSans', sans-serif;
  margin: 15px 0 50px;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.fucts-block .fuct h2 {
  font-size: 42px;
  color: #b46e3c;
  font-weight: 900;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
}
.about-img-block{
  margin-bottom: 50px;
  padding-left: 30px;
  position: relative;
  text-align: center;
}
.about-img-block .about-img{
  position: absolute;
  width: 37%;
  left:0;
  bottom: 0;
}
.about-img-block .about-img-info{
  position: absolute;
  width: 45%;
  right:0;
  bottom: 0;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.95);
}

/* ==========================================================================
   Blog style
   ========================================================================== */
.post-blog {
  position: relative;
  margin-bottom: 50px;
  background-color: #191919;
}
.post-blog span{
  cursor: pointer;
}
.post-blog .post-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid #b46e3c;
}

.post-blog .post-image img {
  position: absolute;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}

.post-blog .blog-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.post-blog .date {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 260px;
  left: 40px;
  z-index: 12;
  background-color: #b46e3c;
  text-align: center;
}

.post-blog .date .day {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  margin: 10px 0 5px;
  font-weight: 700;
}

.post-blog .date .month {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
}

.post-blog .blog-info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.post-blog .blog-info .blog-title {
  font-size: 15px;
  font-family: 'JosefinSans', sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 40px 30px;
  display: block;
  font-weight: 600;
}

.post-blog .blog-info .blog-text {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 30px 30px;
}

.post-blog .blog-info .links {
  line-height: 40px;
  margin-bottom: 20px;
  text-indent: 133px;
}

.post-blog .blog-info .links a {
  color: rgba(255, 255, 255, 0.7);
}

.post-blog .blog-info .links a:hover {
  color: #ffffff;
}

.post-blog:hover .blog-info {
  background-color: #b46e3c;
}

.post-blog:hover .post-image img {
  -webkit-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.2) skew(0deg) translate(0);
}

.block-blog {
  position: relative;
}

.block-blog .post-information {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.block-blog .post-information a {
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.block-blog .post-information a i {
  margin-right: 3px;
}

.block-blog .post-information a:hover {
  color: #ffffff;
}

.block-pagination {
  margin-bottom: 50px;
}

.block-pagination ul>.active>a,
.block-pagination ul>.active>span {
  border-color: #b46e3c;
  color: #ffffff;
  background-color: #b46e3c;
}

.block-pagination ul>.active>a:hover,
.block-pagination ul>.active>span:hover {
  background: #b46e3c;
  border-color: #b46e3c;
}

.block-pagination ul>li>a:focus,
.block-pagination ul>li>a:hover {
  border-color: #b46e3c;
  background: #b46e3c;
  color: #ffffff;
}

.block-pagination ul>li>a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  color: rgba(255, 255, 255, 0.5);
  float: inherit;
}

.block-pagination ul>li:first-child a {
  border-color: rgba(180, 110, 60, 0.5);
  border-radius: 0;
}

.block-pagination ul>li:first-child a:hover {
  color: #ffffff;
}

.block-pagination ul>li:last-child a {
  border-color: rgba(180, 110, 60, 0.5);
  border-radius: 0;
}

.block-pagination ul>li:last-child a:hover {
  color: #ffffff;
}

.media-heading {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.time-right {
  float: right;
  padding: 3px 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.media-body p {
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.5);
}

.block-form {
  margin-bottom: 30px;
}

.block-form h4 {
  margin: 10px 0;
  text-transform: uppercase;
  color: #ffffff;
}

.block-form p {
  color: rgba(255, 255, 255, 0.5);
}

.block-form textarea.form-control {
  height: 100px;
}

.block-form hr {
  border-color: #ddd;
}

.block-form label {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  font-weight: 400;
}

.block-form .form-control {
  border-radius: 0;
  margin: 10px 0;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-control {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 40px;
}

.info-categories-list {
  font-size: 15px;
  line-height: 32px;
}

.info-categories-list a {
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
  color: #222222;
}

.info-categories-list a:hover {
  color: #222222;
}

/* ==========================================================================
   Contact style
   ========================================================================== */
form input,
form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #b46e3c;
  line-height: inherit;
  padding: 10px 20px;
  width: 100%;
  font-size: 14px;
  background: #191919;
  margin-bottom: 25px;
  text-align: center;

}

form input:-internal-autofill-selected,
form input:-webkit-autofill,
form input:-webkit-autofill:focus {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: #b46e3c;
  -webkit-box-shadow: 0 0 0px 1000px #191919 inset;
  transition: background-color 5000s ease-in-out 0s;
  
}

form input:focus,
form textarea:focus {
  outline: none;
}

#MyContactForm p span {

  letter-spacing: 2px;
  text-transform: uppercase;
}

input:focus,
textarea:focus {
  border-color: #b46e3c;
}

::-webkit-input-placeholder {
  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
}

#MyContactForm p label,
#MyNewsletter p label {
  cursor: text;
  display: block;
  margin: 0 0;
  position: relative;
  top: 0;
  width: 100%;
}

:-moz-placeholder {
  /* Firefox 18- */

  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
}

::-moz-placeholder {
  /* Firefox 19+ */

  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
}

:-ms-input-placeholder {
  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* font-family: Cambria, "Opensans", "Times New Roman", Times, serif; */
  /* font-family: 'Opensans', sans-serif; */
}

#form-wrapper #MyContactForm .error {
  bottom: 32px;
  color: #FF2255;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}

#newsletter-form-wrapper #MyNewsletter .newslettererror {
  bottom: 30px;
  color: #FF2255;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}
#MyNewsletter p{
  margin-bottom: 25px;
}
.contact-btn {
  background: none;
  color: #b46e3c;
  border: 2px solid #b46e3c;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px 15px;
  margin-bottom: 50px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 17px;
  max-width: 200px;
  transition: all 0.3s ease;
}

.form-light .text-center {
  text-align: left;
}

.form-light .contact-btn {
  background-color: #f7f7f7;
  color: #121212;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.form-light form input,
.form-light form textarea {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  color: #b46e3c;

  background: #f7f7f7;

}

.contact-btn:focus {
  text-decoration: none;
  color: #ffffff;
}

.contact-btn:hover {
  background: #b46e3c;
  color: #fff;
  text-decoration: none;
  border-color: #b46e3c;
}

.contact-btn.dark {
  color: #ffffff;
  border: 1px solid #222222;
  background: #222222;
}

.contact-btn.dark:hover {
  background: #b46e3c;
  color: #fff;
  border-color: #b46e3c;
}

.newsletter-btn {
  display: inline-block;
  margin-bottom: 25px;
  max-width: 170px;
  transition: all 0.3s ease;
}

#MyContactForm p {
  position: relative;
  margin-bottom: 25px;
}

#ErrResults {
  text-align: center;
  color: #222222;
}

.address-list>li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.address-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.address-list i {
  border: 3px solid;
  display: inline-block;
  height: 30px;
  line-height: 24px;
  text-align: center;
  width: 30px;
}

.response {
  letter-spacing: 1px;
  font-family: 'JosefinSans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.google-map {
  height: 400px;
}

.google-map iframe {
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
  border: none;
  pointer-events: none;
}

.contact-icon {
  text-align: center;
}

.contact-icon ul li {
  display: inline-block;
  margin: 0 5px;
}

/* ==========================================================================
   Stars effect style
   ========================================================================== */
#space,
.stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stars {
  background-image: radial-gradient(2px 2px at 20px 30px, #eeeeee, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 70px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 50px 160px, #dddddd, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 90px 40px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 130px 80px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 160px 120px, #dddddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation: zoom 5s infinite;
  opacity: 0;
}

.stars:nth-child(1) {
  background-position: 50% 50%;
  animation-delay: 0s;
}

.stars:nth-child(2) {
  background-position: 20% 60%;
  animation-delay: 1s;
}

.stars:nth-child(3) {
  background-position: -20% -30%;
  animation-delay: 2s;
}

.stars:nth-child(4) {
  background-position: 40% -80%;
  animation-delay: 3s;
}

.stars:nth-child(5) {
  background-position: -20% 30%;
  animation-delay: 4s;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-in;
  }

  85% {
    opacity: 1;
    transform: scale(2.8);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(3.5);
  }
}

/* ==========================================================================
   Ajax style
   ========================================================================== */
.ajax-block {
  background-color: rgba(34, 34, 34, 0.9);
  margin: 30px auto;
  padding: 100px 75px;
  position: relative;
}

/* ==========================================================================
   Shortcode style
   ========================================================================== */
.banner {
  position: relative;
  margin: 0 0 50px;
}

.banner a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner a:hover:before {
  -webkit-box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  -ms-box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  -o-box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  -moz-box-shadow: 0 0 0 10px rgba(95, 99, 108, 0.2) inset;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}

.full-banner {
  background: url("../img/bg/bg4.jpg") bottom center #222222 no-repeat;
}

.full-banner1 {
  background: url("../img/bg/bg6.jpg") center center #222222 no-repeat;
  background-size: cover;
}

.banner-block {
  background: url("../img/bg/bg5.jpg") center center no-repeat;
  background-size: cover;
}

.top-padding {
  padding-top: 80px;
}

.panel-group {
  margin-bottom: 50px;
}

.panel-group .panel-default {
  border: none;
  border-radius: 0;
  margin-top: 0 !important;
  background: none;
}

.panel-group .panel-default .panel-collapse .panel-body {
  border: 1px solid #222222;
  background-color: #222222;
  margin-bottom: 5px;
  color: #555;
}

.panel-group .panel-heading {
  background: rgba(34, 34, 34, 0.9);
  border: none;
  border-radius: 0;
  padding: 0;
}

.panel-group .panel-body {
  border: 1px solid #222222;
  font-size: 15px;
  font-family: Cambria, "Opensans", "Times New Roman", Times, serif;
  /* font-family: 'Opensans', sans-serif; */
  background-color: #222222;
}

.panel-group .panel-title {
  margin-bottom: 5px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-group .panel-title a.collapsed {
  color: #b46e3c;
  background: none;
}

.panel-group .panel-title a.collapsed:before {
  content: "\f3d3";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
  color: #b46e3c;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-group .panel-title a {
  position: relative;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  padding: 15px 10px 15px 50px;
  color: #ffffff;
  font-size: 18px;
  background: none;
}

.panel-group .panel-title a:before {
  content: "\f3d0";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-group .panel-title a:hover {
  text-decoration: none;
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.panel-group .panel-title a:hover:before {
  color: #ffffff;
}

.panel-group .panel-title a:hover:after {
  color: #ffffff;
}

.panel-group .panel-title:hover {
  border-color: #222222;
}

#owl-partners img {
  opacity: 0.3;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#owl-partners img:hover {
  opacity: 1;
}

.form-control {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget-title {
  margin: 0 0 20px 0;
  color: #0c2748;
  font-size: 15px;
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.widget-title i {
  margin-right: 15px;
  color: #b46e3c;
  font-size: 18px;
}
.widget-block.right p{
  text-align: right;
}
.widget-block.right .widget-title{
  text-align: right;
}
.widget-block {
  margin-bottom: 50px;
}

.widget-block p {
  color: #999;
}

.widget-block ul li {
  line-height: 30px;
}

.widget-block ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.widget-block ul li a:hover {
  text-decoration: none;
  color: #b46e3c;
}

.widget-block ul li i {
  color: #b46e3c;
  font-size: 18px;
  margin-right: 10px;
}

.widget-block .tags {
  font-size: 0;
}

.widget-block .tags li {
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  line-height: 40px;
}

.widget-block .tags li a {
  display: block;
  padding: 0 15px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.widget-block .tags li a:hover {
  text-decoration: none;
  background-color: #b46e3c;
  color: #ffffff;
  border-color: #b46e3c;
}

.widget-block.dark .widget-title {
  color: rgba(34, 34, 34, 0.9);
}

.widget-block.dark p {
  color: #333;
  margin-bottom: 25px;
}

.widget-block.dark ul li a {
  color: rgba(34, 34, 34, 0.5);
}

.widget-block.dark ul li a:hover {
  color: #b46e3c;
}

.widget-block.dark ul li i {
  color: #b46e3c;
}

.widget-block.dark .tags li a {
  color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(34, 34, 34, 0.3);
}

.widget-block.dark .tags li a:hover {
  background-color: #b46e3c;
  color: #222222;
  border-color: #b46e3c;
}



.welcome-article-block .no-pad {
  padding: 0;
}

.welcome-article {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.welcome-article.y-50{
  transform: translateY(50px);
}
.welcome-article.dark{
  background-color: #171717;
}
.welcome-article img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;

  -webkit-backface-visibility: hidden;
}

.welcome-article:hover img {

  transform: scale(0.94);
}
.welcome-article:hover .welcome-article-text p{
  border-color: #b46e3c;
} 
.welcome-article .welcome-article-text {
  padding: 40px;
  background-color: #171717;
}

.welcome-article .welcome-article-text h4 {
  font-family: 'JosefinSans', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 25px 0;
}

.welcome-article .welcome-article-text p {
  color: #999;
}

.welcome-article .welcome-article-text .btn-default {
  margin: 0;
}

.welcome-article .welcome-article-text .client-say {
  text-align: left;
  margin-bottom: 0;
}

.welcome-article .welcome-article-text .client-say p {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.welcome-article .welcome-article-text .widget-block {
  margin-bottom: 33px;
}

.welcome-article .welcome-article-text.darken {
  background-color: #202020;
}

.social-icon {
  margin: 0;
  text-align: center;
}

.social-icon li {
  display: inline-block;
  margin: 5px;
}

.social-icon li a {
  text-decoration: none;
}

.social-icon li a i {
  color: #999;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
  margin: auto;
  display: block;
  width: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-icon li a:hover i {
  color: #ccc;
}

.tags {
  font-size: 0;
}

.tags li {
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  line-height: 40px;
}

.tags li a {
  display: block;
  padding: 0 15px;
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tags li a:hover {
  text-decoration: none;
  background-color: #b46e3c;
  color: #ffffff;
  border-color: #b46e3c;
}

.client-say {
  padding: 0;
  margin-bottom: 50px;
}

.client-say h4 {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.client-say h4 span {
  font-size: 12px;
  letter-spacing: inherit;
  text-transform: initial;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  float: right;
  padding-top: 7px;
}

.client-say p {
  font-style: italic;
  padding: 0 0 0 20px;
  color: rgba(255, 255, 255, 0.5);
  border-left: 10px solid rgba(180, 110, 60, 0.7);
}

.client-say.default {
  padding: 0;
}

.client-say.default h4 {
  color: rgba(34, 34, 34, 0.9);
}

.client-say.default h4 span {
  color: rgba(34, 34, 34, 0.5);
  font-weight: 600;
}

.client-say.default p {
  color: rgba(34, 34, 34, 0.5);
  border-top: 2px solid rgba(34, 34, 34, 0.3);
}

.preview-screen {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  border: 1px solid rgba(180, 110, 60, 0.5);
  -webkit-backface-visibility: hidden;
}

.preview-screen a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.preview-screen .new-product {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 60px;
  z-index: 2;
  background-color: #b46e3c;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
}

.preview-screen.item1 {
  background-image: url("../img/preview/product/01_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 8s ease;
  -moz-transition: all 8s ease;
  -o-transition: all 8s ease;
  -ms-transition: all 8s ease;
  transition: all 8s ease;
}

.preview-screen.item1:hover {
  background-position: bottom center;
}

.preview-screen.item2 {
  background-image: url("../img/preview/product/02_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 16s ease;
  -moz-transition: all 16s ease;
  -o-transition: all 16s ease;
  -ms-transition: all 16s ease;
  transition: all 16s ease;
}

.preview-screen.item2:hover {
  background-position: bottom center;
}

.preview-screen.item3 {
  background-image: url("../img/preview/product/03_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  -o-transition: all 12s ease;
  -ms-transition: all 12s ease;
  transition: all 12s ease;
}

.preview-screen.item3:hover {
  background-position: bottom center;
}

.preview-screen.item31 {
  background-image: url("../img/preview/product/031_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  -o-transition: all 12s ease;
  -ms-transition: all 12s ease;
  transition: all 12s ease;
}

.preview-screen.item31:hover {
  background-position: bottom center;
}

.preview-screen.item32 {
  background-image: url("../img/preview/product/032_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  -o-transition: all 12s ease;
  -ms-transition: all 12s ease;
  transition: all 12s ease;
}

.preview-screen.item32:hover {
  background-position: bottom center;
}

.preview-screen.item11 {
  background-image: url("../img/preview/product/04_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  -o-transition: all 12s ease;
  -ms-transition: all 12s ease;
  transition: all 12s ease;
}

.preview-screen.item11:hover {
  background-position: bottom center;
}

.preview-screen.item12 {
  background-image: url("../img/preview/product/05_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item12:hover {
  background-position: bottom center;
}

.preview-screen.item13 {
  background-image: url("../img/preview/product/06_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item13:hover {
  background-position: bottom center;
}

.preview-screen.item14 {
  background-image: url("../img/preview/product/07_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item14:hover {
  background-position: bottom center;
}

.preview-screen.item15 {
  background-image: url("../img/preview/product/08_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item15:hover {
  background-position: bottom center;
}

.preview-screen.item16 {
  background-image: url("../img/preview/product/09_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item16:hover {
  background-position: bottom center;
}

.preview-screen.item17 {
  background-image: url("../img/preview/product/10_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item17:hover {
  background-position: bottom center;
}

.preview-screen.item18 {
  background-image: url("../img/preview/product/11_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item18:hover {
  background-position: bottom center;
}

.preview-screen.item19 {
  background-image: url("../img/preview/product/12_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item19:hover {
  background-position: bottom center;
}

.preview-screen.item20 {
  background-image: url("../img/preview/product/13_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -o-transition: all 6s ease;
  -ms-transition: all 6s ease;
  transition: all 6s ease;
}

.preview-screen.item20:hover {
  background-position: bottom center;
}

.preview-screen.item21 {
  background-image: url("../img/preview/product/14_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}

.preview-screen.item21:hover {
  background-position: bottom center;
}

.preview-screen.item22 {
  background-image: url("../img/preview/product/15_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}

.preview-screen.item22:hover {
  background-position: bottom center;
}

.preview-screen.item23 {
  background-image: url("../img/preview/product/16_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}

.preview-screen.item23:hover {
  background-position: bottom center;
}

.preview-screen.item24 {
  background-image: url("../img/preview/product/17_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}

.preview-screen.item24:hover {
  background-position: bottom center;
}

.preview-screen.item25 {
  background-image: url("../img/preview/product/033_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}

.preview-screen.item25:hover {
  background-position: bottom center;
}

.preview-screen.item26 {
  background-image: url("../img/preview/product/19_preview.jpg");
  background-size: 100%;
  background-position: top center;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
}

.preview-screen.item26:hover {
  background-position: bottom center;
}

#price {
  background-image: url("../img/bg/pr.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.block-chess.bg1 {
  background-image: url("../img/bg/bg9.jpg");
}

.block-chess.bg2 {
  background-image: url("../img/bg/bg10.jpg");
}

.block-chess.bg3 {
  background-image: url("../img/bg/bg7.jpg");
}

.block-chess.bg4 {
  background-image: url("../img/bg/bg12.jpg");
  background-position: top right;
}

.block-chess.bg5 {
  background-image: url("../img/bg/bg18.jpg");
  background-position: top right;
}

.block-chess {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.bg-50-l {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.9);
}

.bg-50-l:after {
  content: "";
  border-top: 100px solid transparent;
  border-left: 100px solid rgba(34, 34, 34, 0.9);
  border-right: 100px solid transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 2;
}

.bg-50-l:before {
  content: "";
  border-bottom: 100px solid transparent;
  border-left: 100px solid rgba(34, 34, 34, 0.9);
  border-right: 100px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
}

.bg-50-r.not-before:before,
.bg-50-l.not-before:before {
  display: none;
}

.bg-50-r.not-after:after,
.bg-50-l.not-after:after {
  display: none;
}

.bg-50-r {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: rgba(34, 34, 34, 0.9);
}

.bg-50-r:after {
  content: "";
  border-top: 100px solid transparent;
  border-left: 100px solid transparent;
  border-right: 100px solid rgba(34, 34, 34, 0.9);
  position: absolute;
  left: -200px;
  bottom: 0;
  z-index: 2;
}

.bg-50-r:before {
  content: "";
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  border-right: 100px solid rgba(34, 34, 34, 0.9);
  position: absolute;
  left: -200px;
  top: 0;
  z-index: 2;
}

.pad-l-15 {
  padding-left: 15px;
}

.pad-r-15 {
  padding-right: 15px;
}

.pad-l-30 {
  padding-left: 30px;
}

.pad-r-30 {
  padding-right: 30px;
}

.pad-l-45 {
  padding-left: 45px;
}

.pad-r-45 {
  padding-right: 45px;
}

span.dropcap {
  font-size: 40px;
  float: left;
  margin: 3px 10px 5px 0;
  line-height: 1;
  padding: 5px 14px;
  color: #222222;
}

.flickr {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.flickr li {

  background-color: #ffffff;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flickr li:hover {
  opacity: 1;
}

/* ==========================================================================
   Backgrounds section style
   ========================================================================== */
.index-home {
  background-image: url("../img/bg/bg8.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.bg-blur {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -o-filter: blur(13px);
  -ms-filter: blur(13px);
  filter: blur(13px);
}
.bg-darken {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.6);
  z-index: 0;
}
.bg-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.85);
  z-index: 0;
}

.bg-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.92);
  z-index: 0;
}

#home-tech,
#home-tech .bg-blur {
  background-image: url("../img/bg/bg19.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#about,
#about .bg-blur {
  background-image: url("../img/bg/bg4.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#about.ab2{
  background-image: url("../img/bg/bg22.jpg");
}
#about.light {
  background-image: url("../img/bg/bg14.jpg");
}

#about.single-bg {
  background: none;
}

#about.single-bg .section-block-title {
  background-image: url("../img/bg/bg4.jpg");
  background-size: cover;
  background-position: center center;
}
#about.single-bg.ab2 .section-block-title {
  background-image: url("../img/bg/bg22.jpg");
  background-size: cover;
  background-position: center center;
}
#philosophy,
#philosophy .bg-blur {
  background-image: url("../img/bg/bg4.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#philosophy.light {
  background-image: url("../img/bg/bg21.jpg");
}

#philosophy.single-bg {
  background: none;
}

#philosophy.single-bg .section-block-title {
  background-image: url("../img/bg/bg4.jpg");
  background-size: cover;
  background-position: center center;
}

#services,
#services .bg-blur {
  background-image: url("../img/bg/bg3.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#services.light {
  background-image: url("../img/bg/bg15.jpg");
}

#services.single-bg {
  background: none;
}

#services.single-bg .section-block-title {
  background-image: url("../img/bg/bg3.jpg");
  background-size: cover;
  background-position: center center;
}

#services2.single-bg {
  background: none;
}

#services2.single-bg .section-block-title {
  background-image: url("../img/bg/bg13.jpg");
  background-size: cover;
  background-position: center center;
}

#portfolio,
#portfolio .bg-blur {
  background-image: url("../img/bg/bg5.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#portfolio.light {
  background-image: url("../img/bg/bg16.jpg");
}

#portfolio.single-bg {
  background: none;
}

#portfolio.single-bg .section-block-title {
  background-image: url("../img/bg/bg5.jpg");
  background-size: cover;
  background-position: center center;
}

#blog,
#blog .bg-blur {
  background-image: url("../img/bg/bg7.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#blog.single-bg {
  background: none;
}

#blog.single-bg .section-block-title {
  background-image: url("../img/bg/bg7.jpg");
  background-size: cover;
  background-position: center center;
}

#contact,
#contact .bg-blur {
  background-image: url("../img/bg/bg6.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#contact.light {
  background-image: url("../img/bg/bg17.jpg");
}

#contact.single-bg {
  background: none;
}

#contact.single-bg .section-block-title {
  background-image: url("../img/bg/bg6.jpg");
  background-size: cover;
  background-position: center center;
}

/* ==========================================================================
   Footer section style
   ========================================================================== */
#footer {
  position: relative;
  padding: 100px 0 0;
  background-color: #222222;
  text-align: left;
}

#footer #to-top {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
}

#footer #to-top a i {
  font-size: 36px;
}

#footer .footer-icon {
  margin: 0;
  text-align: right;
}

#footer .footer-icon li {
  display: inline-block;
  margin: 5px;
}

#footer .footer-icon li a {
  text-decoration: none;
}

#footer .footer-icon li a i {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  line-height: 40px;
  font-size: 26px;
  margin: auto;
  display: block;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .footer-icon li a:hover i {
  color: #ffffff;
}

#footer .footer-info {
  color: #ccc;
  padding-top: 10px;
}

#footer .footer-info-block.text-center {
  text-align: center;
}

#footer .footer-info-block {
  text-align: left;
  margin-bottom: 50px;
}

#footer .footer-info-block h4 {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 25px;
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

#footer .footer-info-block p {
  color: #999;
  margin-bottom: 25px;
  line-height: 28px;
}

#footer .footer-info-block a {
  color: #ddd;
  line-height: 28px;
}

#footer .footer-info-block a:hover {
  color: #b46e3c;
}

#footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


/* Added by Naresh */
/* Robust override for the existing theme submenu (.sub-menu-container / .sub-menu-list) */

/* Hide submenu by default (desktop positioning) */
#header .navbar-default .navbar-nav li .sub-menu-container {
  left: 40px !important;
  top: 120px !important;
  margin-top: -20px !important;
  margin-left: -40px;

  opacity: 0 !important;
  visibility: hidden !important;

  background: transparent !important;
  padding: 20px 0px 10px 20px !important;
  box-shadow: none !important;
  max-width: none !important;
}

/* Desktop: show on hover */
#header .navbar-default .navbar-nav li:hover > .sub-menu-container {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Mobile/JS: show when parent LI has sub-open */
#header .navbar-default .navbar-nav li.sub-open > .sub-menu-container {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Vertical list */
#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: auto !important;
}

#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li {
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 10px 0 !important;
  box-shadow: none !important;
}

/* Simple pill-style items on the bg image (desktop) */
#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li a,
#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li .link-item {
  display: inline-block !important;
  text-indent: 0 !important;
  line-height: normal !important;
  
  padding: 10px 14px !important;
  background: rgba(148, 133, 101, 0.9) !important;
  color: #fff !important;

  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 12px !important;
}

#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li a:hover,
#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list li .link-item:hover {
  background: #f58220 !important;
}

/* ===== DARK BACKGROUND SHADE ON MENU HOVER ===== */



/* keep submenu above dark layer */
#header .navbar-default .navbar-nav li.service .sub-menu-container {
  position: absolute;
  z-index: 9999;
}

/* keep hovered menu above overlay */
#header .navbar-default .navbar-nav li.service:hover {
  position: relative;
  z-index: 10000;
}
/* =========================================================
   MOBILE FIX: submenu items were "there" but not visible
   (theme opacity/visibility/overflow rules were hiding them)
   ========================================================= */
/* ================================
   MOBILE FIXES (submenu under Services)
   ================================ */
/* =========================================================
   MOBILE FIXES (do NOT touch desktop panels)
   ========================================================= */
@media (max-width: 768px) {

  /* 1) MOBILE MENU MUST BE NORMAL FLOW (no vertical panel layout) */
  #header .navbar-default .navbar-collapse,
  #header .navbar-default .navbar-collapse.show {
    position: relative !important;
    overflow-y: auto !important;
    max-height: calc(100vh - 80px) !important;
  }

  /* Reset the theme's "panel/stripe" nav behaviour on mobile */
  #header .navbar-default .navbar-nav,
  #header .navbar-default .navbar-nav > li {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    overflow: visible !important;
    transform: none !important;
  }

  /* Hide rotated titles / big icons that cause overlaps on mobile */
  #header .navbar-default .navbar-nav > li .rotated-title,
  #header .navbar-default .navbar-nav > li .bg-icon {
    display: none !important;
  }

  /* Make every top-level menu link readable and clickable */
  #header .navbar-default .navbar-nav > li > a,
  #header .navbar-default .navbar-nav > li > .link-item,
  #header .navbar-default .navbar-nav > li > .services-link {
    display: block !important;
    width: 100% !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: relative !important;
    z-index: 5 !important;
  }

  /* 2) SERVICES row must not "turn into a big brown block" that covers submenu */
  #header .navbar-default .navbar-nav > li.service {
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  /* Keep Services label visible (above submenu) */
  #header .navbar-default .navbar-nav > li.service > .services-link {
    z-index: 10 !important;
  }

  /* 3) SUBMENU must render INSIDE the Services row (under it) */
  #header .navbar-default .navbar-nav > li.service > .sub-menu-container {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;

    margin: 10px 0 0 0 !important;
    padding: 0 0 10px 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    height: auto !important;
    max-height: none !important;
    overflow: visible !important;

    z-index: 9 !important;
  }

  /* Keep submenu hidden until click (.sub-open) */
  #header .navbar-default .navbar-nav > li.service > .sub-menu-container {
    display: none !important;
  }
  #header .navbar-default .navbar-nav > li.service.sub-open > .sub-menu-container {
    display: block !important;
  }

  /* Force submenu items fully visible (no fade) */
  #header .navbar-default .navbar-nav > li.service.sub-open > .sub-menu-container,
  #header .navbar-default .navbar-nav > li.service.sub-open > .sub-menu-container * {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
  }

  /* Submenu list layout */
  #header .navbar-default .navbar-nav > li.service .sub-menu-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #header .navbar-default .navbar-nav > li.service .sub-menu-list li {
    display: block !important;
    margin: 10px 0 !important;
    float: none !important;
    height: auto !important;
  }

  /* Submenu buttons (nice and clear) */
  #header .navbar-default .navbar-nav > li.service .sub-menu-list li a,
  #header .navbar-default .navbar-nav > li.service .sub-menu-list li .link-item {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;

    padding: 12px 16px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 2px !important;

    color: #ffffff !important;
    text-indent: 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
  }

  #header .navbar-default .navbar-nav > li.service .sub-menu-list li a:hover,
  #header .navbar-default .navbar-nav > li.service .sub-menu-list li .link-item:hover {
    background: #003366 !important;
    color: #ffffff !important;
  }

  #header .navbar-default .navbar-nav > li.service {
    background: transparent !important;
  }

  /* Keep submenu background separate */
  #header .navbar-default .navbar-nav > li.service > .sub-menu-container {
    background: transparent !important;
  }

  /* Give Services the same dark panel as other items */
  #header .navbar-default .navbar-nav > li.service {
    background: transparent !important;
  }

  /* Keep Services text visible */
  #header .navbar-default .navbar-nav > li.service > .services-link {
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Submenu stays visually separate */
  #header .navbar-default .navbar-nav > li.service > .sub-menu-container {
    background: transparent !important;
  }

  /* Apply background to BOTH li and the clickable link */
  #header .navbar-default .navbar-nav > li.service,
  #header .navbar-default .navbar-nav > li.service > .services-link {
    background: transparent !important;
  }

  /* Match spacing + keep text readable */
  #header .navbar-default .navbar-nav > li.service > .services-link {
    padding: 18px 0 !important;       /* adjust if your other items differ */
    text-align: center !important;
    color: #fff !important;
  }

  /* Submenu stays separate */
  #header .navbar-default .navbar-nav > li.service > .sub-menu-container {
    background: transparent !important;
    margin-top: 10px !important;
  }

  #header .navbar-default .navbar-nav > li.service > a.link-item.services-link,
  .navbar-default .navbar-nav > li.service > a.link-item.services-link {
    background-color: transparent !important;
  }

  #header .navbar-default .navbar-nav > li.service:hover,
  #header .navbar-default .navbar-nav > li.service.sub-open,
  #header .navbar-default .navbar-nav > li.service:hover > a.link-item.services-link,
  #header .navbar-default .navbar-nav > li.service.sub-open > a.link-item.services-link {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
}

/* #header.force-small-header .navbar,
.navbar.navbar-small {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
} */

/* Home/desktop: keep open-header logo closer to the img attribute size */
@media (min-width: 769px) {
  #header:not(.force-small-header) .navbar-full .header-logo img {
    height: 80px !important;
    width: auto !important;
  }
}

/* shrink logo a bit in small/scrolled header */
#header.force-small-header .header-logo img,
.navbar.navbar-small .header-logo img {
  height: 70px !important;
}

/* optional: reduce menu item height for small header */
#header.force-small-header .navbar-nav > li,
.navbar.navbar-small .navbar-nav > li {
  height: auto !important;
}

/* Added by Naresh */

/* Inner pages: always show the "scrolled" small header as fixed */
/* #header.force-small-header .navbar-default {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
} */

/* Give page content room under the fixed header (spacer div in Layout handles offset) */
.page-with-fixed-header {
  padding-top: 0 !important;
}

/* Optional: if your theme uses different heights, enforce a compact header feel (desktop) */
@media (min-width: 769px) {
  #header.force-small-header .navbar-default.navbar-small .navbar-header img {
    height: 90px !important;
  }
}

/* Inner routes: keep navbar fixed top (small style) */
#header.inner-fixed-header .navbar.navbar-small{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999 !important;
}

/* Give the page space below the fixed navbar */
main.inner-page{
  padding-top: 90px; /* adjust if your small navbar height differs */
}

@media (max-width: 768px) {
  /* Make Services/Mission link visible + clickable on mobile */
  #header .navbar-default .navbar-nav > li.service > a.link-item.services-link {
    display: block !important;
    width: 100% !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 10 !important;
    padding: 18px 0 !important;
    text-align: center !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.92) !important;
  }
}

/* =========================================
   REMOVE HOME OVERLAY ON INNER PAGES
   ========================================= */

/* Kill dark overlay */
body.is-inner .bg-inner-dark {
  display: none !important;
}

/* Prevent header fixed overlay background */
body.is-inner #header,
body.is-inner .header-body,
body.is-inner .header-body-fixed {
  background: #1e1e1e !important; /* or your navbar-small bg */
}

/* Ensure content is not dimmed */
body.is-inner main {
  background: #fff;
  opacity: 1 !important;
  filter: none !important;
}

.mt-4 {
  text-align: left;
  margin-top: -1.5rem !important;
  font-size: 21px;
}

#header .header-body-fixed .navbar-default {
  background: linear-gradient(to right, #ffdb5e 0%, #ffffff 100%) !important;
  /* background-color: rgb(244 244 244) !important; */
}

html, body, p, a, li, span, div,
button, input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
} 

/* side panel css */
/* Added by Naresh */

/* Overall shell: left panel + content */
.services-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  padding: 24px 16px;
}

/* ===== Sidebar “dashboard” look (like screenshot) ===== */
.side-panel--dashboard {
  position: sticky;
  top: 90px;
  align-self: start;
  height: calc(100vh - 110px);

  border-radius: 18px;
  overflow: hidden;

  /* ✅ STRONG YELLOW GRADIENT (bottom → top like screenshot) */
  background: linear-gradient(
    to top,
    #f7bf03 0%,
    #f6cc4d 45%,
    #f9e6a8 75%,
    #fff6dc 100%
  ) !important;

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35) !important;
}

.side-panel__inner {
  padding: 16px 14px;
  height: 100%;
  overflow: auto; /* scroll inside like a sidebar */
}

/* Brand strip */
.sp-brand {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.45);
}

.sp-brand__logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #2b2100;
  background: rgba(255, 255, 255, 0.75);
}

.sp-brand__title {
  font-weight: 900;
  color: #2b2100;
  line-height: 1.1;
}

.sp-brand__sub {
  font-size: 12px;
  color: rgba(43, 33, 0, 0.75);
}

/* Divider */
.sp-divider {
  height: 1px;
  margin: 14px 6px;
  background: rgba(43, 33, 0, 0.15);
}

/* Section titles */
.sp-section-title {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(43, 33, 0, 0.85);
  margin: 10px 6px 8px;
}

/* Stats cards */
.sp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 6px;
}

.sp-stat {
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0 0 1px rgba(43, 33, 0, 0.06);
}

.sp-stat__value {
  font-weight: 900;
  font-size: 22px;
  color: #2b2100;
  line-height: 1;
}

.sp-stat__label {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(43, 33, 0, 0.75);
}

/* Filters */
.sp-filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 6px;
}

.sp-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  color: rgba(43, 33, 0, 0.85);
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.45);
}

.sp-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.sp-dot--red { background: #e34b4b; }
.sp-dot--brown { background: #9a6b2f; }
.sp-dot--green { background: #1e9b57; }
.sp-dot--yellow { background: #d6a100; }

/* Links */
.sp-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 6px;
}

.sp-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.45);
  color: rgba(43, 33, 0, 0.9);
  font-weight: 700;
  transition: transform 150ms ease, background 150ms ease;
}

.sp-link:hover {
  background: rgba(255, 255, 255, 0.70);
  transform: translateX(4px);
}

.sp-link__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(43, 33, 0, 0.35);
}

/* CTA button at bottom */
.sp-cta {
  display: block;
  margin: 10px 6px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #2b2100;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
}

.sp-foot {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: rgba(43, 33, 0, 0.65);
}

/* Right content area */
.services-content {
  min-width: 0;
}

/* MOBILE: hide sidebar completely */
@media (max-width: 992px) {
  .services-shell {
    grid-template-columns: 1fr;
  }
  .side-panel {
    display: none;
  }
}

.block {
  background: linear-gradient(to right, #ffdb5e 0%, #ffffff 100%) !important;
}

.services-shell{
  background: linear-gradient(to right, #f8e8b0 0%, #ffffff 100%);
}

.services-content2 {
  margin-left: 0;
  width: 100%;
}

/* Added by Naresh */
/* Layout2: no side panel */
.services-shell.no-sidepanel{
  display: block !important; /* overrides grid/flex 2-column shell */
}

.services-shell.no-sidepanel .services-content{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  flex: 1 1 auto !important;
}

p{
  margin-bottom: 1rem !important;
  font-size: 21px !important;
}

h3, .h3 {
  text-transform: uppercase !important;
  font-weight: 900;
  color: #002753 !important;
  -webkit-text-stroke: 0.8px currentColor;
}

.head-title span {
  -webkit-text-stroke: 0.8px currentColor;
}

/* arrow style for li */
.arrow-list {
  list-style: none;
  padding-left: 0;
}

.arrow-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.6rem;
}

.arrow-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  font-weight: 700;

  /* Gradient arrow */
  background: linear-gradient(135deg, #2f0101, #2f0101);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-sub-title .section-title-body.white .head-text{
  font-weight: 500;
}

.lep-topIntro, .hra-topIntro{
  font-weight: 500;
}

/* ===== Layout / heading ===== */
.block.color-scheme-4{ padding-left:0!important; padding-right:0!important; overflow-x:hidden; }
.hra-topWrap{ max-width:980px; margin:0 auto 18px; padding:6px 6px 0; text-align:center; }
.hra-topTitle{ margin:0; line-height:1.1; font-size:clamp(28px,4vw,44px); font-weight:800; letter-spacing:0.01em; }
.hra-topIntro{ margin:10px auto 0; max-width:860px; opacity:.96; font-size:16px; line-height:1.55; }

.dark {
    color: #b46e3c !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.orange-transparent{
  background-color: #ff9933b0;
}

.orange {
  background-color: #ff9933;
}

.fog-action-buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-top: 2.5rem; */
}

.fog-btn {
    position: relative;
    padding: 14px 34px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #ff9933, #ff6600);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.35s ease;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(255, 153, 51, 0.35);
  }

  .fog-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 153, 51, 0.5);
  }
  #header .navbar-default .navbar-nav li .sub-menu-container .has-submenu {
  margin-bottom: 18px !important;
}
#header .navbar-default .navbar-nav li .sub-menu-container .submenu-title {
  display: block !important;
  margin-bottom: 10px !important;
}
#header .navbar-default .navbar-nav li .sub-menu-container .sub-sub-menu {
  margin-top: 8px !important;
  padding-left: 0 !important;
}
#header .navbar-default .navbar-nav 
li .sub-menu-container .has-submenu > .sub-sub-menu {
  margin-top: 14px !important;   /* space between heading and submenu */
}
#header .navbar-default .navbar-nav 
li .sub-menu-container .has-submenu {
  margin-bottom: 22px !important;  /* space between major groups */
}
#header .navbar-default .navbar-nav 
li .sub-menu-container .sub-sub-menu li {
  margin-left: 12px !important;  /* slight indent */
}
/* Adjust spacing between submenu heading and first item */
#header .navbar-default .navbar-nav 
li .sub-menu-container .submenu-title {
  margin-bottom: 6px !important;
}

#header .navbar-default .navbar-nav 
li .sub-menu-container .has-submenu > .sub-sub-menu {
  margin-top: 6px !important;
}

#header .navbar-default .navbar-nav 
li .sub-menu-container .has-submenu {
  margin-bottom: 14px !important;
}
#header .navbar-default .navbar-nav 
li .sub-menu-container .has-submenu > .submenu-title {

  background: #f58220 !important;  /* orange */
  color: #ffffff !important;

  padding: 10px 14px !important;
  border-radius: 8px !important;

  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* =========================================
   MISSION & GOALS: show every option in a scrollable panel
   ========================================= */

#header .navbar-default .navbar-nav li .sub-menu-container .sub-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Keep long menus inside the viewport and scroll their content. */
#header .navbar-default .navbar-nav > li.service > .sub-menu-container {
  max-height: calc(100vh - 150px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-color: #f58220 rgba(247, 231, 161, 0.8);
  scrollbar-width: thin;
  padding-right: 10px !important;
}

#header .navbar-default .navbar-nav > li.service > .sub-menu-container::-webkit-scrollbar {
  width: 8px;
}

#header .navbar-default .navbar-nav > li.service > .sub-menu-container::-webkit-scrollbar-track {
  background: rgba(247, 231, 161, 0.8);
  border-radius: 8px;
}

#header .navbar-default .navbar-nav > li.service > .sub-menu-container::-webkit-scrollbar-thumb {
  background: #f58220;
  border-radius: 8px;
}

/* Each main orange group */
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu {
  position: relative;
  margin-bottom: 14px !important;
}

/* Orange title */
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .submenu-title {
  display: block !important;
  background: #f58220 !important;
  color: #ffffff !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-indent: 0 !important;
  line-height: 1.3 !important;
  position: relative !important;
  width: auto !important;
  height: auto !important;
}

/* Show every nested option; the parent panel handles overflow. */
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu {
  display: block !important;
  list-style: none;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
}

/* Child submenu items */
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li {
  display: block !important;
  margin: 6px 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  box-shadow: none !important;
}

/* Child links */
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li a,
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li .link-item {
  display: block !important;
  width: 100% !important;
  padding: 8px 12px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  text-indent: 0 !important;
  line-height: 1.3 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  position: relative !important;
  height: auto !important;
}

#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li a:hover,
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li .link-item:hover {
  background: #003366 !important;
  color: #ffffff !important;
}

/* Do not recolor submenu buttons on hover. */
/* Change submenu headings to brown on hover */
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .submenu-title:hover,
#header .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .submenu-title:focus {
  background: #800000 !important;
  color: #ffffff !important;
  cursor: pointer; 
}

/* Keep top-level navbar options from adding an orange hover/focus overlay. */
#header .navbar-default .navbar-nav > li > a:hover,
#header .navbar-default .navbar-nav > li > a:focus,
#header .navbar-default .navbar-nav > li > .link-item:hover,
#header .navbar-default .navbar-nav > li > .link-item:focus {
  background-color: transparent !important;
}

/* Navbar labels: remove boxed highlight while keeping plain text. */
#header .navbar-default .navbar-nav > li .rotated-title > strong {
  display: inline-block !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

#header .navbar-default .navbar-nav > li:hover .rotated-title > strong {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Donate text is blue, but the Donate slide keeps its original color/image. */
@media (min-width: 769px) {
  #header .navbar-default .navbar-nav > li .rotated-title > strong.nav-title-lines {
    white-space: nowrap !important;
  }

  #header .navbar-default .navbar-nav > li .rotated-title > strong.nav-title-lines br {
    display: none;
  }

  #header .navbar-default .navbar-nav > li:hover .rotated-title > strong.nav-title-lines,
  #header .navbar-default .navbar-nav > li:focus-within .rotated-title > strong.nav-title-lines {
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  #header .navbar-default .navbar-nav > li:hover .rotated-title > strong.nav-title-lines br,
  #header .navbar-default .navbar-nav > li:focus-within .rotated-title > strong.nav-title-lines br {
    display: block;
  }

  #header .navbar-default .navbar-nav > li.contact.orange-transparent .rotated-title > strong,
  #header .navbar-default .navbar-nav > li.contact.orange-transparent > a,
  #header .navbar-default .navbar-nav > li.contact.orange-transparent > .link-item {
    color: #003366 !important;
  }
}

/* Improve submenu contrast only while Mission & Goals or Events is hovered. */
#header .navbar-default .navbar-nav > li.service:hover {
  background: rgba(0, 0, 0, 0.5) !important;
  background-image: none !important;
}

#header .navbar-default .navbar-nav > li.service > .services-link {
  background: transparent !important;
  color: #ffffff !important;
}

#header .navbar-default .navbar-nav > li.service:hover > .services-link,
#header .navbar-default .navbar-nav > li.service > .services-link:hover,
#header .navbar-default .navbar-nav > li.service > .services-link:focus {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}

/* In the compact/scrolled navbar, the submenu sits below the tab.
   Keep Mission & Goals / Events dropdowns on a black transparent panel. */
#header .navbar-default .navbar-nav > li.service:hover > .sub-menu-container {
  background: rgba(0, 0, 0, 0.72) !important;
  border-radius: 0 0 10px 10px;
}

/* Final submenu color overrides for fixed-header theme rules. */
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav > li.service > .sub-menu-container,
#header .header-body-fixed .navbar-default .navbar-nav > li.service > .sub-menu-container {
  background: rgba(0, 0, 0, 0.72) !important;
}

#header .navbar.is-layout2 .service > .sub-menu-container::after,
#header.header-all-time-top-fixed .header-body .navbar.is-layout2 .service > .sub-menu-container::after,
#header .header-body-fixed .navbar.is-layout2 .service > .sub-menu-container::after {
  background: transparent !important;
}

#header .navbar.is-layout2 .service > .sub-menu-container,
#header.header-all-time-top-fixed .header-body .navbar.is-layout2 .service > .sub-menu-container,
#header .header-body-fixed .navbar.is-layout2 .service > .sub-menu-container {
  background: rgba(0, 0, 0, 0.72) !important;
}

#header .navbar.is-layout2 .service > .sub-menu-container::before,
#header.header-all-time-top-fixed .header-body .navbar.is-layout2 .service > .sub-menu-container::before,
#header .header-body-fixed .navbar.is-layout2 .service > .sub-menu-container::before {
  background: rgba(0, 0, 0, 0.72) !important;
  border-left-color: rgba(255, 255, 255, 0.16) !important;
  border-top-color: rgba(255, 255, 255, 0.16) !important;
}

#header .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a,
#header.header-all-time-top-fixed .header-body .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a,
#header .header-body-fixed .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a {
  color: #ffffff !important;
}

#header .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a:hover,
#header .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a:focus,
#header.header-all-time-top-fixed .header-body .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a:hover,
#header.header-all-time-top-fixed .header-body .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a:focus,
#header .header-body-fixed .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a:hover,
#header .header-body-fixed .navbar.is-layout2 .service > .sub-menu-container .sub-menu-list > li > a:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

@media (min-width: 769px) {
  #header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav > li.service,
  #header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav > li.service > .services-link,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service > .services-link {
    background: transparent !important;
    color: #003366 !important;
  }
}


#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav > li.service:hover,
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav > li.service:hover > .services-link,
#header .header-body-fixed .navbar-default .navbar-nav > li.service:hover,
#header .header-body-fixed .navbar-default .navbar-nav > li.service:hover > .services-link {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li a,
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li .link-item,
#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li a,
#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li .link-item {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .submenu-title:hover,
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .submenu-title:focus,
#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .submenu-title:hover,
#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .submenu-title:focus {
  background: #800000 !important;
  color: #ffffff !important;
}

#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li a:hover,
#header.header-all-time-top-fixed .header-body .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li .link-item:hover,
#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li a:hover,
#header .header-body-fixed .navbar-default .navbar-nav li .sub-menu-container .has-submenu > .sub-sub-menu li .link-item:hover {
  background: #003366 !important;
  color: #ffffff !important;
}

/* ==========================================================================
   MOBILE UI FIXES (appended last so they win the cascade)
   Kept here in main.css (already linked) so they apply without needing the
   dev server to re-read index.html. Grouped: overflow, media, typography,
   layout, tap targets, and the mobile navigation menu.
   ========================================================================== */

/* ---- 1. Kill horizontal scrolling / content spilling off screen ---- */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

p, li, h1, h2, h3, h4, h5, h6, a, span, td, th, blockquote, figcaption {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* ---- 2. Media scales inside its container (excludes hero video) ---- */
img {
  max-width: 100%;
  height: auto;
}
video:not(.bg_video),
iframe,
embed,
object,
svg {
  max-width: 100%;
}
table {
  max-width: 100%;
}
pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* ---- Phone + small tablet (<= 767px) ---- */
@media (max-width: 767px) {
  body .chapter-container {
    padding: 24px 16px !important;
  }
  body .chapter-container .chapter-title {
    font-size: 26px !important;
    letter-spacing: 1px !important;
    margin-bottom: 24px !important;
    word-break: break-word;
  }
  body .chapter-container .leader {
    font-size: 16px !important;
    margin-top: 12px !important;
  }
  body .chapter-container .section-title {
    font-size: 17px !important;
    margin-top: 20px !important;
  }
  body .chapter-container p,
  body .chapter-container li {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
  body .chapter-container ul {
    margin-left: 18px !important;
  }

  body .row {
    margin-left: 0;
    margin-right: 0;
  }
  body [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body .d-flex,
  body .flex-row {
    flex-wrap: wrap;
  }

  body .pad-l-80,
  body .pad-r-80,
  body .pad-l-60,
  body .pad-r-60 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body main img,
  body .services-content img,
  body .chapter-container img {
    width: auto !important;
    max-width: 100% !important;
  }

  body .services-content a:not(.header-logo),
  body .chapter-container a,
  body button,
  body .btn,
  body .fog-btn,
  body input[type="submit"] {
    min-height: 44px;
  }
  body button,
  body .btn,
  body .fog-btn,
  body input[type="submit"],
  body input[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body input,
  body select,
  body textarea {
    max-width: 100%;
    font-size: 16px;
  }
}

/* ---- Mobile navigation menu (<= 768px) ---- */
@media (max-width: 768px) {
  #header .navbar-default,
  #header .header-body-fixed .navbar-default,
  #header.header-top-fixed .navbar-default,
  #header.force-small-header .navbar-default {
    background: transparent !important;
  }
  #header .navbar-default .navbar-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 12px;
    position: relative;
    z-index: 3;
    background: linear-gradient(to right, #ffdb5e 0%, #ffffff 100%) !important;
  }
  #header .header-logo {
    height: auto !important;
    padding: 4px 8px !important;
  }
  #header .header-logo img,
  #header.force-small-header .header-logo img,
  #header .navbar.navbar-small .header-logo img {
    height: 52px !important;
    width: auto !important;
  }
  #header .navbar-toggle {
    display: block !important;
    margin: 0 !important;
    padding: 8px 10px;
  }

  /* Nav must be auto-height (theme sets height:100%/100vh) so the absolutely
     positioned dropdown anchors right below the bar, not at the bottom of a
     full-viewport-tall nav. Also keep ancestors from clipping the panel. */
  #header,
  #header .full-screen-block,
  #header .header-body,
  #header .header-body-fixed,
  #header #container-fixed {
    overflow: visible !important;
  }
  #header .navbar-default {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
  }
  #header #container-fixed {
    height: auto !important;
  }

  #header .navbar-default .navbar-collapse,
  #header .navbar-default .navbar-collapse.show {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #1a1a1a !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45) !important;
    border-top: 2px solid #b46e3c !important;
    z-index: 2000 !important;
  }

  #header .navbar-default .navbar-nav,
  #header .navbar-default .navbar-nav:hover,
  #header .header-body-fixed .navbar-default .navbar-nav {
    position: static !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    display: block !important;
    background: transparent !important;
  }

  #header .navbar-default .navbar-nav > li,
  #header .navbar-default .navbar-nav > li.home,
  #header .navbar-default .navbar-nav > li.about,
  #header .navbar-default .navbar-nav > li.service,
  #header .navbar-default .navbar-nav > li.work,
  #header .navbar-default .navbar-nav > li.blog,
  #header .navbar-default .navbar-nav > li.contact,
  #header .header-body-fixed .navbar-default .navbar-nav > li,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service {
    position: relative !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 50px !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #header .navbar-default .navbar-nav > li .bg-icon,
  #header .navbar-default .navbar-nav > li .rotated-title,
  #header .navbar-default .navbar-nav > li .bg-nav-gr {
    display: none !important;
  }

  #header .navbar-default .navbar-nav > li > a,
  #header .navbar-default .navbar-nav > li > .link-item,
  #header .navbar-default .navbar-nav > li > .services-link,
  #header .header-body-fixed .navbar-default .navbar-nav > li > a,
  #header .header-body-fixed .navbar-default .navbar-nav > li > .link-item,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service > .services-link,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service,
  #header .navbar-default .navbar-nav > li.contact.orange-transparent > a,
  #header .navbar-default .navbar-nav > li.contact.orange-transparent > .link-item,
  #header .navbar-default .navbar-nav > li.work > a,
  #header .navbar-default .navbar-nav > li.work > .link-item {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 15px 46px 15px 18px !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: transparent !important;
    background-image: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: 5 !important;
  }

  #header .navbar-default .navbar-nav > li > a:hover,
  #header .navbar-default .navbar-nav > li > .link-item:hover,
  #header .navbar-default .navbar-nav > li > .services-link:hover,
  #header .navbar-default .navbar-nav > li.sub-open > .services-link,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service:hover,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service:hover > .services-link,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service.sub-open > .services-link {
    background: rgba(180, 110, 60, 0.45) !important;
    background-image: none !important;
    color: #ffffff !important;
  }

  #header .navbar-default .navbar-nav > li.service > .services-link::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: #ffd27a;
    font-weight: 400;
  }
  #header .navbar-default .navbar-nav > li.service.sub-open > .services-link::after {
    content: "\2013";
  }

  #header .navbar-default .navbar-nav > li .sub-menu-container,
  #header .navbar-default .navbar-nav > li.service > .sub-menu-container,
  #header .header-body-fixed .navbar-default .navbar-nav > li.service > .sub-menu-container {
    position: static !important;
    display: none !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 4px 0 10px !important;
    background: rgba(0, 0, 0, 0.35) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    isolation: auto !important;
  }
  #header .navbar-default .navbar-nav > li.sub-open > .sub-menu-container {
    display: block !important;
  }
  #header .navbar-default .navbar-nav > li .sub-menu-container::before,
  #header .navbar-default .navbar-nav > li .sub-menu-container::after {
    display: none !important;
  }

  #header .navbar-default .navbar-nav .sub-menu-list,
  #header .navbar-default .navbar-nav .sub-sub-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    text-align: left !important;
  }
  #header .navbar-default .navbar-nav .sub-menu-list > li {
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  #header .navbar-default .navbar-nav .sub-menu-list .has-submenu > .submenu-title {
    display: block !important;
    padding: 12px 18px 6px 26px !important;
    color: #ffd27a !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }
  #header .navbar-default .navbar-nav .sub-menu-list > li > a:not(.submenu-title),
  #header .navbar-default .navbar-nav .sub-menu-list > li > .link-item:not(.submenu-title),
  #header .navbar-default .navbar-nav .sub-sub-menu > li > a,
  #header .navbar-default .navbar-nav .sub-sub-menu > li > .link-item,
  #header .navbar-default .navbar-nav > li.service .sub-menu-list li a,
  #header .navbar-default .navbar-nav > li.service .sub-menu-list li .link-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 11px 18px 11px 38px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
  }
  #header .navbar-default .navbar-nav .sub-menu-list a:hover,
  #header .navbar-default .navbar-nav .sub-menu-list .link-item:hover,
  #header .navbar-default .navbar-nav .sub-sub-menu a:hover {
    background: rgba(180, 110, 60, 0.45) !important;
    color: #ffffff !important;
  }
  #header .navbar-default .navbar-nav .work.service .sub-menu-list .has-submenu > .submenu-title {
    color: #ffffff !important;
    font-weight: 500 !important;
    padding: 12px 18px 12px 26px !important;
  }
}

/* ---- Small phones (<= 480px) ---- */
@media (max-width: 480px) {
  body .chapter-container {
    padding: 20px 14px !important;
  }
  body .chapter-container .chapter-title {
    font-size: 22px !important;
  }
}

/* Desktop: icons only — hide link label text on icons (open + scrolled nav) */
@media (min-width: 769px) {
  #header .navbar-default.nav-icons-only .navbar-nav > li > a,
  #header .navbar-default.nav-icons-only .navbar-nav > li > .link-item,
  #header .navbar-default.nav-icons-only .navbar-nav > li > .services-link,
  #header.header-top-fixed .navbar-default .navbar-nav > li > a,
  #header.header-top-fixed .navbar-default .navbar-nav > li > .link-item,
  #header.header-top-fixed .navbar-default .navbar-nav > li > .services-link,
  #header .header-body-fixed .navbar-default .navbar-nav > li > a,
  #header .header-body-fixed .navbar-default .navbar-nav > li > .link-item,
  #header .header-body-fixed .navbar-default .navbar-nav > li > .services-link {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
    text-indent: 0 !important;
    overflow: hidden !important;
  }
  #header .navbar-default.nav-icons-only .navbar-nav > li > a *,
  #header .navbar-default.nav-icons-only .navbar-nav > li > .link-item *,
  #header .navbar-default.nav-icons-only .navbar-nav > li > .services-link *,
  #header.header-top-fixed .navbar-default .navbar-nav > li > a *,
  #header.header-top-fixed .navbar-default .navbar-nav > li > .link-item *,
  #header.header-top-fixed .navbar-default .navbar-nav > li > .services-link *,
  #header .header-body-fixed .navbar-default .navbar-nav > li > a *,
  #header .header-body-fixed .navbar-default .navbar-nav > li > .link-item *,
  #header .header-body-fixed .navbar-default .navbar-nav > li > .services-link * {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  /* Scrolled/fixed top bar: center icons in compact row */
  #header.header-top-fixed .navbar-default .navbar-nav > li > .bg-icon,
  #header .header-body-fixed .navbar-default .navbar-nav > li > .bg-icon {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 3 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Open side nav: keep icons at top (original theme layout) */
  #header:not(.header-top-fixed) .navbar-default.nav-icons-only .navbar-nav > li > .bg-icon {
    top: 30px !important;
    left: 40px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #header.header-top-fixed .navbar-default .navbar-nav > li > .bg-icon i,
  #header .header-body-fixed .navbar-default .navbar-nav > li > .bg-icon i {
    font-size: 34px !important;
    color: #f1e4c9 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

#header:not(.header-top-fixed) .navbar-default.nav-icons-only .navbar-nav > li > .bg-icon i {
    font-size: 60px !important;
    line-height: 80px !important;
    color: #948565 !important;
  }
}

/* Global footer gap tightening */
body .block,
body .block1,
body .block2 {
  padding-bottom: 24px !important;
}

body section:last-of-type .block,
body main > section:last-child .block,
body .services-content > section:last-child .block,
body .services-content > div:last-child .block {
  padding-bottom: 12px !important;
}

body .h50,
body .clearfix.h50 {
  height: 18px !important;
}

body .donate-cta-section {
  margin-top: 0 !important;
}

body .donate-cta-section .section-sub-title {
  padding-top: 22px !important;
}

body .donate-cta-section .section-title-body {
  padding-bottom: 10px !important;
}

body .donate-cta-section .row.justify-content-center {
  padding-bottom: 22px !important;
}

body .donate-cta-section p {
  margin-bottom: 10px !important;
}

body #footer {
  padding-top: 42px !important;
}

body #footer .footer-info-block {
  margin-bottom: 24px !important;
}

body #footer .footer-info-block h4 {
  margin-bottom: 12px !important;
}

body #footer .footer-info-block p {
  margin-bottom: 12px !important;
}

body #footer .footer-bottom,
body #footer .footer-bottom-custom {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

@media (max-width: 768px) {
  body .block,
  body .block1,
  body .block2 {
    padding-bottom: 16px !important;
  }

  body section:last-of-type .block,
  body main > section:last-child .block,
  body .services-content > section:last-child .block,
  body .services-content > div:last-child .block {
    padding-bottom: 8px !important;
  }

  body .h50,
  body .clearfix.h50 {
    height: 10px !important;
  }

  body .donate-cta-section .section-sub-title {
    padding-top: 14px !important;
  }

  body .donate-cta-section .section-title-body {
    padding-bottom: 6px !important;
  }

  body .donate-cta-section .row.justify-content-center {
    padding-bottom: 14px !important;
  }

  body .donate-cta-section p {
    margin-bottom: 6px !important;
  }

  body #footer {
    padding-top: 28px !important;
  }

  body #footer .footer-info-block {
    margin-bottom: 16px !important;
  }

  body #footer .footer-info-block h4,
  body #footer .footer-info-block p {
    margin-bottom: 8px !important;
  }

  body #footer .footer-bottom,
  body #footer .footer-bottom-custom {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
