/************* HEADER START **************/
header {
    background-color: #fff;
    width: 100%;
    z-index: 10;
    box-shadow: 0 2px 3px 0 rgba(130,109,109,.4)
}
.logo a {
    max-width: 249px;
    height: auto;
    padding: 15px;
    margin-left: -15px;
    float: left;
}
.header-middle {
    text-align: right;
    float: right;
    font-size: 16px;
    padding: 20px 5px;
    line-height: 30px;
    font-weight: 700;
}
.header-middle a {
    color: #f37823!important;
}
.header-middle .fa-phone-square {
    font-size: 19px;
    vertical-align: middle;
}
.header-middle .fa {
    margin-right: 5px;
}
@media(max-width: 767px) {
	header {
		padding-bottom: 10px;
	}
    .logo {
        text-align: center;
    }
    .logo a {
        float: inherit;
        display: inline-block;
        padding: 5px 10px;
    }
    .header-middle {
    	float: none;
        text-align: center;
        font-size: 16px;
        padding: 5px 5px;
    }
}
/************* HEADER END **************/
/************* FOOTER START **************/
footer {
    background-color: #000;
    height: 60px;
}
.number {
    padding: 0 30px;
}
@media(max-width: 767px) {
	footer {
		height: auto;
	}
}
/************* FOOTER END **************/
/*************  **************/
.font1-5 { font-size: 1.75em; }
/*************  **************/