/**
* Theme Name: Buy Sell Rent
* Description: This is a child theme for Buy Sell Rent Property Group Website
* Author: Shobhit Verma
* Template: twentytwentyone
* Version: 1.0.1
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
}
*{
	box-sizing:border-box;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden !important;
}
input{
	/*-webkit-appearance: none;*/
	-webkit-border-radius:0;
    border-radius: 0;
}
body{
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
  	/*overflow-x: hidden;*/
  	background-color: #0a2d1d;
  	color: #ffffff;
}
div#page{
	position: relative;
	z-index: 1;
	background-color: #0a2d1d;
}
.wrapper{
	max-width: 1140px;
	width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Nunito Sans', sans-serif;
}
h1,h2{
	font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
h3{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
p{	
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #ffffff;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
/*header*/
#masthead{
	padding: 10px 0px;
	margin-bottom: 50px;
	background-color: #0a2d1d;
}
body.home #masthead{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: transparent;
}
#masthead .logo-wrap{
	margin-right: auto;
}
#masthead #site-navigation{
	margin-left: auto;
}
#masthead #site-navigation ul li{
	display: inline-block;
	margin-left: 10px;
}
#masthead #site-navigation ul li#menu-item-304{
	display: none;
}
#masthead #site-navigation li a{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
/*main*/
.feature-image{
	margin-bottom: 30px;
}
.entry-content{
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
}

/*home*/
#home-main{
	position: relative;
}
#home-main .img{
	min-height: 100vh;
    height: 85.33333vw;
    max-height: 100vh;
	position: relative;
}

