body{
	background: #00303f;
}

.main-header {
    background-image: url('img/fibercitymarconi.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #222222;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    background-attachment: scroll;
}
.main-header .header-wrap {
    min-height: 350px;
    padding-top: 80px;
    padding-bottom: 80px;
        position: relative;
    z-index: 1;
    max-width: 100%;
        -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: flex;
    margin: 0 auto;
}
.main-header .header-wrap .header-title{
font-size: 52px;
    line-height: 62px;
    color: #ffffff;
    text-transform: none;
    animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);
    opacity: 1;
    font-weight: 800;
    font-style: normal;
}
.main-header-overlay{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
.check-coverage-container{
	background: unset;
	color: #fff;
}
.check-coverage-container h3{
	color: #ffffff;
}
.main{
	padding-top: 80px;
	padding-bottom: 50px;
}
footer{
	background: #2b2d2b none repeat center top;
	min-height: 150px;
	padding-top: 60px;
	padding-bottom: 50px;
}
.footer{
	height: auto;
}
.footer .widget-title{
	color: #ffffff;
	margin-bottom: 15px;
	    font: 700 16px / 26px "Mulish", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}
footer>.container{
	max-width: 1300px;
}
.footer-list p, .footer a{
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: 25px;
}
p.footer-title{
	color: #6a6a6a;
}
.footer-list p i{
	padding-right: 10px;
	color: #6b6e6c;
}
.widget-title.mid i{
font-size: 40px;
}
.footer a{
	text-decoration: none;
	color: #ffffff;
}

/* header styles*/
.top-bar{
    color: #b1b4b8;
        min-height: 36px;
    padding: 10px 30px 10px 30px;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-top: 0;
    box-sizing: border-box;
        max-width: 100%;
}