/*
Theme Name: Villa Yang
Theme URI: https://amzufia.com/
Author: the Amzufia Developers team
Author URI: https://amzufia.com/
Description: We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #5d5c5c;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
.navbar-light li a {
	font-family: 'Roboto', sans-serif;
}


/* ==================================================
  Sticky
  ================================================== */
.sticky .show-is-sticky,
.sticky .show-not-sticky {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.sticky .show-not-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 77px;
  z-index: 1000;
  width: 100%;
}
.sticky.is-sticky .show-is-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky .show-not-sticky {
  opacity: 0;
  visibility: hidden;
}


/* Navbar start */

.navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
}
.site_top_bar {
	background-color: #0096d7;
}
.site_top_nav li a {
	color: #fff;
}
.site_top_nav li:hover a {
	color: #ffcd53;
}
.bg-light {
	background-color: #fff !important;
	border:1px solid #d9dfe3;	

}
.navbar-light .navbar-toggler {
	background-color: #FFF;
}
.navbar-light li a:hover {
	color: #c7b199;
}
.navbar-light li .active>a, .navbar-light li a.active {
	color: #c7b199;
}
.navbar-light li .nav-item {
	margin-left: 10px;
}
.navbar-light li .nav-item:first-child {
	margin-left: 0px;
}
.navbar-light li a {
	color: #111;
	font-size: 14px;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}
li a {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.site_menu_btn .btn-primary {
	color: #FFF !important;
	text-transform: uppercase;
}
.dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
}
.dropdown:hover>.dropdown-menu {
	display: block;
	max-height: 200px;
	opacity: 1;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #e2d7ca;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #e2d7ca;
}


/* Navbar end */


/* Slider start */

/*.site_green_title {
	font-size: 2rem;
	color: #1c3e93;
	font-weight: 400;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption {
	background-color: rgba(255, 255, 255, 0.8);
	top: 35%;
	right: 20%;
	bottom: auto;
	left: 20%;
	border-radius: 50px;
}
*//* Slider end */


/* Testimonials slider start */

#carousel_testimonial .carousel-item {
	height: auto;
}
#carousel_testimonial .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #fff;
}
#carousel_testimonial .carousel-indicators .active {
	background-color: #009dd8;
}
#carousel_testimonial .carousel-indicators {
	position: inherit;
}
.blockquote-footer cite {
	color: #5d5c5c;
	font-size: 14px;
	font-weight: bold;
}
.blockquote-footer::before {
	color: #5d5c5c;
}
.site_testimonial_detail {
	font-size: 15px;
}
.site_testimonial_more a {
	font-size: 14px;
	text-decoration: underline;
	color: #636363;
}
/* Testimonials slider end */





/* Content start */


.site_big_title {
	font-size: 80px;
	font-weight: 100;
	color: #5d5c5c;
}
.site_big_title span {
	font-weight: 400;
}
.site_page_title {
	position: absolute;
	left: auto;
	right: 14%;
	bottom: 0;
	font-size: 80px;
	font-weight: 100;
	color: #5d5c5c;
	margin-bottom: 0px;
	line-height: 60px;
}
.site_page_title span {
	font-weight: 400;
	color: #FFF;
}
.site_page_title small {
	font-size: 80px;
	font-weight: 100;
	position: relative;
	top: 65px;
}
.site_layer_bgcolor {
	background: rgba(0, 0, 0, 0);
	padding: 5% 0;
	color: #FFF;
}
.site_header_banner {
	position: relative;
	/*background-image: url(images/slider/slider-min.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	height: 75vh;*/
}

.site_header_banner img
{
	width:100%;
}