#home-main .img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.home-main-wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.home-main-wrapper h2{
	font-size: 60px;
	line-height: 64px;
	font-weight: 900;
}
.home-main-wrapper h2 span{
	font-size: 22px;
	line-height: 60px;
	display: block;
}
.home-main-wrapper .main-tabs-wrap{
	max-width: 1000px;
	width: 100%;
	margin: 100px auto 0px auto;
	padding: 20px 30px;
	background-color: rgba(255,255,255,0.5);
}
.home-main-wrapper .main-tabs-wrap a{
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	display: block;
	padding: 10px;
	background-color: #c4a664;
}
.home-entry-content{
	margin-top: 100px;
	padding-bottom: 200px;
	background-image: url("images/home.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.home-entry-content .text-col{
	max-width: 400px;
	width: 100%;
}
.read-more{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 30px 10px 15px;
	background-color: #c4a664;
}
.home-feature-listing .slide-wrap:after{
	content: "";
	clear: both;
	display: block;
}
.home-feature-listing .listing-img-wrap{
	width: 58%;
	height: 370px;
	float: left;
	margin-top: 35px;
	border-radius: 2px;
	position: relative;
	z-index: 1;
}
.home-feature-listing .listing-img-wrap img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.home-feature-listing .listing-info-wrap{	
	width: 35%;
	height: 440px;
	background-color: #fff;
	float: left;
	border-radius: 2px;
	padding: 80px 40px;
	z-index: 10;
	position: relative;
	color: #000000;
}
.home-feature-listing .listing-info-wrap .price {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #ad8b63;
}
.home-feature-listing .listing-details{
	margin: 30px 0px;
}
.home-feature-listing .listing-details span {
    margin-right: 10px;
}
.home-feature-listing .listing-details svg{
	width: 15px;
}
.home-feature-listing .listing-details img{
	vertical-align: bottom;
	display: inline-block;
}
.home-feature-listing  .listing-details svg path {
    fill: #c4a664;
}
.feature-listing-slider .slick-next,
.feature-listing-slider .slick-prev{
	height: 183px;
	width: 7%;
	position: absolute;
	right: 0px;
	left: auto;
	background-color: #c4a664;
	transform: translate(0, 0);
	z-index: 1;
}
.feature-listing-slider .slick-next{
	top: 35px;
}
.feature-listing-slider .slick-prev{
	bottom: 35px;
}
.testimonials{
	padding: 100px 0px;
	margin-top: 80px;
	background-color: #c4a664;
}
.testimonials .wrapper{
	padding: 0px 40px;
}
.testimonials h2{
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 75px;
	margin-bottom: 20px;
	text-align: center;
	background-image: url("images/comma-icon.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.testimonials .text-col{
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.testimonials .text-col h3{
	min-width: 200px;
	font-size: 16px;
	color: #0a2d1d;
	display: inline-block;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	margin-top: 35px;
	margin-bottom: 5px;
}
/*offices template*/
.office-col{
	margin-bottom:30px;
}
.office-col a{
	display: block;
	position: relative;
}
.office-col a > .img{
	height: 500px;
	position: relative;
	overflow: hidden;
}
.office-col a > .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
}
.office-col h2{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 30px;
	margin: 0px;
	padding: 0px 15px 5px 15px;
	text-align: center;
	text-transform: uppercase;
}
.office-col h2:after{
	content: "";
	position: absolute;
	width: 70px;
	height: 1px;
	left: -50%;
	right: -50%;
	bottom: 0px;
	margin: 0px auto;
	background-color: #ad8b63;
}

/*office single page*/
.team-container{
	margin-top: 80px;
}
.team-container h2{
	color: #c4a664;
}
.team-container .team-mem{
	margin-bottom: 30px;
}

.team-container .team-mem{
	background-color: #ffffff;
}
.team-container .team-mem a{
	color: #000000;
}
.team-container .team-mem .img{
	line-height: 0px;
	margin: 0px;
}
.team-container .team-mem .mem-info{
	padding: 5px 10px;
	background-color: #c4a664;
}
.team-container .team-mem .mem-info .designation{
	color: #ffffff;
	margin-bottom: 0px;
}
.team-container .team-mem .contact-options{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px 10px;
	text-align: center;
}
.team-container .team-mem .contact-options a{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	border-right: 1px solid #000000;
}
.team-container .team-mem .contact-options a:last-child{
	border-right: none;
}

/*Properties For Sale*/
body.page-template-buy-template,
body.page-template-properties-for-sale,
body.page-template-rent-template,
body.page-template-properties-for-sale-single,
body.page-template-agent-single-template,
body.page-template-team-template{
	color: #000000;
	background-color: #f7f7f7;
}

body.page-template-buy-template #page,
body.page-template-properties-for-sale #page,
body.page-template-rent-template #page,
body.page-template-properties-for-sale-single #page,
body.page-template-agent-single-template #page,
body.page-template-team-template #page{
	background-color: #f7f7f7;
}
body.page-template-agent-single-template #content a{
	color: #000000;
}
.property-col{
	margin-bottom: 30px;
}
.property-col a{
	color: #000000;
}
.property-col .img-col{
	height: 260px;
	line-height: 0px;
	position: relative;
}
.property-col .img-col img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.property-col .property-details{
	padding: 15px;
	background-color: #ffffff;
}
.property-col .property-details .price{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #ad8b63;
}
.property-col .property-details .property-details-wrap{
	margin-bottom: 30px;
}
.property-col .property-details .property-details-wrap span{ 
	margin-right: 10px;
}
.property-col .property-details svg{
	width: 15px;
} 
.property-col .property-details svg path{
	fill: #c4a664;
}
.property-col .property-details .property-agent{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;	
}
.property-col .property-details .img-circle{
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.property-col .property-details .img-circle img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.property-col .property-details .property-agent h4{
	font-size: 14px;
	font-weight: 700;
	margin: auto 0px auto 15px;
}
/*property single*/
.property-images a{
	display: block;
	line-height: 0px;
}
.property-images .main-image{
	height: 500px;
	position: relative;
}
.property-images .thumb-image{
	height: 156px;
	position: relative;
	margin-bottom: 16px;
}
.property-images .main-image img,
.property-images .thumb-image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.property-images img{
	width: 100%;
}
.property-images .thumb-image .images-count-label{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.3);
	color: #ffffff;
	display: flex;
}
.property-images .thumb-image .images-count-label span{
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	margin: auto;
}
/*agent single*/
.agent-query-form-container{
	max-width: 750px;
	width: 100%;
}
.agent-query-form{
	max-width: 750px;
	width: 100%;
	padding: 10px;
	background-color: #ffffff;
}
.agent-query-form .c-field input,.agent-query-form .c-field textarea{
	border: 1px solid #c4a664;
}
/*footer*/
#colophon{
	margin-top: 100px;
	padding-top: 120px;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
