/*
Theme Name: ASH Developments
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.header_top{
	    background-color: #D9B82B;
    background-image: linear-gradient(-90deg, #D9B82B, #C29E00);
    height: auto;
    line-height: initial;
    padding: 10px 0;
}

.why-choose-us img{
	    background-image: radial-gradient(#D9B82B, #C29E00);
    padding: 20px;
    width: 70px!important;
    border-radius: 30%;
}

.home-services h3{
	background-color: #D9B82B;
    background-image: linear-gradient(-90deg, #D9B82B, #C29E00);
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding: 15px 10px;
}

.home-services .vc_col-sm-3 .vc_column-inner, .home-services .vc_col-sm-4 .vc_column-inner{
	margin-bottom:35px;
}

.footer-services li:before{
	content:'\f006';
	display:block;
	position:absolute;
	top:11px;
	left:0px;
	font:normal 15px/1 FontAwesome;
}

.footer-services li{
	position: relative;
       padding-left: 25px;
    line-height: 40px;
    border-bottom: 1px dashed #ffffff8c;
}

.footer_top .footer_col2 h5{
	margin-bottom:10px;
}

.footer-details p{
	    position: relative;
    padding-left: 50px;
    line-height: 30px;
    padding-bottom: 20px;
}

.footer-details p i{
	    position: absolute;
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
}

.widget_media_image img{
	      background: #fff;
    padding: 15px 30px;
    outline: 1px solid #C29E00;
    outline-offset: -10px;
}

.make img{
	vertical-align:middle;
}

.content_inner p{
	margin-bottom:13px!important;
}

.header_top i{
	padding-right:5px;
}

.header_bottom .main_menu li:last-child a{
	padding-right:0px;
}

.footer_inner{
	background-color: #D9B82B; 
  background-image: linear-gradient(to bottom right,#D9B82B, #C29E00);
}

.get-touch input[type=text], .get-touch input[type=email], .get-touch textarea, .get-touch select{
	      border: 1px solid #444!important;
    width: 100%!important;
    padding: 10px!important;
    margin-top: 0px!important;
    font-size: 15px!important;
    line-height: 20px!important;
    font-family: Roboto!important;
    color: #000!important;
}

.get-touch textarea{
	height:120px!important;
}

.get-touch .gform_wrapper .gform_fields .gfield{
	margin-bottom:10px!important;
}

.get-touch .gform_wrapper .top_label div.ginput_container{
	margin-top:0px!important;
}

.get-touch .gform_footer{
	padding-top:0px!important;
}

.get-touch input[type=submit]{
	background-color: #D9B82B;
    background-image: linear-gradient(-90deg, #D9B82B, #C29E00)!important;
    border: 0px!important;
    color: #fff!important;
    border-radius: 0px!important;
    font-family: Roboto!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: initial!important;
    padding: 14px 30px!important;
    height: auto!important;
}

.home-services li:before{
	content: '\f046';
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    font: normal 15px/1 FontAwesome;
    color: #c29e00;
}

.home-services li{
	position: relative;
    list-style-type: none;
    padding-left: 25px;
    padding-bottom: 7px;
}

.ash-gallery img{
	width:100%!important;
}


/* ----------- Media Only Screen ----------- */

@media only screen and (min-width:768px){

	.desk-hide{
		display:none!important;
	}
}

@media only screen and (max-width:767px){
	.mob-hide{
		display:none!important;
	}
}

@media only screen and (min-width:1001px){
	.header_bottom{
		    background-color: rgba(255, 255, 255, 0.9)!important;
	}
	
		.q_logo{
	top:90%;
}	
	
.q_logo a{
	    height: 180px!important;
}
}