body {
  margin-top: 90px;
  background-color: #FDF9FD;
  background-image: url("../img/background-texture.png");
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 40px;
  font-weight: normal;
  margin-top: 5px;
  font-family: 'Oranienbaum', serif;
}

h2 {
  font-size: 36px;
  font-weight: normal;
  margin-top: 5px;
  font-family: 'Oranienbaum', serif;
}

p a, p a:active, p a:hover {
	text-decoration: none;	
	color: #459845;
	border-bottom: 1px dashed  #fff;	
}

p a:active, p a:hover {
	border-bottom: 1px dashed  #38BB38;	
}

.fixed-top {
  background-color: #FDF9FD;
  background-image: url("../img/background-texture.png");
}

#top-header {
  background-color: #5F9070;
  background-image: url("../img/background-texture.png");
  color: #F1F4F2;
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.5); 
  box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.5);
  font-size:94%;
}

#top-header a, #top-header a:hover, #top-header a:active {
	 color: #F1F4F2;
	 text-decoration: none;
}

#top-header a:first-child {
	margin-right: 20px;
}

.main-menu {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Oranienbaum', serif;
}

.main-menu button {
	 background-color: #FDF9FD;
	 font-size: 90%;
}

@media (max-width: 575.98px) {
	.main-menu .navbar-nav {
		background-color: #FDF9FD;
		margin-top:10px;
		padding: 10px
	}
}

.slider {
	background: url(../img/banner.jpg) 60% 60% no-repeat;  
    background-size: cover;  
	min-height: 500px;
	text-align: center;
	color: #FDF9FD !important;
	display: table; 
	width: 100%;
}

@media (max-width: 575.98px) {
	.slider {
		min-height: 250px;
	}
}

@media (max-width: 768px) {
	.slider {
		min-height: 300px;
	}
}

@media (max-width: 992px) {
	.slider {
		min-height: 400px;
	}
}

.text-slider{
      display: table-cell;
      vertical-align: middle;
	  font-size: 20px;
}
.text-slider  span {
	background-image: url("../img/bg_dark.png");
	padding: 4px 8px;
    color: #FDF9FD !important;
}

.link {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
	padding-bottom: 1px;
	margin: 0px 7px;
	width: auto;
	display: inline-block;
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 0.2px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

.link--elara {
	font-size: 18px;
	font-family: 'Oranienbaum', serif;
}

.link--elara::before {
    transform-origin: 50% 100%;
    transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}

.link--elara:hover::before {
    transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}

.link--elara span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.link--elara:hover span {
    transform: translate3d(0, -2px, 0);
}

<!--form style-->

#generic_price_table{
  background-color: #f0eded;
}

#generic_price_table .generic_content .generic_head_price{
  background-color: #F8F4EC;
  color:  #47351D;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-color: #eecc85 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eecc85; 
}

#generic_price_table{
  margin: 0 0 10px 0;
}



#generic_price_table .generic_content{
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 0 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
  margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{if;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	color: white;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
  padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}


#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) { 
}

@media (max-width: 767px) {
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3{
    float:left;
    width:50%;
  }
  
  #generic_price_table .col-md-4{
    float:left;
    width:50%;
  }
  
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}


.price-heading{
    text-align: center;
}
.price-heading h2{
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

@import url(https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Roboto:wght@400;500;700&display=swap);

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.hinge {
	animation-duration: 2s
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	to {
		transform: translateY(0)
	}
	40% {
		transform: translateY(-30px)
	}
	60% {
		transform: translateY(-15px)
	}
}

.bounce {
	animation-name: bounce
}

@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	to {
		transform: scale(1)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes shake {
	0%,
	to {
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px)
	}
}

.shake {
	animation-name: shake
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}
	40% {
		transform: rotate(-10deg)
	}
	60% {
		transform: rotate(5deg)
	}
	80% {
		transform: rotate(-5deg)
	}
	to {
		transform: rotate(0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {
	0% {
		transform: scale(1)
	}
	10%,
	20% {
		transform: scale(.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg)
	}
	to {
		transform: scale(1) rotate(0)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	0% {
		transform: translateX(0)
	}
	15% {
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		transform: translateX(-5%) rotate(-1deg)
	}
	to {
		transform: translateX(0)
	}
}

.wobble {
	animation-name: wobble
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		transform: scale(1.05)
	}
	70% {
		transform: scale(.9)
	}
	to {
		transform: scale(1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		transform: translateY(30px)
	}
	80% {
		transform: translateY(-10px)
	}
	to {
		transform: translateY(0)
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}
	60% {
		opacity: 1;
		transform: translateX(30px)
	}
	80% {
		transform: translateX(-10px)
	}
	to {
		transform: translateX(0)
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}
	60% {
		opacity: 1;
		transform: translateX(-30px)
	}
	80% {
		transform: translateX(10px)
	}
	to {
		transform: translateX(0)
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}
	60% {
		opacity: 1;
		transform: translateY(-30px)
	}
	80% {
		transform: translateY(10px)
	}
	to {
		transform: translateY(0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes bounceOut {
	0% {
		transform: scale(1)
	}
	25% {
		transform: scale(.95)
	}
	50% {
		opacity: 1;
		transform: scale(1.1)
	}
	to {
		opacity: 0;
		transform: scale(.3)
	}
}

.bounceOut {
	animation-name: bounceOut
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		transform: translateY(-20px)
	}
	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

.bounceOutDown {
	animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		transform: translateX(20px)
	}
	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		transform: translateX(-20px)
	}
	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.bounceOutRight {
	animation-name: bounceOutRight
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		transform: translateY(20px)
	}
	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.bounceOutUp {
	animation-name: bounceOutUp
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px)
	}
	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}
	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}
	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}
	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	to {
		opacity: 0;
		transform: translateY(20px)
	}
}

.fadeOutDown {
	animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	to {
		opacity: 0;
		transform: translateX(-20px)
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	to {
		opacity: 0;
		transform: translateX(20px)
	}
}

.fadeOutRight {
	animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	to {
		opacity: 0;
		transform: translateY(-20px)
	}
}

.fadeOutUp {
	animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig
}

@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		animation-timing-function: ease-out
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		animation-timing-function: ease-out
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
		animation-timing-function: ease-in
	}
	to {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		transform: perspective(400px) rotateX(10deg)
	}
	to {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		transform: perspective(400px) rotateY(10deg)
	}
	to {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInY
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipOutY
}

@keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}
	to {
		transform: translateX(0) skewX(0deg);
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
	0% {
		transform: translateX(0) skewX(0deg);
		opacity: 1
	}
	to {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}

@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}
	to {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
	to {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
	to {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
	to {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}
	to {
		transform: translateY(0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}
	to {
		transform: translateX(0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}
	to {
		transform: translateX(0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0)
	}
	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.slideOutLeft {
	animation-name: slideOutLeft
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0)
	}
	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.slideOutRight {
	animation-name: slideOutRight
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0)
	}
	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.slideOutUp {
	animation-name: slideOutUp
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	to {
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	animation-name: hinge
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}
	to {
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}
	to {
		opacity: 0;
		transform: translateX(100%) rotate(120deg)
	}
}

.rollOut {
	animation-name: rollOut
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	animation-name: zoomOut
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center
	}
}

.zoomOutRight {
	animation-name: zoomOutRight
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	animation-name: zoomOutUp
}


.btn:focus,
.slick-initialized .slick-slide:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none
}

a:focus,
a:hover {
	text-decoration: none
}

a,
i,
span {
	display: inline-block
}


a,
a:hover {
	color: #A6A6A6
}

input,
select,
textarea {
	border: none;
	width: 100%;
	height: 70px;
	background-color: #f8f8f8;
	padding: 0 40px
}

textarea {
	height: 250px;
	padding-top: 25px
}

::-webkit-input-placeholder,
input,
select,
textarea {
	font-family: "Roboto", sans-serif;
	color: #777
}

:-ms-input-placeholder,
input,
select,
textarea {
	font-family: "Roboto", sans-serif;
	color: #777
}

::placeholder,
input,
select,
textarea {
	font-family: "Roboto", sans-serif;
	color: #777
}

.nice-select {
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	position: relative;
	border: none;
	height: 70px;
	padding-left: 50px;
	line-height: 70px
}

.nice-select .list {
	width: 100%;
	border-radius: 0
}

.nice-select .list li {
	line-height: 35px;
	color: #777
}

.nice-select .list li.option:hover,
.nice-select .list li:hover {
	background-color: #A6A6A6;
	color: #fff
}

.nice-select:after {
	display: none
}

.input-group input,
.input-group select,
.input-group textarea {
	padding-left: 80px
}

.input-group label {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #222;
	display: block
}

.input-group .icon {
	position: absolute;
	left: 40px;
	bottom: 35px;
	color: #A6A6A6;
	transform: translateY(50%)
}

.input-group.textarea .icon {
	top: 25px;
	bottom: auto;
	transform: translateY(0)
}

.input-group .nice-select {
	padding-left: 80px
}

.input-group .nice-select:before {
	left: 40px
}

.input-group.input-group-two input,
.input-group.input-group-two select,
.input-group.input-group-two textarea {
	height: 60px;
	padding: 0 50px 0 30px;
	background-color: #fff;
	color: #777
}

.input-group.input-group-two ::-webkit-input-placeholder {
	opacity: 1;
	color: #777
}

.input-group.input-group-two :-ms-input-placeholder {
	opacity: 1;
	color: #777
}

.input-group.input-group-two ::placeholder {
	opacity: 1;
	color: #777
}

.input-group.input-group-two .icon {
	left: auto;
	bottom: 30px;
	right: 30px
}

.input-group.input-group-two .nice-select {
	background-color: #fff;
	padding: 0 50px 0 30px;
	height: 60px;
	line-height: 60px
}

@media (min-width:1600px) {
	.container-custom-one {
		max-width: 1600px
	}
}

@media (min-width:1600px) {
	.container-custom-two {
		max-width: 1400px
	}
}

@media (min-width:1600px) {
	.container-custom-three {
		max-width: 1420px
	}
}

.slick-slide img {
	display: inline-block
}

.bg-black {
	background-color: #222
}

.main-btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 48px;
	font-size: 14px;
	line-height: 60px;
	border-radius: 0;
	cursor: pointer;
	transition: all .4s ease-out 0s;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #777;
	border: 2px solid #A6A6A6
}

.main-btn.btn-filled {
	background-color: #A6A6A6;
	color: #fff;
	box-shadow: 0 14px 24px 0 rgba(190, 173, 142, .4)
}

.main-btn.btn-filled:hover {
	background-color: transparent;
	color: #777;
	box-shadow: none
}

.main-btn.btn-border {
	border-color: #A6A6A6
}

.main-btn.btn-border:hover {
	background-color: #A6A6A6;
	color: #fff;
	box-shadow: 0 14px 24px 0 rgba(190, 173, 142, .4)
}

.section-title span.title-tag {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 20px
}

@media (max-width:767px) {
	.section-title span.title-tag {
		letter-spacing: 2px
	}
}

@media (max-width:399px) {
	.section-title span.title-tag {
		font-size: 12px
	}
}