body.home #colophon{
	margin-top: 0px;
}
#colophon h2{
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 30px;
}
#colophon h4{
	color: #c4a664;
}
#colophon .widget-area{
	display: flex;
	margin-bottom: 40px;
} 
#colophon .widget-area > section{
	width: 50%;
}
#colophon .social-list{
	margin-bottom: 30px;
}
#colophon .social-list li{
	margin-right: 15px;
}
#colophon .social-list li a{
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}

.c-field input,
.c-field textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid #c4a664;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #ffffff;
}
.c-field textarea{
	height: 120px;
}
.c-field input::-webkit-input-placeholder,
.c-field textarea::-webkit-input-placeholder { 
  color: #ffffff;
}
.c-field input::-moz-placeholder,
.c-field textarea::-moz-placeholder { 
  color: #ffffff;
}
.c-field input:-ms-input-placeholder,
.c-field textarea:-ms-input-placeholder { 
  color: #ffffff;
}
.c-field input:-moz-placeholder,
.c-field textarea:-moz-placeholder {
  color: #ffffff;
}
.submit input{
	width: 100%;
	text-align: center;
	padding: 15px 10px;
	color: #ffffff;
	background-color: #c4a664;
}
.footer-navigation-wrapper{
	text-align: center;
}
.footer-navigation-wrapper li{
	display: inline-block;
	list-style-type: none;
	margin: 0px 8px;
}
.footer-navigation-wrapper li a{
	font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
#colophon .site-info{
	padding: 10px 0px;
	margin-top: 30px;
	text-align: center;
}

#colophon .site-info p,
#colophon .site-info p a{
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	margin-bottom: 0px;
}

