*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:Arial, Helvetica, sans-serif;
}


/************************
Navbar
************************/

.custom-navbar{

    background:#000;
    height:70px;
    z-index:9999;
}

.logo{

    height:34px;
}

.navbar-nav .nav-link{

    color:#fff;
    font-size:12px;
    letter-spacing:.6px;
    padding:22px 18px !important;
}

.navbar-nav .nav-link:hover{

    color:#0d6efd;
}

.navbar-brand{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo1{
    height:28px;
}

.logo2{
    height:30px;
}

.divider{
    width:1px;
    height:32px;
    background:#666;
}
.divider-new{
    width:2px;
    height:55px;
    background:#fff;
}
.company-info{
    color:#fff;
    line-height:.5;
}

.company-info strong{
    display:block;
    font-size:13px;
    font-weight:600;
}

.company-info span{
    font-size:11px;
    color:#ddd;
}

.company-info-section{
    color:#fff;
    line-height:.7;
}

.company-info-section strong{
    display:block;
    font-size:14px;
    font-weight:600;
}

.company-info-section span{
    font-size:12px;
    color:#ddd;
    font-weight: 700;
}

/************************
Hero
************************/

.hero{
    margin-top:40px;
    background:url("../images/att-internet.png") center center;
    background-size:cover;
    min-height:630px;
    position:relative;
}
.hero-aboutus{
    margin-top:40px;
    background:url("../images/about-us.png") center center;
    background-size:cover;
    min-height:630px;
    position:relative;
}
.hero-contactus{
    margin-top:70px;
    background:url("../images/contact-us.png") center center;
    background-size:cover;
    min-height:500px;
    position:relative;
}

.overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(to right,
    rgba(255,255,255,.95),
    rgba(255,255,255,.45),
    rgba(255,255,255,.0));
}

.hero-row{
    min-height:630px;
}

.hero-row-section{
    min-height:580px;
}

.hero-content{
    position:relative;
    z-index:2;
}
.fiber-logo{
    width:140px;
    margin-bottom:10px;
}

.hero h1{
    font-size:62px;
    font-weight:700;
    line-height:1.05;
    color:#000;
    margin-bottom:20px;
}

.hero p{
    font-size:24px;
    color:#222;
    line-height:1.4;
    margin-bottom:30px;
}

.hero-btn{

    border-radius:4px;
    font-size:14px;
    padding:12px 28px;
    margin-bottom:18px;
}

.hero small{
    display:block;
    width:320px;
    color:#555;
    font-size:10px;
    line-height:1.6;
}

.service-callout{
	/* margin-top:70px; */
    background:url("../images/internet-banner.png") center center;
    background-size:cover;
    min-height:580px;
    position:relative;
}

/**********************
Responsive
**********************/

@media(max-width:991px){
	.hero{
		min-height:550px;
	}

	.hero-row{
		min-height:550px;
	}

	.hero h1{
		font-size:45px;
	}
	.hero p{
		font-size:20px;
	}
}
@media(max-width:768px){
	.hero{
		text-align:center;
	}
	.hero h1{
		font-size:38px;
	}
	.hero p{
		font-size:18px;
	}
	.hero small{
		margin:auto;
	}
}
@media screen and (max-width: 767px) {
    header .dealer-logo, footer .dealer-logo {
        display: none;
    }
}
/* =========================
   PRICING SECTION
========================= */

.pricing-section{
    background:#000043;
    color:#fff;
}

.section-title h4{
    font-size:20px;
    margin-bottom:5px;
}

.section-title p{
    font-size:12px;
    color:#bdbdbd;
}

.pricing-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    color:#000;
    height:100%;
    display:flex;
    flex-direction:column;
}

.card-top{
    padding:15px;
    border-bottom:1px solid #eee;
}

.card-top small{
    color:#007bff;
    font-size:11px;
    font-weight:600;
}

.card-top h3{
    margin:5px 0;
    font-size:40px;
}

