@font-face {
	font-family: 'futura_lt_btlight';
	src: url('../assets/fonts/futult-webfont.woff2') format('woff2'),
	url('../assets/fonts/futult-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SemplicitaPro';
	src: url('../assets/fonts/SemplicitaPro.otf');
	src: url('../assets/fonts/SemplicitaPro.otf') format('truetype');
	/*url('quadranta.woff') format('woff'),*/
	/*url('quadranta.eot?#iefix') format('embedded-opentype'),*/
	/*url('quadranta.svg#QuadrantaBold') format('svg');*/
	font-weight: normal;
	font-style: normal;
}
*{
	font-family:'SemplicitaPro';
}
.text-center img {
	display: inline-block;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('img/others/loader.gif') 50% 50% no-repeat rgb(255,255,255);
}
.owl-theme .owl-dots .owl-dot {
	outline: none !important;
}
body{
	background: #000;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 220px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{ padding: 0px !important;}
.mainmenu .sub-menu li a { background: none repeat scroll 0 0 #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;-webkit-transition: all 1s ease-in-out 0s;-moz-transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; border-left:5px solid #ed1c24; padding-left:25px;}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
header .header-topbar {
	padding: 15px 0px;
	background-color: #000;
}
header .header-topbar ul {
	margin-bottom: 0px;
	text-align: left;
}
header .header-contact {
	text-align: left;
	padding-left: 50px;
}
header .header-topbar ul li {
	font-size: 20px;
	/*font-family: "futura_lt_btlight";*/
	color: #fff;
	text-decoration: none;
}
.header-topbar ul li a {
	/*color: #fff;*/
	/*font-family: "futura_lt_btlight";*/
	font-weight: 700;
	color: #f37122;
	text-decoration: none;
}
.header-topbar ul li span {
	/*font-family: "futura_lt_btlight";*/
	font-weight: 400;
	color: #fff;
	line-height: normal;
	display: block;
	text-transform: capitalize;
}
.header-contact ul li a i {
	height: 30px;
	width: 30px;
	font-size: 16px;
	color: #f37122;
	border: 2px solid #f37122;
	border-radius: 50%;
	text-align: center;
	padding: 5px 0;
	margin-top: 3px;
	margin-right: 10px;
}
header .header-search {
	padding: 5px 0 0 0 ;
}
header .header-search ul li:first-child {
	/*margin-top: 3px;*/
	margin-right: 10px;
}
header .header-search input {
	border: none;
	background-color: transparent;
	box-shadow: none;
	font-size: 20px;
	/*font-family: "futura_lt_btlight";*/
	font-weight: 700;
	color: #fff;
	height: auto;
	padding: 0px 0px;
}
header .header-search input.form-control::placeholder {
	color: #fff;
	opacity: 1;
}
header .header-search input.form-control::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
header .header-search input.form-control::-moz-input-placeholder {
	color: #fff;
	opacity: 1;
}
header .header-search input.form-control:focus {
	background-color: transparent;
	box-shadow: none;
	border: none;
	color: #fff;
	opacity: 1;
}
header .header-top {
	padding: 10px 0px;
	background-color: #000;
}
header .header-top .header-logo {
	position: relative;
}
header .header-top .header-logo a {
	width: 100%;
}
header .header-top .header-logo a img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -90px;
	z-index: 9999;
}
header .header-top .mainmenu .menu-left {
	float: right;
}
header .header-top .mainmenu {
	position: relative;
}
header .mainmenu nav.navbar .navbar-nav li.nav-item {
	padding: 0px 35px;
}
header .mainmenu .menu-left .navbar-nav li.nav-item:last-child {
	padding-right: 0px;
}
header .mainmenu nav.navbar .navbar-nav li.nav-item:first-child {
	padding-left: 0px;
}
header .mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
	font-size: 20px;
	font-family: "futura_lt_btlight";
	color: #fff;
	padding: 5px 0px;
	text-transform: uppercase;
	line-height: normal;
}
header .mainmenu nav.navbar .navbar-nav li.nav-item a.active {
	color: #f37122;
}
header .mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link:hover {
	color: #f37122;
}

.header-bottom {
	position: relative;
}
/*.header-bottom .banner-contents {*/
/*	position: absolute;*/
/*	left: -10%;*/
/*	right: 0;*/
/*	top: 20%;*/
/*	width: 100%;*/
/*}*/
.header-bottom .banner-contents h1 {
	font-size: 70px;
	/*font-family: "futura_lt_btlight";*/
	font-weight: 700;
	color: #f37122;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	/*border-bottom: 1px solid #FFF;*/
	/*box-shadow: 0px 0px 3px -24px #FFF;*/
	/*text-decoration: underline;*/
	/*border-bottom-width: 20px;*/
}


.header-bottom .banner-contents h2 {
	font-size: 25px;
	/*font-family: "futura_lt_btlight";*/
	font-weight: 700;
	color: #FFF;
	line-height: 1;
	margin-bottom: 20px;
	margin-left: 35px;
	/*text-transform: capitalize;*/
}

.header-bottom .banner-contents .bar {
	border-top:2px solid #f37122;
	height:2px;
	width:292px
	/*color: #f37122;*/
}
.header-bottom .banner-contents p {
	font-size: 20px;
	/*font-family: "futura_lt_btlight";*/
	font-weight: 700;
	color: #000;
	line-height: 1.7;
	margin-bottom: 25px;
	text-align: justify;
	padding-right: 80px;
}
.header-bottom .banner-contents a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 13px 30px;
	border-radius: 35px;
	border: 2px solid #f37122;
	line-height: normal;
	text-transform: capitalize;
	box-shadow: none;
	background-color: #f37122;
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
}
.header-bottom .banner-contents a:hover {
	color: #f37122;
	border: 2px solid #fff;
	background-color: #fff;
}
.header-bottom .banner-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 2;
	width: 100%;
}

