/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. hero slider IMG BACKGROUND
    1.2. parallax IMG BACKGROUND
    1.3. about IMG BACKGROUND
      1.3.1. about services IMG BACKGROUND
      1.3.2. about team IMG BACKGROUND
    1.4. rooms IMG BACKGROUND
    1.5. facilities IMG BACKGROUND
    1.6. gallery IMG BACKGROUND
    1.7. blog IMG BACKGROUND
    1.8. contact IMG BACKGROUND
  2. reset
  3. layout
  4. upper page  
  5. center container 
  6. main navigation
  7. overlay
  8. hero
  9. to top arrow
  10. scroll indicator
  11. parallax
  12. fullwidth IMG
  13. preloader
  14. hover effect
  15. google maps
  16. headings
  17. blockquote
  18. panel group
  19. contact
  20. footer
  21. link effect
  22. home quotes
  23. extras
  24. menu selector
  25. carousel ALL
  26. team box
  27. hover effect
  28. BG color
  29. hero bg
  30. PhotoSwipe CUSTOM
  31. Owl Carousel CUSTOM
  32. Swiper CUSTOM
  33. Magnific Popup CUSTOM
  34. Lity CUSTOM
  35. contact
  36. blog news
  37. extras
  38. fullwidth box IMG
  39. additionals
  40. finals
  41. blog
  42. section txt
  43. button home
  44. stars
  45. section heading
  46. parallax title content
  47. image caption
  48. post list
  49. inner spacer
  50. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. hero slider IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/hero-bg-1.jpg);
background-position: center;
background-size: cover;
}

.bg-img-13 {
background-image: url(../img/background/hero-bg-13.jpg);
background-position: center;
background-size: cover;
}

.bg-img-14 {
background-image: url(../img/background/hero-bg-14.jpg);
background-position: center;
background-size: cover;
}

