*:focus{
    outline: none;
}

html{
    overflow-x: hidden;
}

body{
	font-size:16px;
}

.header{
	background: url(../assets/files/header.jpg) no-repeat center center !important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;

}

.add_{
	padding-top: 50px;
}


.second_section{
	padding-top: 40px;
    background: #f4f4f6;
    padding-bottom: 50px;

}

.add_content{
	text-align: center;
    font-size: 18px;
    padding-top: 16px;
    font-family: 'Conv_GOTHIC';
 
}

.add_content a{
	text-decoration:none;
	color:#333 !important;
 
}

.contact-section{
	background: url(../assets/files/bg-form.jpg) no-repeat top center #eaebed ;
	 -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
        padding-top: 80px;
    padding-bottom: 80px;
}


.contact-input{
	width: 100%;
    background:#d5d6da;
    border: 1px solid #d5d6da;
    padding: 7px;
    border-radius: 3px;
        margin-top: 10px;
}

.contact_input_position > span{
	font-weight: bold;
}

.contact_input_position{
	padding-top: 40px;
}


.contact_textarea_position{
	    padding-top: 40px;
}


.contact_textarea_position > span{
	font-weight: bold;
}    

.contact-textarea{
	width: 100%;
    height: 250px;
    background: #d5d6da;
    border: 1px solid #d5d6da;
    border-radius: 3px;
        margin-top: 7px;
}    


.send_button{
	font-size: 18px;
    background: #444243;
    border: 1px solid #444243;
    color: #fff;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 20px;
    font-family: 'Conv_GOTHIC';
    font-weight: bold;
}

.send_button:hover{
    background: #3474bc;
}


.footer{
    background: #4D4848;
	padding:50px 0;
    
}

.footerLogoPosition{
        position: relative;
    margin-left: auto;
    padding-top: 90px;
}


.footer_text > p{
    color: #fff;
    position: relative;
    left: 40px;
        font-family: 'Conv_GOTHIC';
}

.footer_text > p a{
    color: #fff !important;
}


.email_image{
        top: 22px !important;
}


.footer_text > img{
    position: relative;
    top: 30px;
}


.section_title{
        font-family: 'Conv_GOTHIC';
        font-weight: bold;
}

   
@media only screen and (max-width: 991px) {
	.img-responsive{
    float: right;
    position: relative;
    right: -120px
}
   
.positoin{
            padding-bottom: 40px;
    }
	
.col-md-5{
	text-align:center;
}

.footer_text > img{
    position: relative;
    top: 0;
}

.footer_text > p{
    left: 0px;
}

.email_image{
        top: 0 !important;
}

.footerLogoPosition {
    right: 50%;
    transform: translate(50%);
	padding-top:50px;
}
}

@media only screen and (max-width: 600px) {
    .positoin{
            padding-bottom: 33px;
    }
}