.card-top span{
    font-size:12px;
    color:#000;
	display: inline-block;
    margin-left: 10px;
}

.card-body{
    padding:15px;
    flex:1;
}

.card-body ul{
    padding-left:18px;
}

.card-body li{
    font-size:14px;
    margin-bottom:6px;
}

.card-bottom{
    padding:15px;
    background:#05005c;
    text-align:center;
}

.card-bottom .btn{
    font-size:12px;
    padding:8px 18px;
}
.package-name{
	color: #0057B8;
	text-transform: uppercase;
	font-size: 20px !important;
	font-weight: 600;
}
/* =========================
   FEATURE SECTION
========================= */

.feature-card{
    border:2px solid #f0c040;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
	height: 300px;
}

.feature-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.feature-card p{
    padding:10px;
    font-size:13px;
    margin:0;
    text-align:center;
}
.legalese{
	font-size:10px;
}
.feature-section-1{
	background-color: #E6F1FF;
    padding-top: 2em;
    padding-bottom: 2em;
}
footer .footer-top {
    padding: 2em 0;
    background-color: #016DFF;
    color: #fff;
}
footer .dealer-logo {
    float: left;
    position: relative;
    margin-right: 23px;
    padding-right: 23px;
    border-right: 1px solid #ADB1B9;
}
footer .dealer-info {
    line-height: 1.1em;
    float: left;
    margin-right: 30px;
    padding-right: 15px;
    color: #fff;
}
footer .footer-top .dealer-info {
    color: #fff;
}
.footer-top{
    background:#016DFF;
    padding:30px 0;
}

.footer-logo{
    max-width:160px;
}

.directv-logo{
    max-width:150px;
}

.footer-top h5{
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-bottom:5px;
}

.footer-top a{
    color:#fff;
    text-decoration:none;
}

.footer-menu{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:35px;
    list-style:none;
    margin:0;
    padding:0;
}

.footer-menu li a{
    color:#fff;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
}

.footer-menu li a:hover{
    color:#d9e8ff;
}

.border-white{
    border-color:rgba(255,255,255,.4)!important;
}

@media(max-width:991px){
	.footer-menu{
		justify-content:center;
		flex-wrap:wrap;
		gap:15px;
		margin-top:20px;
	}
	.border-start,
	.border-end{
		border:none!important;
	}
	.footer-top{
		text-align:center;
	}
}


.footer-bottom{
    background:#2f2f2f;
    padding:40px 0;
}

.footer-bottom p{
    color:#fff;
    margin-bottom:15px;
    font-size:14px;
    line-height:1.7;
}

.footer-bottom a{
    color:#fff;
    text-decoration:underline;
}

.footer-bottom a:hover{
    color:#0d6efd;
}

.copyright{
    margin-bottom:20px;
}

.privacy{
    margin-bottom:8px;
}

.recaptcha{
    font-size:12px;
    color:#d6d6d6;
}

@media(max-width:768px){
	.footer-bottom{
		text-align:center;
		padding:30px 15px;
	}

	.footer-bottom p{
		font-size:13px;
	}

	.recaptcha{
		font-size:11px;
	}
}

.contact-strip{
    background:#0b6df5;
    padding:35px 0;
}

.contact-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    color:#fff;
    padding:15px 25px;
    min-height:140px;
}

.contact-box i{
    font-size:38px;
    color:#fff;
}

.contact-info h5{
    margin:0 0 8px;
    color:#fff;
    font-size:20px;
    font-weight:700;
}

.contact-info a,
.contact-info p{
    color:#fff;
    text-decoration:none;
    margin:0;
    line-height:1.7;
    font-size:16px;
}

.contact-info a:hover{
    color:#d9e7ff;
}

.border-start,
.border-end{
    border-color:rgba(255,255,255,.25)!important;
}

@media(max-width:767px){

.contact-box{
    justify-content:flex-start;
    text-align:left;
    border:none!important;
    padding:25px 10px;
    min-height:auto;
}

.contact-box i{
    font-size:32px;
}

}

