/* CSS Document */

html  { 
	height: 100%;
	width: 100%;
}

body  { 
	height: 100%;
	width: 100%;
}

a{
	text-decoration: none;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=============RESET CSS END===============*/

#logo{
    float: left;
}

#logo img{
	width: 100%
}

nav ul li a{
		text-decoration: none;
	}

.button-contener{
	margin-top: 40px;
}

.button-contener a{
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 30px;
    transition: .5s ease;
}

.button-contener a:hover{
    border-radius: 0px;
}


.text-content-center{
	width: 90%;
    max-width: 690px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

.sep{
    width: 20%;
}

.text-margin-top{
    margin-top: 25px;
}

.text-margin-bottom{
    margin-bottom: 25px;
}

.text-right{
	text-align: right;
}

.font-2{
	font-size: 20px;
}

.property-type1 {
    background-image: url(../images/feature-img2.jpg);
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
    padding: 200px 0px 178px;
}

.property-type1 h2,h3,p{
	position: relative;
}

.property-type2 {
    background-image: url(../images/img2.jpg);
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	padding: 202px 0px 162px;
}

.property-type2 h3,p{
	position: relative;
}

.property-type3 {
    background-image: url(../images/img3.jpg);
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	padding: 202px 0px 162px;
}

.property-type3 h3,p{
	position: relative;
}

.property-type4 {
    background-image: url(../images/img1.jpg);
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	padding: 202px 0px 162px;
}

.property-type4 h3,p{
	position: relative;
}

.home-two-col-img{
	background-image: url(../images/img5.jpg);
	background-position: top center;
	
}


@media all and ( min-width: 981px ){
	
	header{
		padding-bottom: 10px;
	}

#main-header {
    top: 0;
    width: 90%;
    padding: 1% 5%;
}

.slider-content {
    display: block !important;
    margin-left: -41% !important;
    width: 100% !important;
}

.text-left{
	text-align: left;
}


nav ul li:last-child:after{
 display: none !important;
}

     .nav-contener{
	 float: right;
   }
	
	.mobile-nav-toggle{
		display: none !important;
	}
	
	nav{
		padding: 24px 0 0;
	}
	
	nav ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	nav ul li{
		margin: 0px;
		padding: 0px 17px 0 17px;
		list-style: none;
		display: inline-block;
	}
	
	nav ul li:last-child{
		padding: 0px 0px 0 17px!important;
	}
	
	.slider-text-contener {
    	width:670px!important;
	}
	
	.slider-content {
		padding: 25% 0!important;
	}

	.slider-content p {
     letter-spacing: 2px;
	}
	
.equalizer {
    display: flex;
    border-collapse: separate;
}

.custom-header-text{
display: none;
}

ul.footer-social-icons{
    width: 30%;
    float: right;
}

.col-width{
	width: 50% !important;
}
}

@media all and ( max-width: 980px ) {
    #main-header {
    top: 0;
    width: 90%;
    padding: 3% 5%;
    left: 0;
	position: relative;
	background-color: #333 !important;
    }

	.custom-header-text{
		display: none;
	}
	
    #logo{
		width: 25%;
	}

	.mobile-nav-toggle{
		text-align: right;
		position: absolute;
		right: 0px;
		top: 2px;
		cursor: pointer;
		color: #fff;
	}
	
	.primary-bar{
		position: relative;
	}
	
	.primery-nav-bar{
    position: absolute;
    width: 91%;
    display: none;
    top: 40px;
    padding: 5%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.68);
	}
	
	
.property-type1, .property-type2, .property-type3, .property-type4 {
    padding: 132px 0px 92px!important;
	background-position: center;
}
	
.home-two-col-img {
    min-height: 180px;
    background-size: 100%;
}
	
.bottom-cta .fa::before {
	font-size: 2em!important;
}

.slider-text-contener {
    	height:250px !important;
	}

.slider-content {
    padding: 9% !important;
}

.button-contener a {
    font-size: 15px;
}
}

@media only screen and (min-width:240px) and (max-width:500px) {

#logo{
		width: 30%;
	}

.mobile-slider-text{
	margin-top: 20%;
}
}

footer {
    padding: 10px 0px!important;
     background: #181c1f;
}

.inner-content{
	padding: 0 20%;
}

ul.header-social-icons {
    width: 40%;
    float: right;
    margin: 20px auto !important;
    padding: 0;
}

ul.header-social-icons li {
    display: inline-block;
    margin-left: 10px;
}

.cta-bg-image{
    background-image: url(../images/cta.jpg);
    background-size: 100% 100%;
}

.inner-content{
	padding: 5%;
}

.inner-content-2{
    padding: 12% 5%;
}

#main-header {
    position: absolute;
    z-index: 99999;
}

.column-height{
	min-height: 485px;
}

.inner-content-margin{
	    margin-top: 12%;
}

.section-pading{
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.small-image{
	width: 70% !important;
}

.image-center-align{
	display: block;
	margin: 0 auto;
}

.image-container {
    position: relative;
    width: 100%;
}

.cta-bg-image h2 {
    position: relative;
}

ul.footer-social-icons li span{
    color: #fff !important;
    font-size: 20px;
    position: absolute;
    top: 8px;
    left: 3px;
    right: -3px;
}

ul.footer-social-icons li{
	display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background: #797979;
}

footer p{
	margin-top: 15px;
}
