body {
	font-family: "Roboto", sans-serif;
  	font-optical-sizing: auto;
}
a {
    color: #212121;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:focus,
a:hover {
    color: #f46616;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}
p {
    line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: "Suravaram", serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0px;
}

h1,
.h1 {
    font-size: 70px;
    line-height: 55px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 44px;
}

h4,
.h4 {
    font-size: 32px;
}

h5,
.h5 {
    font-size: 28px;
}

h6,
.h6 {
    font-size: 22px;
}
.img {
    width: 100%;
}
.text-warning {
    color: #f46616;
}
.text-white {
    color: #fff !important;
}

.text-primary {
    color: #f46616 !important;
}
.theme-color {
    color: #f46616;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #892f4f !important;
}
.container {
    padding: 50px 50px;
    margin-top: 50px;
}
.container-fluid {
	padding: 50px 10px;
    margin-top: 50px;
}
@media (max-width: 575px) {
    .container-fluid {
        padding: 10px 50px;
        margin-top: 50px;
    }
    .container {
        padding: 10px 10px;
        margin-top: 30px;
    }
}
.top-bar {
	background-color: #f6f6f6;
	border: none;
	padding: 10px 50px;
	height: auto;
	width: 100%;
}
.top-bar i {
	color: #f46616;
}
.header-info {
	display: inline;
	font-size: 11pt;
	margin-left: 20px;
}
.header-info i {
	margin-right: 10px;
}
.img-logo {
	width: 100px;
	height: auto;
}

/*sticky*/
.booking-wrap {
   height: 100px;
   z-index: 5;
}
.content {
  padding: 0;
  z-index: 5;
}
.sticky {
  position: fixed;
  top: 100px;
  padding-top: 10px;
  width: 100%;
  font-size: 11pt;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 10;
  transition: 0.3s;
}
.select-card {
   background-color: transparent;
   height: 100px;
   display: none;
   transition: 0.3s;
}
.sticky .select-card {
   background-color: #dfe1e2;
   display: block;
   transition: 0.3s;
}
.sticky + .content {
  padding-top: 100px;
}

/*sticky header on phone*/
@media (max-width: 600px){
    .booking-wrap{
        height: 0;
    }
    .sticky .select-card {
       background-color: transparent;
       display: none;
       transition: 0.3s;
    }
}
 

.stickyNav {  
    position: fixed;  
    top: 0;  
    width: 100%;  
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional shadow for visibility */  
} 


nav {
	padding: 10px 50px;
	height: auto;
	width: 100%;
	background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    ransition: background-color 0.3s; /* smooth transition */
    z-index: 15;
}
.nav-cont {  
    display: flex;  
    align-items: center; /* Center vertically */  
    justify-content: flex-end; /* Align to the right */  
    height: 100%; /* Ensure it uses full height available */  
}
.nav-btn {
	background-color: transparent;
	border: none;
	margin: 10px;
	transition: 0.3s;
}
.nav-btn:hover {
	color: #f46616;
	transition: 0.3s;
}
.grand-pair-wrap {
	position: relative;
}
.grand-pair-wrap img {
	width: 100%;
}
.top-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s !important;
}
.bottom-img {
	margin-top: -100px;
	margin-left: 100px;
	width: 70%;
	height: auto;
	text-align: center;
	overflow: hidden;
	transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s !important;
}

.top-img:hover img {
	z-index: -10;
	transform: scale(1.15) rotate(0.0001deg);
    transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s !important;
}
.bottom-img:hover img {
	transform: scale(1.15) rotate(0.0001deg);
    transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s !important;
}
.top-img img {
    transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s !important;
}
.bottom-img img {
    transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s !important;
}
.more-link {
    font-size: 24px;
    line-height: 1em;
    color: #f46616;
    text-transform: uppercase;
}
.more-link:hover {
    text-decoration: none;
    color: #212121;
}
.title-wrap {
    margin-bottom: 40px;
    font-family: "Suravaram", serif;
}
.h-subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1em;
    font-family: "Suravaram", serif;
    color: #f46616; 
}
@media (max-width: 767px) {
    .h-subtitle {
    font-size: 22px;
    margin-bottom: 15px; 
    } 
}          
.p-subtitle {
    font-family: "Suravaram", serif;
    font-size: 28px;
    line-height: 30px; 
}
@media (max-width: 1229px) {
    .p-subtitle {
        font-size: 24px;
        line-height: 28px; 
    } 
}
.clear {
    background-color: transparent;
    border: none;

}
.btn {
    border: 0;
    cursor: pointer;
    border-radius: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    line-height: 28px;
    padding: 10px 24px;
    font-family: "Suravaram", serif;
    color: #fff;
}

.btn [class*='fa'] {
    position: relative;
    top: 5px;
    padding-right: 10px;
    font-size: 23px;
}
.btn-warning {
    color: #fff;
    background-color: #f46616;
    border-color: #f46616;
}

.btn-secondary {
    color: #fff;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #f46616;
    border-color: #f46616;
}


.btn-primary {
    color: #fff;
    background-color: #f46616;
    border-color: #f46616;
}

.btn-primary:hover {
    color: #fff;
    background-color: #933255;
    border-color: #892f4f;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #933255;
    border-color: #892f4f;
    color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #f46616;
    border-color: #f46616;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #892f4f;
    border-color: #802c4a;
    -webkit-box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
}

.btn-outline-primary {
    color: #f46616;
    background-color: transparent;
    background-image: none;
    border-color: #f46616;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #f46616;
    border-color: #f46616;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #f46616;
    background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f46616;
    border-color: #f46616;
    -webkit-box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #212121;
    background-color: transparent;
}