/*animation*/
.team-container .team-mem .img,
.office-col .img{
	position: relative;
	overflow: hidden;
}
.team-container .team-mem .img img{
	width: 100%;
}
.team-container .team-mem .img img,
.office-col .img img,
.office-col h2{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.team-container .team-mem:hover img,
.office-col:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod='auto expand');
}
.office-col:hover h2{
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.connect-whats-app {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
.connect-whats-app a {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    color: white;
    background-color: #4dc247;
}
.connect-whats-app svg {
    fill: white;
    width: 41px;
    height: 50px;
}

/*Responsive*/
@media(max-width: 769px){
	#masthead > .wrapper{
		position: relative;
	}
	#masthead #site-navigation{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 120px 20px 20px 20px;
		background-color: #ffffff;
		z-index: 10;
		display: none;
	}
	#masthead #site-navigation ul li{
		padding-right: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		display: block;
		border-right: none;
	}
	#masthead #site-navigation ul li#menu-item-304{
		display: block;
	}
	#masthead #site-navigation ul li,
	#masthead #site-navigation ul li a{
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	#masthead #site-navigation ul li a{
		color: #c4a664;
	}
	.menu-button {
	    -webkit-transition: all .5s cubic-bezier(.7,0,.3,1);
	    -moz-transition: all .5s cubic-bezier(.7,0,.3,1);
	    -o-transition: all .5s cubic-bezier(.7,0,.3,1);
	    transition: all .5s cubic-bezier(.7,0,.3,1);
	    width: 70px;
	    height: 34px;
	    position: absolute;
	    top: 11px;
	    right: 20px;
	    z-index: 12;
	    cursor: pointer;
	    display: block;
	}
	.menu-button .lines {
	    transition: all .3s cubic-bezier(.7,0,.3,1);
	    position: absolute;
	    width: 30px;
	    height: 5px;
	    background-color: #c4a664;
	    display: block;
	    top: 50%;
	    margin-top: -2px;
	}
	.menu-button .lines:after, .menu-button .lines:before {
	    transition: all .3s cubic-bezier(.7,0,.3,1);
	    position: absolute;
	    left: 0;
	    width: 30px;
	    height: 5px;
	    background-color: #c4a664;
	    display: block;
	    content: '';
	}

	.menu-button .lines:before {
	    top: -10px;
	}
	.menu-button .lines:after {
	    top: 10px;
	}
	.menu-button .lines, .menu-button .lines:after, .menu-button .lines:before {
		right: 0px;
	    -webkit-transition: all .3s cubic-bezier(.7,0,.3,1);
	    -moz-transition: all .3s cubic-bezier(.7,0,.3,1);
	    -o-transition: all .3s cubic-bezier(.7,0,.3,1);
	}
	.menu-button.toggle {
		position: fixed;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.menu-button.toggle .lines {
	    background-color: transparent!important;
	}
	.menu-button.toggle .lines:after, .menu-button.toggle .lines:before {
	    top: 0;
	}
	.menu-button.toggle .lines:before {
	    -webkit-transform: translateY(0)rotate(-45deg);
	    -moz-transform: translateY(0)rotate(-45deg);
	    -o-transform: translateY(0)rotate(-45deg);
	    -ms-transform: translateY(0)rotate(-45deg);
	    transform: translateY(0)rotate(-45deg);
	}
	.menu-button.toggle .lines:after {
	    -webkit-transform: translateY(0)rotate(45deg);
	    -moz-transform: translateY(0)rotate(45deg);
	    -o-transform: translateY(0)rotate(45deg);
	    -ms-transform: translateY(0)rotate(45deg);
	    transform: translateY(0)rotate(45deg);
	}

	.menu-button.toggle{
		width: 28px;
	}

	.home-main-wrapper h2{
		font-size: 32px;
		line-height: 36px;
	}
	.home-main-wrapper h2 span{
		font-size: 18px;
		line-height: 36px;
	}
	.home-main-wrapper .main-tabs-wrap{
		margin: 50px auto 0px auto;
	}
	.home-main-wrapper .main-tabs-wrap a{
		font-size: 12px;
		line-height: 16px;
		padding: 8px;
	}
	.home-entry-content{
		padding-bottom: 58%;
		background-size: 100%;
		background-position: bottom right;
	}

	/*footer*/
	#colophon .widget-area{
		display: block;
	}
	#colophon .widget-area > section{
		width: 100%;
	}
	#colophon .widget-area > section:first-child{
		margin-bottom: 40px;
	}
}

@media(max-width: 640px){
	.home-feature-listing .listing-info-wrap{
		width: 100%;
		height: auto;
	}
	.home-feature-listing .listing-img-wrap{
		width: 100%;
		height: 300;
	}
	.feature-listing-slider .slick-prev,
	.feature-listing-slider .slick-next{
		height: 50px;
		top: 43%;
		bottom: auto;
	}
	.feature-listing-slider .slick-prev{
		left: 0px;
	}
	.feature-listing-slider .slick-next{
		right: 0px;
	}
}

@media(max-width: 480px){
	.site-logo{
		max-width: 200px;
	}
	.menu-button{
		top: 8px;
	}
}

.elementor-page .entry-content{
	max-width: 100%;
}
.elementor-page h1.entry-title{
	display: none;
}
.elementor-slideshow__footer .elementor-slideshow__title{
	display: none !important
}

body .elementor-element-0fef96b,
body .elementor-element-f92fef3{
    max-width: 100vw !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
}
body.elementor-page p{
	font-size: 16px;
	line-height: 22px;
}
.elementor-widget-container img{
	height: auto !important;
}