.bg-img-11 {
background-image: url(../img/background/conserv.jpg);
background-position: center;
background-size: contain;
background-repeat: no-repeat
;
}
.bg-img-12 {
background-image: url(../img/background/tick.jpg);
background-position: center;
background-size: contain;
background-repeat: no-repeat
;
}
.bg-allhead{background: #000;}



.bg-img-01 {
background-image: url(../img/background/hero-bg-01.jpg);
background-position: center;
background-size: cover;
}

.bg-img-contact {
background-image: url(../img/background/contact.jpg);
background-position: center;
background-size: cover;
}



.bg-img-s1 {
background-image: url(../img/background/slider-1.jpg);
background-position: center;
background-size: cover;
/* filter: grayscale(40%);*/
}
.bg-img-s2 {
background-image: url(../img/background/slider-2.jpg);
background-position: center;
background-size: cover;

}

.bg-img-s3 {
background-image: url(../img/background/slider-3.jpg);
background-position: center;
background-size: cover;

}


.bg-img-s4 {
background-image: url(../img/background/slider-4.jpg);
background-position: center;
background-size: cover;

}







/* 1.2. parallax IMG BACKGROUND */

.parallax-image-bg-color-1 {background: #2d8bcd;}
.parallax-image-bg-color-2 {background: #bfaa7b;}
.parallax-image-bg-color-3 {background: #1f4724;}
.parallax-image-bg-color-4 {background: #606160;}
.parallax-image-bg-color-5 {background: #f7ad40;}

.rowcenter { 
list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center; }



.parallax-image-bg-05{
  background-image: url(../img/background/bg-4.jpg);
background-position: center;
background-size: cover;
}
.parallax-image-bg-6{
  background-image: url(../img/background/bg-6.jpg);
background-position: center;
background-size: cover;
}




.amjbg{/*background: rgb(96,62,6);
background: linear-gradient(0deg, rgba(96,62,6,1) 0%, rgba(212,159,72,1) 100%);*/ 
padding: 50px 20px; }

.amjbg1 h2{text-align: left;
 color: #d49f48; font-size: 60px !important; padding: 20px 0 0 0px;}

 .amjbg1  .como{width: auto; padding: 30px 0 0 0;}

.amjbg1 .text  { padding: 40px; color: #000; border-radius: 20px 0 20px 0;}

.amjbg1 .text p, h2, h3 { color: #fff;  }




.amjbg h2 {text-align: left;
border-bottom: 1px solid #d49f48; color: #fff;}

.amjbg .text  {background: #d49f48; padding: 30px; color: #000; border-radius: 20px 0 20px 0;}

.amjbg .text p, h2 { color: #fff; }





.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  background: #000;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #404040;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline .container{

  padding: 15px 30px 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  margin: 0;
}


.timeline .container.left {
  left: 0;
}

.timeline .container.right {
  left: 50%;
}

.timeline .container::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #d49f48;
  border: 2px solid #d49f48;
  border-radius: 16px;
  z-index: 1;
}

.timeline .container.right::after {
  left: -8px;
}

.timeline .container::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #fff;
  z-index: 1;
}

.line span { background: #000 !important;
  padding: 0 10px;
  position: relative;
  z-index: 1;}
.line::before {
   content: "";
  display: block;
  border-top: solid 2px #bebebe;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  z-index: 0;
}



.timeline .container.right::before {
  left: 8px;
}

.timeline .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline .container.left .date {
  right: -75px;
}

.timeline .container.right .date {
  left: -75px;
}

.timeline .container .icon {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 4px;

  top: calc(42% - 30px);
  background: #000;

  border-radius: 80px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}

.timeline .container.left .icon {
  right: 40px;
}

.timeline .container.right .icon {
  left: 40px;
}


.timeline .container .content:hover {
  background: #000;
}

.timeline .container .content {
  padding: 30px 90px 30px 30px;
  background: #2a2a2a;
  position: relative;
  border-radius: 0 500px 500px 0;
}



.product {

    margin: auto !important;

    overflow: hidden !important;
    cursor: pointer !important;
    list-style: none;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
    
}

.product:hover h2 {display: none;}


.product:hover {
    width: 100%;
}
.product-text {
    float: left;
    width: 100%;
    color: #fff;
    display: none;
}
.product:hover .product-text {
    display: block;

}

.product-text p {color: #fff;}





.timeline .container.right .content {
  padding: 30px 30px 30px 110px;
  border-radius: 500px 0 0 500px;
}

.timeline .container .content h2 {
  margin: 11px 0 10px 0;
  font-size: 22px;
  font-weight: 600;
  padding: 0 !important;
  
  color: #fff;
}

.timeline .container .content p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .timeline::after {
    left: 90px;
  }

  .timeline .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .timeline .container.right {
    left: 0%;
  }

  .timeline .container.left::after, 
  .timeline .container.right::after {
    left: 82px;
  }

  .timeline .container.left::before,
  .timeline  .container.right::before {
   left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline .container.left .date,
  .timeline .container.right .date {
    right: auto;
    left: 15px;
  }

  .timeline .container.left .icon,
  .timeline .container.right .icon {
    right: auto;
    left: 130px;
  }

  .timeline .container .content h2 {font-size: 15px; text-align: center !important;}

  .timeline .container.left .content,
 .timeline  .container.right .content {
    padding: 15px 15px 15px 98px;
    border-radius: 500px 0 0 500px;
  }
  .product {height: 65px;}

.product:hover .product-text {    display: block !important;
    position: absolute !important;
    width: 150px !important;
    z-index: 99 !important;
  }
    .timeline .container .content p {font-size: 10px; line-height: 12px;
    width: fit-content  !important;
    object-fit: cover;
    z-index: 99 !important;
    }

}
/* 1.4. rooms IMG BACKGROUND */
.rooms-bg {
background-image: url(../img/rooms/rooms-intro/1.jpg);
}

.rooms-bg-1 {
background-image: url(../img/amj_img.jpg);
}

.rooms-bg-2 {
background-image: url(../img/telcome_img.jpg);
}

.rooms-bg-3 {
background-image: url(../img/joinery_img.jpg);
}

.rooms-bg-4 {
background-image: url(../img/conservo_img.jpg);
}

.rooms-bg-5 {
background-image: url(../img/rooms/5.jpg);
}


/* 1.5. facilities IMG BACKGROUND */
.restaurant-bg {
background-image: url(../img/facilities/restaurant/1.jpg);
}

.spa-bg {
background-image: url(../img/facilities/spa/1.jpg);
}

.fitness-bg {
background-image: url(../img/facilities/fitness/1.jpg);
}

.pool-bg {
background-image: url(../img/facilities/pool/1.jpg);
}

.facilities-bg-1 {
background-image: url(../img/pr1.jpg);
background-attachment: fixed;
}
.facilities-bg-11 {
background-image: url(../img/pr2.jpg);
background-attachment: fixed;
}
.facilities-bg-12 {
background-image: url(../img/pr3.jpg);
background-attachment: fixed;
}
.facilities-bg-13 {
background-image: url(../img/pr4.jpg);
background-attachment: fixed;
}
.facilities-bg-14 {
background-image: url(../img/pr5.jpg);
background-attachment: fixed;
}
.facilities-bg-15 {
background-image: url(../img/pr6.jpg);
background-attachment: fixed;
}
.facilities-bg-16 {
background-image: url(../img/pr7.jpg);
background-attachment: fixed;
}
.facilities-bg-17 {
background-image: url(../img/pr8.jpg);
background-attachment: fixed;
}

.facilities-bg-2 {
background-image: url(../img/facilities/2.jpg);
}

.facilities-bg-3 {
background-image: url(../img/facilities/3.jpg);
}

.facilities-bg-4 {
background-image: url(../img/facilities/4.jpg);
}

/* 1.6. gallery IMG BACKGROUND */
.gallery-bg {
background-image: url(../img/gallery/1.jpg);
}


/* 1.7. blog IMG BACKGROUND */
.blog-bg {
background-image: url(../img/blog/blog-intro/1.jpg);
}

.blog-single-bg {
background-image: url(../img/blog/blog-single-intro/1.jpg);
}


/* 1.8. contact IMG BACKGROUND */
.contact-bg {
background-image: url(../img/contact/1.jpg);
}


/* 1.9. booking IMG BACKGROUND */
.booking-bg {
background-image: url(../img/booking/1.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

img {width: 100%}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* 3. layout */
body {
font-family: sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
text-align: left;
color: #5f5f5f;
background: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
}

a,
a:hover,
a:visited,
a:active,
6229a:focus {
color: #5f5f5f;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
text-align: justify;
font-size: 16px;
font-weight: 300;
letter-spacing: .5px;
color: #5f5f5f;
line-height: 1.4;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

p a,
p a:hover {
color: #5f5f5f;
text-decoration: none;
font-weight: 500;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #5f5f5f;
color: #fff;
}

::selection {
background: #5f5f5f;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. upper page */
.upper-page {
position: relative;
display: table;
width: 100%;
height: 100%;
min-height: 586px;
}

@media only screen and (max-width: 768px) {
  .upper-page {
    /* min-height: 786px; */
  }
}


/* 5. center container */
.center-container {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 6. main navigation */
/* navigation */
.logo .logo-light {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
z-index: 999999;
position: relative;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}
.logo-f img {width: 60px; float: right;
 padding-left: 10px; }

.logo .logo-dark {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.main-navigation-bg .logo .logo-light {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.main-navigation-bg .logo .logo-dark {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.navbar-bg-switch {
position: fixed;
width: 100%;
top: 0;
left: 0;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
z-index: 999;
}








.navbar-fixed-top .menuc {margin-left: 20% !important}
.navbar-bg-switch-color .menuc {margin-left: 0% !important}

.logo {
padding-top: 25px;
margin: 0 50px 0 0;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 880px) {
  .logo {
	padding-top: 6px;
	margin: 7px 0 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
	padding-top: 3px;
	margin: 5px 10px 0 0;
    float: right;
  }

  .logo .sub {width: 57px;

}}

.main-navigation .navbar-nav li a {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
text-decoration: none;
text-align: center;
margin: 0 auto;
padding: 58px 15px 35px 15px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
color: #fff;
}

.main-navigation .navbar-nav li:first-child a {
margin: 0 0 0 50px;
}

@media only screen and (max-width: 880px) {
  .main-navigation .navbar-nav li:last-child a {
	margin: 0;
  }
}

@media only screen and (max-width: 880px) {
  .main-navigation .navbar-nav li a {
    padding: 33px 15px 0 15px;
	right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a {
	color: #fff;
	padding: 10px 10px;
	right: auto;
  }
}

.main-navigation .navbar-nav li a:hover {
color: #d49f48;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
 .main-navigation .navbar-nav li a:hover {
    color: #5f5f5f;
  }
}


.

.nav li a:focus,
.nav li a:hover {
color: #fff;
background: none;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.main-navigation-bg {
height: 81px;
-webkit-box-shadow: 0 0 15px rgba(196, 196, 196, .35);
   -moz-box-shadow: 0 0 15px rgba(196, 196, 196, .35);
        box-shadow: 0 0 15px rgba(196, 196, 196, .35);
background: #000;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg {
	height: auto;
	min-height: 81px;
  }
}

.main-navigation-bg .logo {
padding-top: 5px;
margin: 0 25px  0 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 880px) {
  .main-navigation-bg .logo {
    margin: 1px 0 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .logo {
    margin: 1px 10px 0 0px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
color: #d1d1d1;
padding: 31px 15px 0 15px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 880px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 32px 15px 0 15px;
  }

}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 10px 15px;
  }
  
  .main-navigation .navbar-nav li:first-child a{
    padding-top: 10px;
    margin: 0 0 0 0;
  }



  
  .main-navigation .navbar-nav li:last-child {
    padding-bottom: 8px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
color: #5f5f5f;
}

@media only screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .main-navigation-bg .navbar-toggle .icon-bar {
    background: #fff;
  }


  
  .navbar-toggle {
	margin-top: -30px;
    margin-left: 10px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
	
  .main-navigation-bg .navbar-toggle {
    margin-top: -38px;
    margin-right: 10px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
  
  .navbar-collapse {
  
	margin-top: 19px;
  background: #000 !important;
    
  }

  h2.hero-heading.hero-heading-dark img {padding-top: 55% !important; padding-bottom: 10px !important; width: 300px !important;}


}

.navbar-nav .active a {
color: #ccc!important;
background: none;
text-decoration: none;
}


/* dropdown */
.navbar .navbar-nav > li {
height: 90px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}


.center {
            text-align-last: center;
            border: 2px solid black;
        }

@media only screen and (max-width: 768px) {
  .navbar .navbar-nav > li {
    height: auto;
  }
}

.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus {
background-color: #fff;
}

.main-navigation-bg.navbar .navbar-nav > li {
height: 80px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg.navbar .navbar-nav > li {
    height: auto;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a {
font-size: 11px;
color: #ccc;
padding: 15px 15px 0 15px;
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li .dropdown-menu a {
	font-size: 10px;
	padding: 5px 15px 5px 15px;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a:hover {
color: #d49f48;
}

.main-navigation .navbar-nav li .dropdown-menu:last-child a {
margin: 0;
}

.dropdown:hover .dropdown-menu {
right: auto;
left: 50%;
-webkit-transform: translate(-50%, 0);
     -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
  .dropdown:hover .dropdown-menu {
    left: auto;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

    
}

.dropdown-menu > li:first-child {
}
}




@media only screen and (max-width: 768px) {
  .dropdown-menu > li:first-child {
    margin-top: -7px;
  }
}

.dropdown-menu > li:last-child {
padding-bottom: 15px!important;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu > li:last-child {
    padding-bottom: 0!important;
  }
}

.dropdown-menu {
border: none;
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
    -ms-border-radius: 10px;
     -o-border-radius: 10px;
        border-radius: 10px;
-webkit-box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
   -moz-box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
        box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
}


/* navbar dropdown BG color */
.navbar .navbar-nav>.open>a, 
.navbar .navbar-nav>.open>a:focus, 
.navbar .navbar-nav>.open>a:hover {
background: rgba(255, 255, 255, 1);
}


/* dropdown disabled */
.dropdown a.disabled-custom {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

@media only screen and (max-width: 880px) {
  .dropdown a.disabled-custom {
    -webkit-pointer-events: auto;
       -moz-pointer-events: auto;
            pointer-events: auto;
  }
}


/* borders */
.extra-margin-border {
position: relative;
height: auto;
min-height: inherit;
margin-left: 50px;
margin-right: 50px;
background: none;
}

@media only screen and (max-width: 768px) {
  .extra-margin-border {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.border-top,
.border-top.top-position-primary {
position: absolute;
background: rgba(255, 255, 255, .0);
-webkit-transition: all .6s ease;
   -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
     -o-transition: all .6s ease;
        transition: all .6s ease;
z-index: 105;
}

.border-top.top-position-primary {
background: none;
}

.border-top {
width: 100%;
height: 1px;
top: 110px;
}

@media only screen and (max-width: 768px) {
  .border-top {
    top: 86px;
  }
}

.border-top.top-position-primary {
-webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
     -o-transform: translateY(-40px);
        transform: translateY(-40px);
}

@media only screen and (max-width: 768px) {
  .border-top.top-position-primary {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}


/* 7. overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}


/* 8. hero */
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.hero-bg {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}
 
.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 9. to top arrow */
.to-top-arrow {
position: fixed;
right: 80px;
bottom: -10px;
width: 50px;
height: 50px;
line-height: 47px;
cursor: pointer;
font-size: 16px;
text-align: center;
color: #fff;
background: #111;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
z-index: 105;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 80px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
    right: 15px;
  }
}

.to-top-arrow.show {
bottom: 60px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 60px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: -5px;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 10. scroll indicator */
.scroll-indicator-wrapper {
position: absolute;
width: 1px!important;
height: 100%;
left: -1px;
right: 0;
margin-left: auto;
margin-right: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.scroll-indicator {
position: absolute;
bottom: 100px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
z-index: 1005;
}

@media only screen and (max-width: 768px) {
  .scroll-indicator {
	bottom: 50px;
  } 
}

.scroll-line {
display: block;
width: 1px;
height: 50px;
background: none;
}

@media only screen and (max-width: 768px) {
  .scroll-line {
    height: 25px;
  }
}

.scroll-line::before {
content: "";
display: block;
width: 1px;
height: 50%;
top: 0;
background-color: #fff;
-webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
	    animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}


/* 11. parallax */
.parallax-overlay,
.parallax-overlay-video-testimonials {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 0;
}

.parallax-overlay {
background: rgba(0, 0, 0, .1);
}

.parallax-overlay-video-testimonials {
background: rgba(0, 0, 0, .3);
}

.parallax {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
padding: 200px 0;
}

@media only screen and (max-width: 880px) {
  .parallax {
    padding: 100px 0;
  }
}

.parallax-all {
position: relative;
background-repeat: no-repeat;
background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: none;
z-index: 1;
}


/* parallax button more */
.more-wraper-center {
position: relative;
left: 0;
right: 0; 
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 1;
}

.more-wraper-center.more-wraper-center-form {
/* margin: 5px auto 0 auto; */
margin: -5px auto 0 auto;
bottom: -20px;
}

.more-button-bg-center {
background: #fff;
border: 2px dashed #fff;
}

.more-button-bg-center.more-button-bg-center-dark {
background: #fff;
border: 2px dashed #111;}
.clear{clear: both}


.more-button-circle {
display: block;
width: 100%;
height: 100%;

padding: 2.5px;
cursor: pointer;
 transition: transform .2s;
}

.more-wraper-center:hover .more-button-circle {

 transform: scale(1.1);
 filter: grayscale(100%);
}

.more-button-txt-top {
position: absolute;
top: 30px;
left: 60px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
color: #111;
margin: 0 auto;
cursor: pointer;
}


.more-button-txt-right {
position: absolute;
top:110px;
left: 200px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
color: #111;
margin: 0 auto;
cursor: pointer;
}

.more-button-txt-bottom {
position: absolute;
top: 200px;
left: 60px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
color: #111;
margin: 0 auto;
cursor: pointer;
}

.more-button-txt-left {
position: absolute;
top: 110px;
left: -80px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
color: #111;
margin: 0 auto;
cursor: pointer;
}





.more-button-txt-top, .more-button-txt-bottom, .more-button-txt-right, .more-button-txt-left span {
color: #fff; font-size: 15px; font-weight: 500;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* 12. fullwidth IMG */
.img-fullwidth-wrapper {
position: relative;
}

.img-fullwidth {
min-height: 600px;
}

@media (min-width: 992px) {
  .img-fullwidth {
    position: absolute;
	width: 50vw;
    height: auto;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .img-fullwidth {
    min-height: 350px;
  }
}

.img-fullwidth-all {
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 13. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
background-image: ;
width: 57px;
height: 59px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.loader span {
position: absolute;
width: 57px;
height: 59px;
top: -3px;
left: -3px;

-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 14. hover effect */
.hover-icons {
position: absolute; 
width: 100%;
top: 50%;
left: 15px;
text-align: center;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
z-index: 1;
}



.hover-icons p{ text-align:center; font-size:14px; font-weight:bold; padding:10px; }
.hover-icons p span{ text-align:center; font-size:12px; display: inline-block; font-weight: 600; padding:5px; line-height: 20px}

@media only screen and (min-width: 1024px) {
  .hover-icons {
    left: 0px;
  }
}

@media only screen and (max-width: 880px) {
  .hover-icons {
    left: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .hover-icons {
    left: 0;
  }
}

.hover-icons a {
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
width: 50px;
height: 50px;
line-height: 50px;
margin: 0 4px;
font-size: 20px;
background: #111;
border: 1px solid #111;
color: #fff;	
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.hover-icons a.iw-slide-left {
-webkit-transform: translate3d(-60px,0,0);
   -moz-transform: translate3d(-60px,0,0);
    -ms-transform: translate3d(-60px,0,0);
     -o-transform: translate3d(-60px,0,0);
        transform: translate3d(-60px,0,0);
}

.hover-icons a.iw-slide-right {
-webkit-transform: translate3d(60px,0,0);
   -moz-transform: translate3d(60px,0,0);
    -ms-transform: translate3d(60px,0,0);
     -o-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0);
}

.hover-effect-img:hover .hover-icons a {
padding: 0;
-webkit-transform: translate3d(0,0,0)!important;
   -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
     -o-transform: translate3d(0,0,0)!important;
        transform: translate3d(0,0,0)!important;
}

.hover-icons a:hover {
background: #111;
border: 1px solid #111;
color: #fff;
}

.hover-icons a:hover:after {
background: #111;
}

.hover-effect-img:hover .hover-icons {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hover-icons a:before {
position: relative;
z-index: 1;
}

.hover-icons a i {
position: relative;
z-index: 1;
}

.hover-effect-img {
position: relative;
z-index: 5!important;
}
.hover-effect-img img{
width: 100%;
border-radius: 20px;
}

.post-box {margin-bottom: 30px;}

.hover-effect {
position: absolute;
background: #000;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
cursor: pointer;
}

.hover-effect {
width: -webkit-calc(100% - 80px);
width: -moz-calc(100% - 80px);
width: calc(100% - 80px);
height: -webkit-calc(100% - 80px);
height: -moz-calc(100% - 80px);
height: calc(100% - 80px);
top: 40px;
left: 40px;
bottom: 40px;
right: 40px;
}

@media only screen and (max-width: 880px) {
  .hover-effect {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}

.hover-effect-img:hover .hover-effect {
        opacity: 0.50;
   -moz-opacity: 0.50;
-webkit-opacity: 0.50;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.legendary-gallery {
position: relative;
margin: -20px 20px 0 20px;
z-index: 0;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery {
    margin: 0 15px;
  }
}

.legendary-gallery figure {
padding: 20px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure {
    padding: 0;
  }
}

.legendary-gallery figure:last-child {
margin-bottom: 20px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure:last-child {
    margin-bottom: 15px;
  }
}

.legendary-gallery .img-caption {
display: none;
}

.move-down {
margin-bottom: 0;
}

@media only screen and (max-width: 880px) {
  .move-down {
    margin-bottom: 15px;
  }
}


/* 15. google maps */
#google-maps-wrapper {
position: relative;
width: 100%;

overflow: hidden;

}

.google-maps {
width: 100%;

}

.google-maps iframe {
position: relative;
top: -59px;
width: 100%;
height: 600px;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.align-c {align-items: center;}

/* 16. headings */
.hero-heading {
position: relative;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 50px;
text-align: center;
text-transform: none;
letter-spacing: 0px;
color: #fff;
margin: -6px auto 0 auto;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
line-height: 1;
z-index: 1;
}

@media all and (min-width: 1920px) {
  .hero-heading {
    font-size: 65px;
	margin: -8px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading {
    font-size: 45px;
	margin: -6px auto 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  .hero-heading {
	padding: 0 25px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

.hero-heading.hero-heading-dark {
color: #111;
}

@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  .hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #111;
            text-stroke: 1px #111;
    text-shadow: none;
  }
}

h2.hero-heading {
position: relative;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 45px;
text-align: center;
text-transform: none;
letter-spacing: -0.04em;
color: #fff;
margin: -6px auto -8px auto;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
line-height: 1.15;
z-index: 1;
}

@media all and (min-width: 1920px) {
  h2.hero-heading {
    font-size: 65px;
	margin: -8px auto -9px auto;
  }
}

@media only screen and (max-width: 995px) {
  h2.hero-heading {
    font-size: 38px;
	margin: -6px auto;
  }
}

@media only screen and (max-width: 880px) {
  h2.hero-heading {
	padding: 0px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h2.hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

h2.hero-heading.hero-heading-dark {
color: #111;
}



h2.hero-heading.hero-heading-dark img{
width: 300px;
padding: 30px 0 30px 0;


}


@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #111;
            text-stroke: 1px #111;
    text-shadow: none;
  }
}

.hero-subheading {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
line-height: normal;
color: #fff;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
margin: -1px auto;
z-index: 1;
}

.hero-subheading.hero-subheading-dark {
color: #111;
}

.hero-subheading span {
position: relative;
display: inline-block;
padding-right: 60px;
margin-right: 30px;
line-height: 1;
color: #fff;
}

@media only screen and (max-width: 880px) {
  .hero-subheading span {
	padding-right: 40px;
	margin-right: 20px;
  }
}

.hero-subheading.hero-subheading-dark span {
color: #111;
}

.hero-subheading span::before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 30px;
height: 0;
margin-top: -1px;
border-top: 1px solid #fff;
}

@media only screen and (max-width: 880px) {
  .hero-subheading span::before {
	width: 20px;
  }
}

.hero-subheading.hero-subheading-dark span::before {
border-top: 1px solid #111;
}

h4 {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 800;
text-align: left;
text-transform: uppercase;
color: #5f5f5f;
line-height: 1;
letter-spacing: -0.04em;
}

.color-switch {
color: #111;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.col-all .color-switch {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.col-all:hover .color-switch {
color: #5f5f5f;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


/* 17. blockquote */
.testimonial {
position: relative;
text-align: left;
margin: -5px 0 -30px 0;
}

.testimonial.testimonial-bottom {
margin: -5px 0 -30px 0;
}

.testimonial .inner {
margin: 0 auto;
padding: 0;
}

.testimonial blockquote {
position: relative;
font-family: 'Raleway', sans-serif;
color: #5f5f5f;
font-size: 20px;
font-style: italic;
font-weight: 600;
line-height: 2;
margin-bottom: 25px;
padding: 0;
z-index: 1;
}

q,
blockquote {
quotes: none;
}

.quote-inner a,
.quote-inner a:hover {
color: #5f5f5f;
text-decoration: none;
}

.testimonial blockquote::before {
content: "\201C";
position: absolute;
color: rgba(17, 17, 17, .15);
font-family: Georgia, serif;
font-size: 165px;
font-style: normal;
left: 0;
top: -90px;
z-index: -10;
}

@media only screen and (max-width: 768px) {
  .testimonial blockquote::before {
    font-size: 135px;
	top: -70px;
  }
}


/* 18. panel group */
.panel-wrapper {
position: relative;
background: none;
width: 100%;
height: calc(100% + 300px);
margin: -25px auto -45px 0;
z-index: 1;
}

.panel-title {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
padding: 0;
text-align: left;
letter-spacing: 0.02em;
color: #fff;
line-height: 2;
margin-left: -15px;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .panel-title {
    font-size: 14px;
  }
}

.panel-title-span {
color: #5f5f5f;
}

.panel-group .panel {
border: none;
background: none;
box-shadow: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

.panel-group .panel .panel-heading {

background: #000;

}

.panel-group .panel .panel-heading h4 a {
display: block;
border-bottom: 1px solid #2c2c2c;
background: none;
padding: 10px;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
background: none;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
content: "\f209";
font-family: "Ionicons";
}

.ion {
font-size: 15px;
padding-right: 10px;
}

.panel-group .panel .panel-heading h4 a i {
position: relative;
display: block;
top: 13px;
left: -15px;
color: #5f5f5f;
text-align: center;
}

.panel-group .panel .panel-body {
padding-top: 0;
}

.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
border-top: none;
background: none;
text-align: center;
padding: 0 25px;
}

/*.collapse.in img {border-radius: 20px 0 20px 0;}*/

.panel-group .panel + .panel {
border: none;
margin-top: 0; 
}

.panel-body p {
text-align: left;
color: #fff;
}

.panel-body img {padding: 10px 0}


/* 19. contact */


/* 20. footer */
.footer-credits {
text-align: center;
}

.footer-credits-logo {
margin: 1px auto -7px auto;
}


/* social icons */
.social-icons {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
color: #111;
background: none;
border: none;
width: auto;
height: auto;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
margin: -5px auto -4px auto;
}

.social-icons a,
.social-icons a:hover {
outline: none;
text-decoration: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #111;
padding: 0 10px;
}


/* copyright */
.copyright {
position: relative;
margin: 0 auto;
text-align: center;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: -5px auto -8px auto;
color: #111;
font-weight: 800;
}


/* 21. link effect */
a.link-effect {
position: relative;
display: inline-block;
text-decoration: none;
color: inherit;
margin-bottom: 10px;
}


/*a.link-effect::after {
content: "";
position: absolute;
display: block;
width: 100%;

left: 0;
bottom: 0;
padding: 0;
background-color: #5f5f5f;
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}*/

/*a.link-effect.link-effect-light::after {
background-color: #fff;
}

a.link-effect:hover::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
left: 0;
bottom: 0;
padding: 0;
background-color: #5f5f5f;
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}*/


/* 22. home quotes */
.home-quotes-wrap {
position: relative;
}


/* 23. extras */
.section-all {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 40px;
margin-right: 40px;
}

.whitebg{background: #fff;}

@media only screen and (max-width: 880px) {
  .section-all {
    margin-left: 0;
    margin-right: 0;
  }  
}


/* 24. menu selector */
.item-selector {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: -5px 0 0 0;
padding: 0;
}

.item-button {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 800!important;
text-align: center;
text-transform: uppercase;
color: #5f5f5f!important;
line-height: 1;
letter-spacing: -0.04em;
margin: 4px 0 0 0;
padding: 0;
}

.menu {
display: none;
}

@media (min-width: 768px) {
  .menu {
    grid-column-gap: 40px;
	grid-template-columns: repeat(2, 1fr);
  }
}

.menu-visible {
display: grid;
}

.item-wrapper {
display: flex;
align-items: baseline;
}

.item-name {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 800;
text-align: center;
text-transform: uppercase;
color: #5f5f5f;
line-height: 1.5;
letter-spacing: -0.04em;
}

.item-divider {
flex: 1;
border-bottom: 1px dashed #5f5f5f;
margin: 0 15px;
}

.item-price {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 800;
text-align: center;
text-transform: uppercase;
color: #5f5f5f;
line-height: 1.5;
letter-spacing: -0.04em;
}

.item-description {
margin: 0 0 50px 0;
}


/* 25. carousel ALL */
.carousel-img-item-all {
position: relative;
width: 100%;
height: 100%;
min-height: 600px;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

@media only screen and (max-width: 995px) {
  .carousel-img-item-all {
    min-height: 500px;
  }
}


/* 26. team box */
.team-box {
position: absolute;
left: 0;
bottom: 0;
padding: 10px 15px;
background: #f7f7f7;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 800;
text-align: center;
text-transform: uppercase;
color: #111;
line-height: 1.5;

}

@media only screen and (max-width: 880px) {
  .team-box {
    padding: 5px 10px;
  }
}

.team-box span {
display: block;
font-family: 'Raleway', sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.05em;
color: #5f5f5f;
}


/* 27. hover effect */
.hover-effect.the-team {
position: absolute;
background: #d49f48;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
cursor: default;
}

.hover-effect.the-team {
width: -webkit-calc(100% - 40px);
width: -moz-calc(100% - 40px);
width: calc(100% - 40px);
height: -webkit-calc(100% - 40px);
height: -moz-calc(100% - 40px);
height: calc(100% - 40px);
top: 20px;
left: 20px;
bottom: 20px;
right: 20px;
}

@media only screen and (max-width: 880px) {
  .hover-effect.the-team {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}


/* 28. BG color */
.bg-light {
background: #fff;
}

.bg-dark {
background: #000;
}


/* 29. hero bg */
.hero-bg {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.hero-bg,
.hero-bg-show {
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.hero-bg,
.hero-bg-FIX {
-webkit-transform: scale(1.6);
   -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
     -o-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-bg-FIX {
-webkit-transform: scale(1.4);
   -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
     -o-transform: scale(1.4);
        transform: scale(1.4);
}

.hero-bg-show {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 30. PhotoSwipe CUSTOM */
.pswp__bg {
background: #000;
}

.pswp__counter {
color: #fff;
opacity: 1;
}

.pswp__caption__center {
color: #fff;
}

.pswp__share-modal {
background: rgba(255, 255, 255, 0.5);
}

.pswp__img--placeholder--blank {
background: #fff;
}

.pswp__top-bar,
.pswp__caption {
background-color: rgba(255, 255, 255, 1);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 1);
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(../photoswipe/default-skin/default-skin-reverse.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    /* background-image: url(../photoswipe/default-skin/default-skin.svg); */
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
background-position: 0 -44px;
}

.pswp__button--share {
background-position: -44px -44px;
}

.pswp__button--fs {
display: none;
}

.pswp--supports-fs .pswp__button--fs {
display: block;
}

.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}

.pswp__button--zoom {
display: none;
background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}

.pswp__button--arrow--left {
left: 0;
}

.pswp__button--arrow--right {
right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(255, 255, 255, 0.3);
height: 30px;
width: 32px;
position: absolute;
}

.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
}


/* 31. Owl Carousel CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-nav-custom-rooms,
.owl-nav-custom-facilities,
.owl-nav-custom-team,
.owl-nav-custom-all,
.owl-nav-custom-menu {
position: relative;
width: 114px!important;
max-width: 114px;
height: 50px;
left: 2px;
right: 0;
margin-left: auto; 
margin-right: auto; 
margin: 2px auto;
text-align: center;
overflow: hidden;
}

.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
text-align: center;
}

.owl-prev {
left: 0;
}

.owl-next {
left: 60px;
}

.owl-prev,
.owl-next {
width: 40px;
height: 40px;
line-height: 40px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 12px;
color: #fff;
cursor: pointer;
z-index: 10;	
}

.owl-prev:hover,
.owl-next:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.owl-prev.disabled,
.owl-next.disabled {
content: "";
position: absolute;
display: block;
width: 40px;
height: 40px;
line-height:40px;
color: #fff;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
cursor: default!important;
}


/* 32. Swiper CUSTOM */
.swiper-container {
width: 100%;
height: 100%;
margin: 0 auto;
}

.hero-slider-img .swiper-slide {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
}

.swiper-slide-txt {
position: relative;
width: 100%!important;
padding: 0;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt {
	padding: 0 10px;
	left: 0;
  }
}

.swiper-slide-txt-inner {
position: relative;
max-width: 600px;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt-inner {
    max-width: 100%;
  }
}

.hero-slider-bg-controls {
position: absolute;
right: 75px;
bottom: 80px;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 25px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 10px;
  }
}

.swiper-slide-controls {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
font-size: 16px;
color: #111;
background: #fff;
cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: 6px;
text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-controls:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: #fff;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.swiper-slide-pagination {
position: absolute;
width: 8px;
left: 80px;
bottom: 78px;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 30px;
    bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 15px;
  }
}

.swiper-slide-pagination::before {
content: "";
position: absolute;
top: -50px;
left: 0;
right: 0;
bottom: -50px;
background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
position: relative;
width: 100%;
height: 6px;
background: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 6px;
height: 6px;
top: 0;
left: 50%;
background: #fff;
margin: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
top: 50%;
left: 50%;
margin: -4px 0 0 -1px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
        transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: scale(1.8);
   -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
        transform: scale(1.8);
background: #fff;
}

.slider-progress-bar {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.circle-svg {
position: relative;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
}

.circle-svg circle,
.circle {
fill: none;
stroke: #fff;
stroke-dasharray: 3;
stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
stroke-dashoffset: 200px;
-webkit-transition: linear 4s stroke-dashoffset;
        transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
right: 201px;
bottom: 80px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 16px;
color: #fff;
background: none;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
	right: 150px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
	right: 135px;
  }
}

.swiper-slide-controls-play-pause:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
		
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
content: "\f478";
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.swiper-container-wrapper {
padding-top: 0!important;
height: 100%!important;
}

.swiper-slide {
overflow: hidden;
}

.swiper-slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #111;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.swiper-slide-inner-bg {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
   -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
        transition: opacity .6s ease-in-out, transform 2s ease .7s;
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
        transform: scale(1.15);
   
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
position: absolute;
width: 80%!important;
margin-left: auto; 
margin-right: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
-webkit-transition: opacity .4s ease;
   -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 15;
}

.swiper-slide-active .swiper-slide-inner-txt {
-webkit-transition: opacity 1.8s ease 1.2s;
   -moz-transition: opacity 1.8s ease 1.2s;
    -ms-transition: opacity 1.8s ease 1.2s;
     -o-transition: opacity 1.8s ease 1.2s;
        transition: opacity 1.8s ease 1.2s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

video { 

position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}

 .vid-vid { height:auto; display:inline-block; position:relative; margin-bottom:0px; }


.parallax-title img  { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}


/* 33. Magnific Popup CUSTOM */
.mfp-bg {
background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
font-family: "Ionicons";
content: "\f124";
font-size: 16px;
font-weight: 500;
color: #fff;
margin-top: 22px;
left: 15px;
}

.mfp-arrow-right:after {
font-family: "Ionicons";
content: "\f125";
font-size: 16px;
font-weight: 500;
color: #fff;
margin-top: 22px;
right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
border-left: none;
}

.mfp-title,
.mfp-counter {
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 700;
letter-spacing: 0.05em;
color: #fff;
}

.mfp-close {
font-weight: 500!important;
color: #fff!important;
cursor: pointer!important;
}


.client img { background:#fff; padding:10px !important; margin-bottom:20px; border-radius: 10px !important; }

.mfp-arrow-left,
.mfp-arrow-right {
z-index: 99998!important;
}

.mfp-bg {
z-index: 99996!important;
}

.mfp-wrap {
z-index: 99997!important;
}

.mfp-content {
z-index: 99998!important;
}

.mfp-close,
.mfp-arrow {
color: #fff;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 34. Lity CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
background: rgba(0, 0, 0, .55);
}

.lity-close {
top: 90px;
right: 70px;
font-weight: 500!important;
}

@media only screen and (max-width: 880px) {
  .lity-close {
    top: 5px;
    right: 5px;
  }
}

.lity-close:active {
top: 90px;
right: 70px;
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
    top: 5px;
    right: 5px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-shadow: none;
}


/* 35. contact */
/* contact modal */
.center-container-contact-modal {
position: absolute;
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: none;
}

.center-block-contact-modal {
display: table-cell;
vertical-align: middle;
}

.center-block-contact-modal-padding-top {
padding: 100px 0 0 0;
}
  
.center-block-contact-modal-padding-bottom {
padding: 0 0 100px 0;
}

.contact-modal-wrapper {
position: relative;
width: 50%;
margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .contact-modal-wrapper {
    width: 90%;
  }
}

.contact-modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: hidden;
background: #111;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;	
overflow-x: hidden;
overflow-y: auto;
z-index: 99999;
}

.contact-modal.open {
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: visible;
background: #111;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.contact-modal-closer {
position: relative;
width: 50px;
height: auto;
margin: -5px auto 0 auto;
font-size: 20px;
text-align: center;
color: #fff;
cursor: pointer;
}


/* contact form */
#contact-form {
position: relative;
width: 100%;
top: -20px;
padding: 0;
text-align: center;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #838383;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 20px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: left;
color: #fff;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #111;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form textarea {
color: #fff;
margin: 16px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
border-color: #d49f48;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


#form input:focus,
#form textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.success {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #fff;
margin: 0 auto;
padding: 50px 0 25px 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

#form .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #d49f48;
margin: -13px 0 0 0;
padding: 0;
letter-spacing: 0.15em;
font-weight: 700!important;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}

::-webkit-input-placeholder { font-size: 12px; color: #111; }
     :-ms-input-placeholder { font-size: 12px; color: #111; }
         ::-moz-placeholder { font-size: 12px; color: #111; }
     input:-moz-placeholder { font-size: 12px; color: #111; }

input:focus::-webkit-input-placeholder { color: transparent; }
     input:focus:-ms-input-placeholder { color: transparent; }
         input:focus::-moz-placeholder { color: transparent; }
          input:focus:-moz-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
     textarea:focus:-ms-input-placeholder { color: transparent; }
         textarea:focus::-moz-placeholder { color: transparent; }
          textarea:focus:-moz-placeholder { color: transparent; }

button {
border: none;
background: none;
outline: none;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
color: #fff;
margin: 0 auto;
cursor: pointer;
}


/* 36. blog news */
.news-modal .modal-content,
.post-wrapper .post-content {
min-height: 100%;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
-webkit-background-clip: border-box;
        background-clip: border-box;
-webkit-box-shadow: none;
        box-shadow: none;
margin: 0;
padding: 0;
border: none;
background: none;
}


/* news quote */
.blog-quote {
line-height: 100px;
padding: 0 0 0 20px;
border-left: 5px solid #5f5f5f;
margin: 0;
}

.blog-quote1 {
line-height: 100px;
padding: 0 20px 0 0px;
border-right: 5px solid #5f5f5f;
margin: 0;
float: right;
}

@media only screen and (max-width: 880px) {
  .blog-quote {
    padding: 0 0 0 30px;
	margin: 0;
  }
}

.blog-quote p {
position: relative;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 45px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #5f5f5f;
margin: -12px 0 0 0;
top: -2px;
width: 100%;
line-height: 1.15;
text-shadow: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  .blog-quote p {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
            text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 35px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-quote p {
    font-size: 30px;
	margin: 0;
	top: 0;
  }
}

.blog-quote p span {
color: #5f5f5f;
-webkit-text-stroke: 1px #5f5f5f;
        text-stroke: 1px #5f5f5f;
		text-shadow: none;
}


/* news nopadding */
@media only screen and (max-width: 880px) {
  .nopadding {
    padding: 0!important;
    margin: 0!important;
  }
}

.nopadding.nopadding-xs {
margin-left: -15px!important;
margin-right: -15px!important;
}

@media only screen and (max-width: 1200px) {
  .nopadding.nopadding-xs {
  }
}
  
@media only screen and (max-width: 880px) {
  .nopadding.nopadding-xs {
	margin-left: -10px!important;
    margin-right: -10px!important;
  }
}


/* news lower page */
.lower-page.lower-page-modal,
.lower-page.lower-page-post {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
}

@media only screen and (max-width: 880px) {
  .lower-page.lower-page-modal,
  .lower-page.lower-page-post {
    padding: 0;
  }
}


/* news img */
.section-item img {
width: 33vw;
height: 66vh;
object-fit: cover;
}


/* 37. extras */
h2.hero-heading span,
/* h2.hero-heading.hero-heading-dark span, */
.hero-heading span,
.hero-heading.hero-heading-dark span,
.service-number,
.blog-quote p,
.blog-quote p span {
-webkit-text-stroke: unset;
        text-stroke: unset;
}

h2.hero-heading span,
.hero-heading span {
color: #fff;
}

/* h2.hero-heading.hero-heading-dark span */
.hero-heading.hero-heading-dark span,
.service-number {
color: #111;
}

h2.hero-heading-white {color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    text-transform: none;
    letter-spacing: -0.04em;}

.blog-quote p,
.blog-quote p span {
color: #5f5f5f;
}

h2.hero-heading,
h2.hero-heading.hero-heading-dark,
.hero-heading,
.hero-heading.hero-heading-dark,
.blog-item h2,
.news-modal .modal-content h2, .post-wrapper .post-content h2,
.intro-years h3,
.blog-quote p,
.blog-quote p span {
font-weight: 400;
}

.testimonial blockquote {
font-weight: 700;
}

p,
p a,
p a:hover {
font-weight: 300;
}

.team-box {
padding: 15px 20px;	
-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
    -ms-border-radius: 20px;
     -o-border-radius: 20px;
        border-radius: 20px;
}

@media only screen and (max-width: 880px) {
  .team-box {
    padding: 10px 15px;
  }
}

.hover-effect {
-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
    -ms-border-radius: 20px ;
     -o-border-radius: 20px;
        border-radius: 20px;
}

.upper-page,
.legendary-gallery,
#google-maps-wrapper,
.footer-credits-logo {
z-index: 2;
}

.footer-credits-logo {
position: relative;
width: fit-content;
}

.testimonial.testimonial-2 {
text-align: center!important;
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 {
    text-align: left!important;
  }
}

.testimonial.testimonial-2 .inner {
max-width: 1080px!important;
margin: 0 auto;
padding: 0;
}

@media only screen and (max-width: 1200px) {
  .testimonial.testimonial-2 .inner {
    max-width: 940px!important;
	padding: 0;
  }
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 .inner {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial.testimonial-2 .inner {
    padding: 0 15px;
  }
}

.testimonial.testimonial-2 blockquote {
color: #e0e0e0;
}

.testimonial.testimonial-2 blockquote::before {
color: rgba(224, 224, 224, .15);
}

.more-button-bg-center {
background: none;
border: 2px dashed #fff;
}

.more-button-bg-center.more-button-bg-center-dark {
background: none;
border: 2px dashed #fff;
}

.more-button-txt-center span {
color: #fff;
}

.more-button-txt-center a span:hover {
color:#d49f48 !important;
}


.more-button-txt-center a:hover {
text-decoration: none;
}

.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
background: none;
border: 2px dashed #111;
}

.more-button-txt-center.more-button-txt-center-close span {
color: #111;
}

.but-cent {text-align: center;}

.contact-modal,
.contact-modal.open {
background: #fff;
}

.contact-modal-closer {
color: #111;
}


/* vertical lines */
.vertical-lines-wrapper {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

.vertical-lines {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.vertical-effect {
position: relative;
width: 25%;
height: 100%;
float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border-right: 0px solid rgba(188, 188, 188, .2);
}

.vertical-effect::before {
content: "";
position: absolute;
display: block;
width: 3px;
-webkit-animation-direction: normal;
   -moz-animation-direction: normal;
    -ms-animation-direction: normal;
     -o-animation-direction: normal;
        animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
content: "";
position: absolute;
right: -2px;
}

.vertical-effect:first-child::before {
top: 0;
-webkit-animation: raindrop 6s ease-out infinite;
   -moz-animation: raindrop 6s ease-out infinite;
    -ms-animation: raindrop 6s ease-out infinite;
     -o-animation: raindrop 6s ease-out infinite;
        animation: raindrop 6s ease-out infinite;
}

.vertical-effect:last-child::before {
bottom: 0;
-webkit-animation: raindrop-reverse 6s ease-out infinite;
   -moz-animation: raindrop-reverse 6s ease-out infinite;
    -ms-animation: raindrop-reverse 6s ease-out infinite;
     -o-animation: raindrop-reverse 6s ease-out infinite;
        animation: raindrop-reverse 6s ease-out infinite;
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 35%;
  }
}


/* swiper */
.swiper-slide-inner-bg-2 {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg-2,
.swiper-slide-active .swiper-slide-inner-bg-2 {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* swiper */
.swiper-slide-inner-txt-2 {
position: absolute;
width: 80%!important;
margin-left: auto; 
margin-right: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
/*
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
*/
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
z-index: 15;
}


/* swiper */
.swiper-slide.swiper-slide-3 {
height: auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}

.swiper-slide-inner-txt-3 {
position: absolute;
width: 80%!important;
margin-left: auto; 
margin-right: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
/*
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
*/
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 15;
}

.more-wraper-center.more-wraper-center-home {
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}


/* 38. fullwidth box IMG */
.box-img {
position: relative;
display: block;
width: 100%;
height: 100%;
margin: 0 auto -6px auto;
overflow: hidden;
z-index: 10;
}

.img-fullwidth-all img {
position: relative;
border-radius: 20px 0 20px 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 39. additionals */
/* vertical lines */
.vertical-effect::before {
width: 0px;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
right: -1px;
}

.vertical-effect:first-child::before {
background: #5f5f5f;
}

.vertical-effect:last-child::before {
background: #5f5f5f;
}

@-webkit-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}
@keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 80px;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
     height: 80px;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 80px;
  }
}

@media all and (min-width: 1920px) {
@-webkit-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 90px;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 90px;
  }
}
@keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 90px;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 90px;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
     height: 90px;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 90px;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 90px;
  }
}
}

@media only screen and (max-width: 995px) {
@-webkit-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}
@keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 70px;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 70px;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
     height: 70px;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 70px;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 70px;
  }
}
}


/* Swiper CUSTOM */
.hero-slider-bg-controls {
right: 44px;
bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 15px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 15px;
	bottom: 20px;
  }
}

.swiper-slide-pagination {
left: 50px;
bottom: 48px;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 20px;
    bottom: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 20px;
	bottom: 17px;
  }
}

.swiper-slide-controls-play-pause {
right: 170px;
bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
	right: 140px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
	right: 140px;
	bottom: 20px;
  }
}


/* fullwidth IMG */
.img-fullwidth-wrapper {
min-height: 650px;
}

.img-fullwidth {
min-height: 650px;
}


/* extras */
.section-all {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
}




.majorclients {
  border: 3px solid #d49f48;

   border-radius: 10px;

}
/*.majorclients {
  border-image-source: linear-gradient(to left, #784d05, #d19d46);
  
}*/





@media only screen and (max-width: 880px) {
  .section-all {
    margin-left: 0;
    margin-right: 0;
  }  
}


/* Owl Carousel CUSTOM */
.owl-nav-custom-news,
.owl-nav-custom-rooms,
.owl-nav-custom-facilities {
position: relative;
width: 114px!important;
max-width: 114px;
height: 50px;
left: 2px;
right: 0;
margin-left: auto; 
margin-right: auto; 
margin: 2px auto;
text-align: center;
overflow: hidden;
}


/* hover effect */
.hover-effect-img:hover .hover-icons a {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.hover-icons a,
.hover-icons a:hover,
.hover-icons a:visited,
.hover-icons a:active,
.hover-icons a:focus {
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
}


/* hover effect */
.hover-effect.the-team {
-webkit-border-radius: 20px 0 20px 0;
   -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
     -o-border-radius: 20px 0 20px 0;
        border-radius: 20px 0 20px 0;
cursor: grab;
}

.hover-effect-img hover-effect.the-team,
.hover-effect-img:hover hover-effect.the-team {
        opacity: 0.85;
   -moz-opacity: 0.85;
-webkit-opacity: 0.85;
filter: alpha(opacity=85);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;	
-webkit-border-radius: 100%;
   -moz-border-radius: 100%;
    -ms-border-radius: 100%;
     -o-border-radius: 100%;
        border-radius: 100%;
}


/* headings */
@media all and (min-width: 1920px) {
  .hero-heading {
    font-size: 85px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

h2.hero-heading.hero-heading-dark {
color: #ffffff !important;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
            text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}

h2.hero-heading {
margin: -10px auto -5px auto;
}

@media only screen and (max-width: 995px) {
  h2.hero-heading {
    margin: -7px auto -3px auto;
  }
}

@media only screen and (max-width: 768px) {
  h2.hero-heading {
    margin: -7px auto -3px auto;

  }
}


/* overlay */
.overlay-dark::before {
background: rgba(0, 0, 0, .30);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* blockquote */
.testimonial blockquote {
font-family: 'Montserrat', sans-serif;
font-size: 35px;
font-style: normal;
line-height: 1.75;
}

@media only screen and (max-width: 995px) {
  .testimonial blockquote {
    font-size: 30px;
  } 
}

@media only screen and (max-width: 880px) {
  .testimonial blockquote {
    font-size: 25px;
  }
}

.testimonial blockquote::before {
display: none;
visibility: hidden;
}


/* team box */
.team-box {
text-align: left;
}

.team-box span {
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.02em;
color: #5f5f5f;
text-align: left;
}


/* hover effect */
.legendary-gallery {
margin: -15px 25px 0 25px;
z-index: 2;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery {
    margin: 5px 20px 0 20px;
  }
}

.legendary-gallery figure {
padding: 10px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure {
    padding: 5px;
  }
}

.legendary-gallery figure:last-child {
margin-bottom: 25px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure:last-child {
    margin-bottom: 20px;
  }
}

.move-down {
margin-bottom: 0;
}

@media only screen and (max-width: 880px) {
  .move-down {
    margin-bottom: 20px;
  }
}


/* legendary gallery img FIX */
.legendary-gallery img {
width: auto;
height: auto;
object-fit: cover;
border-radius: 20px;
}

@media only screen and (max-width: 995px) {
  .legendary-gallery img {
    width: 100%;
	height: 100%;
  }
}


/* h2.hero-heading.hero-heading-dark span */
.testimonial.testimonial-2 .inner {
max-width: inherit!important;
padding: 0 50px;
}

@media all and (min-width: 1920px) {
  .testimonial.testimonial-2 .inner {
    max-width: 1180px!important;
	padding: 0 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .testimonial.testimonial-2 .inner {
    max-width: inherit!important;
	padding: 0 30px;
  }
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 .inner {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial.testimonial-2 .inner {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial.testimonial-2 .inner {
    padding: 0 20px;
  }
}


/* to top arrow */
.to-top-arrow {
right: 50px;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
    right: 20px;
  }
}

.to-top-arrow.show {
bottom: 30px;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow.show {
    bottom: 0;
  }
}


/* parallax button more */
.more-button-txt-center.more-button-txt-center-close span {
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 500;
letter-spacing: 0;
color: #111;
}

@media only screen and (max-width: 995px) {
  .more-button-txt-center.more-button-txt-center-close span {
    font-size: 12px;
	letter-spacing: -0.02em;
  } 
}


/* parallax button more */
@media only screen and (max-width: 995px) {
  .more-button-txt-center {
    font-size: 12px;
	letter-spacing: -0.02em;
  } 
}

.more-button-txt-center {
font-size: 13px;
font-weight: 500;
letter-spacing: 0.05em;
}


/* Swiper CUSTOM */
.swiper-slide-controls {
color: #fff;
background: none;
}

.swiper-slide-controls:hover {
background: none;
}

.circle-svg {
position: absolute;
left: 0;
}


/* blog news */
/* news quote */
@media only screen and (max-width: 880px) {
  .blog-quote {
    padding: 0 0 0 20px;
  }
}

.blog-quote p {
font-size: 30px;
top: 2px;
line-height: 1.75;
}
.blog-quote1 p {
font-size: 30px;
top: 2px;
line-height: 1.75;
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-quote p {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-quote p {
    top: -2px;
  }
}


/* social icons */
.social-icons {
font-size: 12px;
font-weight: 500;
letter-spacing: -0.02em;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-size: 12px;
font-weight: 500;
letter-spacing: -0.02em;
}


/* blockquote */
.testimonial {
margin: -15px 0 -37px 0;
}

@media only screen and (max-width: 995px) {
  .testimonial {
    margin: -10px 0 -30px 0;
  }
}


/* parallax */
.parallax {
padding: 130px 0;
}

@media all and (min-width: 1920px) {
  .parallax {
    padding: 140px 0;
  }
}

@media only screen and (max-width: 880px) {
  .parallax {
    padding: 120px 0;
  }
}


/* Lity CUSTOM */
.lity-close {
top: 40px;
right: 40px;
}

@media only screen and (max-width: 880px) {
  .lity-close {
    top: 10px;
    right: 10px;
  }
}

.lity-close:active {
top: 40px;
right: 40px;
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
    top: 10px;
    right: 10px;
  }
}


/* font weight */
h4,
.item-button,
/* .item-name,
.item-price, */
.team-box,
button {
font-weight: 700;
}

.intro-years h2,
.intro-years h4 {
font-weight: 800!important;
}


/* 40. finals */
/* section title */
.section-title h2 {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
color: #fff;
line-height: 1;
letter-spacing: -0.02em;
margin: 0 auto;
}

.section-title.section-title-dark h2 {
color: #5f5f5f;
}

@media only screen and (max-width: 995px) {
  .section-title h2 {
    font-size: 13px;
  } 
}

.section-title-line>span {
position: relative;
display: inline-block;
line-height: 1px;
padding: 0 30px;
}

.section-title-line>span::before,
.section-title-line>span::after {
content: "";
position: absolute;
display: block;
width: 15px;
height: 1px;
top: 0;
background-color: #fff;
}

.section-title-line.section-title-line-dark>span::before,
.section-title-line.section-title-line-dark>span::after {
background-color: #5f5f5f;
}

.section-title-line>span::before {
left: 0;
}

.section-title-line>span::after {
right: 0;
}


/* intro years */
.intro-years {
position: relative;
width: auto;
height: auto;
margin: 0 auto;
}

.intro-years h2,
.intro-years h4 {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
color: #5f5f5f;
line-height: 1;
letter-spacing: -0.02em;
}

.intro-years h2 {
margin: 0 auto;
}

.intro-years h4 {
margin: 0 auto;
}

.intro-years h3 {
position: relative;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 150px;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
color: #fff;
width: 100%;
line-height: 100%;
margin: -18px auto;
z-index: 0;
}


/* the line */
.the-line {
position: relative;
width: 1px;
height: 80px;
background: #5f5f5f;
margin: 1px auto;
}

@media all and (min-width: 1920px) {
  .the-line {
    height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .the-line {
    height: 70px;
  }
}

.the-line.the-line-light {
background: #e0e0e0;
}


/* IMG carousel */
.carousel-item-img-wrapper {
position: relative;
height: auto;
margin: 0;
padding: 0;
overflow: hidden;
cursor: grab;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
height: auto;
}

.carousel-item-all {
position: relative;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.carousel-item-all {
height: 70vh;
}


/* circle wrapper */
.circle-wrapper {
position: relative;
display: block;
overflow: hidden;
width: 50%;
padding-bottom: 50%;
height: auto;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper {
    width: 100%;
	padding-bottom: 100%;
  }
}

.circle-wrapper img,
.circle-wrapper .mp4video {
position: absolute;
width: 100%;
height: 100%;
clip-path: circle(50% at 50% 50%);
object-fit: cover;
}

.circle-wrapper-full {
position: relative;
display: block;
overflow: hidden;
width: 100%;
padding-bottom: 100%;
height: auto;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
}

.circle-wrapper-full .carousel-item-all {
position: absolute;
width: 100%;
height: 100%;
/*clip-path: circle(50% at 50% 50%);*/
border-radius: 20px;
object-fit: cover;
}

.circle-wrapper-half {
position: relative;
display: inline-block;
overflow: hidden;
width: 25%;
padding-bottom: 25%;
height: auto;
left: -75px;
right: 0;
margin-left: 50px;
margin-right: auto;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper-half {
    width: 100%;
	padding-bottom: 100%;
	left: 0;
	margin-left: 0;
  }
}

.circle-wrapper-half img,
.circle-wrapper-half .mp4video {
position: absolute;
width: 100%;
height: 100%;
clip-path: circle(50% at 50% 50%);
object-fit: cover;
}


/* h2 */
h2 {
position: relative;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 800;
font-size: 35px;
text-align: center;
text-transform: none;
margin: -7px auto 5px auto;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
line-height: 1.15;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  h2 {
    font-size: 35px;
	margin: -4px auto 5px auto;
  }
}

@media only screen and (max-width: 880px) {
  h2 {
	padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    margin: -4px auto 5px auto;
  }

  .conservo img {
    width: auto;
    padding-top: 130px;
    padding-left: 0px !important;
}
}
@media only screen and (max-width: 500px) {
  

  .conservo img {
    width: auto;
    padding-top: 0px !important;
    padding-left: 0px !important;
}
}


.textt h2 span {
    
    background: #000;
    font-weight: 300;
    z-index: 9999;
    position: sticky;
    font-size: 28px;
    padding: 0 20px 0 20px;
   
}

.text h2 span {
        background-image: linear-gradient(29deg,#794d06 24% ,#d29d47 75% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}


.textt h2 span img{
    
   width: auto;
   
}



      .textt h2:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #d49f48;
        right: 0;
        top: 50%;
        position: absolute;
      }


/* blog tag */
.blog-tag {
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 500;

letter-spacing: 0.02em;
color: #5f5f5f;
text-align: center;
margin: -5px auto;
}

.footer-top {border-top: 1px solid #ccc;}

.blog-tag span { text-align:right;font-size:20px; float:right; line-height:50px; }

.blog-tag a {font-size: 30px;}



.blog-tag h3{
font-family: 'Montserrat', sans-serif;
font-size: 25px;
font-weight: 500;
text-align: left;
letter-spacing: 0.02em;
color: #fff;

}

.blog-tag.blog-tag-rooms {
text-align: center;
padding: 20px 0 20px 0;
font-size: 22px;
font-weight: bold;
color: #fff;

}



.company p {text-align: center;}

.blog-tag.blog-tag-rooms.iconim img{
width: 100px;
display: block;
padding: 20px 0 20px 0;
margin: auto;

}

.tetce{ text-align:left; }
.tetcece { text-align:center; }

.blackcolor{color: #000; font-style: italic;}

.comm-f {width: 50px; padding-right: 5px}
.comm-l {width: 50px; padding-left: 5px; margin-bottom: -17px;}

.tmpad{padding-bottom: 20px;}

.chmes{ font-size:50px; color:#d49f48 }



/*.blog-tag.blog-tag-rooms.line {border-right: 1px solid #ccc; }*/

.blog-tag.blog-tag-rooms.line2 {border-right: 1px solid #ccc; text-align:right; }

.blog-tag.blog-tag-rooms.line1 {border-right: 0px !important; }

.blog-tag.blog-tag-rooms img, .extra-margin-container img{

    width: 100%;
    border-radius: 0px;
    padding: 0px;
}

.amj-bor img {border-radius: 0px;}

.align-v-center {
align-items: center !important;}


.join-bg img { width:100%; vertical-align:bottom; margin-left:0px; margin-top:-120px; }
.cons-bg img { width:100%; vertical-align:bottom; margin-left:0px; margin-top:-120px; }

.extra-margin-container-1 img { width:100%; vertical-align:bottom; margin-left:-60px; }
.extra-margin-container-2 img { align-items:center;  width:100%;  padding:10px; border:1px solid; }

.extra-margin-container a span {text-align: center; padding: 10px 15px;
border-radius: 5px;
background: none;border: 1px solid #ccc; display: inline-block;}


.extra-margin-container a span:hover {background: #d49f48;
text-decoration: none;}

.swiper-container-wrapper a span {text-align: center; padding: 10px 15px;
border-radius: 5px;
background: none;border: 1px solid #ccc;}


.swiper-container-wrapper a span:hover {background: #d49f48;
text-decoration: none;}

.extra-margin-container-1 a span {text-align: center; padding: 10px 15px;
border-radius: 5px;
background: none;border: 1px solid #ccc;}


.extra-margin-container-1 a span:hover {background: #d49f48;
text-decoration: none;}


.extra-pad {padding: 50px 0 50px 0;}

.blog-tag.blog-tag-rooms p{
text-align: center;
padding: 20px 0 20px 0;
font-size: 14px;
text-transform: none;
color: #fff;

}


.blog-tag.blog-tag-rooms h1{
font-size: 50px;
line-height: 55px;
color: #d49f48;
display: block;

}
.company img { width:100%; padding: 10px; border: 1px solid #343434;}
.blog-tag.blog-tag-rooms span {
font-size: 15px;
text-align: center;

}

.blog-tag.blog-tag-rooms h4 {
font-size: 20px;
text-align: center;

}
.blog-t img {
width: 80px !important;
padding: 0px !important;
display: inline-block;
margin-bottom: 10px;
border-radius: 0px !important;

}



.blog-tag.blog-tag-light {
color: #f3bf3d;
}


/* post bg all */
.post-bg-all {
width: 100%;
height: auto;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}


.post-bg-all img {border-radius: 20px;}



.halves:hover .post-bg-all {
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.all-bg-right {
-webkit-border-radius: 0 50px 0 0;
   -moz-border-radius: 0 50px 0 0;
    -ms-border-radius: 0 50px 0 0;
     -o-border-radius: 0 50px 0 0;
        border-radius: 0 50px 0 0;
}

.all-bg-left {
-webkit-border-radius: 50px 0 0 0px;
   -moz-border-radius: 50px 0 0 0px;
    -ms-border-radius: 50px 0 0 0px;
     -o-border-radius: 50px 0 0 0px;
        border-radius: 50px 0 0 0px;
}

@media only screen and (max-width: 995px) {
  .all-bg-right,
  .all-bg-left {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
  }
}


/* halves */
.halves {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}

.halves {
-webkit-box-orient: vertical;
        box-orient: vertical;
-webkit-box-direction: normal;
	    box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
       
        border-radius: 15px;
        margin-bottom: 20px;
}

.telh {
 border-radius: 5px;
 border: 1px solid #fff;
}
.joih {
 border-radius: 5px;
 border: 1px solid #fff;
}
.manh {
 border-radius: 5px;
 border: 1px solid #fff;
}
.amjh {
 border-radius: 5px;
 border: 1px solid #fff;
}

.halves.newh { border: 0px !important;}

.halves.newh p { text-align: center;}



.halves .half img {width: 100%; padding: 5px;
}

.halves .half {
-webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
           
}


.homelo {padding: 10px !important;}

.joi h2 {font-size: 22px}

.half.half-color {


}

.half.half-color.half-color-invert {
background: #f7f7f7;
}


/* extra margin */
.extra-margin-owl {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 50px;
margin-right: 50px;
background: none;
}

@media only screen and (max-width: 880px) {
  .extra-margin-owl {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.extra-margin-container {
position: relative;
height: auto;
min-height: inherit;
margin-left: 0;
margin-right: 0;
background: none;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.extra-margin-halves {
position: relative;
}

@media only screen and (max-width: 880px) {
  .extra-margin-halves {
    margin-left: 20px;
    margin-right: 20px;
  }
}


/* section title inner BLOG */
.section-title-inner,
.section-title-inner.section-title-inner-dark {
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.02em;
text-align: center;
margin: -7px 0 -5px 0;
}

.section-title-inner {
color: #5f5f5f;
}

.section-title-inner.section-title-inner-dark {
color: #fff;
}


/* Swiper style 4 */
.swiper-scrollbar {
position: absolute;	  
left: 0;
right: 0; 
bottom: 74px;
margin-left: auto; 
margin-right: auto; 
width: 300px!important;
height: 1px;
background: rgba(119, 119, 119, .75);
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
z-index: 15;
}

@media only screen and (max-width: 995px) {
  .swiper-scrollbar {
	display: none;
	visibility: hidden;
  }
}

.swiper-scrollbar-drag {
position: relative;
width: 100%;
height: 3px;
top: -1px; 
left: 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
background: #fff;
}

@media only screen and (max-width: 995px) {
  .swiper-scrollbar-drag {
    display: none;
	visibility: hidden;
  }
}


/* hero heading home */
h1.hero-heading.hero-heading-home {
margin: -70px auto 8px auto;
}

@media only screen and (max-width: 995px) {
  h1.hero-heading.hero-heading-home {
    margin: -7px auto 7px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.hero-heading.hero-heading-home {
    margin: auto;
    text-align: center;
    font-size: 30px;
  }

    h2.hero-heading-white, h2.hero-heading {font-size: 25px; font-weight:bold !important; margin-top:10px; }

    .vision {font-size: 25px !important; line-height: 30px; font-weight: 600;}

    .panel-group .panel .panel-heading h4 a i {top: 6px;}
    h2.hero-heading span{font-size: 25px; font-weight:bold !important;}

    .category_btm_wrap-2 {bottom: -125px;}

    .textt h2 span {font-weight: bold; font-size: 25px;}

  .swiper-slide-inner-txt {
position: absolute;
width: 90%!important;}

.more-wraper-center.more-wraper-center-home {margin: 0px !important;}

.homeright {padding-right: 15px !important;}

.homeleft{padding-left: 15px !important;}

.rowcenter {display:inline !important;}

.extra-margin-container-1 img { margin-left:0; margin-bottom:20px; }

.cons-bg img {margin-bottom: 20px;}
.serimg {display: none;}


  .hero-heading {padding: 0px;}
  .cot-add {text-align: center !important;}
  .logo-f img {float: none; padding-left: 0px}

  .footer-top {border-top: none;}
}

.cot-add {text-align: left;}



/* colors */
a,
a:hover,
a:visited,
a:active,
a:focus {
color: #fff;
}

p a,
p a:hover,
p a:visited,
p a:active,
p a:focus,
.social-icons li a {
color: #b5b5b5!important;
}

body,
p,
p a,
p a:hover,
h2.hero-heading.hero-heading-dark,
.testimonial blockquote,
.section-title h2,
.intro-years h2,
.intro-years h3,
.intro-years h4,
.team-box,
.team-box span,
/*
.item-button,
.item-name,
.item-price,
*/
h4,
.color-switch,
.col-all:hover .color-switch,
.skillbar-title,
.skill-bar-percent,
.skillbar-title-2,
.skill-bar-percent-2,
.blog-tag,
.social-icons li span,
.blog-quote p,
.more-button-bg-center,
.section-title-inner,
.section-title-inner.section-title-inner-dark,
.testimonial.testimonial-2 blockquote,
.contact-info-description,
.contact-info-description-img,
.contact-info-text a,
.contact-info-text a:hover,
.contact-info-text a:visited,
.contact-info-text a:active,
.contact-info-text a:focus,
h2.hero-heading,
.copyright {
color: #fff;
}

.contact-info-text a,
.contact-info-text a:hover,
.testimonial.testimonial-2 .quote .quote-inner,
.contact-info-description,
.contact-info-description-img,
.contact-info-text,
.parallax-content .section-title .section-title-line {
color: #e5e5e5;
}

/*a.link-effect.link-effect-light::after {
background-color: #e5e5e5!important;
}*/

.parallax-content .section-title .section-title-line>span::before,
.parallax-content .section-title .section-title-line>span::after {
background-color: #e5e5e5;
}

.parallax-content .hero-heading {
color: #e5e5e5;
}

@supports((text-stroke: 1px #e5e5e5) or (-webkit-text-stroke: 1px #e5e5e5)) {
  .parallax-content .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #e5e5e5;
            text-stroke: 1px #e5e5e5;
    text-shadow: none;
  }
}

.item-selector a {
color: #5f5f5f;
}

.intro-years h3,
.team-box span,
/*
.item-name,
.item-price,
*/
.color-switch,
.section-title-inner.section-title-inner-dark {
color: #767676;
}

.section-title.section-title-home h2 {
color: #e5e5e5;
}

.section-title-line.section-title-line-home>span::before,
.section-title-line.section-title-line-home>span::after {
background-color: #e5e5e5;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  h2.hero-heading span,
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
            text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}

.section-title-line>span::before,
.section-title-line>span::after {
background-color: #5f5f5f;
}

.section-title.section-title-dark h2 {
color: #5f5f5f;
}

.section-title-line.section-title-line-dark>span::before,
.section-title-line.section-title-line-dark>span::after {
background-color: #5f5f5f;
}

/*a.link-effect::after {
background-color: #5f5f5f;
}

a.link-effect.link-effect-light::after {
background-color: none;
}*/

.skillbar-bar,
.skillbar-bar-2 {
background: #ccc;
}

/*
.item-divider {
border-bottom: 1px dashed #4c4c4c;
}
*/

.blog-quote {
border-left: 5px solid #d49f48;
}





.conservo img { width:100%;  }




.conservo1 h2 {
    text-align: left;
    color: #fff;
    font-size: 35px !important;
    padding: 20px 0 30px 0px;}


.blog-quote1 {
border-right: 5px solid #d49f48;
}


@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  .blog-quote p span {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
            text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}

.the-line {
background: #5e5e5e;
}

.the-line.the-line-light {
background: #e5e5e5;
}

.more-button-bg-center {
border: 2px dashed #e5e5e5;
}

.more-button-txt-center span {
color: #e5e5e5;
}



.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
border: 0px dashed #fff;

}

.c1{
background-image: url(../img/c1.png) !important;
background-position: center !important;
background-size: cover !important;}


.c2{
background-image: url(../img/c2.png) !important;
background-position: center !important;
background-size: cover !important;}

.c3{
background-image: url(../img/c3.png) !important;
background-position: center !important;
background-size: cover !important;}

.c4{
background-image: url(../img/c4.png) !important;
background-position: center !important;
background-size: cover !important;}



.more-button-txt-center.more-button-txt-center-close span {
color: #191919;
}

.contact-modal-closer {
color: #191919;
}


/* hover effect team / inside */
.hover-effect.the-team {
width: -webkit-calc(100% - 50px);
width: -moz-calc(100% - 50px);
width: calc(100% - 50px);
height: -webkit-calc(100% - 50px);
height: -moz-calc(100% - 50px);
height: calc(100% - 50px);
top: 25px;
left: 25px;
bottom: 25px;
right: 25px;

}

@media only screen and (max-width: 880px) {
  .hover-effect.the-team {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}


/* hover effect menu */
.hover-effect {
width: 100%;
height: 100%;
top: 1px;
left: 1px;
bottom: 1px;
right: 1px;
}

@media only screen and (max-width: 880px) {
  .hover-effect {
    width: 100%;
height: 100%;
top: 1px;
left: 1px;
bottom: 1px;
right: 1px;
  }
}


/* paddings */
/* Swiper CUSTOM */
.hero-slider-bg-controls {
right: 44px;
bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 44px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 15px;
	bottom: 20px;
  }
}

.swiper-slide-pagination {
left: 50px;
bottom: 47px;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 50px;
    bottom: 47px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 20px;
	bottom: 17px;
  }
}

.swiper-slide-controls-play-pause {
right: 170px;
bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
	right: 170px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
	right: 140px;
	bottom: 20px;
  }
}


/* to top arrow */
.to-top-arrow {
right: 50px;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
    right: 20px;
  }
}

.to-top-arrow.show {
bottom: 30px;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow.show {
    bottom: 0;
  }
}


/* extra margin */
.extra-margin-owl {
margin-left: 50px;
margin-right: 50px;
}

@media only screen and (max-width: 880px) {
  .extra-margin-owl {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-owl {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.extra-margin-container {
margin-left: 0;
margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }

.post-list .post-list-item:nth-of-type(odd) .post-list-bg.post-list-bg-all {display: none;}


}

@media only screen and (max-width: 1200px) {
  .extra-margin-container.extra-margin-container-modal,
  .extra-margin-container.extra-margin-container-post {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container.extra-margin-container-modal,
  .extra-margin-container.extra-margin-container-post {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container.extra-margin-container-modal,
  .extra-margin-container.extra-margin-container-post {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container.extra-margin-container-modal,
  .extra-margin-container.extra-margin-container-post {
    margin-left: 5px;
    margin-right: 5px;
  }
}


/* h2.hero-heading.hero-heading-dark span */
.testimonial.testimonial-2 .inner {
padding: 0 50px;
}

@media all and (min-width: 1920px) {
  .testimonial.testimonial-2 .inner {
	padding: 0 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .testimonial.testimonial-2 .inner {
	padding: 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 .inner {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial.testimonial-2 .inner {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial.testimonial-2 .inner {
    padding: 0 20px;
  }
}


/* post all txt */
.post-all-txt {
padding: 0 10px;
}

@media all and (min-width: 1920px) {
  .post-all-txt {
	padding: 0 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .post-all-txt {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .post-all-txt {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 880px) {
  .post-all-txt {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .post-all-txt {
    padding: 0 20px;
  }
}


/* items img */
.menu-img {
position: relative;
padding: 0 0 0 95px;
margin: -80px 0 0 0;
width: 80px;
height: 80px;
}

.menu-img .menu-img-inner {
position: absolute;
left: 0;
top: 40px;
width: 80px;
height: 80px;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
overflow: hidden;
}

.menu-img .menu-img-inner img {
position: absolute;
width: 100%;
height: 100%;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
object-fit: cover;
object-position: center;
}


/* corrections */
.hover-icons a,
.hover-icons a:hover,
.hover-icons a:visited,
.hover-icons a:active,
.hover-icons a:focus {
color: #fff;
}

.hover-icons a {
left: 0px;
}

@media only screen and (max-width: 880px) {
  .hover-icons a {
    left: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .hover-icons a {
    left: 0;
  }
}

.hero-heading.hero-heading-home span,
.testimonial.testimonial-2 blockquote,
h2.hero-heading,
h2.hero-heading span {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
color: #fff!important;
-webkit-text-stroke: unset!important;
        text-stroke: unset!important;
}


.hero-heading.hero-heading-home{
font-family: 'Montserrat', sans-serif;
font-weight: 300;
text-transform: uppercase;
color: #fff!important;
-webkit-text-stroke: unset!important;
        text-stroke: unset!important;
}

.hero-heading.hero-heading-dark,
.hero-heading.hero-heading-dark span,
.blog-quote p, .blog-quote1 p,
.blog-quote p span {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #fff!important;
-webkit-text-stroke: unset!important;
        text-stroke: unset!important;
}

.swiper-slide-pagination,
.swiper-slide-controls-play-pause {
display: none;
visibility: hidden;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 0;
  }
}

.swiper-slide-controls.slide-prev {
position: absolute;
width: 50px;
top: 50%;
left: 50px;
right: auto;
bottom: auto;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-prev {
    left: 50px;
	top: auto;
	bottom: 50px;
	-webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-prev {
    left: 20px;
	bottom: 20px;
  }
}

.swiper-slide-controls.slide-next {
position: absolute;
width: 50px;
top: 50%;
right: 50px;
left: auto;
bottom: auto;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    right: 50px;
	top: auto;
	bottom: 50px;
	-webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-next {
    right: 20px;
	bottom: 20px;
  }
}

.main-navigation .navbar-nav li a,
.more-button-txt-center span,
.more-button-txt-center.more-button-txt-center-close span,
.blog-tag,
.social-icons,
.social-icons li a,
.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-weight: 500;
}

.more-button-txt-center span,
.more-button-txt-center.more-button-txt-center-close span {
font-size: 15px;
color: #fff;
text-transform: uppercase;
padding: 10px 15px;
border: none;
border-radius: 5px;
border: 1px solid #fff;
}
.hombu span{
border: 1px solid #fff;
border-radius: 5px;
background: none;
}

.hombu a span:hover{
color: #fff !important;
border: none;
background: #d49f48 !important;
}



.more-button-txt-center span:hover,
.more-button-txt-center.more-button-txt-center-close span:hover {
font-size: 15px;
background: #d49f48;
}

.skillbar-title,
.skillbar-title-2,
.skill-bar-percent,
.skill-bar-percent-2,
.team-box span,
.section-title-inner,
.section-title-inner.section-title-inner-dark {
font-weight: 700;
}


/* input */
input[type="text"] {
display: block;
max-width: 100%;
width: 100%;
height: auto;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
color: #111;
font-weight: 500;
line-height: 1.5em;
}


/* reservation */
.reservation-form-wrapper {
position: relative;
width: 100%!important;
max-width: 100%;
/* height: 162.5px; */
height: 62.5px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
background: #f7f7f7;
}

@media only screen and (max-width: 880px) {
  .reservation-form-wrapper {
	height: auto;
  }
}

.reservation-wrapper span {
display: inline-block;
}

.reservation-wrapper {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
z-index: 2;
}

@media only screen and (max-width: 880px) {
  .reservation-wrapper {
	display: none;
	visibility: hidden;
  }
}

.reservation-inner {
position: relative;
height: 62.5px!important;
}


/* form */
#form-2 {
position: relative;
display: block;
padding: 0;
}

#form-2 label {
display: none;
}

#form-2 .col-1 {
float: left;
width: 16.66%;
}

#form-2 .col-2 {
float: left;
width: 16.66%;
}

@media only screen and (max-width: 1200px) {
  #form-2 .col-1,
  #form-2 .col-2 {
    width: 20%;
  }
}

@media only screen and (max-width: 880px) {
  #form-2 .col-1,
  #form-2 .col-2 {
    width: 100%;
  }
}

#form-2 .col-3 {
float: left;
width: 16.66%;
}

@media only screen and (max-width: 1200px) {
  #form-2 .col-3 {
    width: 100%;
  }
}

#form-2 .c-1,
#form-2 .c-2,
#form-2 .c-3,
#form-2 .c-4,
#form-2 .c-5 {
height: 62.5px;
margin: 0;
text-align: left;
}

#form-2 .c-1,
#form-2 .c-2,
#form-2 .c-3,
#form-2 .c-4 {
/* border-right: 1px solid #ececec; */
border-right: none;
height: 62.5px;
margin: 0;
}

@media only screen and (max-width: 880px) {
  #form-2 .c-1,
  #form-2 .c-2,
  #form-2 .c-3,
  #form-2 .c-4 {
    border-right: none;
  }
}

#form-2 .c-5 {
border-right: none;
}

.col-1.c-1,
.col-1.c-2 {
margin-bottom: 10px!important;
}

@media only screen and (max-width: 1200px) {
  .col-1.c-1,
  .col-1.c-2 {
    margin-bottom: 43px!important;
  }
}

@media only screen and (max-width: 880px) {
  .col-1.c-1,
  .col-1.c-2 {
    margin-bottom: 43px!important;
  }
}

.col-2.c-3,
.col-2.c-4,
.col-2.c-5 {
margin-bottom: 2px!important;
}

@media only screen and (max-width: 1200px) {
  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
    margin-bottom: 35px!important;
  }
}

@media only screen and (max-width: 880px) {
  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
    margin-bottom: 35px!important;
  }
}


/* datepicker */
.ui-datepicker .ui-datepicker-header {
background: #5f5f5f;
border: #5f5f5f;
color: #fff;
}

.ui-datepicker {
font-size: 13px;
color: #5f5f5f;
font-weight: 500;
background: #fff;
border: 1px solid #ececec!important;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
z-index: 100!important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #ececec!important;
background: #f7f7f7;
color: #5f5f5f;
font-weight: 500;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #5f5f5f;
background: #5f5f5f;
font-weight: 500;
color: #fff;
}

.ui-datepicker .ui-datepicker-prev:after {
font-family: "Ionicons";
content: "\f3d2";
font-size: 17px;
color: #fff;
}

.ui-datepicker .ui-datepicker-next:before {
font-family: "Ionicons";
content: "\f3d3";
font-size: 17px;
color: #fff;
float: right;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
background: none;
border: none;
}

/* datepicker custom */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
top: 2px;
cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
left: 10px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
right: 10px;
}

.form-control.input.datepicker {
cursor: pointer;
}

.ui-datepicker {
border: none;
}


/* reservation button */
.reservation-button {
position: relative;
display: block;
width: 100%;
line-height: 62.5px;
margin: 0;
padding: 0;
border: none;
background: #f3bf3d;
color: #111;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.02em;
}

@media only screen and (max-width: 995px) {
  .reservation-button {
    font-size: 13px;
  } 
}

.reservation-button:hover {
background: #111;
color: #fff;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

@media only screen and (max-width: 880px) {
  .reservation-button:hover {
    background: #111;
  }
}

.reservation-button:focus {
outline: none;
}

.reservation-button::after {
content: "";
position: absolute;
display: block;
width: 1px;
height: 100%;
left: 100%;
top: 0;
background: none;
}


/* input inner */
.input-inner {
position: relative;
}

.input-inner::after {
content: "";
position: absolute;
display: block;
right: 20px;
top: 23px;	
font-family: "Ionicons";
content: "\f3f3";
font-size: 17px;
color: #5f5f5f;
line-height: 1;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.input-inner.input-inner-email::after {
content: "\f422";
}

.input-inner input {
display: block;
width: 100%;
padding: 20px 40px 20px 20px;
background: #fff;
border: none;
-webkit-box-shadow: none;
        box-shadow: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

.input-inner input::placeholder {
font-size: 15px;
color: #fff;
font-weight: 500;
}

.input-inner input:focus {
outline: none;
background: #fff;
border: none;
-webkit-box-shadow: none;
        box-shadow: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}


/* select wrapper */
.select-wrapper {
font-family: 'Montserrat', sans-serif;
margin: 0;
}

.select-inner {
position: relative;
}

.select-inner:after {
content: "";
position: absolute;
display: block;
top: 25px;  
right: 20px;
font-family: "Ionicons";
content: "\f3d0";
font-size: 16px;
line-height: 16px;
font-weight: 500;
color: #5f5f5f;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* select2 */
.select2 {
width: 100%!important;
height: 62.5px!important;
background: #fff;
margin: 0;
}

.select2 *:focus {
outline: none!important;
}

.select2-container--default .select2-results > .select2-results__options {
max-height: 500px;
border: 1px solid #ececec!important;
}

.select2-container--default .select2-selection--single {
background: none;
border-radius: 0;
border: none;
height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 15px;
color: #111;
font-weight: 500;
line-height: 1;
padding: 23px 49px 17px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
display: none;
}

.select2-dropdown {
background: none;
border-radius: 0;
z-index: 100;
min-width: 0px;
border: none;
}

.select2-container--open .select2-dropdown--above {
border-bottom: 1px solid #ececec;
}

.select2-container--open .select2-dropdown--below {
border-top: 1px solid #ececec;
}

.select2-results__option {
background: #fff;
font-size: 13px;
font-weight: 500;
line-height: 20px;
color: #5f5f5f;
border-top: 1px solid #ececec;
text-align: center;
padding: 10px 30px;
}

.select2-results__option:first-child {
border-top: none;
}

.small .select2-results__option {
padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
background: #5f5f5f;
color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
background: #5f5f5f;
color: #fff;
}


/* reservation form */
.success-r {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #5f5f5f;
/* margin: 56px auto 0 auto; */
margin: 28px auto 0 auto;
padding: 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .success-r {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  .success-r {
	margin: 0 auto;
	padding: 30px 0 25px 0;
  }
}

#form-2 .error-r {
font-family: 'Raleway', sans-serif;
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
text-align: left;
color: #5f5f5f;
margin: 10px 0 0 0;
padding: 0;
letter-spacing: 0.15em;
font-weight: 700!important;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 100%!important;
}


/* reservation STYLE 02 */
.reservation-wrapper.reservation-wrapper-home {
bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .reservation-wrapper.reservation-wrapper-home {
    bottom: auto;
  }
}

#form-2.form-2 .error-r,
.reservation-wrapper.reservation-wrapper-home .success-r {
color: #fff!important;
}

@media only screen and (max-width: 880px) {
  #form-2.form-2 .error-r,
  .reservation-wrapper.reservation-wrapper-home .success-r {
	color: #5f5f5f!important;
  }
}

.reservation-wrapper.reservation-wrapper-home .success-r {
margin: 54px auto 0 auto!important;
}

@media only screen and (max-width: 1200px) {
  .reservation-wrapper.reservation-wrapper-home .success-r {
    margin: 54px auto 0 auto!important;
  }
}

@media only screen and (max-width: 880px) {
  .reservation-wrapper.reservation-wrapper-home .success-r {
	margin: -3px auto 0 auto!important;
	padding: 30px 0 25px 0;
  }
}

#reservation-form-wrapper.reservation-form-wrapper-home,
.scroll-indicator.scroll-indicator-home {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 880px) {
  #reservation-form-wrapper.reservation-form-wrapper-home {
    display: block;
    visibility: visible;
  }
}


/* finals */
.team-box span {
font-size: 14px;
}

.post-box-inner {
position: relative;
width: 100%!important;
height: auto;
left: 0;
margin-top: 10px;
right: 0; 
margin-left: auto;
margin-right: auto;
text-align: center!important;
background: none;
}

.team-box {
position: relative;
text-align: center;
padding: 10px;
color: #fff;
font-size: 18px;
background: #000;
}
.chi-box {
  position: relative;
text-align: right;
padding: 10px;
color: #000;
font-size: 25px;
background: #fff;
font-weight: 700;
}

.team-box span {

color: #d49f48;
text-align: center;

}

.chi-box span {

color: #d49f48;
text-align: right;
display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;

}


/* 41. blog */
.bg-light.bg-light-blog {
background: #f7f7f7;
}

.bg-dark.bg-dark-blog {
background: #fff;
}


/* blog comment form */
.more-wraper-center.more-wraper-center-form-2 {
margin: 15px auto -15px auto;
}

#comment-form {
position: relative;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 100%!important;
text-align: center!important;
}

.extra-margin-blog {
position: relative;
margin-left: -15px;
margin-right: -15px;
background: none;
}

#comment-form {
position: relative;
width: 100%;
top: -20px;
padding: 0;
text-align: center;
}

form {
margin: 0;
padding: 0;
}

#form-3 input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #111;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 20px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
color: #111;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #838383;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: left;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form-3 textarea {
color: #111;
margin: 16px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form-3 input:hover,
#form-3 textarea:hover {
border-color: rgba(17, 17, 17, .5);
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


#form-3 input:focus,
#form-3 textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.success-c {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #5f5f5f;
margin: 0 auto;
padding: 50px 0 25px 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

#form-3 .error-c {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #5f5f5f;
margin: -13px 0 0 0;
padding: 0;
letter-spacing: 0.15em;
font-weight: 700!important;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}

::-webkit-input-placeholder { font-size: 12px; color: #fff; }
     :-ms-input-placeholder { font-size: 12px; color: #fff; }
         ::-moz-placeholder { font-size: 12px; color: #fff; }
     input:-moz-placeholder { font-size: 12px; color: #fff; }

input:focus::-webkit-input-placeholder { color: transparent; }
     input:focus:-ms-input-placeholder { color: transparent; }
         input:focus::-moz-placeholder { color: transparent; }
          input:focus:-moz-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
     textarea:focus:-ms-input-placeholder { color: transparent; }
         textarea:focus::-moz-placeholder { color: transparent; }
          textarea:focus:-moz-placeholder { color: transparent; }

button {
border: none;
background: none;
outline: none;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
margin: 0 auto;
cursor: pointer;
}


/* blog panel */
.panel-from-left-blog {
position: fixed;
width: 25%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
top: 0;
left: -100%;
background: #fff;
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 99996!important;
}

@media only screen and (max-width: 1200px) {
  .panel-from-left-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-from-left-blog {
    width: 75%;
  }
}

.panel-from-left-blog.open {
left: 0;
}

.panel-overlay-from-right-blog {
position: fixed;
width: 76%;
height: 100vh;
overflow: hidden;
top: 0;
right: -100%;
background: rgba(255, 255, 255, .7);
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
cursor: crosshair;
z-index: 99996!important;
}

@media only screen and (max-width: 1200px) {
  .panel-overlay-from-right-blog {
    width: 51%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-overlay-from-right-blog {
    width: 26%;
  }
}

.panel-overlay-from-right-blog.open {
right: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-sidebar-wrapper {
position: relative;
margin: 0;
padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text a:focus {
color: #5f5f5f;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.blog-side-text a:hover {
color: #5f5f5f;
}

@media only screen and (max-width: 880px) {
  .blog-side-text a,
  .blog-side-text a:hover,
  .blog-side-text a:visited,
  .blog-side-text a:active,
  .blog-side-text a:focus {
    font-size: 14px;
  }
}

.blog-side-heading h3 {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 25px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #111;
margin: -5px 0 -2px 0;
width: 100%;
line-height: 1.5;
text-shadow: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .blog-side-heading h3 {
    font-size: 20px;
	margin: -5px 0 -2px 0;
  }
}

.blog-side-launcher {
position: fixed;
width: 50px;
height: 50px;
line-height: 50px;
left: 50px;
bottom: 50px;
font-size: 16px;
text-align: center;
color: #111;
background: #fff;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
cursor: pointer;
z-index: 115;
}

@media only screen and (max-width: 768px) {
  .blog-side-launcher {
	left: 20px;
    bottom: 20px;
  }
}

.blog-side-launcher.blog-side-launcher-color {
color: #fff;
background: #111;
}


/* blog comments */
.blog-comments {
width: 100%;
margin: 0 auto;
padding: 0;
line-height: 1;
}

.comments {
text-align: left;
}

.comments article {
position: relative;
margin: 0 auto;
}

.profile-photo {
position: relative;
display: block;
text-align: left;
margin: -8px 0 -22px 0;
z-index: 10;
}

.comments article img {
width: 80px;
height: 80px;
border-width: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
margin: 15px auto 30px auto;
}

.comment-time,
.comments a,
.comments a:hover,
.comments a:visited,
.comments a:active,
.comments a:focus,
.comment-responce h4 a,
.comment-responce h4 a:hover,
.comment-responce h4 a:visited,
.comment-responce h4 a:active,
.comment-responce h4 a:focus {
color: #111!important;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
}

h4.h4-comments {
font-size: 20px;
color: #111!important;
}

@media only screen and (max-width: 1200px) {
  h4.h4-comments {
    font-size: 20px;
  }
}

.comment-responce {
padding-left: 75px;
}


/* blog search form */
.blog-search {
width: 300px;
}

@media only screen and (max-width: 1200px) {
  .blog-search {
    width: 300px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search {
    width: 250px;
  }
}

.blog-search input,
#submit-btn {
background: none;
display: inline-block;
outline: none;
border: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
color: #111;
}

.blog-search input {
width: 250px;
height: 40px;
line-height: 40px;
border-bottom: 1px solid rgba(0, 0, 0, .5);
font-size: 13px;
color: #111;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .blog-search input {
    width: 250px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search input {
    width: 200px;
  }
}


/* reservation form FIX */
/* reservation */
@media only screen and (max-width: 880px) {
  .reservation-wrapper {
	position: relative;
    bottom: auto;
    padding: 50px 0;
    background: #f7f7f7;
	display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 768px) {
  .reservation-wrapper {
	padding: 20px 0;
  }
}


/* form */
.col-1.c-1,
.col-1.c-2 {
margin-bottom: 0!important;
}

@media only screen and (max-width: 1200px) {
  .col-1.c-1,
  .col-1.c-2 {
    margin-bottom: 20px!important;
  }
}

@media only screen and (max-width: 880px) {
  .col-1.c-1,
  .col-1.c-2 {
    margin-bottom: 20px!important;
  }
}

.col-2.c-3,
.col-2.c-4,
.col-2.c-5 {
margin-bottom: 0!important;
}

@media only screen and (max-width: 1200px) {
  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
    margin-bottom: 20px!important;
  }
}

@media only screen and (max-width: 880px) {
  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
    margin-bottom: 20px!important;
  }
}


/* reservation form */
#form-2 .error-r {
margin: 2px 0 0 0;
}

@media only screen and (max-width: 1200px) {
  #form-2 .error-r {
    margin: -1px 0 0 0;
  }
}


/* copyright */
.copyright a,
.copyright a:hover,
.copyright a:visited,
.copyright a:active,
.copyright a:focus {
color: #5f5f5f;
}


/* 42. section txt */
.section-txt p:last-child {
padding-top: 0px;
text-align: center;
}

.section-txt-2 p,
.section-txt-2 a,
.section-txt-2 a:hover,
.section-txt-2 a:visited,
.section-txt-2 a:active,
.section-txt-2 a:focus {
text-align: center!important;
color: #767676;
}


.section-txt-3 p,
.section-txt-3 a,
.section-txt-3 a:hover,
.section-txt-3 a:visited,
.section-txt-3 a:active,
.section-txt-3 a:focus {
text-align: left!important;
color: #fff;
padding-bottom: 10px;
align-items: center;
}

.section-txt-3 p span{
text-align: left!important;
padding-right: 10px;
font-weight: bold;

font-size: 15px;
color: #d49f48;
}



/* 43. button home */
.more-wraper-inner-home {
width: 120px!important;
height: 220px!important;
}

.more-wraper-center.more-wraper-center-home {
width: auto;
height: auto;
text-align: center!important;
left: auto;
margin: 0 auto;
}

.more-wraper-center.more-wraper-center-home {
/* margin: -30px auto 0 auto; */
margin: -100px auto 0 auto;
}

.more-button-txt-center.more-button-txt-center-home {
top: 110px;
}


.more-button-txt-center.more-button-txt-center-form {
top: 105px;
}


/* button home effect */
a.button-effect,
.button-effect {
padding: 0;
background-color: transparent;
cursor: pointer;
overflow: visible;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .2; opacity: .4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .2; opacity: .4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0
  }
}

a.button-effect .pulse::after,
a.button-effect .pulse::before,
a.button-effect::after,
a.button-effect::before,
.button-effect .pulse::after,
.button-effect .pulse::before,
.button-effect::after,
.button-effect::before {
content: "";
position: absolute;
width:120px;
height:120px;
top: -webkit-calc(50% - 60px);
top: -moz-calc(50% - 60px);
top: calc(50% - 60px);
left: -webkit-calc(50% - 60px);
left: -moz-calc(50% - 60px);
left: calc(50% - 60px);
right: auto;
bottom: auto;  
-webkit-transform: none;
        transform: none;
-webkit-transform-origin: center center;
        transform-origin: center center;
-webkit-animation: pulse 4s linear infinite;
        animation: pulse 4s linear infinite;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border: 1px solid #fff;
border-radius: 50%;
background-color: transparent;
}

a.button-effect::after,
.button-effect::after {
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

a.button-effect .pulse::after,
.button-effect .pulse::after {
-webkit-animation-delay: 3s;
        animation-delay: 3s;
}

a.button-effect .pulse::before,
.button-effect .pulse::before {
-webkit-animation-delay: 2s;
        animation-delay: 2s;
}


/* 44. stars */
.star-wrapper {
position: relative;
display: inline-block;
width: 100%!important;
max-width: 100%;
height: auto;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center!important;
color: #f3bf3d;
font-size: 16px;
z-index: 1;
}


/* 45. section heading */
h2.section-heading {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #d49f48;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.02em;
padding: 0;
margin: 2px 0 0 0;
z-index: 10;
}

h2.section-heading.section-heading-light {
color: #fff;
}

h2.section-heading span {
position: relative;
display: inline-block;
padding-right: 60px;
margin-right: 30px;
line-height: 1;
}

@media all and (min-width: 1920px) {
  h2.section-heading span {
    padding-right: 105px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span {
    padding-right: 75px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  h2.section-heading span {
    padding-right: 60px;
    margin-right: 20px;
  } 
}

h2.section-heading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 60px;
height: 0;
margin-top: -1px;
}

@media all and (min-width: 1920px) {
  h2.section-heading span:before {
    width: 70px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span:before {
    width: 50px;
  }
}

@media only screen and (max-width: 768px) {
  h2.section-heading span:before {
    width: 40px;
  } 
}

h2.section-heading span:before {
border-top: 1px solid #5f5f5f;
}

h2.section-heading-light span:before {
border-top: 1px solid #fff;
}

h2.section-heading.section-heading-all {
padding: 0;
}


h2.section-heading span:after {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 60px;
height: 0;
margin-top: -1px;
}

@media all and (min-width: 1920px) {
  h2.section-heading span:after {
    width: 70px;
  }
}


/* 46. parallax title content */
.parallax-title-content {
position: relative;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 130px;
text-align: center;
text-transform: uppercase;
line-height: 130px;
color: #fff;
background: #000;

}

.extra-bold {font-weight: 600 !important;}

.parallax-title-content.parallax-title-content-dark {
color: #fff;
background: #000;
mix-blend-mode: darken;
}

@media all and (min-width: 1920px) {
  .parallax-title-content {
    font-size: 310px;
	margin: -26px auto -6px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .parallax-title-content {
    font-size: 115px;
	margin: -12px auto -3px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .parallax-title-content {
	font-size: 85px;
	margin: -9px auto -2px auto;
	letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 995px) {
  .parallax-title-content {
    letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 880px) {
  .parallax-title-content {
    font-size: 85px;
	margin: -9px auto -2px auto;
  }
}

@media only screen and (max-width: 640px) {
  .parallax-title-content {
    font-size: 65px;
	margin: -7px auto 0 auto;
  }
}

.parallax-title {
position: relative;
background-repeat: no-repeat;
background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: none;
z-index: 1;
}


/* 47. image caption */
 .image-caption1,
.image-caption-reverse {
position: absolute;
color: #fff;
font-weight: 600;
font-size: 30px;
line-height: 40px;
padding: 10px 10px 10px 20px;
background: rgba(0, 0, 0, .7);
-webkit-border-radius: 0 20px 0 20px;
   -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
     -o-border-radius: 0 20px 0 20px;
        border-radius: 0 20px 0 20px;
z-index: 5;
}
.image-caption {
position: absolute;
color: #fff;
font-weight: 600;
font-size: 25px;
line-height: 30px;
padding: 30px 20px;
/*background: rgb(1,18,52);
background: linear-gradient(360deg, rgba(1,18,52,0) 0%, rgba(0,0,0,1) 100%);*/
z-index: 5;
}
.shadow{ background: rgb(1,18,52);
background: linear-gradient(360deg, rgba(1,18,52,0) 0%, rgba(0,0,0,1) 100%); }

.image-caption {
left: 0px;
width: 100%;

top: 0px;
}


.serimg {width: 50px !important; margin-bottom: 20px;}
.image-caption1 {
right: 50px;
left: 50px;
bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .image-caption {
    right: 20px;
    bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    left: 0px;
  }
  .image-caption1 {
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    line-height: 20px;
    left: 20px;
  }
}

.image-caption-reverse {
left: 50px;
bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .image-caption-reverse {
    left: 20px;
    bottom: 20px;
  }
}


/* 48. post list */
.post-list .post-list-wrapper {
margin: -40px 0 0 0;
padding: 0 0 0px 0;
}

@media only screen and (max-width: 1200px) {
  .post-list .post-list-wrapper {
    margin: -130px 0 0 0;
    padding: 0 0 60px 0;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-wrapper {
    margin: -60px 0 0 0;
    padding: 0;
  }
}

.post-list .post-list-item {
position: relative;
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.post-list .post-list-item:not(:first-of-type) {
margin-top: 460px;
}

@media only screen and (max-width: 1200px) {
  .post-list .post-list-item:not(:first-of-type) {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.post-list .post-list-item:nth-of-type(odd) .post-list-bg {
right: 0;
}

.post-list-bg img {padding: 10px;}


.post-list .post-list-item:nth-of-type(odd) .post-list-bg.post-list-bg-all {
left: auto;
right: 0;
}

.post-list .post-list-item:nth-of-type(even) .post-list-bg {
right: 0;
}

.post-list .post-list-item-container {
max-width: 100%;
-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.post-list .post-list-row {
position: relative;
z-index: 4;
}

.post-list .post-list-content {
padding: 0px;
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 50px 0 0 50px;
   -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
     -o-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
        position: inherit;
        z-index: 999;
    
     
   
}

@media only screen and (max-width: 1200px) {
  .post-list .post-list-content {
    padding: 50px 80px;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-content {
    padding: 0 95px;
	margin: 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-content {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
  }
}

@media only screen and (max-width: 880px) {
  .post-list .post-list-content {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .post-list .post-list-content {
    padding: 0 25px;
  }
}

.post-list .post-list-content.post-list-content-reverse {
-webkit-border-radius: 0 50px 50px 0;
   -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
     -o-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0;
}

.homeright { border-right:1px solid #d49f48; padding-right:50px; }
.homeleft {  padding-left:50px; }

.vision {text-align:center; font-size: 30px; }
.about-text-bg {font-size: 50px;}
.home-p { font-size:16px; }

.telecom-color {color: #a5cbe5}
.conservo-color {color: #dee5a5}
.joinery-color {color: #f1d6a4}





@media only screen and (max-width: 995px) {
  .post-list .post-list-content.post-list-content-reverse {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
  }
}

.post-list .post-list-bg {
position: absolute;
width: calc(50% + 150px);
height: calc(100% + 150px);
top: 0%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
-webkit-border-radius: 0 50px 50px 0;
   -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
     -o-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0;
z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .post-list .post-list-bg {
    width: calc(50% + 130px);
	height: calc(100% + 120px);
  }



}

@media only screen and (max-width: 995px) {
  .post-list .post-list-bg {
    position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: auto;
    -webkit-transform: none;
            transform: none;
    padding-top: 0%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}


@media only screen and (max-width: 995px) {
  .post-list .post-list-bg {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
  }
}

.post-list .post-list-bg.post-list-bg-reverse {
-webkit-border-radius: 50px 0 0 50px;
   -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
     -o-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-bg.post-list-bg-reverse {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
  }
}

.post-list-content-wrapper {
padding-top: 60px;
margin-top: -1px;
}

@media only screen and (max-width: 995px) {
  .post-list-content-wrapper {
    padding-top: 60px
  }
}

.container-custom {
width: 100%;
padding-left: 0;
padding-right: 0;
margin-right: auto;
margin-left: auto;
}

@media only screen and (max-width: 995px) {
  .container-custom {
	padding: 0;
  }
}

.col-md-6-custom {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 0;
padding-right: 0;
}

@media only screen and (max-width: 995px) {
  .col-md-6-custom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 995px) {
  .col-lg-4-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-lg-1-custom {
    margin-left: 0;
  }

  .offset-lg-7-custom {
    margin-left: 50%;
  }
}

 .offset-md-7-custom {
    margin-left: 20%;
  }

  .offset-end { justify-content:flex-end;
    list-style: none;
    display: flex; }

.offset-center { justify-content: center;
    list-style: none;
    display: flex; }


  .offset-start { justify-content: flex-start;
    list-style: none;
    display: flex; }


/* 49. inner spacer */
.inner-spacer {
position: relative;
margin: 0 auto;
padding: 0;
}

@media all and (min-width: 1920px) {
  .inner-spacer {
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .inner-spacer {
    width: 100%;
    padding: 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-spacer {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .inner-spacer {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-spacer {
    padding: 0 20px;
  }
}


/* 50. divider */
.divider-s,
.divider-m,
.divider-m-2,
.divider-l,
.divider-xl {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
clear: both;
}

.divider-s {
height: 25px;
}

.divider-m {
height: 120px;
}

.divider-11 {
height: 50px;
}

.divider-30 {
height: 30px;
}


.divider-m-2 {
height: 40px;
}

@media only screen and (max-width: 880px) {
  .divider-m-2 {
    height: 35px;
  }
}

.divider-l {
height: 100px;
}

.divider-xl {
height: 200px;
}

@media only screen and (max-width: 880px) {
  .divider-xl {
    height: 100px;
  }
}

.visible-mobile-devices,
.visible-mobile-devices-2 {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 1200px) {
  .visible-mobile-devices-2 {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 880px) {
  .visible-mobile-devices-2 {
    display: none;
    visibility: hidden;  
  }
}

.hidden-mobile-devices {
display: block;
visibility: visible;
}

@media only screen and (max-width: 995px) {
  .hidden-mobile-devices {
    display: none;
    visibility: hidden;  
  }
}

@media only screen and (max-width: 880px) {
  .hidden-mobile-devices {
    display: block;
    visibility: visible;  
  }
}

h6 {
display: none;
visibility: hidden;
}


/* divider */
.divider-xl {
height: 130px;
}

@media all and (min-width: 1920px) {
  .divider-xl {
    height: 140px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-xl {
    height: 120px;
  }
}

.divider-xl.divider-xl-2 {
height: 170px;
}

@media all and (min-width: 1920px) {
  .divider-xl.divider-xl-2 {
    height: 185px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-xl.divider-xl-2 {
    height: 155px;
  }
}

.divider-l {
height: 80px;
}

@media all and (min-width: 1920px) {
  .divider-l {
    height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-l {
    height: 70px;
  }
}

@media only screen and (max-width: 520px) {
  .divider-l {
    height: 30px;
  }

  .chi-box {font-size: 20px; text-align: center;}
  .chi-box span {text-align: center; font-size: 15px;}

  .divider-m {
    height: 30px;
}}

.divider-l-2 {
height: 71px;
}

@media all and (min-width: 1920px) {
  .divider-l-2 {
    height: 31px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-l-2 {
    height: 71px;
  }
}



i {
  color: #5f5f5f;
  font-size: 2.5em;
  text-align: center;
}
span.num {
  color: #d49f48;
 text-align: center;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  display:  contents;
}
.number p {
  color: #e0e0e0;
  padding-top: 5px;
  font-size: 1em;
  text-align: center !important;
  font-weight: 600;
}

.number h2 {
  color: #d49f48;
  font-size: 60px;
  line-height: 70px;

}



.number {margin: auto;
padding: 20px;}




.Marquee {
  background: #000;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 25s linear infinite running;
  -moz-animation: marquee 25s linear infinite running;
  -o-animation: marquee 25s linear infinite running;
  -ms-animation: marquee 25s linear infinite running;
  animation: marquee 25s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width: 200px;
  margin: 0 0.5em;
  padding: 0.5em;

  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -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;
}
.Marquee-tag:hover {
  background: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.category_wrapper{
  position:relative;
  margin-top:-120px;
}
.category_content_wrapper {
    float: left;
    width: 100%;
  overflow:hidden;
  position:relative;

  margin-bottom: 20px;
}
.category_btm_wrap-1 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-107px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-1 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
    line-height: 22px;
}
.category_btm_wrap-1 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:25px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-1 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}
.category_btm_wrap-9 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-86px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-9 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
    line-height: 22px;
    font-size: 15px;
}
.category_btm_wrap-9 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:25px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-9 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}
.category_btm_wrap-8 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-128px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-8 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
    line-height: 22px;
}
.category_btm_wrap-8 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:25px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-8 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}

.category_btm_wrap-2 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-107px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-2 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
  line-height: 22px;
}
.category_btm_wrap-2 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:25px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-2 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}


.category_btm_wrap-3 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-105px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-3 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
  line-height: 22px;
}
.category_btm_wrap-3 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:15px;
  padding-bottom: 20px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-3 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}


.category_btm_wrap-4 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-125px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-4 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
  line-height: 22px;
}
.category_btm_wrap-4 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:15px;
  padding-bottom: 20px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-4 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}


.category_btm_wrap-5 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-145px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-5 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
  line-height: 22px;
}
.category_btm_wrap-5 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:20px;
  padding-bottom: 20px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-5 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}

.category_btm_wrap-6 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-75px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-6 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
  line-height: 22px;
}
.category_btm_wrap-6 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:15px;
  padding-bottom: 20px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-6 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}
.category_btm_wrap-7 {
    width: 100%;
    padding: 18px;
    position:absolute;
    bottom:-147px;
    z-index: 10;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_btm_wrap-7 p{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
  line-height: 22px;
}
.category_btm_wrap-7 h4  {
    font-size:20px;
    font-weight: 500;
    color: #fff;
  margin-bottom:15px;
  padding-bottom: 20px;
  display:inline-block;
  position:relative;
    text-transform: capitalize;
}
.category_btm_wrap-7 h4 a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:-12px;
  width:100px;
  height:1px;
  background:rgba(255, 255, 255, 0.25);
}







.category_content_wrapper:after{
  position:absolute;
  content:'';
  left:0;
  top:100%;
  border:15px;
  right:0;
  bottom:0;

 background: rgb(0,0,0);
background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  z-index:1;
}
.category_content_wrapper:hover:after{
  top:0;
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_content_wrapper .category_hover_box ul {
    display: inline-block;
}
.category_content_wrapper .category_hover_box li {
    display:block;
  margin-bottom:11px;
}
.category_content_wrapper .category_hover_box li a {
    color: #fff;
}
.category_content_wrapper .category_hover_box {
    background: #ef5e5e;
    position: absolute;
    right: 0;
    padding: 20px 10px 10px 10px;
  height:120px;
    bottom: -65px;
    width: 50px;
    text-align: center;
    opacity: 0;
    z-index: 10;
    margin-bottom: -8px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.category_content_wrapper:hover .category_hover_box {
    opacity: 1;
    bottom: 9px;
  right:5px;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_content_wrapper:hover .category_btm_wrap-1 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.category_content_wrapper:hover .category_btm_wrap-1 .serimg{
   display: none;
}
.category_content_wrapper:hover .category_btm_wrap-2 .serimg{
   display: none;
}
.category_content_wrapper:hover .category_btm_wrap-3 .serimg{
   display: none;
}
.category_content_wrapper:hover .category_btm_wrap-4 .serimg{
   display: none;
}

.category_content_wrapper:hover .category_btm_wrap-5 .serimg{
   display: none;
}
.category_content_wrapper:hover .category_btm_wrap-6 .serimg{
   display: none;
}
.category_content_wrapper:hover .category_btm_wrap-7 .serimg{
   display: none;
}
.category_content_wrapper:hover .category_btm_wrap-8 .serimg{
   display: none;
}
.category_content_wrapper:hover .category_btm_wrap-9 .serimg{
   display: none;
}


.category_content_wrapper:hover .category_btm_wrap-2 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.category_content_wrapper:hover .category_btm_wrap-3 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_content_wrapper:hover .category_btm_wrap-4 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_content_wrapper:hover .category_btm_wrap-5 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_content_wrapper:hover .category_btm_wrap-9 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_content_wrapper:hover .category_btm_wrap-6 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_content_wrapper:hover .category_btm_wrap-7 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_content_wrapper:hover .category_btm_wrap-8 {
   bottom:3px;
   padding-bottom:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category_wrapper_overlay figure img {
    width: 100%;
    position: relative;
    overflow: hidden;
}