.btn-link:hover {
    color: #f46616;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #868e96;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}
.shade {
	background-color: #f9f9f9;
	border: none;
	padding: 40px 0;
}

.filters-and-link {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -20px;
	margin-top: -10px;
}

@media (max-width: 1229px) {
	.filters-and-link {
		margin-bottom: 20px;
	}
}

.filters-and-link .filters-toggle {
	position: static;
}

.filters-and-link .more-link {
	text-transform: none;
}

@media (max-width: 575px) {
	.filters-and-link {
		margin-bottom: -15px;
		margin-top: -10px;
		height: 36px;
	}

	.filters-and-link .filters-toggle {
		position: absolute;
		left: -15px;
	}

	.filters-and-link .more-link {
		width: 100%;
	}
}

.filters-and-link+.h-decor {
	margin-bottom: 60px !important;
	margin-top: -30px;
}

@media (max-width: 1229px) {
	.filters-and-link+.h-decor {
		margin-top: -50px;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 575px) {
	.filters-and-link+.h-decor {
		margin-top: 0;
	}
}

/*room style*/
.img-cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.room-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s !important;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-cont:hover .room-img {
  
  transform: scale(1.15) rotate(0.0001deg);
  transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s !important;
}

.img-cont:hover .middle {
  opacity: 1;
}
/*end*/

.room-card-info {
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
}

@media (max-width: 767px) {
    .room-card-info {
        padding: 15px;
    }
    .room-card-info .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .room-card-info [class*='col-'] {
        padding: 0 5px;
    }
    .section-M-mt30 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .room-card-info {
        padding: 10px;
    }
}

.room-card-info>*+* {
    margin-top: 15px;
}

.room-card-info .room-type {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Suravaram", serif !important;
}
.room-price {
    position: absolute;
    top: -20px;
    right: 0;
    background-color: #f46616;
    color: #fff;
    width: auto;
    font-size: 15pt;
    padding: 5px 10px;
    border: none;
}
.bg-video {  
    display: flex;  
    align-items: center; /* This centers the child vertically */  
    justify-content: center; /* This centers the child horizontally */  
    background-size: cover; /* Ensures the background image covers the section */  
    background-position: center; /* Center the background image */  
    width: 100%;   
    height: 600px;  
}  
.video-txt {  
    text-align: center; /* Centers text horizontally */  
    color: white; /* Optional: Ensures text is readable over the background */  
}
.link-video {
    display: inline-flex;
    color: #fff;
    font-size: 80px;
    line-height: 1em;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    transition: .2s; 
}
.link-video:hover {
    transform: scale(1.2);
    opacity: .75;
    color: #f46616;
    text-decoration: none; 
}

ul.circle-list-lg {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 1229px) {
    ul.circle-list-lg {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    ul.circle-list-lg {
        font-size: 14px;
        line-height: 22px;
    }
}

ul.circle-list-lg li {
    position: relative;
    padding-left: 24px;
}

ul.circle-list-lg li:before {
    content: '\25CF';
    font-size: 14px;
    position: absolute;
    left: 1px;
    top: 0;
    color: #f46616;
}

ul.circle-list-lg li:not(:last-child) {
    margin-bottom: 14px;
}

@media (max-width: 1023px) {
    ul.circle-list-lg li:not(:last-child) {
        margin-bottom: 10px !important;
    }
}

ul.circle-list-lg h6 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: "Suravaram", serif;
}

@media (max-width: 1229px) {
    ul.circle-list-lg h6 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0;
    }
}

.images-pair-wrap {
    position: relative;
}

@media (max-width: 575px) {
    .images-pair-wrap {
        display: table;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 30px;
    }
}

.images-pair-wrap img {
    max-width: 100%;
}

.images-pair-wrap .images-pair:first-child {
    position: relative;
    z-index: 1;
    margin: -3% 0 0 -21%;
}

@media (max-width: 1229px) {
    .images-pair-wrap .images-pair:first-child {
        margin: 3% 0 0 -36%;
        max-width: 125%;
    }
}

@media (max-width: 575px) {
    .images-pair-wrap .images-pair:first-child {
        margin: 0 15% 0 0;
        max-width: 85%;
    }
}

.images-pair-wrap .images-pair:last-child {
    position: relative;
    z-index: 2;
    float: right;
    margin: -29% 12% 0 0;
}

@media (max-width: 1229px) {
    .images-pair-wrap .images-pair:last-child {
        margin: -37% 0 0 0;
        max-width: 80%;
    }
}

@media (max-width: 575px) {
    .images-pair-wrap .images-pair:last-child {
        margin: -26% 0 0 0;
        max-width: 61%;
    }
}
.image-label {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 81px;
    font-size: 32px;
    background-color: #f46616;
    color: #ffffff;
}

.image-label--pos1 {
    left: 20px;
    top: -10px;
}

@media (max-width: 1229px) {
    .image-label--pos1 {
        left: 12px;
        top: -5px;
    }
}

.image-label--pos2 {
    right: -10px;
    top: 20px;
}

@media (max-width: 1229px) {
    .image-label--pos2 {
        right: -5px;
        top: 12px;
    }
}

@media (max-width: 1229px) {
    .image-label {
        width: 49px;
        height: 48px;
        font-size: 22px;
    }
}
.image-zoom {
    width: fit-content;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    backface-visibility: hidden;
    transition: background-color 0.3s ease-in-out, opacity 0.3s, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.image-zoom>a {
    display: flex;
    overflow: hidden;
}

.image-zoom>img {
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    transform: scale(1.01) rotate(0.0001deg);
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s !important;
}

.image-zoom:hover {
    background-color: #000;
}

.image-zoom:hover>img {
    opacity: 0.85;
    transform: scale(1.15) rotate(0.0001deg);
    transition: background-color 0.3s ease-in-out, opacity 0.3s, transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}



.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}


.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.special-card3 {
    position: relative;
}

.special-card3-photo img {
    width: 100%;
}

@media (max-width: 1229px) {
    .special-card3-carousel .slick-list {
        overflow: visible;
    }
}

.special-card3-caption {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    margin-top: -117px;
    margin-left: 63px;
    padding: 37px 65px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .special-card3-caption {
        margin-left: 25px;
    }
}

@media (max-width: 1229px) {
    .special-card3-caption {
        padding: 25px 30px;
        margin-top: -120px;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    }
}

@media (max-width: 767px) {
    .special-card3-caption {
        position: relative;
        max-width: 305px;
        width: 305px;
        min-width: 0;
        padding: 20px 20px;
        margin-top: -80px;
        margin-right: auto;
    }
}

.special-card3-caption h3 {
    margin-bottom: 23px;
    font-size: 50px;
    line-height: .9em;
}

@media (max-width: 1229px) {
    .special-card3-caption h3 {
        font-size: 40px;
        line-height: 1em;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .special-card3-caption h3 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 15px;
    }
}

.special-card3-caption:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 66px;
    top: 0;
    width: 88px;
    height: 4px;
    background-color: #f46616;
}

