body{
    margin: 0px ;
    padding: 0px
}
#navbar{
	background-color: #C60505;
	height: 63px ;
	position: fixed 
}
#logoimg{
	height: 82px ;
	width: auto 
}
@media(max-width:1200px) {
    #logoimg {
        height: 50px ;
    };
}
@media(max-width:1000px) {
    #logoimg {
        height: 30px ;
    };
}
#logo{
    display: block ;
    position: relative ;
    bottom: 15px
}
@media(max-width:1200px) {
    #logo {
        display: block ;
        position: relative ;
        top:0px ;
    };
}
.navtext{
    position: relative;
    top: 7px;
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
    font-size: 18px;
}
@media(max-width:1100px) {
    .navtext {
        margin: 0px ;
        font-size: 15px
    };
}
@media(max-width:767px) {
    .navtext {
        margin: 10px ;
    };
}
#myNavbar{
	background-color: #C60505 
}
#navbutton{
    background-color: #ffffff ;
    position: relative ;
    top: 4px 
}
#hr1{
    color: #ffffff ;
    width: 75%
}
.interneth3{
    font-size: 30px ;
    font-weight: bold ;
    margin-top: 3% ;
    margin-bottom: 3%;
	    color: #C60505;

}
#servicebutton{
    font-size: 20px ;
    font-weight: bold ;
    background-color: #0e0f0f ;
    color: #ffffff ;
}
.internetp{
    font-size: 20px
}
#page{
    padding-top: 60px ;
    text-align: center
}
#pageh1{
    font-size: 50px ;
    font-weight: bold 
}
#social{
    text-align: center ;
    background-color: #0e0f0f ;
    border-top: 1px solid #ffffff
}
.folowimg{
    height: 50px ;
    width: auto ;
    margin-top: 20% ;
    margin-bottom: 20%
}
#folowh1{
    color: #ffffff ;
    font-size: 30px ;
    font-weight: bold ;
    font-family: 'Open Sans', sans-serif
}
#contact{
    background-color: #272727 ;
    color: #cccccc ;
    text-align: center ;
    padding-top: 1% ;
    padding-bottom: 4%
}
.contact1{
    font-size: 20px ;
    margin-top: 5%
}
#fotter{
    text-align: center ;
    margin-top: 3%
}
.allh1{
    font-size: 50px ;
    font-weight: bold ;
    color: #FFFFFF ;
}