.home-banner img{
	max-height: 600px;
}
.services-heading section-heading{
	height: 150px;
}
.section-heading h3 {
	font-size: 40px;
	/*font-family: "futura_lt_btlight";*/
	font-weight: 400;
	color: #fff;
	/*margin-bottom: 35px;*/
	/*text-transform: capitalize;*/
}
.section-heading h3 span {
	/*font-family: "futura_lt_btlight";*/
	font-weight: 700;
	line-height: normal;
	color: #fff;
}
.welcome-holder, .properties-holder, .team-holder, .contact-holder {
	background-color: #000;
}
.welcome-holder {
	padding: 30px 0px;
}
.welcome-holder .welcome-heading p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 35px;
}
.welcome-holder .form-fields {
	margin-bottom: 30px;
}
.welcome-holder .form-fields:last-child {
	margin-bottom: 0px;
}
.welcome-holder .form-group {
	margin-bottom: 0px;
}
.welcome-holder .form-group input {
	height: 50px;
	border: none;
	border-radius: 3px;
	padding: 5px 15px;
	background-color: #fff;
	font-size: 13px;
	color: #777777;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.welcome-holder .form-group input.in-ic {
	background-image: url(img/others/euro.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 94% center;
}
.welcome-holder .form-group input.in-ic {
	background-image: url(img/others/euro.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 94% center;
}
.welcome-holder .form-group select,.select-filter {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(img/others/in-ic2.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	cursor: pointer;
	height: 50px !important;
	border: none;
	border-radius: 3px;
	padding: 5px 15px;
	width: 100%;
	background-color: #fff;
	font-size: 13px;
	color: #777777;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.welcome-holder .form-btn button,.banner-details .form-btn button,.estate-info .form-btn button{
	height: 50px;
	border: none;
	border-radius: 3px;
	padding: 10px 25px;
	font-size: 16px;
	/*font-family: "Poppins";*/
	font-weight: 700;
	color: #fff;
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);background: #f68e4e; /* Old browsers */
	background: -moz-linear-gradient(top, #f68e4e 0%, #f37122 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f68e4e 0%,#f37122 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f68e4e 0%,#f37122 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e4e', endColorstr='#f37122',GradientType=0 ); /* IE6-9 */
}
/*.banner-details .form-btn button{*/
/*	width: 60%;*/
/*}*/
.welcome-holder .form-btn button i {
	margin-right: 5px;
}
.welcome-holder .form-btn button:hover,.banner-details .form-btn button:hover {
	color: #f37122;
	background: #fff;
}
.properties-holder .properties-wrap {
	padding: 10px 0px 70px;
}
.properties-holder .no-padding {
	padding: 0px 3px;
}
.properties-holder .properties-row {
	margin-bottom: 6px;
}
.properties-holder .properties-contents {
	position: relative;
}
.properties-holder .properties-contents img {
	width: 100%;
}
.properties-holder .properties-details {
	/*position: absolute;*/
	left: 10%;
	width: 80%;
	margin: 5px auto;
	bottom: 15px;
	padding-left: 15px;
	border-left: 3px solid #f37522;
	text-align: center;
}
.properties-holder .properties-details h4 {
	font-size: 25px;
	/*font-family: "futura_lt_btlight";*/
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
}
.properties-holder .properties-details p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 10px;
}
.properties-holder .properties-details h6 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 0px;
}
.team-holder {
	padding: 70px 0px;
}
.team-holder .team-row:last-child {
	position: relative;
	margin-top: -60px;
}
.team-holder .team-contents  {
	text-align: center;
	position: relative;
}
.team-holder .team-contents img.hvr-img {
	display: none;
}
.team-holder .team-contents:hover img.hvr-img {
	display: inline-block;
}
.team-holder .team-contents:hover img.nrml-img {
	display: none;
}
.team-holder .team-contents .team-details {
	display: none;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;

}
.team-holder .team-contents:hover .team-details {
	display: flex;
}
.team-holder .team-contents .team-details h4 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.team-holder .team-contents .team-details a {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.services-holder {
	background-image: url(img/others/s-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.services-holder .services-wrap {
	padding: 70px 0px;
}
.services-holder .services-heading p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 30px;
}
.services-holder .services-icons {
	 height: 120px;
	 width: 120px;
	 text-align: center;
	 background-color: #e56e22;
	 padding: 19px 0px;
	 border-radius: 50%;
	 margin: 0 auto 15px;
	 border: 3px solid #fff;
 }
.services-holder .services-icons img.img-fluid {
max-width: 70%;
}
.services-holder .services-details h4 {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.services-holder .services-details h4 a {
	color: #fff;
	text-decoration: none;
}
.services-holder .services-details p {
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 0px;
}
.contact-holder .contact-wrap {
	padding: 70px 0px;
}
.contact-holder .contact-heading p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 35px;
}
.contact-holder .form-rows {
	margin-bottom: 20px;
}
.contact-holder .form-rows:nth-child(even) {
	margin-bottom: 10px;
}
.contact-holder .form-rows:nth-child(even) .form-group {
	margin-bottom: 20px;
}
.contact-holder .form-group {
	margin-bottom: 0px;
}
.contact-holder .form-group input {
	height: 45px;
	border: 2px solid #fff;
	border-radius: 0px;
	padding: 5px 15px 5px 35px;
	background-color: transparent;
	font-size: 13px;
	/*font-family: "Poppins";*/
	color: #fff;
	box-shadow: none;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.contact-holder .form-group input.in-ic1 {
	background-image: url(img/others/fin-ic1.png);
}
.contact-holder .form-group input.in-ic0 {
	background-image: url(img/others/in-ic0.png);
}
.contact-holder .form-group input.in-ic2 {
	background-image: url(img/others/fin-ic2.png);
}
.contact-holder .form-group input.in-ic3 {
	background-image: url(img/others/fin-ic3.png);
}
.contact-holder .form-group input.in-ic4 {
	background-image: url(img/others/fin-ic4.png);
}
.contact-holder .form-group textarea {
	border: 2px solid #fff;
	border-radius: 0px;
	padding: 10px 10px 10px 30px;
	background-color: transparent;
	font-size: 13px;
	/*font-family: "Poppins";*/
	color: #fff;
	min-height: 175px;
	box-shadow: none;
	background-image: url(img/others/fin-ic5.png);
	background-repeat: no-repeat;
	background-position: 10px 16px;
	resize: none;
}
.contact-holder .form-group .form-control::placeholder {
	color: #fff;
	opacity: 1;
}
.contact-holder .form-group .form-control::-webkit-input-placeholder, .contact-holder .form-group .form-control::-moz-input-placeholder {
	color: #fff;
	opacity: 1;
}
.contact-holder .form-group .form-control::-moz-input-placeholder {
	color: #fff;
	opacity: 1;
}
.contact-holder .form-btn button {
	border: none;
	border-radius: 0px;
	padding: 13px 30px;
	background-color: #e36a20;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
}
.contact-holder .form-btn button:hover {
	background-color: #fff;
	color: #e36a20;
}

footer {
	/*background-color: #292929;*/
}
footer .footer-contents {
	padding-bottom: 45px;
}
footer .footer-logo img {
	margin-bottom: 25px;
	position: relative;
	margin-top: -50px;
}
footer .footer-social {
	margin-bottom: 25px;
}
footer .footer-social ul {
	margin-bottom: 0px;
}
footer .footer-social ul li {
	padding: 0px 5px;
}
footer .footer-social ul li a i {
	height: 45px;
	width: 45px;
	text-align: center;
	padding: 11px 0px;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: transparent;
}
footer .footer-menus ul {
	margin-bottom: 25px;
}
footer .footer-menus ul li {
	padding: 0px 15px;
	position: relative;
}
footer .footer-menus ul li a {
	font-size: 20px;
	/*font-family: "futura_lt_btlight";*/
	color: #fff;
	text-decoration: none;
}
footer .footer-menus ul li:last-child::after {
	display: none;
}
footer .footer-menus ul li::after {
	content: "|";
	position: absolute;
	right: -3px;
	top: 0px;
	font-size: 20px;
	/*font-family: "futura_lt_btlight";*/
	color: #fff;
}
footer .footer-menus p {
	font-size: 20px;
	/*font-family: "futura_lt_btlight";*/
	color: #fff;
	margin-bottom: 0px;
}
footer .footer-menus p a {
	/*font-family: "futura_lt_btlight";*/
	color: #fff;
	text-decoration: none;
}

#services_carousel{
	min-height:450px;
}
.btn_carousel{
opacity: 1!important;
	background-color: black;
	border-radius: 50px;
	width: 30px;
	height: 30px;
}

.ctrl_carousel{
	opacity: 1;
	width: 20px;
}
/*RESPONSIVE*/


@media screen and (max-width: 1279px) {
	header .header-topbar ul li {
		font-size: 18px;
	}
	header .header-contact ul li a i {
		height: 45px;
		width: 45px;
		font-size: 28px;
		padding: 7px 0px;
	}
	header .header-search {
		padding-left: 230px;
	}
	header .header-search input {
		font-size: 16px;
	}
	header .header-top .header-logo a img {
		top: -85px;
	}
	header .mainmenu nav.navbar .navbar-nav li.nav-item {
		padding: 0px 20px;
	}
	header .mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
		font-size: 18px;
	}
	header .header-bottom .banner-contents h1 {
		font-size: 40px;
	}
	header .header-bottom .banner-contents p {
		font-size: 18px;
		padding-right: 50px;
	}
	header .header-bottom .banner-contents a {
		font-size: 18px;
		padding: 12px 30px;
	}
	.section-heading h3 {
		font-size: 35px;
	}
	.welcome-holder .welcome-heading p {
		font-size: 16px;
	}
	.properties-holder .properties-details h4 {
		font-size: 20px;
	}
	.properties-holder .properties-details p {
		font-size: 14px;
	}
	.properties-holder .properties-details h6 {
		font-size: 20px;
	}
	.team-holder .team-contents .team-details h4 {
		font-size: 25px;
	}
	.team-holder .team-contents .team-details a {
		font-size: 25px;
	}
	.services-holder .services-heading p {
		font-size: 18px;
	}
	.services-holder .services-details h4 {
		font-size: 20px;
	}
	.services-holder .services-details p {
		font-size: 16px;
	}
	.contact-holder .contact-heading p {
		font-size: 16px;
	}
	.contact-holder .form-btn button {
		padding: 12px 30px;
		font-size: 18px;
	}
	footer .footer-logo img {
		margin-top: 0px;
	}
	footer .footer-menus ul li a {
		font-size: 18px;
	}
	footer .footer-menus ul li::after {
		right: -2px;
		top: -1px;
		font-size: 18px;
	}
	footer .footer-menus p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1023px) {
	header .header-topbar ul li {
		font-size: 16px;
	}
	header .header-contact ul li a i {
		height: 25px;
		width: 25px;
		font-size: 15px;
		padding: 3px 0;
		margin-right: 5px;
		margin-top: 2px;
	}
	header .header-search input {
		font-size: 14px;
	}
	header .header-search {
		/*padding-left: 130px;*/
		padding-left: 0;
	}
	header .header-search ul li:first-child {
		margin-top: 2px;
		margin-right: 5px;
	}
	header .header-top .header-logo a img {
		top: -80px;
		width: 180px;
	}
	header .mainmenu nav.navbar .navbar-nav li.nav-item {
		padding: 0px 15px;
	}
	header .mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
		font-size: 14px;
	}
	header .header-bottom .banner-contents {
		top: 15%;
	}
	header .header-bottom .banner-contents h1 {
		font-size: 35px;
		margin-bottom: 15px;
	}
	header .header-bottom .banner-contents p {
		font-size: 14px;
		padding-right: 30px;
		margin-bottom: 20px;
	}
	header .header-bottom .banner-contents a {
		font-size: 16px;
		padding: 10px 25px;
	}
	.section-heading h3 {
		font-size: 30px;
	}
	.welcome-holder .welcome-heading p {
		font-size: 14px;
	}
	.welcome-holder .form-group input {
		height: 45px;
		padding: 5px 10px;
		font-size: 12px;
	}
	.welcome-holder .form-btn button {
		height: 45px;
		padding: 10px 10px;
		font-size: 14px;
	}
	.welcome-holder .form-group select {
		height: 45px !important;
		padding: 5px 10px;
		font-size: 12px;
	}
	.properties-holder .properties-details {
		left: 10px;
		bottom: 10px;
		padding-left: 10px;
	}
	.properties-holder .properties-details h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.properties-holder .properties-details h6 {
		font-size: 18px;
	}
	.team-holder .team-row:last-child {
		margin-top: -50px;
	}
	.team-holder .team-contents .team-details h4 {
		font-size: 22px;
	}
	.team-holder .team-contents .team-details a {
		font-size: 22px;
	}
	.services-holder .services-heading p {
		font-size: 16px;
	}
	.services-holder .services-details p {
		font-size: 14px;
	}
	.contact-holder .contact-heading p {
		font-size: 14px;
	}
	.contact-holder .form-btn button {
		padding: 10px 25px;
		font-size: 16px;
	}
	footer .footer-social ul li a i {
		height: 40px;
		width: 40px;
		padding: 10px 0px;
		font-size: 18px;
	}
	footer .footer-menus ul li a {
		font-size: 16px;
	}
	footer .footer-menus ul li::after {
		right: -2px;
		top: 0px;
		font-size: 16px;
	}
	footer .footer-menus p {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.icon-bar {
        background-color: #f37122;
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 24px;
    }
    .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    .navbar-toggler {
      background-color: transparent;
      background-image: none;
      border: none !important;
      border-radius: 4px;
      float: right;
      margin-bottom: 8px;
      margin-right: 0px;
      margin-top: 8px;
      height: 30px;
      padding: 1px;
      width: 30px;
      position: relative;
      outline: none !important;
    }
	header .header-topbar {
		padding: 0;
	}
	header .header-topbar ul li {
		font-size: 14px;
	}
	header .header-contact {
		text-align: left;
		padding-left: 0px;
	}
	header .header-search {
		padding-left: 0px;
	}
	header .header-search ul li:first-child img {
		max-width: 37px;
	}
	header .header-search input {
		font-size: 13px;
	}
	header .header-contact ul li a i {
		height: 30px;
		width: 30px;
		font-size: 17px;
		padding: 4px 0;
		margin-right: 5px;
		margin-top: 0;
	}
	header .header-top .navbar-brand {
		margin-right: 0px;
		padding: 0px;
		width: 55%;
	}
    header .mainmenu nav.navbar .navbar-nav li.nav-item {
		padding: 0px 0px;
	}
    header .mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
		font-size: 14px;
	}
	header .header-top .mainmenu .menu-left {
		float: none;
		text-align: left !important;
	}
	header .header-bottom .banner-contents h1 {
		font-size: 25px;
		margin-bottom: 10px;
		text-shadow: 0px 0px 3px #fff;
	}
	header .header-bottom .banner-contents p {
		font-size: 14px;
		padding-right: 0px;
		margin-bottom: 15px;
		text-shadow: 0px 0px 3px #fff;
	}
	header .header-bottom .banner-contents a {
		font-size: 14px;
		padding: 8px 20px;
	}
	.section-heading h3 {
		font-size: 25px;
	}
	.welcome-holder .form-fields {
		margin-bottom: 0px;
	}
	.welcome-holder .form-group {
		margin-bottom: 15px;
	}
	.welcome-holder .form-group input {
		height: 50px;
		padding: 5px 10px;
		font-size: 13px;
	}
	.welcome-holder .form-group input.in-ic {
		background-position: 95% center;
	}
	.welcome-holder .form-group select {
		background-position: 95% center;
		font-size: 13px;
	}
	.welcome-holder .form-btn {
		margin-bottom: 15px;
	}
	.welcome-holder .form-btn button {
		height: 50px;
		padding: 10px 10px;
		font-size: 14px;
	}
	.properties-holder .no-padding {
		padding: 0px 15px;
	}
	.properties-holder .properties-row {
		margin-bottom: 0px;
	}
	.properties-holder .properties-contents {
		margin-bottom: 15px;
	}
	.properties-holder .properties-details {
		left: 15px;
		bottom: 15px;
		padding-left: 25px;
	}
	.team-holder {
		padding: 70px 0px 40px;
	}
	.team-holder .team-row:last-child {
		margin-top: 0px;
	}
	.team-holder .team-contents {
		margin-bottom: 35px;
	}
	.services-holder .services-wrap {
		padding: 70px 0px 45px;
	}
	.services-holder .services-heading p {
		font-size: 14px;
	}
	.services-holder .services-contents {
		margin-bottom: 25px;
	}
	.contact-holder .form-rows {
		margin-bottom: 0px;
	}
	.contact-holder .form-group {
		margin-bottom: 20px;
	}
	.contact-holder .form-group textarea {
		min-height: initial;
	}
	.contact-holder .form-btn button {
		padding: 10px 25px;
		font-size: 14px;
	}
	footer .footer-social ul li {
		padding: 0px 2px;
	}
	footer .footer-social ul li a i {
		height: 35px;
		width: 35px;
		padding: 8px 0px;
		font-size: 16px;
	}
	footer .footer-menus ul {
		margin-bottom: 20px;
		display: block !important;
	}
	footer .footer-menus ul li {
		padding: 0px 0px 5px;
	}
	footer .footer-menus ul li::after {
		display: none;
	}
	footer .footer-menus ul li a {
		font-size: 14px;
	}
	footer .footer-menus p {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {

	.small-icon{
		height:120px !important;
	 	width: 120px !important;
		padding: 19px 0 !important;
	}

	.text-orange {
		height: auto;
	}

	#services_carousel{
		min-height:500px;
	}
	.carousel-indicators{
		bottom: -20px;
	}
}

@media screen and (max-width: 568px) {

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 420px) {
	header .header-bottom .banner-contents h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	header .header-bottom .banner-contents p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	header .header-bottom .banner-contents a {
		font-size: 13px;
		padding: 8px 20px;
	}
	.welcome-holder .section-heading h3 span {
		display: block;
	}
}

@media screen and (max-width: 384px) {
	header .header-bottom .banner-contents {
		top: 10%;
	}
	header .header-bottom .banner-contents h1 {
		font-size: 18px;
	}
	header .header-bottom .banner-contents p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	header .header-bottom .banner-contents a {
		font-size: 12px;
		padding: 7px 15px;
	}
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
	header .header-topbar ul li {
		font-size: 12px;
	}
	header .header-contact ul li a i {
		height: 35px;
		width: 35px;
		font-size: 18px;
		padding: 7px 0px;
		margin-right: 5px;
		margin-top: 0px;
	}
	header .header-search ul li:first-child img {
		max-width: 33px;
	}
	header .header-search input {
		font-size: 11px;
	}
	header .header-bottom .banner-contents {
		top: 7%;
	}
	header .header-bottom .banner-contents h1 {
		font-size: 16px;
	}
	header .header-bottom .banner-contents p {
		font-size: 11px;
		margin-bottom: 7px;
	}
	header .header-bottom .banner-contents a {
		font-size: 11px;
		padding: 6px 15px;
	}
	.section-heading h3 {
		font-size: 22px;
	}
}