@media (max-width: 767px) {
    .special-card3-caption:before {
        left: 15px;
        width: 60px;
        height: 3px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .special-card3-caption-text {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 1229px) {
    .special-card3-caption-text {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .special-card3-caption-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .special-card3.slick-slide {
        opacity: .5;
        transition: 1s;
    }

    .special-card3.slick-slide .special-card3-photo {
        transform: scaleY(0.9);
    }

    .special-card3.slick-slide:hover {
        opacity: 1;
    }

    .special-card3-photo {
        transition: 1s;
    }

    .special-card3.slick-slide.slick-active+.slick-active {
        opacity: 1;
    }

    .special-card3.slick-slide.slick-active+.slick-active .special-card3-photo {
        transform: scaleY(1);
    }

    .special-card3.slick-slide.slick-active+.slick-active+.slick-active {
        opacity: .5;
    }

    .special-card3.slick-slide.slick-active+.slick-active+.slick-active .special-card3-photo {
        transform: scaleY(0.9);
    }

    .special-card3.slick-slide.slick-active+.slick-active+.slick-active:hover {
        opacity: 1;
    }
}

.testimonials-wrap {
    position: relative;
}

.testimonials-wrap .testimonials-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    transform: translateX(13%);
    max-width: calc(100% - 280px);
}

.testimonials-wrap .testimonials-bg img {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .testimonials-wrap .testimonials-bg {
        transform: translateX(0);
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .testimonials-wrap .testimonials-bg {
        max-width: 100%;
        position: relative;
        width: 100%;
        height: 315px;
    }

    .testimonials-wrap .testimonials-bg img {
        width: calc(100% + 30px);
        height: 315px;
        margin: 0 -15px;
        max-width: none;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .testimonials-wrap .testimonials-carousel {
        margin-left: -15px;
    }
}

.testimonials-wrap .title-wrap {
    padding-top: 20px;
}

.testimonials-item {
    position: relative;
    padding: 70px 57px 50px;
    color: #4f4f4f;
}

@media (max-width: 1229px) {
    .testimonials-item {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .testimonials-item {
        padding: 20px 15px 15px;
    }
}

.testimonials-item-text {
    position: relative;
    z-index: 1;
    font-size: 25px;
    line-height: 1.36em;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}

@media (max-width: 1229px) {
    .testimonials-item-text {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .testimonials-item-text {
        font-size: 20px;
        line-height: 25px;
    }
}

.testimonials-item-author {
    position: relative;
    z-index: 1;
    margin-top: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.625em;
}

@media (max-width: 1229px) {
    .testimonials-item-author {
        align-items: flex-start;
        margin-top: 20px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .testimonials-item-author {
        margin-top: 15px;
        font-size: 13px;
    }
}

.testimonials-item-author-photo {
    display: flex;
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

@media (max-width: 1229px) {
    .testimonials-item-author-photo {
        width: 48px;
        height: 48px;
        margin-right: 15px;
    }
}

.testimonials-item-author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-item-rating {
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (max-width: 1229px) {
    .testimonials-item-rating {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .testimonials-item-rating .review-box-rating [class*='fa-'] {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .testimonials-item-rating {
        margin-top: 2px;
    }

    .testimonials-item-rating .review-box-rating [class*='fa-'] {
        font-size: 11px;
    }
}

.testimonials-item-quote {
    position: absolute;
    top: 23px;
    left: 50px;
    font-size: 100px;
    opacity: .1;
    color: #f46616;
}

@media (max-width: 1229px) {
    .testimonials-item-quote {
        top: 5px;
        left: 25px;
        font-size: 70px;
    }
}

@media (max-width: 1229px) {
    .testimonials-item-quote {
        top: 5px;
        left: 15px;
        font-size: 35px;
    }
}

.testimonials-carousel {
    position: relative;
    z-index: 1;
    width: 652px;
    background-color: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1229px) {
    .testimonials-carousel {
        width: 500px;
    }
}

@media (max-width: 767px) {
    .testimonials-carousel {
        margin-top: -225px;
        width: 400px;
    }
}

@media (max-width: 575px) {
    .testimonials-carousel {
        width: 280px;
    }
}

.testimonials-carousel .slick-prev,
.testimonials-carousel .slick-next {
    background-color: transparent;
    top: auto;
    left: auto;
}

.testimonials-carousel .slick-prev:before,
.testimonials-carousel .slick-next:before {
    font-size: 29px;
    color: #f46616;
}

.testimonials-carousel .slick-prev:hover,
.testimonials-carousel .slick-next:hover {
    background-color: transparent;
}

.testimonials-carousel .slick-prev:hover:before,
.testimonials-carousel .slick-next:hover:before {
    color: #000;
}

.testimonials-carousel .slick-prev {
    bottom: 60px;
    right: 80px;
}

.testimonials-carousel .slick-next {
    bottom: 60px;
    right: 30px;
}

.testimonials-title {
    width: 652px;
    margin-left: auto;
    text-align: center;
}

@media (max-width: 1229px) {
    .testimonials-title {
        width: 500px;
    }
}

@media (max-width: 1023px) {
    .testimonials-title {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .testimonials-title {
        width: 100%;
    }
}

.testimonials-wrap-reversed .testimonials-bg {
    right: auto;
    left: 0;
    transform: translateX(-13%);
    max-width: 60%;
}

.testimonials-wrap-reversed .testimonials-carousel {
    margin-left: auto;
}

.testimonials-wrap-reversed .testimonials-item-text {
    text-align: center;
}

.testimonials-wrap-reversed .testimonials-item-author {
    display: flex;
    justify-content: center;
    text-align: left;
}

@media (max-width: 767px) {
    .testimonials-wrap-reversed .testimonials-bg {
        max-width: 100%;
        transform: translateX(0);
    }

    .testimonials-wrap-reversed .testimonials-carousel {
        margin-right: -15px;
    }
}

.testimonials-carousel {  
    position: relative;  
    width: 50%;  
    overflow: hidden;  
}  

.testimonials-items-wrapper {  
    display: flex;  
    transition: transform 0.5s ease-in-out; /* Smooth transition */  
}  

.testimonials-item {  
    min-width: 100%; /* Each item takes full width */  
    box-sizing: border-box; /* Include padding and border in width */  
}  

.carousel-button {  
    position: absolute;  
    bottom: 10px; /* Position from bottom */  
    right: 10px;  /* Position from right */  
    background-color: rgba(255, 255, 255, 0.8);  
    border: none;  
    cursor: pointer;  
    font-size: 24px;  
    padding: 10px 15px;  
    border-radius: 5px;  
    z-index: 10; /* Ensure buttons are above the carousel content */  
}  

.carousel-button.prev {  
    /* Adjust left button styling if needed */  
    right: 80px; /* This can be adjusted based on desired spacing */  
}  

.carousel-button.next {  
    /* Right button already positioned correctly */  
}    

.carousel-button:focus {  
    outline: none;  
}
.call-us h2 {
    font-size: 60px;
}

@media (max-width: 1229px) {
    .call-us h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .call-us h2 {
        font-size: 38px;
        line-height: 1em;
    }
}

.call-us p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px;
}

.call-us p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1229px) {
    .call-us p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .call-us p {
        font-size: 14px;
        line-height: 22px;
    }
}

.call-us-icon {
    position: relative;
    margin-bottom: 40px;
    font-size: 55px;
    color: #f46616;
}

@media (max-width: 1229px) {
    .call-us-icon {
        font-size: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .call-us-icon {
        font-size: 40px;
        margin-bottom: 25px;
    }
}

.call-us-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    margin: -27px 0 0 -27px;
    color: #f46616;
    content: '\e94d';
    font-size: 55px;
    font-family: 'hotelfont';
    line-height: 1em;
    transform: scale(1);
    pointer-events: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    transition: 0.25s;
    animation: pulse 3s ease-in-out infinite;
    opacity: .2;
}

@media (max-width: 1229px) {
    .call-us-icon:before {
        font-size: 50px;
        margin: -25px 0 0 -25px;
    }
}

@media (max-width: 767px) {
    .call-us-icon:before {
        font-size: 40px;
        margin: -20px 0 0 -20px;
    }
}

.call-us-phone {
    margin-top: 30px;
    font-family: "Suravaram", serif;
    font-size: 50px;
    line-height: 1em;
}

@media (max-width: 1229px) {
    .call-us-phone {
        margin-top: 20px;
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .call-us-phone {
        font-size: 32px;
    }
}

.call-us-phone a {
    color: #f46616;
    text-decoration: none;
}

.call-us-phone a:hover {
    color: inherit;
}


.footer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 100px;
    background: url("images/footer-bg.jpg") repeat;
    color: #fff;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .footer {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer {
        margin-top: 60px;
    }
}

.footer a {
    color: #fff;
}

.footer .col-light {
    position: relative;
    z-index: 0;
    background-color: #f3f3f3;
    color: #212121;
    padding-top: 65px !important;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
    .footer .col-light {
        padding-top: 45px !important;
        padding-bottom: 40px !important;
    }
}

.footer>.container {
    position: relative;
}

.footer>.container>.row>* {
    padding-top: 58px;
    padding-bottom: 45px;
}

@media (max-width: 1023px) {
    .footer>.container>.row>* {
        padding-top: 42px;
        padding-bottom: 25px;
    }
}

@media (max-width: 1023px) {
    .footer h2 {
        font-size: 50px;
    }

    .footer h4 {
        font-size: 32px;
    }

    .footer .col-light {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .footer h2 {
        font-size: 44px !important;
    }

    .footer h4 {
        font-size: 32px;
    }

    body.booking-form-on .footer {
        padding-bottom: 20px;
    }
}

.footer-copyright {
    font-size: 15px;
}

.footer-copyright a,
.footer-copyright span {
    color: #878787;
}

.footer-social {
    font-size: 32px;
    line-height: 1em;
}

.footer-social a {
    color: #fff;
}

.footer-social a:hover {
    color: #f46616;
    text-decoration: none;
}

.place-table {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}

.place-table tr:not(:last-child) {
    border-bottom: 1px solid #dedddd;
}

.place-table td {
    padding: 4px 0;
}

.place-table span {
    font-size: 14px;
    color: #949494;
}

@media (min-width: 576px) and (max-width: 1023px) {
    .place-table tr:nth-child(even) {
        float: right;
    }

    .place-table tr {
        width: calc(50% - 15px);
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1px 0;
    }

    .place-table tr>* {
        padding-right: 15px;
    }

    .place-table tr .text-right {
        margin-left: auto;
        padding-right: 15px;
    }

    .place-table tr:nth-last-child(2) {
        border-bottom: 0;
    }
}

.footer .google-map {
    position: absolute;
    top: 0;
    right: -33%;
    bottom: 0;
    z-index: 2;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1023px) {
    .footer .google-map {
        right: 0;
        left: 0;
    }
}

.footer .google-map.opened {
    opacity: 1;
    visibility: visible;
}

.footer .btn .opened-text {
    display: none;
}

.footer .btn.opened .opened-text {
    display: inline-block;
}

.footer .btn.opened .opened-text+span {
    display: none;
}

.footer ul.icn-list {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    .footer ul.icn-list {
        font-size: 15px;
        line-height: 22px;
    }
}

.footer ul.icn-list li {
    position: relative;
    padding-left: 30px;
}

.footer ul.icn-list li [class*='fa'] {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px;
    color: #f46616;
}

.footer ul.icn-list li:not(:last-child) {
    margin-bottom: 18px;
}

.footer ul.icn-list .phone {
    font-size: 22px;
}

.backToTop {
    position: fixed;
    z-index: 1020;
    right: 25px;
    bottom: -25px;
    opacity: 0;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(175, 60, 101, 0.75);
    font-size: 28px;
    line-height: 82px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.25s, bottom 0.75s ease-in-out;
    transition: all 0.25s, bottom 0.75s ease-in-out;
}

@media (max-width: 1023px) {
    .backToTop {
        right: 15px;
        width: 62px;
        height: 62px;
        font-size: 22px;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .backToTop {
        width: 52px;
        height: 52px;
        font-size: 18px;
        line-height: 52px;
    }
}

.backToTop [class*='fa'] {
    display: inline-block;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    height: 0;
    line-height: 0;
    margin: 0;
    vertical-align: inherit;
    width: inherit;
}

.backToTop:hover {
    background: #9c355a;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.backToTop:hover [class*='fa'] {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.backToTop.visible {
    opacity: 1;
    bottom: 45px;
}

@media (max-width: 1023px) {
    .backToTop.visible {
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 767px) {
    body.booking-form-on .backToTop.visible {
        bottom: 45px;
    }
}

.footer--style2 {
    background: #f7f7f7;
    color: #212121;
}

.footer--style2 a:not(.btn) {
    color: #212121;
}

.footer--style2 .footer-social a:not(.btn) {
    color: #f46616;
}

@media (max-width: 1229px) {
    .footer--style2 h2 {
        font-size: 40px;
    }

    .footer--style2 h4 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

.footer--style2 .col-light {
    background-color: #ffffff;
    padding-top: 55px !important;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: none;
    border-top: 5px solid #f46616;
}

@media (max-width: 1229px) {
    .footer--style2 .col-light {
        padding-top: 35px !important;
        border-top-width: 3px;
    }
}

.footer--style2 .col-light p {
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 1229px) {
    .footer--style2 .col-light p {
        font-size: 15px;
        line-height: 24px;
    }
}

.footer--style2 ul.icn-list li:not(:last-child) {
    margin-bottom: 7px;
}

.footer--style2 ul.list-unstyled li:not(:last-child) {
    margin-bottom: 2px;
}

.footer--style2 .footer-social {
    font-size: 29px;
    line-height: 1em;
}

@media (max-width: 1023px) {
    .footer--style2 .footer-social {
        font-size: 26px;
    }
}

.footer--style2 .footer-copyright {
    font-size: 16px;
}

@media (max-width: 1229px) {
    .footer--style2 .footer-copyright {
        font-size: 15px;
    }
}

.footer--style2 .place-table {
    margin-top: -10px;
}

@media (min-width: 1024px) {
    .footer--style2 .col-light+* {
        padding-left: 102px;
    }
}

ul.icn-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    ul.icn-list {
        font-size: 15px;
        line-height: 22px;
    }
}

ul.icn-list li {
    position: relative;
    padding-left: 35px;
}

ul.icn-list li [class*='fa'] {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #f46616;
}

ul.icn-list li b {
    font-weight: 600;
    color: #f46616;
}

ul.icn-list li:not(:last-child) {
    margin-bottom: 18px;
}

.icn-list+.icn-list {
    margin-top: 30px;
}

ul.services-list {
    margin: -5px 0 0 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

ul.services-list li {
    position: relative;
    border-bottom: 1px dotted #ccc7c8;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 7px 30px;
    text-align: right;
}

@media (max-width: 1023px) {
    ul.services-list li {
        font-size: 13px;
        line-height: 18px;
        padding-left: 20px;
    }
}

ul.services-list li [class*='fa-'] {
    color: #695c5d;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    font-size: 17px;
}

@media (max-width: 1023px) {
    ul.services-list li [class*='fa-'] {
        font-size: 15px;
    }
}

ul.services-list li:last-child {
    border-bottom: 0;
}

/*slideshow*/
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: 1;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #4d4d4d;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel .owl-dots .owl-dot.active:after {
    border-color: #fff;
}

.owl-carousel.home-slider {
    position: relative;
    height: 650px;
    z-index: 0;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
    position: relative;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .3;
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 650px;
    position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    z-index: 0;
    color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 9vw;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 50px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    color: white;
    color: #f5e4c3;
    display: inline-block;
    position: relative;
    letter-spacing: 4px;
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel.home-slider .owl-nav .owl-prev,
    .owl-carousel.home-slider .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel.home-slider .owl-nav .owl-prev span:before,
    .owl-carousel.home-slider .owl-nav .owl-next span:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.filters-toggle {
    position: absolute;
    z-index: 99;
    top: 18px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    background: #f46616;
    color: #fff !important;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.filters-toggle:hover {
    background: #212121;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 1229px) {
    .filters-toggle {
        top: 12px;
    }
}
@media (max-width: 1023px) {
    .filters-toggle {
        top: 8px;
        right: 0;
    }
}
@media (max-width: 767px) {
    .filters-toggle {
        top: 0;
    }
}
.filters-slide {
    position: fixed;
    top: 0;
    right: -304px;
    height: 100vh;
    padding: 15px 0 0;
    z-index: 1045;
    width: 304px;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #f46616;
}
.filters-slide h3,
.filters-slide h4 {
    color: #fff;
}
.filters-slide-inside {
    height: 100%;
    overflow-y: scroll;
    padding: 0 32px 0;
}
.filters-slide-close {
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
}
.filters-slide-close:hover {
    opacity: .5;
}
.filters-slide.active {
    right: 0;
}
.service-card-2 {
    position: relative;
}

.service-card-2 h3 {
    font-size: 38px;
    margin-bottom: 10px;
}

.service-card-2>*+* {
    margin-top: 30px;
    margin-bottom: 0;
}

.service-card-2 p:not(:first-child) {
    margin-top: 18px;
}

.service-card-2-more {
    font-size: 19px;
    line-height: 1em;
    padding: 0 5px;
    color: #f46616;
}

.service-card-2-more:hover {
    color: #212121;
    text-decoration: none;
}



.dropdown-toggle-area .dropdown>button.btn {
    width: 100% !important;
}
.jouce-area .dropdown button.btn,
.jouce-area .dropdown-info,
.dropdown-form {
    width: 66%;
}
.jouce-area .table-striped.w-100 {
    margin-bottom: 0px !important;
}
.meeting-events .dropdown button.btn,
.meeting-events .dropdown-info,
.dropdown-form {
    width: 80%;
}
.meeting-events .table-striped.w-100 {
    margin-bottom: 0px !important;
}
.meeting-events .dropdown-info>.inside {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 20px;
}
.meeting-events .dropdown-info>.inside table {
    padding: 0 0px 0px !important;
    font-size: 14px;
    line-height: 20px;
}
.meeting-events1 .dropdown button.btn,
.meeting-events1 .dropdown-info,
.dropdown-form {
    width: 100%;
}
@media (max-width: 1023px) {
    .jouce-area .dropdown button.btn,
    .jouce-area .dropdown-info,
    .dropdown-form {
        width: 100% !important;
    }
    .meeting-events .dropdown button.btn,
    .meeting-events .dropdown-info,
    .dropdown-form {
        width: 100% !important;
    }
    .meeting-events1 .dropdown button.btn,
    .meeting-events .dropdown-info,
    .dropdown-form {
        width: 100%;
    }
}

.dropdown {
    max-width: 100%;
    margin-right: 0px;
}

.btn.dropdown-toggle {
    padding: 15px 30px 15px 22px;
    min-height: 60px;
    border-radius: 0;
    text-align: left;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 1023px) {
    .btn.dropdown-toggle {
        padding: 10px 30px 10px 20px;
        font-size: 24px;
        line-height: 30px;
        min-height: 50px;
    }
}

.btn.dropdown-toggle [class*='fa'] {
    padding-right: 16px;
    top: 4px;
}

@media (max-width: 1023px) {
    .btn.dropdown-toggle [class*='fa'] {
        font-size: 22px;
    }
}

.btn.dropdown-toggle.btn-light,
.btn.dropdown-toggle.btn-light:focus {
    background: #fff;
    color: #212121;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f3f3;
}

.btn.dropdown-toggle.btn-light [class*='fa'],
.btn.dropdown-toggle.btn-light:focus [class*='fa'] {
    color: #f46616;
}

.dropdown+.dropdown {
    margin-top: 16px;
}

.btn.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 46px;
    margin-top: -16px;
    border: 0;
    content: '\e935';
    font-size: 19px;
    font-family: 'hotelfont';
}

.dropdown.show .btn.dropdown-toggle:after {
    content: '\e936';
}

.dropdown-info,
.dropdown-form {
    width: 100%;
    margin: -1px 0 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    border: 1px solid #f3f3f3;
    border-width: 0 1px 1px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.dropdown-info table td,
.dropdown-form table td {
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    border: none;
}

@media (max-width: 1023px) {
    .dropdown-info table td,
    .dropdown-form table td {
        font-size: 13px;
    }
}

.dropdown-info table td:nth-child(2),
.dropdown-form table td:nth-child(2) {
    font-weight: bold;
    color: #f46616;
}

.dropdown-info table span,
.dropdown-form table span {
    font-weight: bold;
    color: #f46616;
}

.dropdown-info>.inside {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 20px;
}

.dropdown-info>.inside p {
    margin-bottom: 20px;
}

.dropdown-info>.inside p:last-child {
    margin-bottom: 0;
}

.dropdown-form>.inside {
    padding: 20px 20px 20px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.dropdown-info ul.list-unstyled {
    font-size: 16px;
    line-height: 23px;
}

.dropdown-info ul.list-unstyled li {
    margin-bottom: 0 !important;
}

.dropdown-info ul.list-unstyled a {
    color: #f46616;
}

.dropdown-info[x-placement="top-start"],
.dropdown-form[x-placement="top-start"] {
    margin: 0 0 -1px 0;
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    border-width: 1px 1px 0;
}

.dropdown-info[x-placement="top-start"]>.inside,
.dropdown-form[x-placement="top-start"]>.inside {
    padding: 20px 20px 20px;
}

.dropdown-form {
    font-size: 14px;
    line-height: 20px;
}

.dropdown-menu .close {
    position: absolute;
    z-index: 1;
    font-size: 14px;
    right: 15px;
    top: 15px;
    color: #212121;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.dropdown-menu .close:hover {
    text-decoration: none;
    color: #f46616;
}


/*table*/

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #e9c8d4;
}

.table-hover .table-primary:hover {
    background-color: #e2b6c6;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #e2b6c6;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm.table-bordered {
        border: 0;
    }
}

@media (max-width: 767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md.table-bordered {
        border: 0;
    }
}

@media (max-width: 1023px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg.table-bordered {
        border: 0;
    }
}

@media (max-width: 1229px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
    border: 0;
}

.messengers-list a {
    padding: 0 10px;
    color: #c3c3c3;
    font-size: 28px;
    line-height: 40px;
}

.messengers-list a:hover {
    text-decoration: none;
}
.widget_smart_contact_time {
    margin-top: 30px !important;
}
@media (min-width: 768px) {
    .widget_smart_contact_time {
        margin-top: 30px !important;
    }
}
.form-control {
    height: 50px;
}
.gallery-img-cont {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.cover {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 300px;
    background: rgba(43, 43, 46, 0.0);
    transition: 0.3s;
}
.cover i {
    margin-top: 130px;
    font-size: 25pt;
    color: #fff;
    cursor: pointer;
    
}
.gallery-img-cont:hover .cover {
    background: rgba(43, 43, 46, 0.5);
    transition: 0.3s;
}
.btn-clear {
    background-color: transparent;
    border: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        max-width: 800px;
    }
}
.blog-post .post-title:not(:first-child) {
    margin-bottom: 20px;
}

.blog-post.sticky,
.blog-post.tag-sticky-2 {
    background: #f1f1f1;
    padding: 15px;
}

.blog-post {
    margin-bottom: 70px;
}

.blog-post .sticky_post_icon {
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top: 0px;
    right: 0;
}

.blog-post .sticky_post_icon span {
    color: #f46616;
}

@media (max-width: 767px) {
    .blog-post {
        margin-bottom: 40px;
    }
}

.blog-post .post-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
    width: 100%;
    height: auto;
    border: 0;
}

.blog-post .post-image {
    position: relative;
    border-radius: 0;
}

.blog-post .post-image img {
    height: auto;
}

.blog-post .post-image .post-link-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.blog-post .post-image .post-link {
    font-size: 50px;
    line-height: 1em;
    font-family: "Suravaram", serif;
    color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

@media (max-width: 767px) {
    .blog-post .post-image .post-link {
        font-size: 6vw;
    }
}

.blog-post .post-image .post-link:hover {
    color: #f46616;
    text-decoration: none;
}

.blog-post .post-image:not(:first-child) {
    margin-top: 40px;
}

.blog-post .post-title {
    margin-bottom: 0;
    line-height: 1.08em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-post .post-title:not(:first-child) {
    margin-top: 40px;
}

.blog-post .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-post .post-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.blog-post .post-meta>* {
    float: left;
    font-size: 15px;
}

.blog-post .post-meta>*:not(:first-child) {
    padding-left: 33px;
}

@media (max-width: 767px) {
    .blog-post .post-meta>*:not(:first-child) {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .blog-post .post-meta>* {
        font-size: 13px;
    }
}

.blog-post .post-meta>* [class*='fa'],
.blog-post .post-meta>* span {
    display: inline-block;
    vertical-align: middle;
}

.blog-post .post-meta>* [class*='fa'] {
    position: relative;
    top: -1px;
    font-size: 18px;
    padding-right: 7px;
    color: #aeaeae;
}

@media (max-width: 767px) {
    .blog-post .post-meta>* [class*='fa'] {
        display: none;
    }
}

.blog-post .post-meta>*:last-child {
    padding-right: 0;
}

.blog-post .post-meta .post-meta-reviews span {
    font-size: 14px;
}

.blog-post .post-read-more:not(:first-child) {
    margin-top: 25px;
}

.blog-post .post-teaser p {
    padding-left: 44px;
}

.blog-post .post-teaser p:last-child {
    margin-bottom: 0;
}

.blog-post .post-teaser:not(:first-child) {
    margin-top: 27px;
}

.blog-post .post-image+.post-meta {
    margin-top: 0 !important;
}

.blog-post .post-meta-author a {
    color: #f46616;
}

@media (max-width: 767px) {
    .blog-post .post-meta .post-meta-social {
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 10px;
        text-align: right;
    }
}

.blog-post .post-meta-social a {
    margin-left: 7px;
}

.blog-post .post-meta-social a:hover [class*='fa'] {
    color: #f46616;
}

.blog-post .post-meta-social a [class*='fa'] {
    display: inline-block !important;
    font-size: 20px;
    padding-right: 0;
    color: #aeaeae;
    -webkit-transition: .2s;
    transition: .2s;
}

.post-password-form input {
    border-radius: 0;
    height: 45px;
}

.post-password-form input[type=submit] {
    background: #f46616 !important;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    height: 45px;
    border: 2px solid #f46616 !important;
    position: absolute;
}

.post-text {
    padding-left: 44px;
}

@media (max-width: 767px) {
    .post-text {
        padding-left: 0;
    }
}

.post-text:not(:first-child) {
    margin-top: 27px;
}

.post-text .quote {
    margin-left: -44px;
}

@media (max-width: 767px) {
    .post-text .quote {
        margin-left: 0;
    }
}

.post-read-more {
    font-size: 22px;
    line-height: 28px;
    font-family: "Suravaram", serif;
    -webkit-transition: .2s;
    transition: .2s;
}

.post-read-more,
.post-read-more a,
.post-read-more:focus,
.post-read-more:focus a {
    color: #f46616;
    -webkit-transition: .2s;
    transition: .2s;
}

.post-read-more:hover,
.post-read-more:hover a,
.post-read-more:active,
.post-read-more:active a {
    text-decoration: none;
    color: #212121;
}

.post-read-more [class*='fa'] {
    font-size: 21px;
    padding-right: 10px;
    position: relative;
    top: 4px;
}

.blog-post:not(.post-preview) .post-meta-date {
    padding: 9px 0 0;
    min-width: 80px;
    min-height: 80px;
    font-size: 14px;
    line-height: 14px;
    background-color: #f46616;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .blog-post:not(.post-preview) .post-meta-date {
        min-width: 60px;
        min-height: 60px;
        padding: 5px 0 0;
    }
}

.blog-post:not(.post-preview) .post-meta-date span {
    width: 100%;
    font-size: 52px;
    line-height: 42px;
    font-family: "Suravaram", serif;
}

@media (max-width: 767px) {
    .blog-post:not(.post-preview) .post-meta-date span {
        font-size: 32px;
        line-height: 30px;
    }
}

.post-carousel {
    margin-bottom: 0;
    overflow: hidden;
}

.post-carousel .slick-prev,
.post-carousel .slick-next {
    background-color: #fff !important;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    margin-top: -33px;
}

.post-carousel .slick-prev:hover,
.post-carousel .slick-next:hover {
    opacity: .8;
}

.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
    font-size: 20px;
    line-height: 67px;
    color: #212121;
}

.post-carousel .slick-prev {
    left: -33px;
    text-align: right;
    padding-right: 10px;
}

.post-carousel .slick-next {
    right: -33px;
    text-align: left;
    padding-left: 10px;
}

.blog-post.single {
    margin-bottom: 0;
}

.blog-post .post-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
}

.post-preview {
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-preview .post-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.post-preview .post-image>*:first-child {
    min-width: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
}

.post-preview .post-meta {
    margin-top: 15px;
}

.post-preview .post-meta>*:not(:first-child) {
    padding-left: 10px;
}

.post-preview .post-meta-date [class*='fa'] {
    color: #f46616;
    font-size: 13px;
    top: -1px;
    left: 1px;
}

.post-preview .post-title {
    margin-top: 0 !important;
    padding-left: 18px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.post-preview .post-title a {
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.post-preview .post-title a:hover {
    color: #f46616;
}

.view-more-post {
    margin-bottom: 30px;
}

.side-block {
    margin-left: 15px;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ededed;
}

@media (max-width: 1023px) {
    .side-block {
        margin-left: 0;
    }
}

.side-block h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

.side-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

/* comments */
.comments-block {
    padding: 35px;
    background-color: #f9f9f9;
}

@media (max-width: 767px) {
    .comments-block {
        padding: 15px;
    }
}

.comments-block .comment {
    margin: 20px 0 0;
}

.comments-block .comment,
.comments-block .comment a {
    color: #424242;
}

.comments-block .comment+* {
    margin-top: 40px;
}

.comments-block .comment .userpic {
    width: 58px;
    height: 58px;
    float: left;
    font-size: 30px;
    line-height: 58px;
    background-color: #fff;
    color: #e3e3e3;
    border-radius: 50%;
    text-align: center;
}

.comments-block .comment .text {
    overflow: hidden;
    padding-top: 2px;
    padding-left: 20px;
}

.comments-block .comment .text p {
    margin-bottom: 10px;
}

.comments-block .comment .text .meta {
    margin-bottom: 5px;
}

.comments-block .comment .text .meta [class*='fa'] {
    color: #f46616;
    font-size: 13px;
    top: -1px;
    left: 1px;
    padding-right: 7px;
}

.comments-block .comment .text .meta>*:not(:first-child) {
    margin-left: 18px;
    padding-left: 18px;
    position: relative;
}

.comments-block .comment .text .meta>*:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    display: block;
    width: 1px;
    height: 17px;
    background-color: #dddddd;
}

.comments-block .comment .text a.reply {
    display: inline-block;
    text-decoration: none;
}

.comments-block .comment .text a.reply:hover {
    color: #f46616;
    text-decoration: none;
}

.comments-block .comment .text a.reply [class*='fa'] {
    position: relative;
    color: #f46616;
    font-size: 15px;
    padding-right: 7px;
    top: 1px;
    left: 1px;
}

.comments-block .comment.replay {
    margin-left: 115px;
}

@media (max-width: 767px) {
    .comments-block .comment.replay {
        margin-left: 70px;
    }
}

@media (max-width: 575px) {
    .comments-block .comment.replay {
        margin-left: 30px;
    }
}

.comment-form {
    margin-bottom: 50px;
}

.comment-form .textarea-custom {
    height: 170px;
}

.blog-isotope {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: visible;
}

.blog-isotope .post-title {
    font-size: 32px;
    line-height: 1.05em;
}

.blog-isotope .post-title:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .blog-isotope .post-title {
        font-size: 28px;
    }

    .vc_custom_1522670660039 {
        margin-top: 40px !important;
    }
}

.blog-isotope .post-meta {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-isotope .post-meta:first-child {
    margin-top: -20px;
}

@media (max-width: 767px) {
    .blog-isotope .post-meta-social {
        margin-top: 10px;
    }
}

.blog-isotope .blog-post:not(.post-preview) .post-meta-date {
    padding: 8px 0 0;
    width: 65px;
    height: 65px;
    font-size: 13px;
    line-height: 13px;
}

.blog-isotope .blog-post:not(.post-preview) .post-meta-date span {
    font-size: 42px;
    line-height: 32px;
}

.blog-isotope .blog-post .post-meta>* [class*='fa'] {
    font-size: 15px;
}

.blog-isotope .blog-post .post-meta>*:not(:first-child) {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .blog-isotope .blog-post .post-meta>*:not(:first-child) {
        padding-left: 10px;
    }

    .vc_custom_1521441944929 {
        margin-left: 0;
    }
}

.blog-isotope .blog-post .post-image {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-isotope .blog-post .post-image:first-child {
    margin-top: -20px;
}

.blog-isotope .blog-post .post-image .post-link {
    font-size: 32px;
}

@media (max-width: 767px) {
    .blog-isotope .blog-post .post-image .post-link {
        font-size: 6vw;
    }
}

.blog-isotope .blog-post {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
    padding: 20px 20px 24px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-isotope .blog-post .quote {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1229px) {
    .blog-isotope .blog-post {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .blog-isotope .blog-post {
        width: 100%;
    }
}

.news-post-wrap {
    padding-bottom: 40px;
    margin-bottom: -40px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.news-post-wrap .slick-list {
    overflow: visible;
}

@media (max-width: 767px) {
    .news-post-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}

.news-post-nav .slick-prev,
.news-post-nav .slick-next {
    margin-top: -60px;
    background-color: transparent;
}

.news-post-nav .slick-prev:before,
.news-post-nav .slick-next:before {
    color: #c09976;
}

.news-post-nav .slick-prev:hover,
.news-post-nav .slick-next:hover {
    background-color: transparent;
}

.news-post-nav .slick-prev:hover:before,
.news-post-nav .slick-next:hover:before {
    color: #000;
}

.news-post-nav .slick-prev {
    left: -70px;
}

.news-post-nav .slick-next {
    right: -70px;
}

.news-post-inside {
    position: relative;
}

.news-post {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 65px;
}

.news-post-image {
    transition: opacity .5s;
    opacity: 1;
}

.news-post-image img {
    max-width: 100%;
}

.news-post-caption {
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: -65px;
    left: 15px;
    padding: 35px 45px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: top .3s;
    top: calc(100% - 60px);
}

@media (max-width: 1023px) {
    .news-post-caption {
        padding: 30px;
        top: calc(100% - 50px);
    }
}

.news-post-caption:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 0;
    width: 88px;
    height: 3px;
    background-color: #c09976;
}

.news-post-date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1023px) {
    .news-post-date {
        margin-bottom: 4px;
    }
}

.news-post-title {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 0;
}

.news-post-teaser {
    height: 0;
    overflow: hidden;
    padding-top: 10px;
}

.news-post:hover .news-post-caption {
    top: 0;
}

.news-post:hover .news-post-image {
    opacity: 0;
}

.news-post:hover .news-post-teaser {
    height: auto;
}

@media (max-width: 575px) {
    .news-post {
        padding-bottom: 0;
    }

    .news-post-caption {
        position: static;
    }

    .news-post-image {
        display: none;
    }

    .news-post-teaser {
        height: auto;
    }
}

.comments-block .comment {
    list-style: none;
}
img.avatar.photo {
    border-radius: 100%;
    max-width: unset;
}
.widget ul {
    padding: 0;
}
.widget ul.children,
.widget .sub-menu {
    margin: 0;
}
.widget_archive ul {
    margin: 0;
}
.widget_categories ul {
    margin: 0;
}
.tags-list,
.tagcloud {
    margin: 0 !important;
}

.tagcloud a {
    text-transform: capitalize;
}
.tags-list,
.tagcloud {
    position: relative;
    list-style: none;
    padding: 0;
}

/*meetings slideshow*/
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  font-weight: bold;
  background-color: #f46616;
  padding: 10px 16px 5px 16px;
  height: 50px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/*end*/
/*sidebar/ filter*/
.side-block h5 {
    bottom: 0;
}
.side-block label {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
}
.side-block+.side-block {
    margin-top: 30px;
}
.side-block {
    margin-left: 15px;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ededed;
}
@media (max-width: 1023px) {
    .side-block {
        margin-left: 0;
    }
}
.side-block h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}
.side-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.btn-filter {
    background: #fff;
    border: 2px solid #fff;
    padding: 8px 24px;
    color: #f46616;
}
.btn-filter:hover {
    background: transparent !important;
    color: #fff;
}
.btn-filter-invert {
    background: transparent;
    color: #fff !important;
}
.btn-filter-invert:hover {
    background: #fff;
    color: #f46616;
}
/*custom radio*/
 /* The radio-cont */
.radio-cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  font-size: 13pt;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  font-size: 13pt;
}

/* On mouse-over, add a grey background color */
.radio-cont:hover input ~ .checkmark {
  background-color: #ccc;
  font-size: 13pt;
}

/* When the radio button is checked, add a blue background */
.radio-cont input:checked ~ .checkmark {
  background-color: #f46616;
  font-size: 13pt;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  font-size: 13pt;
}

/* Show the indicator (dot/circle) when checked */
.radio-cont input:checked ~ .checkmark:after {
  display: block;
  font-size: 13pt;
}

/* Style the indicator (dot/circle) */
.radio-cont .checkmark:after {
   top: 9px;
   left: 9px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: white;
   font-size: 13pt;
}
/*end*/