.site_about_banner {
	background-image: url(images/about-banner.jpg);
}
.site_section_wrapper {
	padding-top: 4%;
	padding-bottom: 4%;
}
.site_primary_bg {
	background-color: #e2d7ca;
}
.form-control {
	/*	background-color: #0096d7;
*/	border-radius: 0px;
	color: #000;
}
.form-control:focus {
	color: #000;
	/*	background-color: #0096d7;
*/	border-color: #ffce5b !important;
	outline: none;
}
 .form-control::-webkit-input-placeholder {
 color: #ccc;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #ccc;
 opacity: 1;
}
 .form-control::placeholder {
 color: #ccc;
 opacity: 1;
}
.btn, .submitBtn {
	cursor: pointer;
}
button.close {
	color: #FFF !important;
	cursor: pointer;
}
.site_captcha_eq {
	font-size: 18px;
}
.site_section_wrapper.site_footer_background {
	padding-top: 3%;
	padding-bottom: 3%;
	background-color:#333;
}
.site_footer_num_list li span {
	min-width: 150px;
	display: inline-block;
}
.modal-header {
	background-color: #907f6d;
}
.modal-content .modal-title {
	color: #FFF;
}
.btn {
	border-radius: 0px;
}
.site_banner_btn {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.btn-secondary {
	background-color: transparent;
	border-color: #FFF;
	border: solid 2px;
	color: #FFF !important;
}
.btn-secondary:hover {
	background-color: #c7b199;
	border-color: #c7b199;
}
.btn-primary {
	background-color: #907f6d;
	color: #fff;
	border: none;
}
.btn-primary:focus, .btn-primary.focus {
	box-shadow: none !important;
}
.btn-primary:hover {
	background-color: #c7b199;
	color: #fff;
}
.border-white {
	border: solid;
}
.site_villayin_wrap {
	background-color: #000;
}
.site_left_bg {
	background-image: url(images/bottom-left-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.site_right_bg {
	background-image: url(images/sofa-artwork.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 5%;
	text-align:center;
}

.site_icons_list li
{
	margin-bottom:10px;
}

.site_icons_list img
{
	width:62px !important;

}

.site_icons_list .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.site_villa_box {
	color: #5d5c5c;
}
.site_villa_box h1 {
	font-size: 48px;
}
.site_service_box {
	font-size: 13px;
}
.site_service_title {
	font-size: 18px;
}
.site_footer_col {
	color: #fff;
}
.site_copyright, .site_copyright a {
	color: #5d5c5c;
}
.site_copyright a {
	text-decoration: underline;
}
.site_footer_col li a {
	color: #fff;
}
/* Service box start*/

.site_service_box {
	position: relative;
	min-height: 255px;
	background-repeat: no-repeat;
	background-size: cover;
}
.site_world_class {
	background-image: url(images/wordclass-chef.jpg);
}
.site_stunning_vistas {
	background-image: url(images/stunning.jpg);
}
.site_exquisite_interiors {
	background-image: url(images/exquisite.jpg);
}
.site_exceptional_staff {
	background-image: url(images/exceptional.jpg);
}
.site_service_title {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 36px;
	color: #FFF;
	font-weight: 100;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.site_service_title_btm {
	bottom: 15px;
	top: auto;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.site_service_title span {
	font-weight: 400;
}
.site_service_box:hover .site_service_title {
	top: 44%;
}
.site_service_box:hover .site_service_title_btm {
	top: auto;
	bottom: 44%;
}
.site_service_layer {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.site_service_box:hover .site_service_layer {
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 255px;
}
.site_service_wrap2 a {
	color: #000;
	text-decoration: none;
}
.site_service_wrap2 p {
	color: #5d5c5c;
}
.site_service_title2 {
	font-weight: 100;
}
/* Service box end*/



.site_social_links li a {
	background-color: #907f6d;
	color: #fff;
	width: 26px;
	height: 26px;
	display: block;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.site_social_links .list-inline-item:not(:last-child) {
	margin-right: auto;
}
.site_eh_logo {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}
.site_contact_link a {
	color: #5d5c5c;
	text-decoration: underline;
}
.popover {
	padding: 0px;
}
.popover-body {
	padding: 0px 5px;
	color: #fff;
	background-color: #907f6d;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
	border-top-color: #907f6d;
}
/* Inner page css start */

.site_inner_page_bg {
	border-top: 3px solid #fff;
	background-image: url(images/about-page.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10% 0;
	overflow:hidden;
}
.site_inner_page_villalayout_bg {
	background-image: url(images/villa-layout.jpg);
}
.site_explore_villa_banner {
	background-image: url(images/explore-the-villa.jpg);
}
.site_quick_facts_banner {
	background-image: url(images/quick-facts.jpg);
}
.site_gallery_banner {
	background-image: url(images/gallery.jpg);
	background-position:center;
	height:40vh;
	background-repeat:no-repeat;
	background-attachment: scroll;  
}
.site_floorplan_banner {
	background-image: url(images/villa-floorplan.jpg);
}
.site_inner_page_things_bg {
	background-image: url(images/indoor-living.jpg);
}
.site_villaexp_banner {
	background-image: url(images/villa-experience.jpg);
}
.site_inner_page_villadining_bg {
	background-image: url(images/villa-dining.jpg);
}
.site_inner_page_layer {
	background-color: rgba(226, 215, 202, 0.85);
	padding: 0% 18% 8% 5%;
}
.site_inner_page_layer_left {
	background-color: rgba(226, 215, 202, 0.85);
	padding: 0% 5% 5% 0%;
	position:relative;
}

.site_inner_page_layer_left:after
{
	content: '';
    display: block;
	background-color: rgba(226, 215, 202, 0.85);
    left: 0;
    margin-left: -100%;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}

.site_inner_page_layer_right
{
	background-color: rgba(226, 215, 202, 0.85);
	padding: 0% 0% 5% 5%;
	position:relative;

}

.site_inner_page_layer_right:after
{
	content: '';
    display: block;
	background-color: rgba(226, 215, 202, 0.85);
    right: 0;
    margin-right: -100%;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}

.site_inner_page_title {
	font-size: 60px;
	margin-bottom: 10px;
	color: #FFF;
}
.site_inner_page_title strong {
	position: relative;
	top: -72px;
	font-weight: 300;
}
.site_inner_page_title span {
	font-weight: 100;
}
.site_btn_wrap {
	text-align: center;
	padding: 30px 0;
	border-top: 3px solid #5d5c5c;
	border-bottom: 3px solid #5d5c5c;
}
.navbar_inner_page .navbar-brand h1 {
	color: #5d5c5c;
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: 400;
}
.navbar_inner_page.navbar, .navbar_inner_page .navbar-brand {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar_inner_page li .nav-item {
	margin-left: 0px;
}
.navbar_inner_page a {
	padding: 18px 30px;
}
.navbar_inner_page li .active>a, .navbar_inner_page li a.active {
	color: #000;
	background-color: #c7b199;
}
.navbar_inner_page li a:hover {
	color: #000;
	background-color: #c7b199;
}
.site_download_link a {
	color: #c7b199;
	text-decoration: underline;
}
.site_section_banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 10%;
	padding-bottom: 4%;
}
.site_living_area_bg {
	background-image: url(images/living-area.jpg);
}
.site_bedroom_bg {
	background-image: url(images/bed-room.jpg);
}
.section_begroom_design_bg {
	background-image: url(images/Bedroom-design.jpg);
}
.section_begroom_design_bg {
	background-image: url(images/red-bedroom.jpg);
}
.section_dining_bg {
	background-image: url(images/Villa-Yang--Dining-experience.jpg);
}
.site_banner_title {
	font-size: 72px;
	margin-bottom: 0px;
	color: #FFF;
	background-color: rgba(226, 215, 202, 0.85);
	position: relative;
}
.site_banner_title_left:after {
	content: '';
	display: block;
	background: rgba(226, 215, 202, 0.85);
	left: 0;
	margin-left: -100%;
	width: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
}
.site_banner_title strong {
	position: relative;
	top: -65px;
	font-weight: 300;
}
.site_banner_title span {
	font-weight: 100;
}
.site_section_box_bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section_indoor_bg {
	background-image: url(images/indoor-living.jpg);
}
.section_outdoor_bg {
	background-image: url(images/outdoor.jpg);
}
.site_after_bg_left {
	background: rgba(226, 215, 202, 0.85);
	background: -moz-linear-gradient(left, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226, 215, 202, 0.85)), color-stop(50%, rgba(226, 215, 202, 0.85)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    /* background: linear-gradient(to right, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dfe3', endColorstr='#ffffff', GradientType=1 );
}
.site_after_bg_left_fill {
	background-color: #E6DDD2;
}
.site_after_bg_right_fill {
	background-color: #E2D7CA;
}
.site_after_bg_right {
	background: rgba(226, 215, 202, 0.85);
	background: -moz-linear-gradient(left, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226, 215, 202, 0.85)), color-stop(50%, rgba(226, 215, 202, 0.85)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(226, 215, 202, 0.85) 0%, rgba(226, 215, 202, 0.85) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to left, rgb(226, 215, 202) 0%, rgb(226, 215, 202) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dfe3', endColorstr='#ffffff', GradientType=1 );
}
.site_section_box {
	padding: 10% 3%;
}
.media-body h5 {
	font-size: 16px;
	font-weight: 600;
}
.site_gallery_row img {
	border: none;
 padding:.1rem;
}
.site_gallery_row img:hover {
	opacity: 0.5;
	filter: alpha(opacity=30);
}
.pagination li {
	margin-right: 5px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 0px;
}
.page-link:focus, .page-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #636363;
	border-color: #636363;
}
.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #636363;
	border-color: #636363;
}
.page-link {
	color: #636363;
	border-color: #636363;
 padding:.3rem .60rem;
}
.site_content_list li {
	margin-bottom: 10px;
}
.site_display_table {
	display: table;
	height: 100%;
	padding: 10% 3%;
}
.site_display_table_cell {
	display: table-cell;
	vertical-align: middle;
}
.site_guest_quote {
	border-left: 5px solid #d9dfe3;
	padding-left: 20px;
}
.site_discount_box {
	background: #fff;
	border: 2px solid #656565;
	padding: 20px 30px;
}
.site_discount_box h2 {
	font-weight: 300;
	text-transform: uppercase;
}

.site_contact_details
{
	margin-bottom:50px;
}

.card-header
{
	background-color:#907f6d;
	color:#FFFFFF;
}


/* Inner page css end */

.site_footer_bottom {
	background-color: #FFF;
}
.site_footer_background img {
	/*width: 60px;*/
}
.site_footer_bottom_eh img {
	width: 42px;
}
.site_footer_display_table {
	display: table;
	height: 100%;
}
.site__footer_display_table_cell {
	display: table-cell;
	vertical-align: middle;
}
.thead-dark {
	background-color: #c7b199;
	color: #FFF;
}
.table thead th {
	text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #FFF;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: #e2d7ca;
}
/*.table td {
	border: 1px solid #fff;
}*/
.nav-pills a {
	background-color: #e2d7ca;
	border-radius: 0px;
	color: #FFF;
}
.nav-pills a.active, .show>.nav-pills a {
	background-color: #c7b199;
}
.popover-body {
 padding:.5rem .75rem;
	background-color: #000;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
	border-top-color: #000;
}
.popover-body ul li {
	margin-bottom: 5px;
}
.site_terms_popup {
	color: #636363;
	text-decoration: underline;
}
.site_reser_title {
	color: #c7b199;
}

.site_dishes_title
{
	text-transform:capitalize;
}

.site_dishes_title span
{
	color:#ccc;
	font-family:Verdana, Geneva, sans-serif;
}

.top-arrow {
    display: none;
    position: fixed;
    bottom: 72px;
    cursor: pointer;
    right: 20px;
    z-index: 3;
    height: 48px;
    width: 48px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #907f6d;
    padding: 6px 0 5px 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* Responsive start */

@media (max-width: 1199px) {
.site_quick_fact .media-body [class*="col-"] 
{
	max-width: initial;
	flex: auto;
}
}
 @media (max-width: 1341px) {
.site_inner_page_title {
	font-size: 55px;
}
}

 @media (max-width: 992px) {

/*	 .navbar-expand-md .container{
		 max-width:100%;
	 }
*/	

.container
{
	max-width:100%;
}

}


 @media (max-width: 991px) {

	 
.site_big_title {
	font-size: 60px;
	text-align:left !important;
}
.site_service_title {
	font-size: 30px;
}
.site_service_title2 {
	font-size: 40px;
}
.btn-primary, .btn-secondary {
	font-size: 16px;
}
.site_eh_logo {
	position: relative;
	bottom: 0;
}
.site_footer_background {
	text-align: center;
}
.site_footer_col h5, .site_footer_col ul, .site_footer_col .site_copyright {
	text-align: center !important;
}
.nav.justify-content-end {
	justify-content: center !important;
}
.site_right_bg {
	text-align: center;
}
#site_footer_btm .site_footer_display_table, #site_footer_btm .site_social_links {
	/*display: none;*/
}
.site_inner_page_layer {
	padding: 0% 5% 8% 5%
}
.site_inner_page_title strong, .site_banner_title strong {
	top: 0px;
}
.site_banner_title {
	font-size: 50px;
	text-align: center;
}
.site_btn_wrap [class*="col-"] {
	margin-bottom: 20px;
}
.site_page_title {
	left: 0;
	right: 0;
	font-size: 60px;
	text-align: center;
}
.site_page_title small {
	font-size: 55px;
}

.table thead th
{
	font-size:14px;
}

.form-group.form-row [class*="col-"]
{
	margin-bottom:20px;
}


.site_copy_col , .site_social_col
{
	display:none;
}


.site_inner_page_bg
{
}
	 
.site_footer_contact .text-right
	 {
		 text-align:center !important;
	 }
	 
	 

}


 @media (max-width: 767px) {
.site_big_title {
	font-size: 47px;
}
.site_left_bg, .site_section_box_bg {
	height: 50vh;
}
}
 @media (max-width: 768px) {
}
 @media (max-width: 640px) {
}


@media (max-width: 576px) {

.site-px-4-mobile
{
	padding-left:15px;
	padding-right:15px;
}	

.site-px-0-mobile
{
	margin-left:inherit !important;
	margin-right:inherit !important;
}

}


@media (max-width: 575px) {
body {
	font-size: 12px;
}

.site_inner_page_title {
	font-size: 45px;
}
.site_page_title {
	font-size: 40px;
}
.site_page_title small {
	font-size: 40px;
}

.navbar_inner_page .navbar-brand h1
{
	font-size:20px;
}
	
	.site_villa_box h1 {
    font-size: 24px;
}

.site_page_title {
    background-color: rgba(204, 204, 204, 0.8);
}

	
	
.site_page_title small
	{
		top:0px;
	}

	
	
}
 @media (max-width: 480px) {
.site_big_title {
	font-size: 40px;
}
.site_inner_page_title {
	font-size: 40px;
}

.navbar-brand img
{
	height:36px;
}

	 
}
 @media (max-width: 320px) {
.site_big_title {
	font-size: 26px;
}
.btn-primary, .btn-secondary {
	font-size: 12px;
}
}


#pl-7 .so-panel {
    margin-bottom: -10px;
}

#pl-68 .so-panel {
    margin-bottom: 0px !important;
}


#ab-btn .btn-primary{margin-left: 3px !important;}

.indoor-bg {

    height: 530px !important;
    width: 102.8% !important;
}

.kamla-bg {
    height: 420px !important;
    width: 102.7% !important;
    margin-left: -15px;
}


.outdoor-bg {
    height: 338px !important;
    margin-left: -15px;
}

#m-bottom{margin-bottom:0px !important;}	

.kamla-dis .col {
    margin-bottom: 1rem;
}

#pl-66 .so-panel {
    margin-bottom: 0px !important;
}

.btn-primary{color:#fff !important;}


/*.page-id-142 .site_header_banner{
	
	    background-position: center;
    height: 40vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
	
}

*/.ngg-navigation a {
    color: #636363 !important;
}

.ngg-navigation .current {
    background: #636363;
    padding: 3px 8px 4px 9px;
    color: #fff;
}
.ngg-navigation a.page-numbers:hover{
	background: #636363 !important; 
}

.ngg-navigation a.prev:hover{
	background: #636363 !important; 
}


.ngg-navigation a.next:hover{
	background: #636363 !important; 
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 2px 0 0 -18px !important;
}

.wpcf7-form p {
    margin-bottom: 0px !important;
}

.wpcf7-form label {
    max-width: 100% !important;
}

.input-group .form-control {
    width: 100%;
}

.responsive-tabs .responsive-tabs__list__item--active{
	
	background: #c7b199 !important;
    border-color: #ddd;
    color: #fff !important;
}

.responsive-tabs__list__item {
    background: #e2d7ca !important;
    color: #fff !important;
    font-size: 17px !important;
    border-radius: 0 !important;
    margin-left: -11px !important;
}


.blog .site_header_banner {
    height: 7vh !important;
}


.success:nth-child(2) {
    display: block !important;
}

.success {
    display: none;
}

.searchandfilter ul li {
    margin-right: 10px;
    line-height: 30px;
    font-size: 19px;
    padding: 0px;
}

.searchandfilter ul {
    display: inline-flex;
}

.searchandfilter ul {
    display: inline-flex;
    padding-left: 0px;
}

.sf-field-submit input[type=submit] {
    background: #907f6d;
    border: none;
    padding: .5rem .75rem;
    font-size: 1rem;
    color: #fff;
    line-height: 23px;
    margin-top: 3px;
}

.ll-skin-melon .ui-widget{background: #907f6d !Important;}

.ll-skin-melon .ui-datepicker .ui-datepicker-title{color: #ffffff !important;}

.ll-skin-melon td .ui-state-default{color: #907f6d !important;}

.ll-skin-melon .ui-state-disabled .ui-state-default {
    color: #ff1000 !important;
}

.ll-skin-melon .ui-datepicker th{color: #fff !Important;}

#dp1510838922573:after	 {
    content: "hello";
}

.site_social_links .fa{
	
	margin-left: -4px;
	
}

.site_coloured_table thead th
{
	color:#000;
	background-color:#fff2cc;
}

.site_coloured_table td, .site_coloured_table thead th , .site_coloured_table2 thead th , .site_coloured_table2 td {
    border: 1px solid #000;
}

.site_coloured_table tbody tr td:first-child , .site_coloured_table tbody tr td:nth-child(5) , .site_coloured_table2 thead th
{
	color:#000;
	background-color:#fff2cc;

}

.site_coloured_table tbody tr td:last-child , .site_coloured_table thead th:last-child

{
	color:#000;
	background-color:#e2efda;

}


.site_ivlogo_box 
{
	background-color:#0c2647;
}


.site_ivlogo_box img
{
	width:150px;
}

.s1 a
{
	color:#5d5c5c;
}

.site_maplink:hover
{
	text-decoration:none;
}

body.home .site_contact_list li:last-child
{
	display:none;
}
.blockquote > p 
{
	font-size:16px !important;
}