.section-title h2 {
	font-size: 80px;
	line-height: 1.125;
	letter-spacing: -1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title h2 {
		font-size: 62px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title h2 {
		font-size: 52px
	}
}

@media (max-width:767px) {
	.section-title h2 {
		font-size: 42px
	}
}

@media (max-width:399px) {
	.section-title h2 {
		font-size: 32px
	}
}

.section-title.white-color span.title-tag {
	color: #A6A6A6
}

.section-title.white-color h2 {
	color: #fff
}

.arrow-style {
	display: flex;
	justify-content: flex-end
}

.arrow-style .slick-arrow {
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	color: #111;
	background: #fff;
	cursor: pointer;
	transition: all .3s ease-out 0s
}

.arrow-style .slick-arrow.next-arrow {
	margin-left: 20px
}

.arrow-style .slick-arrow.next-arrow,
.arrow-style .slick-arrow:hover {
	background-color: #A6A6A6;
	color: #fff;
	box-shadow: 0 14px 24px 0 rgba(190, 173, 142, .3)
}

.preloader {
	background-color: #A6A6A6;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999
}

.preloader .cssload-container {
	display: block;
	width: 97px
}

.preloader .cssload-loading i {
	width: 19px;
	height: 19px;
	display: inline-block;
	border-radius: 50%;
	background: #fff
}

.preloader .cssload-loading i:first-child {
	opacity: 0;
	animation: cssload-loading-ani2 .58s linear infinite;
	transform: translate(-19px)
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
	animation: cssload-loading-ani3 .58s linear infinite
}

.preloader .cssload-loading i:last-child {
	animation: cssload-loading-ani1 .58s linear infinite
}

@keyframes sticky {
	0% {
		top: -200px
	}
	to {
		top: 0
	}
}

@keyframes pulse-border {
	0% {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes pulse-border-2 {
	0% {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes cssload-loading-ani1 {
	to {
		transform: translate(39px);
		opacity: 0
	}
}

@keyframes cssload-loading-ani2 {
	to {
		transform: translate(19px);
		opacity: 1
	}
}

@keyframes cssload-loading-ani3 {
	to {
		transform: translate(19px)
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	to {
		transform: scale(1)
	}
}

@keyframes hvr-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg)
	}
	20% {
		transform: translateX(-3px) rotate(-2deg)
	}
	30% {
		transform: translateX(3px) rotate(2deg)
	}
	40% {
		transform: translateX(-3px) rotate(-2deg)
	}
	50% {
		transform: translateX(2px) rotate(1deg)
	}
	60% {
		transform: translateX(-2px) rotate(-1deg)
	}
	70% {
		transform: translateX(2px) rotate(1deg)
	}
	80% {
		transform: translateX(-2px) rotate(-1deg)
	}
	90% {
		transform: translateX(1px) rotate(0)
	}
	to {
		transform: translateX(-1px) rotate(0)
	}
}

header.header-absolute {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: transparent;
	top: 35px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	header .container.container-custom-one {
		max-width: 100%
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	header .container.container-custom-one {
		max-width: 100%
	}
}

header .nav-container .toggle {
	margin-right: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	header .nav-container .toggle {
		margin-right: 20px;
		margin-right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header .nav-container .toggle {
		display: none
	}
}

@media (max-width:767px) {
	header .nav-container .toggle {
		display: none
	}
}

header .nav-container .toggle a {
	color: #222;
	font-size: 24px;
	padding: 10px
}

header .nav-container .site-logo img {
	max-width: 250px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	header .nav-container .site-logo img {
		max-width: 200px
	}
}

@media (max-width:575px) {
	header .nav-container .site-logo img {
		max-width: 180px
	}
}

header .nav-container .site-logo .sticky-logo {
	display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header .nav-container .header-info {
		padding: 40px 20px 0
	}
}

@media (max-width:767px) {
	header .nav-container .header-info {
		padding: 40px 20px 0
	}
}

header .nav-container .header-info .item {
	padding-left: 50px;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header .nav-container .header-info .item {
		color: #fff
	}
}

@media (max-width:767px) {
	header .nav-container .header-info .item {
		color: #fff
	}
}

header .nav-container .header-info .item i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	background: #111;
	color: #fff;
	font-size: 14px
}

header .nav-container .header-info .item span {
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 4px
}

header .nav-container .header-info .item a {
	display: block
}

header .nav-container .header-info .item .title {
	font-size: 24px;
	font-weight: 400
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	header .nav-container .header-info .item .title {
		font-size: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	header .nav-container .header-info .item .title {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header .nav-container .header-info .item .title {
		color: #fff;
		font-size: 22px
	}
}

@media (max-width:767px) {
	header .nav-container .header-info .item .title {
		color: #fff;
		font-size: 22px
	}
}

header .nav-container .header-info .item:not(:last-child) {
	margin-right: 45px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	header .nav-container .header-info .item:not(:last-child) {
		margin-right: 15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	header .nav-container .header-info .item:not(:last-child) {
		margin-right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header .nav-container .header-info .item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	header .nav-container .header-info .item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 30px
	}
}

header .nav-container .menu-items ul li {
	display: inline-block;
	position: relative
}

header .nav-container .menu-items ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #111;
	text-transform: capitalize;
	line-height: 80px;
	padding: 0 20px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	header .nav-container .menu-items ul li a {
		font-size: 14px;
		padding: 0 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	header .nav-container .menu-items ul li a {
		padding: 0 8px
	}
}

header .nav-container .menu-items ul li .submenu {
	position: absolute;
	left: 0;
	top: 110%;
	width: 200px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out 0s;
	z-index: 99;
	height: auto
}

header .nav-container .menu-items ul li .submenu li {
	display: block
}

header .nav-container .menu-items ul li .submenu li a {
	display: block;
	padding: 8px 24px;
	position: relative;
	transition: all .3s ease-out 0s;
	border-radius: 0;
	margin: 0;
	line-height: 30px!important;
	border-bottom: 1px solid rgba(242, 244, 248, .7);
	color: #777
}

header .nav-container .menu-items ul li .submenu li a:hover {
	background-color: #A6A6A6;
	color: #fff!important;
	border-color: #A6A6A6
}

header .nav-container .menu-items ul li .submenu li .submenu {
	left: 100%;
	top: 50%
}

header .nav-container .menu-items ul li .submenu li:hover .submenu {
	top: 0
}

header .nav-container .menu-items ul li:hover>.submenu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

header .nav-container .menu-items ul li .dd-trigger,
header .nav-container .nav-pushed-item {
	display: none
}

header .nav-container .navbar-toggler {
	border: none;
	background-color: transparent;
	cursor: pointer;
	display: none
}

header .nav-container .navbar-toggler span {
	position: relative;
	background-color: #222;
	border-radius: 3px;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	transition-duration: .3s;
	width: 30px;
	cursor: pointer;
	display: block
}

header .nav-container .navbar-toggler.active span:first-of-type {
	transform: rotate(45deg);
	top: 8px
}

header .nav-container .navbar-toggler.active span:nth-of-type(2) {
	opacity: 0
}

header .nav-container .navbar-toggler.active span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: -8px
}

header .nav-container .navbar-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 12;
	display: none
}

header .nav-container .navbar-close .cross-wrap {
	width: 26px;
	height: 26px;
	cursor: pointer;
	position: relative
}

header .nav-container .navbar-close .cross-wrap span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 6px;
	background: #fff
}

header .nav-container .navbar-close .cross-wrap span.top {
	top: 12px;
	left: 0;
	transform: rotate(45deg)
}

header .nav-container .navbar-close .cross-wrap span.bottom {
	bottom: 12px;
	left: 0;
	transform: rotate(-45deg)
}

header .nav-container.breakpoint-on .nav-menu {
	background-color: #A6A6A6;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 9999;
	width: 300px;
	height: 100%;
	transition-duration: .5s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 70px 0 0
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li {
	display: block
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
	display: block;
	border-bottom: 1px solid hsla(0, 0%, 100%, .5);
	color: #fff!important;
	line-height: 45px!important
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	box-shadow: none;
	background-color: transparent;
	visibility: visible;
	opacity: 1;
	display: none;
	transition: none
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
	color: #fff;
	padding: 0 20px 0 40px;
	line-height: 45px!important
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
	border-color: hsla(0, 0%, 100%, .5)
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
	display: block;
	position: absolute;
	right: 0;
	height: 45px;
	width: 45px;
	top: 0;
	border-left: 1px solid hsla(0, 0%, 100%, .5);
	z-index: 2;
	background: transparent;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	color: #fff;
	font-size: 20px
}

header .nav-container.breakpoint-on .nav-menu.menu-on {
	left: 0
}

header .nav-container.breakpoint-on .nav-pushed-item,
header .nav-container.breakpoint-on .navbar-close,
header .nav-container.breakpoint-on .navbar-toggler {
	display: block
}

header.header-two .nav-container .menu-items ul li a,
header.header-two .nav-container .toggle a {
	color: #fff
}

header.header-two .nav-container .navbar-toggler span {
	background-color: #fff
}

header.header-two .header-info .item i {
	background: #A6A6A6
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header.header-two .header-info .item i {
		background: #111
	}
}

@media (max-width:767px) {
	header.header-two .header-info .item i {
		color: #111
	}
}

header.header-two .header-info .item,
header.header-two .header-info .item .title,
header.header-two .header-info .item a {
	color: #fff
}

header.header-three {
	background-color: transparent;
	position: relative
}

header.header-three .main-menu-area {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
	height: auto;
	bottom: -60px
}

@media (max-width:399px) {
	header.header-three .main-menu-area {
		position: relative;
		bottom: 0;
		top: 0
	}
}

header.header-three .main-menu-area.sticky-header.sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 999;
	animation: sticky 1.2s
}

header.header-three .main-menu-area.sticky-header.sticky-active .nav-container {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04)
}

header.header-three .main-menu-area.sticky-header.sticky-active .nav-container .menu-items ul li a {
	line-height: 100px
}

header.header-three .header-top {
	padding-top: 15px;
	padding-bottom: 75px;
	font-family: "Roboto", sans-serif;
	background-color: #222
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header.header-three .header-top {
		padding-bottom: 60px
	}
}

@media (max-width:767px) {
	header.header-three .header-top {
		text-align: center;
		padding-bottom: 50px
	}
}

@media (max-width:399px) {
	header.header-three .header-top {
		display: none
	}
}

header.header-three .header-top,
header.header-three .header-top a {
	color: #fff
}

@media (max-width:767px) {
	header.header-three .header-top ul.header-top-info {
		margin-top: 10px
	}
}

header.header-three .header-top ul.header-top-info li {
	display: inline-block;
	margin-left: 15px
}

@media (max-width:575px) {
	header.header-three .header-top ul.header-top-info li {
		margin-left: 5px
	}
}

header.header-three .header-top ul.header-top-info li i {
	margin-right: 10px;
	color: #A6A6A6
}

header.header-three .nav-container {
	background-color: #fff;
	padding: 0 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	header.header-three .nav-container {
		padding: 0 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header.header-three .nav-container {
		padding: 10px
	}
}

@media (max-width:767px) {
	header.header-three .nav-container {
		padding: 10px
	}
}

@media (max-width:399px) {
	header.header-three .nav-container {
		padding: 10px 5px;
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	header.header-three .nav-container .site-logo img {
		max-width: 200px
	}
}

@media (max-width:399px) {
	header.header-three .nav-container .site-logo img {
		max-width: 150px
	}
}

header.header-three .nav-container .menu-items ul li a {
	line-height: 120px
}

header.header-three .nav-container .menu-items ul li .submenu li a {
	line-height: 30px
}

header.header-three .nav-container .menu-right-buttons {
	display: flex
}

header.header-three .nav-container .menu-right-buttons .toggle {
	margin-right: 0
}

header.header-three .nav-container .menu-right-buttons>div {
	margin-left: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	header.header-three .nav-container .menu-right-buttons>div {
		margin-left: 5px
	}
}

@media (max-width:767px) {
	header.header-three .nav-container .menu-right-buttons>div {
		margin-left: 5px
	}
}

header.header-three .nav-container .menu-right-buttons .navbar-toggler {
	border: 2px solid hsla(0, 0%, 52.2%, .2);
	padding: 15px
}

@media (max-width:575px) {
	header.header-three .nav-container .menu-right-buttons .navbar-toggler {
		padding: 5px 10px
	}
	header.header-three .nav-container .menu-right-buttons .navbar-toggler span {
		width: 20px
	}
}

header.header-three .nav-container .menu-right-buttons a {
	width: 65px;
	height: 65px;
	border: 2px solid hsla(0, 0%, 52.2%, .2);
	text-align: center;
	line-height: 65px;
	padding: 0;
	color: #111
}

@media (max-width:575px) {
	header.header-three .nav-container .menu-right-buttons a {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 14px
	}
}

header.header-three .nav-container .menu-right-buttons a:hover {
	background-color: #A6A6A6;
	color: #fff
}

header.header-three .search {
	position: relative
}

header.header-three .search .search-icon {
	position: relative;
	display: block
}

header.header-three .search .search-icon .close-icon,
header.header-three .search .search-icon .open-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%)
}

header.header-three .search .search-icon .close-icon {
	visibility: hidden;
	opacity: 0
}

header.header-three .search .search-icon.active .close-icon {
	visibility: visible;
	opacity: 1
}

header.header-three .search .search-icon.active .open-icon {
	visibility: hidden;
	opacity: 0
}

header.header-three .search .search-form {
	position: absolute;
	right: 0;
	width: 350px;
	display: none;
	top: calc(100% + 27px)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header.header-three .search .search-form {
		top: calc(100% + 17px)
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	header.header-three .search .search-form {
		top: calc(100% + 10px)
	}
}

@media (max-width:575px) {
	header.header-three .search .search-form {
		top: calc(100% + 20px);
		width: 250px
	}
}

@media (max-width:399px) {
	header.header-three .search .search-form {
		right: -100%;
		top: calc(100% + 12px)
	}
}

header.header-three .search .search-form form {
	position: relative
}

header.header-three .search .search-form form input {
	width: 100%;
	background-color: #f8f8f8;
	height: 60px;
	border: none;
	padding-left: 30px;
	padding-right: 60px;
	font-size: 14px
}

@media (max-width:575px) {
	header.header-three .search .search-form form input {
		height: 50px
	}
}

header.header-three .search .search-form form button {
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 1;
	background-color: #A6A6A6;
	font-size: 14px;
	color: #fff;
	transition: all .3s ease-out 0s
}

header.header-three .search .search-form form button:hover {
	background-color: #111;
	color: #fff
}

header.inner-page.header-absolute {
	background-color: #fff;
	top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header.inner-page.header-absolute .nav-container {
		padding: 10px 0
	}
}

@media (max-width:767px) {
	header.inner-page.header-absolute .nav-container {
		padding: 10px 0
	}
}

header.inner-page.header-absolute .nav-container .menu-items ul li a {
	line-height: 130px
}

header.sticky-header.sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
	z-index: 999;
	animation: sticky 1.2s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header.sticky-header.sticky-active .nav-container {
		padding: 10px 0
	}
	header.sticky-header.sticky-active .nav-container .site-logo img {
		max-width: 200px
	}
}

@media (max-width:767px) {
	header.sticky-header.sticky-active .nav-container {
		padding: 10px 0
	}
}

header.sticky-header.sticky-active .nav-container .menu-items ul li a {
	line-height: 100px
}

header.sticky-header.sticky-active .nav-container .site-logo .main-logo {
	display: none
}

header.sticky-header.sticky-active .nav-container .site-logo .sticky-logo {
	display: block
}

header.sticky-header.sticky-active.header-two .nav-container .menu-items ul li a,
header.sticky-header.sticky-active.header-two .nav-container .toggle a {
	color: #111
}

header.sticky-header.sticky-active.header-two .nav-container .navbar-toggler span {
	background-color: #111
}

header.sticky-header.sticky-active.header-two .header-info .item,
header.sticky-header.sticky-active.header-two .header-info .item .title,
header.sticky-header.sticky-active.header-two .header-info .item a {
	color: #111
}

@media only screen and (min-width:768px) and (max-width:991px) {
	header.sticky-header.sticky-active.header-two .header-info .item,
	header.sticky-header.sticky-active.header-two .header-info .item .title,
	header.sticky-header.sticky-active.header-two .header-info .item a {
		color: #fff
	}
}

@media (max-width:767px) {
	header.sticky-header.sticky-active.header-two .header-info .item,
	header.sticky-header.sticky-active.header-two .header-info .item .title,
	header.sticky-header.sticky-active.header-two .header-info .item a {
		color: #fff
	}
}

.offcanvas-wrapper {
	position: fixed;
	width: 450px;
	top: 0;
	min-height: 100vh;
	left: 0;
	transition: all .4s;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	margin-left: -450px
}

.offcanvas-wrapper.show-offcanvas {
	margin-left: 0;
	opacity: 1;
	visibility: visible
}

.offcanvas-wrapper .offcanvas-overly {
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: 98;
	background-color: #1e1e1e;
	left: 0;
	top: 0;
	transition: all .4s;
	cursor: pointer;
	opacity: 0;
	visibility: hidden
}

.offcanvas-wrapper .offcanvas-overly.show-overly {
	visibility: visible;
	opacity: .5
}

.offcanvas-wrapper .offcanvas-widget {
	background-color: #fff;
	width: 100%;
	height: 100vh;
	padding: 70px 40px;
	position: relative;
	z-index: 99
}

.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 28px;
	color: #A6A6A6
}

.offcanvas-wrapper .offcanvas-widget .widget {
	margin-bottom: 50px;
	font-size: 14px
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1;
	position: relative;
	padding-left: 30px
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #A6A6A6;
	content: ""
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form {
	position: relative
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form input {
	width: 100%;
	background-color: #f8f8f8;
	height: 60px;
	border: none;
	padding-left: 30px;
	padding-right: 60px;
	font-size: 14px
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button {
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 1;
	background-color: #A6A6A6;
	font-size: 14px;
	color: #fff;
	transition: all .3s ease-out 0s
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button:hover {
	background-color: #111;
	color: #fff
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li {
	line-height: 30px
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a {
	color: #777;
	font-weight: 700
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a:hover {
	padding-left: 10px;
	color: #A6A6A6
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li .submenu {
	padding-left: 10px
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li {
	display: inline-block;
	margin-right: 5px
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a {
	height: 40px;
	width: 40px;
	background-color: #A6A6A6;
	color: #fff;
	line-height: 40px;
	text-align: center
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
	background-color: #222
}

.breadcrumb-area {
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 1;
	margin-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-area {
		margin-top: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.breadcrumb-area {
		margin-top: 100px
	}
}

@media (max-width:575px) {
	.breadcrumb-area {
		margin-top: 80px
	}
}

.breadcrumb-area:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #222;
	content: "";
	opacity: .7
}

.breadcrumb-area .breadcrumb-text {
	position: relative;
	padding: 100px 0
}

.breadcrumb-area .breadcrumb-text,
.breadcrumb-area .breadcrumb-text h2.page-title {
	color: #fff
}

.breadcrumb-area .breadcrumb-text h2.page-title {
	font-size: 72px;
	letter-spacing: -1px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.breadcrumb-area .breadcrumb-text h2.page-title {
		font-size: 60px
	}
}

@media (max-width:575px) {
	.breadcrumb-area .breadcrumb-text h2.page-title {
		font-size: 50px
	}
}

.breadcrumb-area .breadcrumb-text span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding-bottom: 25px
}

@media (max-width:767px) {
	.breadcrumb-area .breadcrumb-text span {
		letter-spacing: 2px
	}
}

@media (max-width:575px) {
	.breadcrumb-area .breadcrumb-text span {
		font-size: 12px
	}
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding: 20px 40px;
	z-index: 2
}

@media (max-width:575px) {
	.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
		padding: 15px 20px;
		font-size: 14px
	}
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li {
	display: inline-block;
	font-weight: 700;
	position: relative
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
	color: #222
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a:hover {
	color: #A6A6A6
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child) {
	padding-left: 10px;
	margin-left: 10px
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child):before {
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-48%);
	content: "|";
	color: #222
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active:before {
	color: #A6A6A6
}

.banner-area .banner-content span.promo-tag {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area .banner-content span.promo-tag {
		font-size: 12px;
		letter-spacing: 1px
	}
}

@media (max-width:767px) {
	.banner-area .banner-content span.promo-tag {
		font-size: 12px;
		letter-spacing: 1px
	}
}

.banner-area .banner-content .title {
	font-size: 120px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -6px;
	padding-bottom: 26px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-area .banner-content .title {
		font-size: 100px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-area .banner-content .title {
		font-size: 86px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area .banner-content .title {
		font-size: 72px
	}
}

@media (max-width:575px) {
	.banner-area .banner-content .title {
		font-size: 66px
	}
}

@media (max-width:399px) {
	.banner-area .banner-content .title {
		font-size: 52px
	}
}

.banner-area .banner-content ul li {
	display: inline-block
}

.banner-area .banner-content ul li:last-child {
	margin-left: 24px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-area .banner-content ul li:last-child {
		margin-left: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area .banner-content ul li:last-child {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.banner-area .banner-content ul li:last-child {
		margin-left: 5px
	}
}

@media (max-width:399px) {
	.banner-area .banner-content ul li:last-child {
		margin-left: 0;
		margin-top: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area .banner-content .main-btn {
		padding: 0 35px;
		line-height: 55px
	}
}

@media (max-width:575px) {
	.banner-area .banner-content .main-btn {
		padding: 0 25px;
		line-height: 50px;
		letter-spacing: 1px
	}
}

.banner-area .banner-thumb .single-thumb {
	overflow: hidden
}

.banner-area .banner-thumb .single-thumb img {
	animation: zoomIn 15s linear infinite
}

.banner-area.banner-style-one {
	padding-top: 240px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-area.banner-style-one {
		padding-top: 200px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area.banner-style-one {
		padding-top: 160px;
		padding-bottom: 120px
	}
}

@media (max-width:767px) {
	.banner-area.banner-style-one {
		padding-top: 160px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-area.banner-style-one .banner-content {
		padding-bottom: 100px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-area.banner-style-one .banner-content {
		padding-bottom: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area.banner-style-one .banner-content .title {
		font-size: 66px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area.banner-style-one .banner-content ul li:last-child {
		margin-left: 5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area.banner-style-one .banner-content .main-btn {
		padding: 0 20px;
		line-height: 50px;
		letter-spacing: 1px
	}
}

.banner-area.banner-style-three .single-banner,
.banner-area.banner-style-two .single-banner {
	height: 950px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

@media (max-width:767px) {
	.banner-area.banner-style-three .single-banner,
	.banner-area.banner-style-two .single-banner {
		height: 700px
	}
}

.banner-area.banner-style-three .single-banner .banner-bg,
.banner-area.banner-style-three .single-banner .banner-overly,
.banner-area.banner-style-two .single-banner .banner-bg,
.banner-area.banner-style-two .single-banner .banner-overly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-size: cover;
	background-position: 50%
}

.banner-area.banner-style-three .single-banner .banner-overly,
.banner-area.banner-style-two .single-banner .banner-overly {
	background-color: #222;
	z-index: -1;
	opacity: .6
}

.banner-area.banner-style-three .single-banner .banner-bg,
.banner-area.banner-style-two .single-banner .banner-bg {
	animation: zoomIn 15s linear infinite
}

.banner-area.banner-style-three .banner-content,
.banner-area.banner-style-three .banner-content h1,
.banner-area.banner-style-two .banner-content,
.banner-area.banner-style-two .banner-content h1 {
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area.banner-style-three .banner-content h1,
	.banner-area.banner-style-two .banner-content h1 {
		font-size: 90px
	}
}

.banner-area.banner-style-three .banner-content .main-btn.btn-border:hover,
.banner-area.banner-style-three .banner-content .main-btn.btn-filled,
.banner-area.banner-style-two .banner-content .main-btn.btn-border:hover,
.banner-area.banner-style-two .banner-content .main-btn.btn-filled {
	box-shadow: none
}

.banner-area.banner-style-three .banner-content .main-btn.btn-border,
.banner-area.banner-style-three .banner-content .main-btn.btn-filled:hover,
.banner-area.banner-style-two .banner-content .main-btn.btn-border,
.banner-area.banner-style-two .banner-content .main-btn.btn-filled:hover {
	border-color: hsla(0, 0%, 100%, .2);
	color: #fff
}

.banner-area.banner-style-three .single-banner {
	height: auto;
	padding-top: 180px;
	padding-bottom: 125px
}

.banner-area .slick-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	background: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	transition: .3s;
	z-index: 9
}

.banner-area .slick-arrow:hover {
	background-color: #A6A6A6;
	color: #fff
}

.banner-area .slick-arrow.next-arrow {
	right: 0;
	left: auto
}

.banner-area ul.slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-51%);
	bottom: 30px
}

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

.banner-area ul.slick-dots li button {
	border: none;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	line-height: 0;
	font-size: 0
}

.banner-area ul.slick-dots li.slick-active button {
	background-color: #A6A6A6
}

.about-section {
	position: relative;
	z-index: 1
}

.about-section .down-arrow-wrap {
	padding-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .down-arrow-wrap {
		padding-bottom: 90px
	}
}

@media (max-width:767px) {
	.about-section .down-arrow-wrap {
		padding-bottom: 90px
	}
}

.about-section .down-arrow-wrap a.down-arrow {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: #A6A6A6;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 14px 24px 0 rgba(190, 173, 142, .3);
	position: relative
}

.about-section .down-arrow-wrap a.down-arrow:before {
	animation: pulse-border-2 1s linear infinite
}

.about-section .down-arrow-wrap a.down-arrow:after,
.about-section .down-arrow-wrap a.down-arrow:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 50%
}

.about-section .down-arrow-wrap a.down-arrow:after {
	animation: pulse-border-2 1.5s linear infinite
}

.about-section .about-title span.title-tag span {
	color: #A6A6A6
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-title h2 {
		font-size: 45px
	}
}

@media (max-width:575px) {
	.about-section .about-title h2 {
		font-size: 30px
	}
}

.about-section .about-features {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 35px;
	margin-top: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-section .about-features {
		grid-column-gap: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-features {
		grid-column-gap: 15px
	}
}

@media (max-width:767px) {
	.about-section .about-features {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		-ms-grid-rows: 2fr;
		grid-template-rows: 2fr;
		grid-column-gap: 15px;
		margin-top: 60px
	}
}

@media (max-width:575px) {
	.about-section .about-features {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: 3fr;
		grid-template-rows: 3fr
	}
}

.about-section .about-features li {
	margin-top: 15px
}

.about-section .about-features li a {
	background: #fff;
	padding: 55px 0 45px;
	box-shadow: 0 14px 24px 0 hsla(0, 0%, 72.2%, .1);
	text-align: center;
	display: block;
	color: #A6A6A6;
	position: relative;
	z-index: 1
}

.about-section .about-features li a,
.about-section .about-features li a i,
.about-section .about-features li a span {
	transition: all .3s ease-out 0s
}

.about-section .about-features li a i {
	font-size: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-features li a i {
		font-size: 55px
	}
}

.about-section .about-features li a img {
	max-width: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-features li a img {
		max-width: 55px
	}
}

.about-section .about-features li a .title {
	font-size: 12px;
	color: #111;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	padding-top: 10px;
	display: block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-section .about-features li a .title {
		letter-spacing: 2px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-features li a .title {
		letter-spacing: 1px
	}
}

@media (max-width:767px) {
	.about-section .about-features li a .title {
		letter-spacing: 1px
	}
}

.about-section .about-features li a .hover-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 75px;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.about-section .about-features li a:hover {
	background: #A6A6A6;
	color: #fff
}

.about-section .about-features li a:hover .title {
	color: #fff
}

.about-section .about-features li a:hover .hover-icon {
	visibility: visible;
	opacity: .1
}

.about-section .about-features.masonry-layout {
	margin-top: 0
}

@media (max-width:767px) {
	.about-section .about-features.masonry-layout {
		margin-top: 50px
	}
}

.about-section .about-features.masonry-layout li {
	margin-top: 0
}

.about-section .about-features.masonry-layout li:nth-child(2) {
	margin-top: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-features.masonry-layout li:nth-child(2) {
		margin-top: 50px
	}
}

@media (max-width:767px) {
	.about-section .about-features.masonry-layout li:nth-child(2) {
		margin-top: 50px
	}
}

.about-section .about-features.masonry-layout li:nth-child(3) {
	margin-top: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-features.masonry-layout li:nth-child(3) {
		margin-top: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-section .about-features.masonry-layout li:nth-child(3) {
		margin-top: 100px
	}
}

@media (max-width:575px) {
	.about-section .about-features.masonry-layout li:nth-child(3) {
		margin-top: 0
	}
}

.about-section .about-features.masonry-layout li:nth-child(4) {
	margin-top: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-features.masonry-layout li:nth-child(4) {
		margin-top: 50px
	}
}

@media (max-width:767px) {
	.about-section .about-features.masonry-layout li:nth-child(4) {
		margin-top: -50px
	}
}

@media (max-width:575px) {
	.about-section .about-features.masonry-layout li:nth-child(4) {
		margin-top: 50px
	}
}

.about-section .about-features-boxes .single-feature-box {
	background-color: #fff;
	padding: 50px 30px;
	box-shadow: 0 8px 16px 0 rgba(34, 34, 34, .02);
	text-align: center;
	font-size: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-section .about-features-boxes .single-feature-box {
		padding: 50px 18px
	}
}

.about-section .about-features-boxes .single-feature-box .icon {
	font-size: 70px;
	margin-bottom: 20px;
	line-height: 1;
	color: #A6A6A6
}

.about-section .about-features-boxes .single-feature-box h4 {
	margin-bottom: 20px;
	font-size: 30px;
	letter-spacing: -1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-section .about-features-boxes .single-feature-box h4 {
		font-size: 24px
	}
}

.about-section .about-features-boxes .single-feature-box.only-bg {
	width: 100%;
	height: 100%;
	box-shadow: none;
	min-height: 315px;
	padding: 0;
	background-size: cover;
	background-position: 50%
}

.about-section .about-features-boxes .single-feature-box.dark {
	background-color: #222
}

.about-section .about-features-boxes .single-feature-box.dark,
.about-section .about-features-boxes .single-feature-box.dark h4,
.about-section .about-features-boxes .single-feature-box.dark h4 a {
	color: #fff
}

.about-section .about-features-boxes .single-feature-box.dark a:hover {
	color: #A6A6A6
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .abour-text {
		padding: 0;
		margin-top: 50px
	}
}

@media (max-width:767px) {
	.about-section .abour-text {
		padding: 0;
		margin-top: 50px
	}
}

.about-section .about-text-box {
	background-color: #fff;
	padding: 30px;
	margin-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-text-box {
		padding: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-section .about-text-box {
		padding: 50px
	}
}

@media (max-width:575px) {
	.about-section .about-text-box {
		padding: 40px 20px
	}
}

.about-section .about-text-box .about-text {
	font-size: 14px;
	padding-left: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-section .about-text-box .about-text {
		padding: 0;
		margin-top: 50px
	}
}

@media (max-width:767px) {
	.about-section .about-text-box .about-text {
		padding: 0;
		margin-top: 50px
	}
}

.about-section .about-text-box .about-text span {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px
}

.about-section .about-text-box .about-text h3 {
	font-size: 48px;
	margin-bottom: 30px;
	letter-spacing: -1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-section .about-text-box .about-text h3 {
		font-size: 38px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-section .about-text-box .about-text h3 {
		font-size: 34px
	}
}

@media (max-width:575px) {
	.about-section .about-text-box .about-text h3 {
		font-size: 32px
	}
}

.about-section .about-text-box .about-text .main-btn {
	margin-top: 30px
}

@media (max-width:575px) {
	.about-section .about-text-box .about-text .main-btn {
		padding: 0 35px
	}
}

.about-section .about-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1
}

.about-section .about-right-bottom .about-bottom-img {
	position: relative
}

.about-section .about-right-bottom .about-bottom-img:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(/themes/react/miranda/static/media/pattern-04.91d642f5.png);
	content: "";
	background-size: cover;
	background-position: 50%
}

.room-type-section {
	position: relative;
	z-index: 1
}

.room-type-section,
.room-type-section:before {
	background-size: 100% 100%;
	background-position: 50%
}

.room-type-section:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(/themes/react/miranda/static/media/brush.be87a021.png);
	z-index: -1;
	background-repeat: no-repeat
}

.room-type-section .room-filter {
	text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-type-section .room-filter {
		margin-top: 30px
	}
}

@media (max-width:767px) {
	.room-type-section .room-filter {
		margin-top: 30px
	}
}

.room-type-section .room-filter li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	border: 2px solid transparent;
	padding: 20px 30px;
	cursor: pointer;
	color: #777;
	transition: all .3s ease-out 0s;
	border-radius: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-type-section .room-filter li a {
		padding: 10px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-type-section .room-filter li a {
		padding: 10px 20px
	}
}

@media (max-width:575px) {
	.room-type-section .room-filter li a {
		padding: 8px 15px;
		font-size: 14px
	}
}

.room-type-section .room-filter li a.active,
.room-type-section .room-filter li a:hover {
	color: #111;
	border-color: #e6e6e6;
	background-color: transparent
}

.room-type-section .room-items .row {
	margin-left: -7.5px;
	margin-right: -7.5px
}

.room-type-section .room-items .row>.col,
.room-type-section .room-items .row>[class*=col-] {
	padding-left: 7.5px;
	padding-right: 7.5px
}

.room-type-section .room-items .room-box {
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 15px
}

.room-type-section .room-items .room-box.extra-height {
	height: 575px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-type-section .room-items .room-box.extra-height {
		height: 280px
	}
}

@media (max-width:767px) {
	.room-type-section .room-items .room-box.extra-height {
		height: 280px
	}
}

.room-type-section .room-items .room-box:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(17, 17, 17, .50196), rgba(17, 17, 17, .25) 44%, rgba(17, 17, 17, 0));
	content: ""
}

.room-type-section .room-items .room-box .room-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	transition: all .4s ease-out 0s
}

.room-type-section .room-items .room-box .room-content {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2;
	right: 30px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-type-section .room-items .room-box .room-content {
		left: 15px
	}
}

.room-type-section .room-items .room-box .room-content h3 {
	font-size: 36px
}

@media (max-width:767px) {
	.room-type-section .room-items .room-box .room-content h3 {
		font-size: 26px
	}
}

.room-type-section .room-items .room-box .room-content h3 a {
	color: #fff
}

.room-type-section .room-items .room-box .room-content span {
	color: #fff;
	padding-bottom: 15px;
	font-weight: 700
}

.room-type-section .room-items .room-box .room-content span i {
	margin-right: 10px
}

@media (max-width:767px) {
	.room-type-section .room-items .room-box .room-content span {
		font-size: 14px
	}
}

.room-type-section .room-items .room-box .room-link {
	border: 2px solid hsla(0, 0%, 100%, .2);
	width: 60px;
	height: 60px;
	position: absolute;
	right: 15px;
	bottom: 0;
	border-radius: 50%;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	opacity: 0;
	visibility: hidden
}

@media (max-width:767px) {
	.room-type-section .room-items .room-box .room-link {
		height: 40px;
		width: 40px;
		text-align: center;
		right: 10px;
		line-height: 40px
	}
}

.room-type-section .room-items .room-box .room-link:hover {
	background-color: #fff;
	color: #111
}

.room-type-section .room-items .room-box.extra-wide .room-link {
	right: 40px
}

.room-type-section .room-items .room-box:hover .room-link {
	opacity: 1;
	visibility: visible;
	bottom: 30px
}

.room-type-section .room-items .room-box:hover .room-bg {
	transform: scale(1.1)
}

.cta-section .cta-inner {
	padding: 100px 0;
	background-color: #fff;
	position: relative;
	z-index: 1
}

.cta-section .cta-inner .cta-text p {
	font-size: 20px;
	line-height: 1.6;
	color: #a08d69
}

.cta-section .cta-inner .cta-text a.main-btn.btn-filled {
	background-color: #111;
	color: #fff;
	margin-top: 40px;
	border-color: #111
}

.cta-section .cta-inner .cta-text a.main-btn.btn-filled:hover {
	background-color: #A6A6A6;
	border-color: #A6A6A6
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.cta-section .cta-inner .cta-text {
		margin-top: 60px
	}
}

@media (max-width:767px) {
	.cta-section .cta-inner .cta-text {
		margin-top: 60px
	}
}

.cta-section .cta-inner .cta-features .single-feature {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: 120px 1fr;
	grid-template-columns: 120px 1fr;
	margin-bottom: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.cta-section .cta-inner .cta-features .single-feature {
		-ms-grid-columns: 100px 1fr;
		grid-template-columns: 100px 1fr
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.cta-section .cta-inner .cta-features .single-feature {
		-ms-grid-columns: 100px 1fr;
		grid-template-columns: 100px 1fr
	}
}

@media (max-width:575px) {
	.cta-section .cta-inner .cta-features .single-feature {
		display: block
	}
}

.cta-section .cta-inner .cta-features .single-feature .icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 8px 16px 0 rgba(190, 173, 142, .2);
	text-align: center;
	line-height: 120px;
	font-size: 60px;
	color: #A6A6A6;
	transition: all .3s ease-out 0s;
	position: relative;
	z-index: 2
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.cta-section .cta-inner .cta-features .single-feature .icon {
		height: 100px;
		width: 100px;
		line-height: 100px;
		font-size: 40px
	}
}

@media (max-width:767px) {
	.cta-section .cta-inner .cta-features .single-feature .icon {
		height: 100px;
		width: 100px;
		line-height: 100px;
		font-size: 40px
	}
}

@media (max-width:575px) {
	.cta-section .cta-inner .cta-features .single-feature .icon {
		margin-bottom: 30px
	}
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc {
	position: relative;
	padding-left: 40px;
	z-index: 1;
	font-size: 14px
}

@media (max-width:575px) {
	.cta-section .cta-inner .cta-features .single-feature .cta-desc {
		padding-left: 0
	}
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
	font-size: 30px;
	color: #111;
	margin-bottom: 20px;
	letter-spacing: -1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
		font-size: 26px
	}
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
	position: absolute;
	font-size: 120px;
	font-weight: 700;
	left: -32px;
	top: 0;
	line-height: 1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #111;
	z-index: -1;
	color: transparent;
	opacity: .1
}

@media (max-width:575px) {
	.cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
		left: 0;
		top: -75px
	}
}

.cta-section .cta-inner .cta-features .single-feature:hover .icon {
	background-color: #A6A6A6;
	color: #fff
}

.cta-section .cta-inner .cta-features .single-feature:last-child {
	margin-bottom: 0
}

.cta-section .cta-inner:after {
	content: "";
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: -40px;
	background-color: #A6A6A6;
	height: 20px
}

.cta-section .cta-inner:before {
	content: "\f127";
	font-family: "Flaticon";
	left: 0;
	bottom: 0;
	line-height: 1;
	color: #f6f6f6;
	font-size: 350px;
	position: absolute
}

.room-gallery-cta {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50%;
	padding: 120px 0;
	background-attachment: fixed
}

.room-gallery-cta:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #111;
	opacity: .7;
	content: ""
}

.room-gallery-cta ul li {
	display: inline-block;
	margin: 0 10px
}

@media (max-width:767px) {
	.room-gallery-cta ul li {
		margin: 0 5px
	}
}

@media (max-width:767px) {
	.room-gallery-cta ul li .main-btn {
		padding: 0 25px;
		letter-spacing: 1px
	}
}

@media (max-width:399px) {
	.room-gallery-cta ul li .main-btn {
		padding: 0 15px;
		letter-spacing: 1px;
		font-size: 12px
	}
}

.room-gallery-cta ul li .main-btn.btn-border:hover,
.room-gallery-cta ul li .main-btn.btn-filled {
	box-shadow: none
}

.room-gallery-cta ul li .main-btn.btn-border,
.room-gallery-cta ul li .main-btn.btn-filled:hover {
	border-color: hsla(0, 0%, 100%, .2);
	color: #fff
}

.room-gallery-cta .cta-text h2 {
	font-size: 80px;
	line-height: 1.125;
	letter-spacing: -3px;
	color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 72px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 52px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 42px
	}
}

@media (max-width:575px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 32px
	}
}

@media (max-width:399px) {
	.room-gallery-cta .cta-text h2 {
		font-size: 28px
	}
}

.room-gallery-cta .cta-text span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 20px;
	color: #A6A6A6
}

.room-gallery-cta .rotate-images img {
	position: absolute;
	z-index: 1;
	bottom: 0;
	transform: rotate(-37deg);
	left: 3%;
	z-index: -1
}

@media (max-width:767px) {
	.room-gallery-cta .rotate-images img {
		max-width: 150px
	}
}

@media (max-width:399px) {
	.room-gallery-cta .rotate-images img {
		max-width: 100px
	}
}

.room-gallery-cta .rotate-images img.rotate-image-one {
	left: 8%;
	top: 0;
	bottom: auto;
	max-width: 260px;
	transform: rotate(-37deg)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		left: 2%
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		left: 2%;
		max-width: 220px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		left: 1%;
		max-width: 180px
	}
}

@media (max-width:767px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		left: 1%;
		max-width: 150px
	}
}

@media (max-width:399px) {
	.room-gallery-cta .rotate-images img.rotate-image-one {
		max-width: 100px
	}
}

.room-gallery-cta .rotate-images img.rotate-image-three {
	right: 5%;
	left: auto
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		left: auto;
		right: 2%;
		max-width: 250px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		left: auto;
		right: 2%;
		max-width: 250px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		left: auto;
		right: 1%;
		max-width: 200px
	}
}

@media (max-width:767px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		left: auto;
		right: 1%;
		max-width: 150px
	}
}

@media (max-width:399px) {
	.room-gallery-cta .rotate-images img.rotate-image-three {
		max-width: 100px
	}
}

.text-block.with-bg {
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 1
}

.text-block.with-bg:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #fff;
	z-index: -1;
	opacity: .94
}

.text-block.bg-black .section-title h2,
.text-block.bg-black p {
	color: #fff
}

.text-block.bg-black .section-title .title-tag {
	color: #A6A6A6
}

.text-block.bg-black .main-btn.btn-filled {
	box-shadow: none
}

.text-block.bg-black .main-btn.btn-filled:hover {
	color: #fff
}

.text-block.with-pattern {
	position: relative;
	z-index: 1
}

.text-block.with-pattern .pattern-wrap {
	position: absolute;
	background: #A6A6A6;
	right: 0;
	height: 100%;
	z-index: -1;
	width: 30%;
	top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.text-block.with-pattern .pattern-wrap {
		width: 100%;
		height: 320px
	}
}

@media (max-width:767px) {
	.text-block.with-pattern .pattern-wrap {
		width: 100%;
		height: 320px
	}
}

.text-block.with-pattern .pattern-wrap .pattern {
	position: relative;
	width: 100%;
	height: 100%
}

.text-block.with-pattern .pattern-wrap .pattern:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(/themes/react/miranda/static/media/pattern-03.fb0e67a1.png);
	content: "";
	background-size: cover;
	background-position: 100%
}

@media (max-width:575px) {
	.text-block .block-text p {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.text-block .mb-small {
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.text-block .mb-small {
		margin-bottom: 50px
	}
}

.video-wrap {
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (max-width:575px) {
	.video-wrap {
		height: 350px
	}
}

.video-wrap a.popup-video {
	border-radius: 50%;
	box-shadow: 0 14px 24px 0 rgba(190, 173, 142, .3);
	width: 60px;
	height: 60px;
	line-height: 65px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #111;
	position: relative
}

.video-wrap a.popup-video:before {
	animation: pulse-border-2 1s linear infinite
}

.video-wrap a.popup-video:after,
.video-wrap a.popup-video:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 50%
}

.video-wrap a.popup-video:after {
	animation: pulse-border-2 1.5s linear infinite
}

.video-wrap.video-wrap-two {
	height: 460px
}

@media (max-width:575px) {
	.video-wrap.video-wrap-two {
		height: 350px
	}
}

.video-wrap.video-wrap-two a.popup-video {
	height: 120px;
	width: 120px;
	line-height: 120px;
	font-size: 20px;
	box-shadow: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.video-wrap.video-wrap-two a.popup-video {
		height: 100px;
		width: 100px;
		line-height: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.video-wrap.video-wrap-two a.popup-video {
		width: 80px;
		height: 80px;
		line-height: 80px
	}
}

@media (max-width:767px) {
	.video-wrap.video-wrap-two a.popup-video {
		width: 80px;
		height: 80px;
		line-height: 80px
	}
}

.video-wrap.full-section {
	height: 700px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.video-wrap.full-section {
		height: 550px
	}
}

@media (max-width:767px) {
	.video-wrap.full-section {
		height: 380px
	}
}

.video-wrap.full-section a.popup-video {
	height: auto;
	width: auto;
	background-color: transparent
}

.video-wrap.full-section a.popup-video:after,
.video-wrap.full-section a.popup-video:before {
	display: none
}

.video-wrap.full-section a.popup-video img {
	max-width: 115px;
	max-height: 115px
}

@media (max-width:767px) {
	.video-wrap.full-section a.popup-video img {
		max-width: 80px;
		max-height: 80px
	}
}

.video-wrap.video-about {
	height: 650px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.video-wrap.video-about {
		height: 500px
	}
}

@media (max-width:767px) {
	.video-wrap.video-about {
		height: 300px
	}
}

.testimonial-box {
	background-color: #fff;
	text-align: center;
	padding: 50px 30px;
	transition: all .3s ease-out 0s;
	margin-bottom: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-box {
		padding: 50px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-box {
		padding: 50px 20px;
		font-size: 14px
	}
}

.testimonial-box .client-img {
	max-width: 150px;
	max-height: 150px;
	margin: auto;
	position: relative
}

.testimonial-box .client-img img {
	max-width: 150px;
	max-height: 150px;
	border-radius: 50%
}

.testimonial-box .client-img .check {
	position: absolute;
	right: 0;
	top: 0;
	border: 4px solid #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #A6A6A6;
	text-align: center;
	line-height: 50px;
	color: #fff
}

.testimonial-box h3 {
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 35px;
	letter-spacing: -1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-box h3 {
		font-size: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-box h3 {
		font-size: 22px
	}
}

.testimonial-box .clinet-post {
	font-weight: 700;
	text-transform: uppercase;
	color: #A6A6A6;
	margin-bottom: 30px;
	letter-spacing: 2px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-box .clinet-post {
		font-size: 14px;
		font-size: 12px
	}
}

.testimonial-box:hover {
	box-shadow: 0 14px 24px 0 rgba(190, 173, 142, .2)
}

.testimonial-slider ul.slick-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}

.testimonial-slider ul.slick-dots li {
	display: inline-block;
	cursor: pointer
}

.testimonial-slider ul.slick-dots li button {
	font-size: 0;
	border: 0;
	background: #e7e7e7;
	width: 16px;
	height: 4px;
	margin: 0 5px;
	transition: all .3s ease-out 0s
}

.testimonial-slider ul.slick-dots li.slick-active button {
	width: 26px;
	background-color: #A6A6A6
}

.latest-news .latest-post-box .post-img {
	height: 260px;
	width: 100%;
	background-size: cover;
	background-position: 50%
}

@media (max-width:767px) {
	.latest-news .latest-post-box .post-img {
		height: 220px
	}
}

.latest-news .latest-post-box .post-desc {
	background-color: #fff;
	padding: 40px 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.latest-news .latest-post-box .post-desc {
		padding: 35px 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.latest-news .latest-post-box .post-desc {
		padding: 35px 18px;
		font-size: 14px
	}
}

@media (max-width:399px) {
	.latest-news .latest-post-box .post-desc {
		padding: 35px 25px;
		font-size: 14px
	}
}

.latest-news .latest-post-box .post-desc .post-meta li {
	display: inline-block;
	margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.latest-news .latest-post-box .post-desc .post-meta li {
		margin-right: 5px;
		font-size: 14px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.latest-news .latest-post-box .post-desc .post-meta li {
		margin-right: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.latest-news .latest-post-box .post-desc .post-meta li {
		margin-right: 5px;
		font-size: 12px
	}
}

@media (max-width:399px) {
	.latest-news .latest-post-box .post-desc .post-meta li {
		margin-right: 5px;
		font-size: 12px
	}
}

.latest-news .latest-post-box .post-desc .post-meta li a {
	font-weight: 500;
	color: #777
}

.latest-news .latest-post-box .post-desc .post-meta li a i {
	margin-right: 10px
}

.latest-news .latest-post-box .post-desc .post-meta li:last-child {
	margin-right: 0
}

.latest-news .latest-post-box .post-desc h4 {
	font-size: 24px;
	color: #111;
	margin-bottom: 25px;
	letter-spacing: -1px;
	line-height: 1.4
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.latest-news .latest-post-box .post-desc h4 {
		font-size: 22px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.latest-news .latest-post-box .post-desc h4 {
		font-size: 20px
	}
}

@media (max-width:399px) {
	.latest-news .latest-post-box .post-desc h4 {
		font-size: 20px
	}
}

.features-loop .feature-box {
	padding: 60px 50px;
	font-size: 14px;
	background-color: #fff;
	border: 2px solid #f8f8f8;
	position: relative;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-loop .feature-box {
		padding: 50px 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-loop .feature-box {
		padding: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-loop .feature-box {
		padding: 35px 25px
	}
}

@media (max-width:575px) {
	.features-loop .feature-box {
		padding: 50px 30px
	}
}

.features-loop .feature-box .icon {
	margin-bottom: 30px;
	font-size: 70px;
	color: #A6A6A6;
	line-height: 1
}

.features-loop .feature-box:hover .icon i {
	animation: hvr-buzz-out .75s linear 1
}

.features-loop .feature-box h3 {
	font-size: 30px;
	margin-bottom: 30px;
	letter-spacing: -1px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-loop .feature-box h3 {
		font-size: 24px
	}
}

.features-loop .feature-box .count {
	line-height: 1;
	position: absolute;
	right: 0;
	top: -10px;
	font-size: 120px;
	color: #f8f8f8
}

.features-loop .feature-box.with-hover-img .hover-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	transition: all .3s ease-out 0s;
	visibility: visible;
	opacity: 1
}

.features-loop .feature-box.with-hover-img:hover .hover-img {
	opacity: 0;
	visibility: hidden
}

.features-loop .feature-box.dark-box {
	background-color: #292929;
	border: none
}

.features-loop .feature-box.dark-box,
.features-loop .feature-box.dark-box h3 a {
	color: #fff
}

.features-loop .feature-box.dark-box .count {
	color: #222
}

.room-gird-loop .room-box .room-img-wrap {
	overflow: hidden;
	width: 100%;
	height: 240px
}

.room-gird-loop .room-box .room-img-wrap .room-img {
	height: 100%;
	width: 100%;
	transition: all .3s ease-out 0s;
	background-size: cover;
	background-position: 50%
}

.room-gird-loop .room-box:hover .room-img {
	transform: scale(1.1)
}

.room-gird-loop .room-box .room-desc {
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 50px 35px 30px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-gird-loop .room-box .room-desc {
		padding: 50px 25px 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-gird-loop .room-box .room-desc {
		padding: 50px 20px 30px
	}
}

.room-gird-loop .room-box .room-desc .icons {
	background-color: #fff;
	padding: 15px;
	position: absolute;
	left: 25px;
	right: 25px;
	top: 0;
	transform: translateY(-50%);
	box-shadow: 0 8px 16px 0 hsla(0, 0%, 54.1%, .04)
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-gird-loop .room-box .room-desc .icons {
		left: 12px;
		right: 12px;
		padding: 15px 5px
	}
}

.room-gird-loop .room-box .room-desc .icons li {
	display: inline-block;
	margin: 0 10px;
	color: #222
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-gird-loop .room-box .room-desc .icons li {
		margin: 0 5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-gird-loop .room-box .room-desc .icons li {
		margin: 0 8px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-gird-loop .room-box .room-desc .icons li {
		margin: 0 5px
	}
}

@media (max-width:399px) {
	.room-gird-loop .room-box .room-desc .icons li {
		margin: 0 5px
	}
}

.room-gird-loop .room-box .room-desc h4 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 15px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-gird-loop .room-box .room-desc h4 {
		font-size: 20px
	}
}

.room-gird-loop .room-box .room-desc a.book-btn,
.room-gird-loop .room-box .room-desc span.price {
	font-size: 16px;
	font-weight: 700;
	color: #A6A6A6;
	margin-top: 25px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-gird-loop .room-box .room-desc a.book-btn,
	.room-gird-loop .room-box .room-desc span.price {
		font-size: 14px
	}
}

.room-gird-loop .room-box .room-desc a.book-btn {
	color: #bdbdbd;
	margin-left: 20px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-gird-loop .room-box .room-desc a.book-btn {
		margin-left: 10px
	}
}

.room-gird-loop .room-box .room-desc a.book-btn:hover {
	color: #A6A6A6
}

.room-list-loop .room-box .room-img-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 310px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-list-loop .room-box .room-img-wrap {
		min-height: 350px
	}
}

@media (max-width:575px) {
	.room-list-loop .room-box .room-img-wrap {
		min-height: 250px
	}
}

.room-list-loop .room-box .room-img-wrap .room-img {
	height: 100%;
	width: 100%;
	transition: all .4s ease-out 0s;
	background-size: cover;
	background-position: 50%
}

.room-list-loop .room-box:hover .room-img {
	transform: scale(1.1)
}

.room-list-loop .room-box .room-desc {
	background-color: #fff;
	font-size: 14px;
	padding: 50px 20px 50px 40px;
	position: relative
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-list-loop .room-box .room-desc {
		padding: 50px 20px 50px 25px
	}
}

@media (max-width:575px) {
	.room-list-loop .room-box .room-desc {
		padding: 50px 30px
	}
}

@media (max-width:399px) {
	.room-list-loop .room-box .room-desc {
		padding: 50px 25px
	}
}

.room-list-loop .room-box .room-desc .icons {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 8px 16px 0 hsla(0, 0%, 54.1%, .04);
	display: inline-block;
	margin-bottom: 25px
}

.room-list-loop .room-box .room-desc .icons li {
	display: inline-block;
	margin: 0 10px;
	color: #222
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-list-loop .room-box .room-desc .icons li {
		margin: 0 8px
	}
}

@media (max-width:575px) {
	.room-list-loop .room-box .room-desc .icons li {
		margin: 0 5px
	}
}

.room-list-loop .room-box .room-desc h4 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 15px
}

.room-list-loop .room-box .room-desc a.book-btn {
	font-size: 16px;
	font-weight: 700;
	color: #bdbdbd;
	position: relative;
	margin-top: 20px;
	padding-top: 20px
}

.room-list-loop .room-box .room-desc a.book-btn:hover {
	color: #A6A6A6
}

.room-list-loop .room-box .room-desc a.book-btn:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	height: 2px;
	transform: translateX(-50%);
	width: 60px;
	background-color: #efefef
}

.room-list-loop .room-box .room-desc .price {
	font-size: 40px;
	font-weight: 700;
	color: #A6A6A6;
	line-height: 1;
	display: block
}

@media (max-width:575px) {
	.room-list-loop .room-box .room-desc .price {
		margin-top: 30px
	}
}

.room-list-loop .room-box .room-desc .price span {
	font-size: 16px
}

.room-slider {
	position: relative;
	z-index: 1
}

.room-slider .rooms-slider-one.row {
	margin-left: -20px;
	margin-right: -20px
}

.room-slider .rooms-slider-one.row>.col {
	padding-left: 20px;
	padding-right: 20px
}

.room-slider .rooms-slider-one .slider-img {
	width: 100%;
	height: 580px;
	background-size: cover;
	background-position: 50%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-slider .rooms-slider-one .slider-img {
		height: 500px
	}
}

@media (max-width:767px) {
	.room-slider .rooms-slider-one .slider-img {
		height: 450px
	}
}

@media (max-width:575px) {
	.room-slider .rooms-slider-one .slider-img {
		height: 400px
	}
}

@media (max-width:767px) {
	.room-slider .rooms-content-wrap {
		margin-bottom: 100px
	}
}

.room-slider .rooms-content-wrap .room-content-box {
	background-color: #222;
	color: #d4d4d4;
	font-size: 14px;
	padding: 60px 50px;
	position: relative;
	z-index: 2;
	margin-top: -495px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-slider .rooms-content-wrap .room-content-box {
		margin-top: -445px
	}
}

@media (max-width:767px) {
	.room-slider .rooms-content-wrap .room-content-box {
		margin-top: -100px;
		padding: 50px 30px
	}
}

@media (max-width:575px) {
	.room-slider .rooms-content-wrap .room-content-box {
		margin-top: -50px;
		padding: 50px 30px
	}
}

.room-slider .rooms-content-wrap .room-content-box .slider-count {
	position: absolute;
	right: 50px;
	font-size: 14px;
	font-weight: 700;
	top: 90px;
	color: #4c4c4c;
	z-index: 3;
	letter-spacing: 2px
}

.room-slider .rooms-content-wrap .room-content-box .slider-count .current {
	color: #A6A6A6
}

.room-slider .rooms-content-wrap .room-content-box .slider-count-big {
	position: absolute;
	bottom: -30px;
	right: 0;
	line-height: 1;
	font-size: 200px;
	z-index: -1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px hsla(0, 0%, 100%, .6);
	opacity: .1
}

@media (max-width:767px) {
	.room-slider .rooms-content-wrap .room-content-box .slider-count-big {
		font-size: 150px
	}
}

.room-slider .rooms-content-wrap .room-content-box h3 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px
}

.room-slider .rooms-content-wrap .room-content-box h3,
.room-slider .rooms-content-wrap .room-content-box h3 a {
	color: #fff
}

.room-slider .rooms-content-wrap .room-content-box .icon {
	line-height: 1;
	color: #A6A6A6;
	margin-bottom: 40px;
	font-size: 70px
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider {
	padding-bottom: 45px
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider .single-content {
	overflow: hidden
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots {
	position: absolute;
	left: 0;
	bottom: 0
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li {
	display: inline-block;
	cursor: pointer
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li button {
	font-size: 0;
	border: 0;
	background: #434343;
	width: 16px;
	height: 4px;
	margin: 0 5px;
	transition: all .3s ease-out 0s
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li.slick-active button {
	width: 26px;
	background-color: #A6A6A6
}

.room-slider .rooms-slider-two .single-rooms-box {
	position: relative;
	margin-bottom: 130px;
	margin-top: 25px
}

.room-slider .rooms-slider-two .single-rooms-box .room-img {
	overflow: hidden;
	width: 100%;
	height: 500px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-img {
		height: 420px
	}
}

@media (max-width:767px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-img {
		height: 350px
	}
}

.room-slider .rooms-slider-two .single-rooms-box .room-img .img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50%;
	transition: all .3s ease-out 0s
}

.room-slider .rooms-slider-two .single-rooms-box:hover .img {
	transform: scale(1.1)
}

.room-slider .rooms-slider-two .single-rooms-box .icons {
	background-color: #fff;
	padding: 15px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 8px 16px 0 hsla(0, 0%, 54.1%, .04);
	visibility: visible;
	opacity: 0;
	transition: all .3s ease-out 0s;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.room-slider .rooms-slider-two .single-rooms-box .icons li {
	display: inline-block;
	margin: 0 10px;
	color: #222
}

@media (max-width:575px) {
	.room-slider .rooms-slider-two .single-rooms-box .icons li {
		margin: 0 5px
	}
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: -115px;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 8px 16px 0 hsla(0, 0%, 54.1%, .04);
	font-size: 14px;
	visibility: visible;
	opacity: 0;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc {
		left: 20px;
		right: 20px;
		padding: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc {
		left: 20px;
		right: 20px;
		padding: 30px
	}
}

@media (max-width:767px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc {
		left: 10px;
		right: 10px;
		padding: 25px
	}
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
	font-size: 36px;
	margin-bottom: 10px;
	letter-spacing: -1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
		font-size: 32px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
		font-size: 28px
	}
}

@media (max-width:767px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
		font-size: 26px
	}
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
	text-align: right;
	font-size: 40px;
	color: #A6A6A6
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
		font-size: 32px
	}
}

@media (max-width:767px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
		font-size: 28px
	}
}

@media (max-width:575px) {
	.room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
		text-align: left;
		margin-top: 10px
	}
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc .price span {
	font-size: 16px
}

.room-slider .rooms-slider-two .slick-current .single-rooms-box .icons,
.room-slider .rooms-slider-two .slick-current .single-rooms-box .room-desc {
	visibility: visible;
	opacity: 1
}

.room-slider .rooms-slider-two .slick-arrow {
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	color: #111;
	background: #fff;
	cursor: pointer;
	transition: all .3s ease-out 0s;
	position: absolute;
	top: 40%;
	z-index: 2;
	left: 22%;
	transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-slider .rooms-slider-two .slick-arrow {
		left: 10%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-slider .rooms-slider-two .slick-arrow {
		left: 5%
	}
}

@media (max-width:767px) {
	.room-slider .rooms-slider-two .slick-arrow {
		left: 2%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 15px
	}
}

.room-slider .rooms-slider-two .slick-arrow.next-arrow {
	margin-left: 20px;
	left: auto;
	right: 22%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-slider .rooms-slider-two .slick-arrow.next-arrow {
		left: auto;
		right: 10%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-slider .rooms-slider-two .slick-arrow.next-arrow {
		left: auto;
		right: 5%
	}
}

@media (max-width:767px) {
	.room-slider .rooms-slider-two .slick-arrow.next-arrow {
		left: auto;
		right: 2%
	}
}

.room-slider .rooms-slider-two .slick-arrow.next-arrow,
.room-slider .rooms-slider-two .slick-arrow:hover {
	background-color: #A6A6A6;
	color: #fff;
	box-shadow: 0 14px 24px 0 rgba(190, 173, 142, .3)
}

.room-details .deatils-box {
	font-family: "Roboto", sans-serif
}

.room-details .deatils-box .title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 50px;
	background-color: #fff;
	margin-right: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-details .deatils-box .title-wrap {
		padding: 40px 30px;
		margin-right: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-details .deatils-box .title-wrap {
		padding: 30px 20px;
		margin-right: 20px
	}
}

@media (max-width:575px) {
	.room-details .deatils-box .title-wrap {
		padding: 30px;
		margin-right: 20px;
		display: block
	}
}

.room-details .deatils-box .title-wrap .title .room-cat {
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px
}

.room-details .deatils-box .title-wrap .title h2 {
	font-size: 48px;
	letter-spacing: -1px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-details .deatils-box .title-wrap .title h2 {
		font-size: 42px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-details .deatils-box .title-wrap .title h2 {
		font-size: 32px
	}
}

@media (max-width:575px) {
	.room-details .deatils-box .title-wrap .title h2 {
		font-size: 28px
	}
}

.room-details .deatils-box .title-wrap .price {
	font-size: 40px;
	color: #A6A6A6;
	font-weight: 700;
	font-family: "Archivo", sans-serif
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-details .deatils-box .title-wrap .price {
		font-size: 35px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-details .deatils-box .title-wrap .price {
		font-size: 30px
	}
}

@media (max-width:575px) {
	.room-details .deatils-box .title-wrap .price {
		font-size: 24px;
		margin-top: 15px
	}
}

.room-details .deatils-box .title-wrap .price span {
	font-size: 16px
}

.room-details .deatils-box .thumb {
	margin-top: -90px;
	position: relative;
	z-index: -1;
	margin-bottom: 60px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-details .deatils-box .thumb {
		margin-top: -65px
	}
}

.room-details .deatils-box h3.subtitle {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f1f1f1
}

.room-details .deatils-box .room-fearures {
	background-color: #fff;
	padding: 50px 50px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-details .deatils-box .room-fearures {
		padding: 50px 35px 30px
	}
}

@media (max-width:575px) {
	.room-details .deatils-box .room-fearures {
		padding: 50px 30px 30px
	}
}

.room-details .deatils-box .room-fearures .room-fearures-list li {
	width: 33.33%;
	float: left;
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.room-details .deatils-box .room-fearures .room-fearures-list li {
		width: 50%
	}
}

@media (max-width:575px) {
	.room-details .deatils-box .room-fearures .room-fearures-list li {
		width: 100%
	}
}

.room-details .deatils-box .room-fearures .room-fearures-list li i {
	color: #A6A6A6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.room-details .deatils-box .room-rules {
	background-color: #fff;
	padding: 50px 50px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-details .deatils-box .room-rules {
		padding: 50px 35px 30px
	}
}

@media (max-width:575px) {
	.room-details .deatils-box .room-rules {
		padding: 50px 30px 30px
	}
}

.room-details .deatils-box .room-rules .room-rules-list li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px
}

.room-details .deatils-box .room-rules .room-rules-list li:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #A6A6A6;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f00c"
}

.room-details .deatils-box .cancellation-box {
	background-color: #fff;
	padding: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-details .deatils-box .cancellation-box {
		padding: 50px 35px
	}
}

@media (max-width:575px) {
	.room-details .deatils-box .cancellation-box {
		padding: 50px 30px
	}
}

.room-details .deatils-box .cancellation-box strong {
	color: #222
}

.room-details .deatils-box .room-map {
	width: 100%;
	height: 390px;
	background-color: #fff
}

@media (max-width:575px) {
	.room-details .deatils-box .room-map {
		height: 320px
	}
}

.room-details .deatils-box .room-map iframe {
	width: 100%;
	height: 100%
}

.room-details .deatils-box .related-room h3.subtitle {
	border-color: #ddd
}

.room-details .room-booking-form {
	background-color: #fff;
	padding: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.room-details .room-booking-form {
		margin-top: 30px
	}
}

@media (max-width:767px) {
	.room-details .room-booking-form {
		margin-top: 30px
	}
}

.room-details .room-booking-form .nice-select,
.room-details .room-booking-form input,
.room-details .room-booking-form select {
	background-color: #f8f8f8
}

.room-details .room-booking-form .main-btn {
	height: 60px;
	line-height: 60px;
	box-shadow: none;
	width: 100%;
	padding: 0
}

.room-details .room-booking-form .title {
	font-weight: 700;
	font-family: "Archivo", sans-serif;
	margin-bottom: 30px;
	padding-left: 60px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-details .room-booking-form .title {
		padding-left: 50px
	}
}

@media (max-width:399px) {
	.room-details .room-booking-form .title {
		padding-left: 50px
	}
}

.room-details .room-booking-form .title:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background-color: #A6A6A6;
	content: ""
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.room-details .room-booking-form .title:before {
		width: 30px
	}
}

@media (max-width:399px) {
	.room-details .room-booking-form .title:before {
		width: 30px
	}
}

.counter-section .counter-box {
	margin-bottom: 50px
}

@media (max-width:575px) {
	.counter-section .counter-box {
		font-size: 12px
	}
}

.counter-section .counter-box .icon {
	margin-bottom: 30px
}

.counter-section .counter-box .icon img {
	max-width: 100px
}

.counter-section .counter-box,
.counter-section .counter-box h4 {
	color: #fff;
	font-weight: 700;
	font-family: "Roboto", sans-serif
}

.counter-section .counter-box h4 {
	font-size: 60px;
	word-spacing: 0
}

.counter-section .counter-box h4 .plus-icon {
	font-size: 16px
}

@media (max-width:575px) {
	.counter-section .counter-box h4 {
		font-size: 38px
	}
}

.counter-section .counter-box .title {
	color: #999
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-section .counter-box.box-layout {
		font-size: 12px
	}
}

.counter-section .counter-box.counter-box-two {
	background-color: #fff;
	padding: 30px 40px 30px 120px;
	position: relative;
	margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-section .counter-box.counter-box-two {
		padding: 30px 20px 30px 115px
	}
}

@media (max-width:767px) {
	.counter-section .counter-box.counter-box-two {
		padding: 110px 25px 30px
	}
}

.counter-section .counter-box.counter-box-two,
.counter-section .counter-box.counter-box-two h4 {
	font-weight: 400;
	color: #777
}

.counter-section .counter-box.counter-box-two .icon {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 60px;
	color: #A6A6A6;
	margin: 0;
	line-height: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-section .counter-box.counter-box-two .icon {
		left: 30px
	}
}

@media (max-width:767px) {
	.counter-section .counter-box.counter-box-two .icon {
		top: 30px;
		left: 25px
	}
}

.counter-section .counter-box.counter-box-two h4 {
	color: #222;
	letter-spacing: -1px;
	font-family: "Old Standard TT", serif
}

.menu-area {
	position: relative;
	z-index: 1
}

.menu-area.menu-nagative-gallery {
	padding-top: 115px;
	margin-bottom: 305px;
	padding-bottom: 285px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.menu-area.menu-nagative-gallery {
		margin-bottom: 230px;
		padding-bottom: 220px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.menu-area.menu-nagative-gallery {
		margin-bottom: 200px;
		padding-bottom: 200px
	}
}

@media (max-width:767px) {
	.menu-area.menu-nagative-gallery {
		margin-bottom: 200px;
		padding-bottom: 200px
	}
}

@media (max-width:575px) {
	.menu-area.menu-nagative-gallery {
		margin-bottom: 230px;
		padding-bottom: 240px
	}
}

.menu-area.menu-nagative-gallery .gallery-wrap {
	position: absolute;
	bottom: -190px;
	width: 100%;
	left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.menu-area.menu-nagative-gallery .gallery-wrap {
		bottom: -130px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.menu-area.menu-nagative-gallery .gallery-wrap {
		bottom: -100px
	}
}

@media (max-width:767px) {
	.menu-area.menu-nagative-gallery .gallery-wrap {
		bottom: -100px
	}
}

@media (max-width:575px) {
	.menu-area.menu-nagative-gallery .gallery-wrap {
		bottom: -150px
	}
}

.menu-area.menu-with-shape .shape-one {
	position: absolute;
	left: 2%;
	top: -70px;
	max-width: 250px;
	z-index: 2
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.menu-area.menu-with-shape .shape-one {
		max-width: 180px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.menu-area.menu-with-shape .shape-one {
		max-width: 180px
	}
}

@media (max-width:767px) {
	.menu-area.menu-with-shape .shape-one {
		display: none
	}
}

.menu-area.menu-with-shape .shape-two {
	position: absolute;
	right: 3%;
	bottom: 160px;
	z-index: -1;
	max-width: 250px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.menu-area.menu-with-shape .shape-two {
		max-width: 180px
	}
}

.menu-area .menu-loop .single-menu-box {
	align-items: center;
	margin-bottom: 20px;
	padding-left: 120px;
	position: relative
}

@media (max-width:575px) {
	.menu-area .menu-loop .single-menu-box {
		padding-left: 0;
		padding-top: 140px
	}
}

.menu-area .menu-loop .single-menu-box .menu-desc {
	position: relative;
	transition: all .3s ease-out 0s;
	font-size: 14px;
	color: #222;
	padding: 20px 85px 20px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.menu-area .menu-loop .single-menu-box .menu-desc {
		padding: 20px 50px 20px 30px
	}
}

@media (max-width:399px) {
	.menu-area .menu-loop .single-menu-box .menu-desc {
		padding: 20px 50px 20px 30px
	}
}

.menu-area .menu-loop .single-menu-box .menu-desc h4 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 8px
}

.menu-area .menu-loop .single-menu-box .menu-desc .menu-link {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #A6A6A6;
	z-index: 2;
	transition: all .3s ease-out 0s;
	visibility: hidden;
	opacity: 0
}

.menu-area .menu-loop .single-menu-box .menu-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

@media (max-width:575px) {
	.menu-area .menu-loop .single-menu-box .menu-img {
		height: 120px;
		left: 30px
	}
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc {
	background-color: #fff
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
	right: 40px;
	visibility: visible;
	opacity: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
		right: 15px
	}
}

@media (max-width:399px) {
	.menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
		right: 15px
	}
}

.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc {
	background-color: #222
}

.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc,
.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc h4 a {
	color: #fff
}

.gallery-wrap .gallery-popup {
	overflow: hidden
}

.gallery-wrap .gallery-popup img {
	transition: all .4s ease-out 0s
}

.gallery-wrap .gallery-popup:hover img {
	transform: scale(1.1)
}

.contact-part .contact-info .info-box {
	padding: 50px 45px;
	background-color: #fff;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: 40px 1fr;
	grid-template-columns: 40px 1fr;
	margin-bottom: 30px;
	grid-column-gap: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.contact-part .contact-info .info-box {
		padding: 50px 30px;
		-ms-grid-columns: 30px 1fr;
		grid-template-columns: 30px 1fr
	}
}

@media (max-width:767px) {
	.contact-part .contact-info .info-box {
		display: block;
		padding: 30px 20px
	}
}

.contact-part .contact-info .info-box .icon {
	font-size: 40px;
	color: #A6A6A6
}

@media (max-width:767px) {
	.contact-part .contact-info .info-box .icon {
		margin-bottom: 15px
	}
}

.contact-part .contact-info .info-box .desc h4 {
	font-size: 24px;
	margin-bottom: 20px
}

.contact-part .contact-maps {
	height: 700px;
	width: 100%
}

.contact-part .contact-form {
	background-color: #fff;
	padding: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-part .contact-form {
		padding: 50px
	}
}

@media (max-width:767px) {
	.contact-part .contact-form {
		padding: 50px
	}
}

.contact-part .contact-form .main-btn.btn-filled {
	box-shadow: none
}

.offers-area .offer-boxes-loop .offer-box {
	margin-bottom: 60px
}

.offers-area .offer-boxes-loop .offer-box .offer-desc {
	background-color: #fff;
	padding: 65px 60px 60px;
	margin-left: 60px;
	margin-right: 60px;
	border-top: 6px solid #A6A6A6;
	margin-top: -75px;
	z-index: 2;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc {
		margin-left: 30px;
		margin-right: 30px;
		padding: 65px 40px 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc {
		margin-left: 20px;
		margin-right: 20px;
		padding: 40px 30px 30px;
		margin-top: -50px
	}
}

@media (max-width:575px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc {
		margin-left: 15px;
		margin-right: 15px;
		padding: 40px 20px 30px;
		margin-top: -30px
	}
}

@media (max-width:399px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc {
		margin-left: 5px;
		margin-right: 5px;
		padding: 30px 15px 20px
	}
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
	box-shadow: none;
	margin-top: 30px
}

@media (max-width:575px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
		padding: 0 35px;
		line-height: 40px
	}
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap {
	border-bottom: 2px solid #ececec;
	margin-bottom: 40px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title .room-cat {
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px
}

@media (max-width:575px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title .room-cat {
		letter-spacing: 2px
	}
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
	font-size: 48px;
	letter-spacing: -1px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
		font-size: 32px
	}
}

@media (max-width:575px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
		font-size: 24px
	}
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
	font-size: 40px;
	color: #A6A6A6;
	font-weight: 700;
	text-align: right;
	line-height: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
		font-size: 32px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
		font-size: 28px
	}
}

@media (max-width:575px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
		font-size: 20px
	}
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price span {
	font-size: 16px
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature,
.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-text {
	font-family: "Roboto", sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
		margin-top: 50px
	}
}

@media (max-width:767px) {
	.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
		margin-top: 50px
	}
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative
}

.offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature li i {
	color: #A6A6A6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.gallery-loop {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px
}

@media (max-width:767px) {
	.gallery-loop {
		grid-gap: 10px
	}
}

@media (max-width:575px) {
	.gallery-loop {
		grid-gap: 10px
	}
}

.gallery-loop .single-gallery-image {
	overflow: hidden
}

.gallery-loop .single-gallery-image img {
	transition: all .4s ease-out 0s
}

.gallery-loop .single-gallery-image:hover img {
	transform: scale(1.1)
}

.gallery-loop .single-gallery-image:nth-child(3),
.gallery-loop .single-gallery-image:nth-child(6),
.gallery-loop .single-gallery-image:nth-child(9),
.gallery-loop .single-gallery-image:nth-child(12) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3
}

.gallery-loop .single-gallery-image:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3
}

.gallery-loop .single-gallery-image:nth-child(6) {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4/5
}

.gallery-loop .single-gallery-image:nth-child(9) {
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	grid-row: 6/7
}

.gallery-loop .single-gallery-image:nth-child(12) {
	-ms-grid-row: 8;
	-ms-grid-row-span: 1;
	grid-row: 8/9
}

.post-box .post-desc {
	padding: 50px;
	background-color: #fff
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.post-box .post-desc {
		padding: 40px 30px
	}
}

@media (max-width:575px) {
	.post-box .post-desc {
		padding: 40px 30px;
		font-size: 14px
	}
}

@media (max-width:399px) {
	.post-box .post-desc {
		padding: 40px 20px
	}
}

.post-box .post-desc .cat {
	margin-bottom: 25px;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	color: #fff;
	background-color: #A6A6A6
}

.post-box .post-desc .cat:hover {
	background-color: #111
}

.post-box .post-desc h2 {
	font-size: 42px;
	margin-bottom: 20px;
	letter-spacing: -2px;
	line-height: 1;
	color: #111
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.post-box .post-desc h2 {
		font-size: 34px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.post-box .post-desc h2 {
		font-size: 32px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.post-box .post-desc h2 {
		font-size: 30px
	}
}

@media (max-width:575px) {
	.post-box .post-desc h2 {
		font-size: 24px
	}
}

.post-box .post-desc .post-meta {
	margin-bottom: 30px
}

.post-box .post-desc .post-meta li {
	display: inline-block;
	margin-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.post-box .post-desc .post-meta li {
		margin-right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.post-box .post-desc .post-meta li {
		margin-right: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.post-box .post-desc .post-meta li {
		margin-right: 10px
	}
}

@media (max-width:575px) {
	.post-box .post-desc .post-meta li {
		font-size: 14px;
		margin-right: 15px;
		margin-bottom: 5px
	}
}

.post-box .post-desc .post-meta li a {
	color: #777
}

.post-box .post-desc .post-meta li a:hover {
	color: #A6A6A6
}

.post-box .post-desc .post-meta li a i {
	margin-right: 5px
}

.post-box .post-desc .post-footer {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.post-box .post-desc .post-footer .author {
	font-family: "Old Standard TT", serif;
	letter-spacing: -1px
}

.post-box .post-desc .post-footer .author a {
	color: #777
}

.post-box .post-desc .post-footer .author img {
	margin-right: 15px
}

.post-box .post-desc .post-footer .read-more a {
	font-size: 14px;
	color: #777;
	font-family: "Roboto", sans-serif
}

.post-box .post-desc .post-footer .read-more a i {
	margin-right: 5px
}

.post-box .post-desc .post-footer .read-more a:hover {
	color: #A6A6A6
}

.post-box.with-video .post-media {
	position: relative
}

.post-box.with-video .post-media .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	background-color: #A6A6A6;
	color: #fff;
	line-height: 80px;
	text-align: center;
	transform: translate(-50%, -50%)
}

@media (max-width:767px) {
	.post-box.with-video .post-media .play-icon {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 14px
	}
}

.post-box.with-video .post-media .play-icon:hover {
	background-color: #111
}

.post-box.title-with-thumb {
	position: relative;
	z-index: 1
}

.post-box.title-with-thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(/themes/react/miranda/static/media/04.eaa2fad0.jpg);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	opacity: .1
}

.post-box.title-with-thumb .post-desc {
	background-color: transparent
}

.post-box.title-with-thumb .post-desc .post-meta {
	margin-bottom: 0
}

.post-box.quote-post {
	padding: 50px;
	position: relative;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.post-box.quote-post {
		padding: 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.post-box.quote-post {
		padding: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.post-box.quote-post {
		padding: 40px 25px
	}
}

@media (max-width:575px) {
	.post-box.quote-post {
		padding: 40px 15px
	}
}

.post-box.quote-post:after,
.post-box.quote-post:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #A6A6A6;
	z-index: -1;
	content: ""
}

.post-box.quote-post:after {
	background-image: url(/themes/react/miranda/static/media/pattern-05.3ed22608.png);
	z-index: -1;
	opacity: .6
}

.post-box.quote-post .post-desc {
	border: none;
	position: relative;
	z-index: 1;
	padding: 0 0 0 115px;
	background-color: transparent
}

.post-box.quote-post .post-desc,
.post-box.quote-post .post-desc a,
.post-box.quote-post .post-desc h2 {
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.post-box.quote-post .post-desc {
		padding-left: 75px
	}
}

@media (max-width:767px) {
	.post-box.quote-post .post-desc {
		padding-left: 75px
	}
}

@media (max-width:399px) {
	.post-box.quote-post .post-desc {
		padding-left: 0;
		padding-top: 70px
	}
}

.post-box.quote-post .post-desc:before {
	position: absolute;
	left: 0;
	top: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABQCAYAAABcQfj1AAAFDUlEQVR4nO2cWYgdRRSGv7mZGJdoFhVlEtxRgxujhrhFUNwIKqgY4kaMiKgv+qAigr6JAQVxAdEHH0RRn6I+qPiQ+CDRiCvjgmJiXHAnmqhhzOiUlJxrbu65c2/3OdU990J90DCc7lt95u+uqlOnqnoohEAN7A6cBpwEHA8cDSwE5gObgYuAz+twpCCLgNPF1+OAg4H9gSjWXVWKtgdwKXA5cC6wp7piJ48DNyprvZwKXA0sAw7pcuetw8rkZwS4DVgFzC1Y2t7KUg/x/18J3AocW/COc1KKNge4G7hZ3rJ+ZwVwL3BYWT9TiXYJ8Ki8Zf3OocBjwPlWP72izRKxrldn+pPLgCeBfTzeeURbALwAnKzO9B9DwH3AHfK3C6toRwKvSVfc78T/8SngilR+WkQ7Alg3IO3XDOA5qZbJaJQsaD/glQERLLI6tWCUFG034Hl50waBmyReTE4Z0R4EzlbW/mQJ8HBVnhUV7WIJWgeBOLp4JmEMqigi2r4yNqySXxKWHWvE4cqaji1FRIuN6YHKmoYtErrcn6i8U4DrlDUN48BHwLW9shwxcH07RUAobJPO5EVgPfCrusJOfAE2JAy2ozBrJWR5HdgoNoiidTnWhjRMhBAeCSHM7XIv77Eqka+RN0MIi6fyRxlajqWqKBubQgijHcpPeQyHEDYm8DU+3FtCCEPdfOvWw9yjLOX5GDgH+CFRlZmKqywpnjZ2AMul6ejKVG3aYmnLPHwtKeNvk0nTmdjefiIpdA8rZYzak6l6T29M9pfk2KoWLHJeAsEeKCrYf3Sos/NCCNtVbS/H7R3KrepY4/T1nRDCzDK+dXrTrnGmqz+UALMODgAudNxnErgBmFBnutBJNG/e6U7gb2WthhXO4dKzwHvK2oP2jiBOXW1yBLMxCDxLWatjvUy9WYhv11HAl2V/2/6mLXdG/6uVpTpGZNhkZY1FMDqIdoG6ojhfyDiyLpY5H7C53W0VLc5bnqGuKM4T/4/N6sHzgMeAt5S1IK2ixQTjTGM5kzKwrYsZMtKw8rTHz1bRzlRni/MG8E2Noo1KzbAQJNNiJpVoLylLtSx1lP4+8JWylqAp2mzgBEc5LytLtXja3leVpSRN0U6UdsLCz8CnNYvmSTSuU5aStIpmxdwLGYlzrwcZfzshAbGLpmieqlm3aKPKUpwPgO1eB5qiHaPOFKdu0RYpS3HeTeFAUzRrPuqfBMnKsvSFaAsdyzfj2O0PZa0WT8IxSYfV6LEotxYnSuLxN8kKcq9onylLtQxLzbDwm4RHbhrOhXmm1IqDEUfSMdk+hYakjK24hiMGPMsjNiuLkYZzgd6PylItCxylf6csRqJo8xy//15ZqmW+o/RkD7jhSLFEflKWaukb0YpuxWlna9mprwR4akWSnpMEotXNbMf9timLkYajC/9dWarHM8eZbOTiadPGlaV6um1/7EWypsTz5GYZJzfGZZC/Q53pjXXiB0l/WWLSsfZOJM6w1znt1mSD7DSeVGe6E1dtX9n1ivT8KbP4Y82SO63lqIMlzkC1TvZqn2OdLtFIuPi5DnaZP5lO0QaWLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBLJqBxjRsnmhiWXWU8tNhZdhlP1VDPjZZ51qz+Emd+M1sy9LTh6Zhw0fctbdz+zbwL2SJ0QPoRVs0AAAAAElFTkSuQmCC);
	width: 75px;
	height: 90px;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	content: ""
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.post-box.quote-post .post-desc:before {
		width: 50px
	}
}

@media (max-width:767px) {
	.post-box.quote-post .post-desc:before {
		width: 50px;
		height: 50px
	}
}

.post-box.quote-post .post-desc .post-meta {
	margin-bottom: 0
}

@media (max-width:767px) {
	.post-box.quote-post .post-desc .post-meta li {
		margin-right: 5px
	}
}

.post-box.quote-post .post-desc .post-meta li a {
	color: #fff
}

.news-details-box {
	padding: 40px;
	background-color: #fff;
	font-family: "Roboto", sans-serif
}

@media (max-width:767px) {
	.news-details-box {
		padding: 30px;
		font-size: 14px
	}
}

@media (max-width:399px) {
	.news-details-box {
		padding: 15px
	}
}

.news-details-box .entry-content .cat {
	margin-bottom: 25px;
	padding: 10px 30px;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	background-color: #A6A6A6
}

.news-details-box .entry-content .cat:hover {
	background-color: #111
}

.news-details-box .entry-content .subtitle,
.news-details-box .entry-content .title {
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-family: "Old Standard TT", serif
}

.news-details-box .entry-content h2.title {
	font-size: 36px;
	margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-content h2.title {
		font-size: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.news-details-box .entry-content h2.title {
		font-size: 34px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.news-details-box .entry-content h2.title {
		font-size: 28px
	}
}

@media (max-width:575px) {
	.news-details-box .entry-content h2.title {
		font-size: 20px
	}
}

@media (max-width:399px) {
	.news-details-box .entry-content h2.title {
		font-size: 18px
	}
}

.news-details-box .entry-content h3.subtitle {
	font-size: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-content h3.subtitle {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.news-details-box .entry-content h3.subtitle {
		font-size: 26px
	}
}

@media (max-width:575px) {
	.news-details-box .entry-content h3.subtitle {
		font-size: 18px
	}
}

.news-details-box .entry-content .gap {
	height: 80px
}

.news-details-box .entry-content .post-meta {
	margin-bottom: 25px
}

.news-details-box .entry-content .post-meta li {
	display: inline-block;
	margin-right: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-content .post-meta li {
		margin-right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.news-details-box .entry-content .post-meta li {
		margin-right: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.news-details-box .entry-content .post-meta li {
		margin-right: 10px
	}
}

@media (max-width:575px) {
	.news-details-box .entry-content .post-meta li {
		margin-right: 15px;
		margin-bottom: 5px
	}
}

.news-details-box .entry-content .post-meta li a {
	color: #777;
	font-size: 14px
}

.news-details-box .entry-content .post-meta li a:hover {
	color: #A6A6A6
}

.news-details-box .entry-content .post-meta li a i {
	margin-right: 5px
}

.news-details-box .entry-content ul.list-icon li {
	padding-left: 60px;
	position: relative
}

@media (max-width:767px) {
	.news-details-box .entry-content ul.list-icon li {
		padding-left: 40px
	}
}

@media (max-width:399px) {
	.news-details-box .entry-content ul.list-icon li {
		padding-left: 25px
	}
}

.news-details-box .entry-content ul.list-icon li:not(:last-child) {
	margin-bottom: 10px
}

.news-details-box .entry-content ul.list-icon li:before {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300
}

@media (max-width:767px) {
	.news-details-box .entry-content ul.list-icon li:before {
		left: 0
	}
}

.news-details-box .entry-content blockquote {
	padding: 45px 55px;
	background-color: #A6A6A6;
	border-radius: 10px;
	z-index: 1;
	font-size: 28px;
	font-family: "Old Standard TT", serif;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	letter-spacing: -1px;
	position: relative
}

.news-details-box .entry-content blockquote:after {
	position: absolute;
	right: 40px;
	left: 40px;
	top: 40px;
	bottom: 40px;
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAADACAYAAABYgMJVAAAIs0lEQVR4nO2dC2/aSBRGrw0B8mqT7v7/X7hVumlCEgJ45ezQAA4G49c31+dIqFVAapg5/eZ6HnaSZZnBHxIzG5nZRfhz+5W/l4bXysxezOy3mdGA3TLeem36J917rc3szcwe874auuS5zJOtP8eFT5SzMLOfiN4a4y/6J6nwj+Vh9M/QJM//18/MbBoaLS18ojr/mtlz11/EKWnom1non1EDX3NeNbliJG+oy/C6aOH3nyF5LdLQN5vwaZqZV8mT0HBXIRHapInRYIjMQv9MK5YgVUm9SZ6n9nVoPOTTIw19c91QKXISXiTPv8dNSO82UwHOIw39c91H/8QueZ4G34LcoEevcm+IVXKJxoODJKFvbhTKxhglvwrpTc2tSX4h+V3JrZgkz3/Xuw5mS+A80iC3XOkYi+TXIb0pTTSZhQCSHF3VJc8b7b6lRQKoTxLS+0q5LZUln4Z06Gw+FSoxDgHUxipyo6hKfh0SAjSZBcGjKB/VJI9i+Bs4N+H6KBqUJM8F/0H9Lc1djAGkIvkoCC5f3w2UJJQnsxi/voLkueB/OdpH443oR9i+xcoF/5sZFFmSEEBRL8D1OXmP4Nq4ENx6lDwNQyCC63LvZQtFH5InXGTKcxfrReZX9CG5m4Rwyq23dYquJf/mKSEcchkkd0WXkl+G1TLQZBLKFHd0JfmF1wZ0QhrTXpSqdCF54rkBnXDveaarC8nvWM2U5sb7fqG2Jb/iJL00k9h2FJ5Dm5KPhtCAEZMM5TqpTcllz/zBB7dDKSPbkvB6QPvCV4Wf6DMZ0HTusg3JRx4XFEqYH35LksGUKYF5G5IP6cY/T2b2WvipNtcDmu3K++ap6S87dTybkoXSJH8tw+NUFoVPaeN5lM3CY1Q2/fO6CaCmJfd0wv49PHdmEf4eY+29z3dHi3LLvf5ZFj4RaFJyD8Pge6ixX51Ivc3Ewea4VXiqx2uZ1Ps0JWUa+TD4Eurr98I7foh5lF2EJ+29Fd45gaYkl7hF7xlsHoPnWW5r8XlJbfMe5K51cd+E5GkoVWJiHeSObfrvXGIbZbMwsj418fjIJiS/jexiJh/6HhzW3Ie4iuxaaRn6p7HRte6XH0V2VOo5JPhQHl6ah09MKZ6XJb/CSNsYdSW/iSjFh/hQ2bwWj2Wf+HPoo8apI3kaUYr/GlD9vU0s+1OewgjbCnUkj+WhVA9hinBoXEZSi7cquNWY9ksimVF5HKjgFkn/vLQtuNWQ/DKCefF5SIkhMong3jZvoYxsnXNFVU+JRVsXMZGg3j+rUEZ2Mst1juQX4qtn6y4bUJBRBHtUHpqeJizjHMnVU+LXgBZ6vuJKfELgd9dblKtKnorvF59HeIihaZSndTcbrTqlquSXwimx6uJKXZyp8OJP1tWF5j5VJVcuVR67rPNEUU7x5yp7wJukiuQT4cWFtwHPh29IhS84V32UKRuqSK5ciw+9TLEguGop2eumuFMlT4Qlnw/g0MMpqJYqi75H2VMln4qucGZ9DoNCjIRXOHvvn1PFVa315gOfE9+gOsouzj2X2SSnSJ6ISp4NeG/KPqohJDHKniL5RLRUeSHFP1AtVd4VUtxOlFc1JUjx/6F/jhCr5G99LSwIonj34JXSusUxyceiy8RDO6t5iERUcqmjhsckV0zxFZuw/jARXQCKSnLFlBj68v02iiEkdx/JMskT0av2IZ66PwQhdAJlkk8Fh8LSW/QOjLHghrlMsZQsk1xxKKRU+UQxxV8Vjx2WSa5YqiD5J5SSJ3JI8lRwKHxjhXMHtSRfq6xw7nNIcsWUkGzAnhiX9F1fyE7rHmooRcmZG/9EsR6XDaFDkqs14pJZlR3UQiiLTfJE8OZBlCq7qEm+UD5E/pXklCrapIL7iaRDKAbJswgfCtsmhFBFvpJcrVRZDPi+hl+h1j9r9eulWCSHT+ifiuxLTr2nD5MCFdmXXK0BM+6psoNiCEWX5GqSv1OP76BYj8uHkLrk1OO7qM2sRDHKInlcqG2ai6J/9iVXq/eox3dRkzy6JB+LnQRas7W2AJKfwb7kSpDiu4wIofNA8nhQnPmKgm3JaURtCKEzUU5y9o/vguRnsi252swKku9C/5zJRvL0i+nEPlmy0lmAkfZMNmKTEvoo9dEqphBC8jigf2qA5HFAqVKDjeRqjchK5y5qIRRV/5DkcUD/1GB7dkUJknwXkrwGikmO4EXUQogkrwmlShGlEFrHtoaxWQRS290GuyiFUHT9o3gwlnKlCOVkDdSW8w3JC9A/NVGUnHJlFySvCUmuDyFUE5JcH/qnJmozK4bkBZC8JiS5PvRPTdQkR/AijLQ1UStXOA1UBMlrwmqnPmrlSnRBpFaukORFGGlrQrmiDyNtTbhyhyqQ5A1AkhehnKwJFzVQBZK8AZBcGySHViCEaqJWrgA0jtr9VmYip2DyO7bOme0pkN/e+77w0+5Zhv45aVu2muRjkd/p0syuzewnB6t3GIW2UeDGzB5Oea4/5cph8g79cfBd6JskjCpHHUbycvJRZVr6CeiT5JSRBcmPo3Y3A9jlaHmL5MdhijVykBzcg+TgHiQH9yA5uAfJwT1IDu5BcnAPkoN7kBzcg+TgHiQH9yA5uAfJwT1IDu5BcnAPkoN7kBzcg+TgHiQH9yA5uAfJwT1IDu5BcnAPkoN7kBzcg+TgHiQH9yA5uAfJwT1IDu5BcnAPkoN7kBzcg+TgHiQH9yA5uAfJwT1IDu5BcnAPkoN7kBzcg+TgHiQH9yA5uAfJwT1IDu5BcnAPkoN7kBzcg+TgHiQH9yA5uAfJwT1IDu5BcnAPkoN7kBzcg+TgHiQH9yA5uAfJwT1IDu5BcnBPLvmabi5lVfZmB9A/5Rxtn1zy18JPYUNmZoueW4P+Kedo++SSPwqklSr/CiTpXOA/mirPZvZ+7HdLsiwPqw/Zv5nZ1MxGhU8Niyw03G8zexP55omZ3ZrZJf3z0T/LIHgeAOWY2X9n+ljx7TBRZwAAAABJRU5ErkJggg==);
	z-index: -1;
	background-size: contain;
	background-position: 100%;
	background-repeat: no-repeat
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-content blockquote {
		font-size: 22px;
		padding: 40px
	}
}

@media (max-width:767px) {
	.news-details-box .entry-content blockquote {
		padding: 30px 20px;
		font-size: 18px
	}
}

@media (max-width:399px) {
	.news-details-box .entry-content blockquote {
		font-size: 16px
	}
}

.news-details-box .entry-content blockquote span {
	display: block;
	font-family: "Roboto", sans-serif;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: none
}

.news-details-box .entry-footer .tag-and-share h5 {
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-footer .tag-and-share h5 {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.news-details-box .entry-footer .tag-and-share .tag {
		margin-bottom: 30px
	}
}

.news-details-box .entry-footer .tag-and-share .tag li {
	display: inline-block;
	margin-right: 5px
}

.news-details-box .entry-footer .tag-and-share .tag li a {
	font-size: 12px;
	padding: 10px 20px;
	display: block;
	background-color: #f8f8f8;
	text-transform: uppercase;
	color: #777
}

.news-details-box .entry-footer .tag-and-share .tag li a:hover {
	background-color: #A6A6A6;
	color: #fff
}

.news-details-box .entry-footer .tag-and-share .share li {
	display: inline-block;
	margin-left: 25px
}

.news-details-box .entry-footer .tag-and-share .share li a {
	color: #b5becc;
	font-size: 18px
}

.news-details-box .entry-footer .post-nav {
	padding: 50px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	position: relative
}

.news-details-box .entry-footer .post-nav span.icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width:767px) {
	.news-details-box .entry-footer .post-nav span.icon {
		display: none
	}
}

.news-details-box .entry-footer .post-nav .next-post span,
.news-details-box .entry-footer .post-nav .prev-post span {
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: #A6A6A6
}

.news-details-box .entry-footer .post-nav .next-post a,
.news-details-box .entry-footer .post-nav .prev-post a {
	color: #222;
	font-size: 28px;
	letter-spacing: -1px;
	font-family: "Old Standard TT", serif
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-footer .post-nav .next-post a,
	.news-details-box .entry-footer .post-nav .prev-post a {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.news-details-box .entry-footer .post-nav .next-post a,
	.news-details-box .entry-footer .post-nav .prev-post a {
		font-size: 20px
	}
}

.news-details-box .entry-footer .post-nav .prev-post {
	text-align: left
}

@media (max-width:767px) {
	.news-details-box .entry-footer .post-nav .prev-post {
		margin-bottom: 30px
	}
}

.news-details-box .entry-footer .related-post-box h3 {
	font-size: 26px;
	letter-spacing: -1px
}

.news-details-box .entry-footer .related-post-box .thumb {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 300px
}

.news-details-box .entry-footer .related-post-box .desc {
	font-size: 14px;
	padding: 40px;
	box-shadow: 0 8px 16px 0 rgba(93, 93, 93, .06);
	transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-footer .related-post-box .desc {
		padding: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.news-details-box .entry-footer .related-post-box .desc {
		padding: 30px
	}
}

@media (max-width:767px) {
	.news-details-box .entry-footer .related-post-box .desc {
		padding: 30px
	}
}

.news-details-box .entry-footer .related-post-box .desc .date {
	display: inline-block;
	margin-bottom: 10px;
	color: #777
}

.news-details-box .entry-footer .related-post-box .desc .date i {
	margin-right: 5px
}

.news-details-box .entry-footer .related-post-box .desc h4 {
	font-size: 22px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	color: #222
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-footer .related-post-box .desc h4 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.news-details-box .entry-footer .related-post-box .desc h4 {
		font-size: 22px
	}
}

@media (max-width:399px) {
	.news-details-box .entry-footer .related-post-box .desc h4 {
		font-size: 20px
	}
}

.news-details-box .entry-footer .related-post-box:hover .desc {
	background-color: #f8f8f8;
	box-shadow: none
}

.news-details-box .entry-footer .author-info-box {
	padding: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: 180px 1fr;
	grid-template-columns: 180px 1fr;
	background-color: #f8f8f8;
	grid-column-gap: 35px;
	font-size: 14px;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-footer .author-info-box {
		padding: 30px
	}
}

@media (max-width:767px) {
	.news-details-box .entry-footer .author-info-box {
		display: block;
		padding: 30px
	}
}

@media (max-width:767px) {
	.news-details-box .entry-footer .author-info-box .info-text {
		margin-top: 30px
	}
}

.news-details-box .entry-footer .author-info-box .info-text span {
	font-weight: 700;
	margin-bottom: 5px;
	color: #A6A6A6
}

.news-details-box .entry-footer .author-info-box .info-text h3 {
	font-size: 36px;
	letter-spacing: -1px;
	margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.news-details-box .entry-footer .author-info-box .info-text h3 {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.news-details-box .entry-footer .author-info-box .info-text h3 {
		font-size: 22px
	}
}

.news-details-box .comment-template h3.box-title {
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-size: 26px
}

@media (max-width:767px) {
	.news-details-box .comment-template h3.box-title {
		font-size: 24px
	}
}

.news-details-box .comment-template .comments-list li {
	padding-left: 130px;
	position: relative;
	font-size: 14px;
	padding-top: 15px;
	min-height: 130px
}

@media (max-width:575px) {
	.news-details-box .comment-template .comments-list li {
		padding-left: 0
	}
}

.news-details-box .comment-template .comments-list li:not(:first-child) {
	padding-top: 45px;
	margin-top: 30px;
	border-top: 1px solid #eaeaea
}

.news-details-box .comment-template .comments-list li:not(:first-child) .comment-img {
	top: 30px
}

.news-details-box .comment-template .comments-list li .comment-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px
}

.news-details-box .comment-template .comments-list li .comment-img img {
	max-width: 100px;
	max-height: 100px
}

@media (max-width:575px) {
	.news-details-box .comment-template .comments-list li .comment-img {
		position: unset;
		margin-bottom: 30px
	}
}

.news-details-box .comment-template .comments-list li .comment-desc .desc-top {
	margin-bottom: 20px;
	position: relative
}

.news-details-box .comment-template .comments-list li .comment-desc .desc-top h6 {
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 10px
}

.news-details-box .comment-template .comments-list li .comment-desc .desc-top span.date {
	font-weight: 700;
	font-size: 12px
}

.news-details-box .comment-template .comments-list li .comment-desc .desc-top .reply-link {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	z-index: 2;
	color: #777
}

.news-details-box .comment-template .comments-list li .comment-desc .desc-top .reply-link i {
	margin-right: 5px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.news-details-box .comment-template .comments-list li .children {
		margin-left: -80px
	}
}

@media (max-width:575px) {
	.news-details-box .comment-template .comments-list li .children {
		padding-left: 30px
	}
}

.news-details-box .comment-template .comments-list li .children li:first-child {
	padding-top: 45px;
	margin-top: 30px;
	border-top: 1px solid #eaeaea
}

.news-details-box .comment-template .comments-list li .children li:first-child .comment-img {
	top: 30px
}

.news-details-box .comment-template .comment-form {
	padding: 45px;
	background-color: #f8f8f8
}

@media (max-width:575px) {
	.news-details-box .comment-template .comment-form {
		padding: 20px
	}
}

@media (max-width:399px) {
	.news-details-box .comment-template .comment-form {
		padding-left: 15px
	}
}

.news-details-box .comment-template .comment-form textarea {
	height: 150px;
	padding-top: 25px
}

.news-details-box .comment-template .comment-form .main-btn {
	box-shadow: none
}

@media (max-width:575px) {
	.news-details-box .comment-template .comment-form .main-btn {
		padding: 0 30px
	}
}

.pagination-wrap {
	text-align: center;
	padding-top: 20px
}

.pagination-wrap ul li {
	display: inline-block;
	margin: 0 5px
}

@media (max-width:575px) {
	.pagination-wrap ul li {
		margin-bottom: 8px
	}
}

.pagination-wrap ul li a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #777;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	color: #111
}

.pagination-wrap ul li.active a,
.pagination-wrap ul li a:hover {
	background-color: #A6A6A6;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.sidebar {
		margin-top: 80px
	}
}

@media (max-width:767px) {
	.sidebar {
		margin-top: 80px
	}
}

.sidebar .widget {
	padding: 40px;
	background-color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar .widget {
		padding: 40px 20px
	}
}

@media (max-width:399px) {
	.sidebar .widget {
		padding: 40px 20px
	}
}

.sidebar .widget .widget-title {
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 1;
	position: relative;
	padding-left: 30px
}

.sidebar .widget .widget-title:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #A6A6A6;
	content: ""
}

.sidebar .widget.about-author-widget .author-box {
	font-size: 14px;
	text-align: center
}

.sidebar .widget.about-author-widget .author-box h6 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-top: 30px;
	padding-bottom: 20px
}

.sidebar .widget.about-author-widget .author-box .social-icon {
	margin-top: 25px
}

.sidebar .widget.about-author-widget .author-box .social-icon li {
	display: inline-block;
	margin: 0 5px
}

.sidebar .widget.about-author-widget .author-box .social-icon li a {
	padding: 5px;
	color: #b3bed3
}

.sidebar .widget.about-author-widget .author-box .social-icon li a:hover {
	color: #A6A6A6
}

.sidebar .widget.search-widget form {
	position: relative
}

.sidebar .widget.search-widget form input {
	width: 100%;
	background-color: #f8f8f8;
	height: 60px;
	border: none;
	padding-left: 30px;
	padding-right: 60px;
	font-size: 14px
}

.sidebar .widget.search-widget form button {
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 1;
	background-color: #A6A6A6;
	font-size: 14px;
	color: #fff;
	transition: all .3s ease-out 0s
}

.sidebar .widget.search-widget form button:hover {
	background-color: #111;
	color: #fff
}

.sidebar .widget.popular-feeds .single-popular-feed {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: 80px 1fr;
	grid-template-columns: 80px 1fr;
	grid-column-gap: 15px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e6ff;
	align-items: center
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc h6 {
	font-size: 18px;
	margin-bottom: 10px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
	font-size: 14px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
	margin-right: 5px
}

.sidebar .widget.categories-widget ul li {
	margin-bottom: 10px
}

.sidebar .widget.categories-widget ul li:last-child {
	margin-bottom: 0
}

.sidebar .widget.categories-widget ul li a {
	font-size: 14px;
	padding-left: 30px;
	height: 50px;
	background-color: #f8f8f8;
	display: block;
	position: relative;
	line-height: 50px;
	color: #777;
	transition: all .3s ease-out 0s
}

.sidebar .widget.categories-widget ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #eaeaea;
	transition: all .3s ease-out 0s
}

.sidebar .widget.categories-widget ul li a:hover {
	background-color: #A6A6A6;
	color: #fff
}

.sidebar .widget.categories-widget ul li a:hover span {
	background-color: #947f58
}

.sidebar .widget.socail-widget ul li {
	display: inline-block;
	margin-right: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar .widget.socail-widget ul li {
		margin-right: 5px
	}
}

@media (max-width:399px) {
	.sidebar .widget.socail-widget ul li {
		margin-right: 5px
	}
}

.sidebar .widget.socail-widget ul li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #777;
	background-color: #f8f8f8;
	text-align: center
}

.sidebar .widget.socail-widget ul li a:hover {
	background-color: #A6A6A6
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	border-bottom: 1px solid #e1e6ff;
	padding-left: 35px;
	position: relative
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
	font-size: 14px;
	color: #A6A6A6
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter a {
	color: #111
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter .date {
	margin-top: 15px;
	font-weight: 500
}

.sidebar .widget.instagram-feed-widget ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: (1fr)[3];
	grid-template-rows: repeat(3, 1fr);
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px
}

.sidebar .widget.popular-tag-widget ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px
}

.sidebar .widget.popular-tag-widget ul li a {
	font-size: 12px;
	color: #777;
	padding: 10px 20px;
	background-color: #f4f4f4
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar .widget.popular-tag-widget ul li a {
		padding: 10px 15px
	}
}

@media (max-width:399px) {
	.sidebar .widget.popular-tag-widget ul li a {
		padding: 10px 15px
	}
}

.sidebar .widget.popular-tag-widget ul li a:hover {
	background-color: #A6A6A6
}

.sidebar .widget.banner-ad-widget {
	padding: 0;
	border: none
}

.booking-form {
	position: relative;
	margin-top: -70px;
	z-index: 2
}

.booking-form .booking-form-inner {
	background-color: #fff;
	padding: 10px 40px 40px
}

.booking-form form .nice-select,
.booking-form form input,
.booking-form form select {
	color: hsla(0, 0%, 46.7%, .5)
}

.booking-form form .nice-select {
	border-color: #e9e9e9;
	padding-left: 0
}

.booking-form form .nice-select:after {
	display: none
}

.booking-form form .nice-select:before {
	left: 0
}

.booking-form form label {
	color: #222;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: block;
	margin: 0
}

.booking-form form .inputs-filed {
	position: relative
}

.booking-form form .inputs-filed .nice-select,
.booking-form form .inputs-filed input {
	padding: 0 20px
}

.booking-form form .inputs-filed .icon {
	position: absolute;
	left: 0;
	bottom: 15px;
	font-size: 14px;
	color: #A6A6A6
}

.booking-form form button {
	width: 100%;
	border: none;
	background-color: #A6A6A6;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	letter-spacing: 2px;
	transition: all .3s ease-out 0s
}

.booking-form form button:hover {
	background-color: #111
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.booking-form form button {
		font-size: 12px;
		letter-spacing: 1px
	}
}

.booking-form.booking-form-dark {
	background-color: #222;
	margin-top: 0
}

.booking-form.booking-form-dark .booking-form-inner {
	background-color: transparent
}

.booking-form.booking-form-dark form label {
	color: #fff
}

.booking-form.boxed-layout {
	margin-top: -40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.booking-form.boxed-layout {
		margin-top: 0
	}
}

@media (max-width:767px) {
	.booking-form.boxed-layout {
		margin-top: 0
	}
}

.booking-form.boxed-layout form button {
	font-size: 12px;
	letter-spacing: 1
}

.places-wrapper .places-maps {
	width: 100%;
	height: 700px
}

.places-wrapper .gm-style .gm-style-iw-c {
	padding: 0;
	border-radius: 0
}

.places-wrapper .gm-style .gm-style-iw-d {
	overflow: hidden!important;
	width: 290px
}

.places-wrapper .map-info-window .info-window-img {
	width: 100%;
	height: 190px;
	background-size: cover;
	background-position: 50%
}

.places-wrapper .map-info-window .info-content {
	text-align: center;
	padding: 20px 10px;
	font-size: 14px
}

.places-wrapper .map-info-window .info-content h4 {
	margin-bottom: 5px
}

.places-boxes .place-box .place-bg-wrap {
	overflow: hidden
}

.places-boxes .place-box .place-bg-wrap .place-bg {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 190px;
	transition: all .3s ease-out 0s
}

@media (max-width:575px) {
	.places-boxes .place-box .place-bg-wrap .place-bg {
		height: 220px
	}
}

.places-boxes .place-box:hover .place-bg {
	transform: scale(1.1)
}

.places-boxes .place-box .desc {
	background-color: #fff;
	padding: 20px;
	text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.places-boxes .place-box .desc {
		padding: 20px 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.places-boxes .place-box .desc {
		padding: 20px 15px
	}
}

.places-boxes .place-box .desc h4 {
	font-size: 24px;
	margin-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.places-boxes .place-box .desc h4 {
		font-size: 22px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.places-boxes .place-box .desc h4 {
		font-size: 22px
	}
}

.places-boxes .place-box .desc .time {
	font-family: "Roboto", sans-serif;
	font-size: 14px
}

.places-details .title-wrap .place-cat {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
	letter-spacing: 2px
}

@media (max-width:575px) {
	.places-details .title-wrap .place-cat {
		letter-spacing: 0;
		font-size: 12px
	}
}

.places-details .title-wrap h2 {
	font-size: 48px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.places-details .title-wrap h2 {
		font-size: 38px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.places-details .title-wrap h2 {
		font-size: 32px
	}
}

@media (max-width:575px) {
	.places-details .title-wrap h2 {
		font-size: 28px
	}
}

@media (max-width:399px) {
	.places-details .title-wrap h2 {
		font-size: 24px
	}
}

.places-details .title-wrap .link a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	background-color: #fff;
	color: #777;
	padding: 25px 45px;
	letter-spacing: 2px
}

@media (max-width:767px) {
	.places-details .title-wrap .link a {
		padding: 20px 30px
	}
}

@media (max-width:575px) {
	.places-details .title-wrap .link a {
		padding: 15px 25px;
		letter-spacing: 0
	}
}

.places-details .title-wrap .link a:hover {
	background-color: #A6A6A6;
	color: #fff
}

.back-to-top {
	position: fixed;
	right: 0;
	bottom: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #A6A6A6;
	z-index: 99;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	visibility: hidden
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
	right: 40px
}

.back-to-top:hover {
	background-color: #222
}

:focus {
	outline: none
}

::-webkit-input-placeholder {
	font-family: "Roboto", sans-serif;
	color: #777
}

:-ms-input-placeholder {
	font-family: "Roboto", sans-serif;
	color: #777
}

.booking-form form input,
::placeholder,
input,
select,
textarea {
	font-family: "Roboto", sans-serif;
	color: #777
}

.preloader {
	display: flex
}

.offcanvas-wrapper .offcanvas-widget {
	overflow-x: auto
}

.booking-form form .inputs-filed .nice-select select {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-appearance: none
}

.booking-form form .inputs-filed .nice-select,
.input-group.input-group-two .nice-select {
	padding: 0;
	border: none
}

.booking-form form .nice-select,
.booking-form form input,
.booking-form form select {
	background-color: transparent;
	width: 100%;
	height: 50px;
	font-size: 14px;
	border: none;
	border-bottom: 2px solid #A6A6A6;
	line-height: 50px;
	color: #777
}

.input-group.input-group-two .nice-select:before {
	left: auto;
	right: 30px
}

.input-group.input-group-two .nice-select select {
	margin-left: 0;
	padding: 0 50px 0 30px;
	-webkit-appearance: none;
	font-size: 14px
}

.nice-select:before {
	content: "\2193";
	font-weight: 300;
	position: absolute;
	left: 30px;
	top: 50%;
	color: #A6A6A6;
	transform: translateY(-50%)
}

.react-datepicker__tab-loop .react-datepicker-popper .react-datepicker .react-datepicker__navigation {
	background: transparent;
	width: 10px;
	height: 10px;
	letter-spacing: normal;
	border: .45rem solid transparent
}

.react-datepicker__tab-loop .react-datepicker-popper .react-datepicker .react-datepicker__navigation.react-datepicker__navigation--next {
	border-left-color: #ccc!important
}

.react-datepicker__tab-loop .react-datepicker-popper .react-datepicker .react-datepicker__navigation.react-datepicker__navigation--previous {
	border-right-color: #ccc!important
}
