
/* responsive css*/

@media (min-width:992px) and (max-width:1199px) {



	
	
	
}

/* Tabe Screen Media */

@media (min-width: 769px) and (max-width: 991px){


.sinle_features {
    padding: 50px 0px;
	width: 60%;
	margin:0 auto;
}

	
	
}

/* Mobile Phone Screen Media */

@media (max-width: 768px){
	
.single_special_img img{
	width:100%;
}
.footer .logo{
    margin: auto;
    margin-bottom: 30px;
    max-width: 200px;
}
.single_contact{
	text-align:center;
	color:#3c3c3c;
}
.contact_form_area h3{
	text-align:center;
    margin-bottom:0;
}


.single_contact {
    margin-bottom: 40px;
    margin-left: 10px;
}
.single_contact h5{
	color:#3c3c3c;
}

.single_footer{
	text-align:center;
}

		
}

/* Mobile Phone Screen Media */

@media screen (min-width: 320px) and (max-width: 480px){
	

.main_contact_content .form-control {
    height: 45px;
	display: inline-block;
}


		
}

@media (max-width: 992px) {
	.banner{
		height: auto;
	}
	
}

@media (max-width: 768px) {
    .navbar-nav {
        background-color: white;
    }
    .banner {
        background-position: bottom;
    }
    .main_banner_area .logo {
    max-width: 200px;
    }
    .main_banner_area {
    padding: 90px 0px;
    overflow: hidden;
    }
}