body{
    font-family: 'Montserrat',sans-serif;
}
html{
    scroll-behavior: smooth;
}
.floater{
    position: fixed;
    right: 28px;
    bottom: 31px;
    color: white;
    width: 60px;
    padding: 16px;
    text-align: center;
    height: 60px;
    font-size: 19px;
    z-index: 1001;
    box-shadow: 0px 1px 9px 0px rgb(66 64 64 / 98%);
    border-radius: 59%;
    background-color: #ff4e00;
    border: 1px solid #ff4e00;
    transition: 0.2s ease-in;
    
}
.floater:hover{
color: #ff4e00;
background-color: white;
border: 1px solid #ff4e00;
}


/* page loader */

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
    left: 0px;
    
	top: 0px;
	width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: url(../src/logo.png) center no-repeat white; */
    background-color: white;
	
	
}
.prehol{
    background-image: url(../src/logo.png);
width: 26vw;
height: 20%;
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
top: 50%;

margin-top: -5%;
left: 50%;
margin-left: -13vw;
}

.gifload{
    background-image: url(../src/Preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
margin-left: -100px;
width:200px;
top: 57%;
margin-top: -2%;
height: 5%;
background-size: 100%;




}

/* .prehol{
    background: url(../src/Preloader.gif) center no-repeat transparent;
    width: 300px;
height: 300px;
margin: auto;
    margin-top: auto;
    margin-right: auto;
text-align: center;
position: absolute;
top: 50%;
margin-top: -150px;
margin-right: -150px;
right: 50%;
z-index: 9999;
} */


.dropdown-menu{
border-top: 2px solid #ff4e00;
padding: 20px 10px;
}
.dropdown-menu a{
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
}
.carous{
    height: 95vh;
}
.nav-item{
   
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(0 0 0 / 71%);
    transition: 0.2s ease-in;
}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:  #ff4e00;
}
.navbar-nav{text-align: center;
text-transform: uppercase;}

.headder{
    background-color: #ff4e00;
    height: 26px;
    color: white;
    font-size: 14px;
    padding-top: 2px;
    
}
.headder a{
    color: white;
    font-size: 15px;
}
.top{
    position: sticky;
    top: 0px;
    z-index: 100;
}

.shad{
    box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
-moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
background: white;
}

.backg{
background-size: cover;
height: 100%;
width: 100%;
text-align: center;
}
.jumbotron1{

    margin:auto;
    padding: 20px;
    color: white;
    background-color:rgb(0 0 0 / 37%);
    position: absolute;
    box-shadow: 4px 4px 4px 3px rgb(0 0 0 / 58%);
    top: 50%;
    left: 10px;
    
    width: 80vw;
    border-radius: 11px;
    right: 10px;
    margin-top: -20vh;
    
}
.jumbotron1 h1{
    font-weight: 600;
    font-size: 7.5vh;
}
.jumbotron1 p{
    font-size: 17px;
    font-weight: 200;
}

.insidejum{
    position: relative;
    margin: 10px;
}
.gotolink{
    background: none;
    color: white;
    border: 1px solid white;
    border-radius: 40px;
    margin-top: 10px;
    width: auto;
    padding:10px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    display: inline-block;
    transition: 0.3s ease-in;
}
.gotolink:hover{
    background: #ff4e00;
    color: white;
    border: 1px solid white;
    

}

.details{
    border: none;
    padding: 7px;
    width: 78%;
    margin: 2px;
    border-radius: 15%;

}

.inpcontselect .details{
    border: none;
    padding: 7px;
    width: 95%;
    margin: 2px;
    background-color: white;
    border-radius: 35%;

}
.inpcontselect .details:focus{
    outline: none;
}
.icon{
    padding: 10px 0;
  margin: 5px 0;
  color:black;
  min-width: 50px;
  text-align: center;
}
.inpcont{
    display: flex;
    border: 1px solid #00000026;
    border-radius: 50px;
    margin: 6px;
    background: white;
    width: 100%;
    margin-bottom: 15px;
}
.inpcontselect{
    border: 1px solid #00000026;
    border-radius: 50px;
    margin: 6px;
    background: white;
    width: 100%;
    margin-bottom: 15px;

}

.holders{
    margin: 50px auto;
}

.gotolink2{
    background: none;
    color: #ff4e00;
    border: 1px solid #ff4e00;
    border-radius: 40px;
    margin-top: 10px;
    width: auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    
    padding:10px;
    display: inline-block;
    transition: 0.3s ease-in;

}
.gotolink2:hover{
    background: #ff4e00;
    color: white;
    border: 1px solid white;
}

.details:focus{
    outline: none;
}

@media only screen and (max-width: 600px){
    .insidejum h1{
        font-size: 5vh !important;
    }
}
@media only screen and (max-width: 420px){
    .jumbotron3 h1{
        font-size: 6vh !important;
    }
    .headder a{
        font-size: 12.5px !important;
    }
}

@media only screen and (max-width: 355px){
    .jumbotron3 h1{
        font-size: 5.6vh !important;
    }
    .headder a{
        font-size: 11px !important;
    }
    .plan{
        width: 284px !important;
    }
    
}

@media only screen and (max-width: 648px){

    .jumbotron2 h2{
        font-size: 4.5vh !important;
    }
    }

.speeds img{
    width: 100px;
    margin: auto;
}
.speeds p{
    margin-top: 20px;
}
.speeds{
    text-align: center;
}
.svgclass p{
font-size: 15px;
font-weight: 500;
}
.svgclass img{
    width: 33%;
    margin :24px 0;
}
.svgclass{
    padding: 15px;
    text-align: center;
    transition: .3s ease;
}
hr{
   background-color: #ff4e00;
}
.svgagain{
    padding: 15px;
    text-align: center;
}
.svgagain p{
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
}
.svgagain img{
    width: 80%;
}

.displaycon{
    text-align: center;
    padding: 20px 10px;
}
.displaycon h4{
    color: #ff4e00;
    margin-bottom: 10px;
    font-size: 2.7vh;
}
.displaycon h1{
    font-size: 4.7vh;
}

.about{

    padding: 15px;
    
    
}
.about h4{
    color: #ff4e00;
    font-size: 2.7vh;
}
.about h2{
    font-size: 4.5vh;
font-weight: 800;
margin-bottom: 40px;
}

.about h3{
    font-size: 4vh;
font-weight: 600;
margin-bottom: 15px;
}
.about img{
    width: 100%;
}

.whatoffer{
padding: 2px;
text-align: center;
transition: 0.3s ease;
border-radius: 10px 10px 0px 0px;


}

.whatoffer p{
    margin: 8px auto;
padding: 0 10px;
}
.whatoffer img{
    width: 100%;   
    border-radius: 10px 10px 0px 0px;
}
.whatoffer h5{
    margin-top: 26px;
    font-size: 19px;
}

.whatoffer:hover{
transform: scale(1.05);
box-shadow: 3px 6px 15px 0px rgb(136 136 136 / 58%);
}

.svgclass:hover{
    transform: scale(1.05);
    
}

.logoo:hover{
    transform: scale(1.05);
    /* box-shadow: 1px 2px 20px 0px rgb(136 136 136 / 33%); */
}
.logoo{
    margin-left: 10px;
}

.iconss{
    width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  
}
.showw{
    display: block;
}
.hide
{
    display: none;
}
.iconss .midd{

    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3em;
    text-align: left;
}

.iconss img{
    
    position: relative;
    max-width: 100px;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
    transition: opacity 0.5s, transform 0.6s;
    
}
.iconss h5{
    color: black;
    /* border: 1px solid #ff4e00b3; */
    position: absolute;
    top: 7%;
    background-color: #ff4e004a;
    left: 26%;
    border-radius: 8%;
    
    width: 48%;
    font-weight: 600;
    height: 61%;
    font-size: 17px;
    text-align: center;
    padding: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
    transition: opacity 0.5s, transform 0.6s;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

.iconss:hover img{
    opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
}
.iconss:hover p{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.iconss p{
    font-size: 15px;
    margin-top: 7px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
    transition: opacity 0.5s, transform 0.6s;
}
.iconss:hover .midd:before, .iconss:hover h5 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.peesons{
    padding: 10px 40px; 
    text-align: center;  
}
.peesons img{
    width: 100%;
    max-width: 100px;
    margin-bottom: 15px;   
}

.peesons h4{
    margin:10px 0;
}



.familyview{
    background-image:linear-gradient(123deg,rgba(19,0,190,0.66) 0%,rgba(254,102,0,0.6) 100%),url("../src/tv-scaled.jpg");
    width: 100%;
    height: 600px;
    position: relative;
    background-size: cover;
    text-align: center;
    background-position: center;
}


.familyview2{
    background-image:linear-gradient(123deg,rgba(19,0,190,0.66) 0%,rgba(254,102,0,0.6) 100%),url("../src/broadband2.jpg");
    width: 100%;
    height: 600px;
    position: relative;
    background-size: cover;
    text-align: center;
}

.adivider{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI5NXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgNTEuNzZjMzYuMjEtMi4yNSA3Ny41Ny0zLjU4IDEyNi40Mi0zLjU4IDMyMCAwIDMyMCA1NyA2NDAgNTcgMjcxLjE1IDAgMzEyLjU4LTQwLjkxIDUxMy41OC01My40VjBIMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAyNC4zMWM0My40Ni01LjY5IDk0LjU2LTkuMjUgMTU4LjQyLTkuMjUgMzIwIDAgMzIwIDg5LjI0IDY0MCA4OS4yNCAyNTYuMTMgMCAzMDcuMjgtNTcuMTYgNDgxLjU4LTgwVjBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwdjMuNEMyOC4yIDEuNiA1OS40LjU5IDk0LjQyLjU5YzMyMCAwIDMyMCA4NC4zIDY0MCA4NC4zIDI4NSAwIDMxNi4xNy02Ni44NSA1NDUuNTgtODEuNDlWMHoiLz48L2c+PC9zdmc+);
background-size: 100% 95px;
top: 0;
height: 95px;
z-index: 101;
margin-top: 20px;
}

.jumbotron2{

    margin: 10px;
padding: 20px;
color: white;
position: absolute;
top: 50%;
width: 95%;
margin-top: -15vh;
}
.jumbotron2 p{
    margin: auto;
}

.jumbotron2 h2{
    font-size: 7vh;
    font-weight: 600;
}

.addres{
    padding: 20px;
    background-color: #2b2b2b;
}

.foooter{

    text-align: center;
font-size: 17px;
padding: 0px;
margin: 15px auto;
/* border: 1px solid #80808091; */
}

.selectd{
    color: #ff4e00;
}

.compform{
    margin: 20px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    
}


.compform h3{
    font-size: 4vh;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
/* .compform select{
    width: 100%;
    padding: 7px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #bbb

} */
.compform button{
    width: 100%;
    text-align: center;
    background: #fd4e00;
    color: white;
    border-radius: 50px;
    border: 1px solid #fd4e00;
    padding: 7px ;
    
    margin-top: 15px;
    transition: 0.3s ease;
}
.compform button:hover{
    
    border: 1px solid #fd4e00;
    background-color: white;
    color: #fd4e00;
    letter-spacing: 1.3px;
}
.details option{
    border-radius: 20%;
}

.compform p{
    font-size: 13px;
margin-bottom: -5px;
margin-left: 18px;
margin-top: 16px;
}

.contacticons{
    width: 110px;
    height: 110px;
    color: white;
    background-color: #ff4e00;
    border-radius: 50%;
    border: 1px solid #ff4e00;
    font-size: 70px;
    text-align: center;
    transition: 0.3s ease;
    margin: 18px auto
}

.contacticons:hover{
    color: #ff4e00;
    background-color: white;
    border: 1px solid #ff4e00;
}

.bradd{
    height: 95vh;
    background-image: url("../src/bradband.jpg");
    background-size: cover;
}

.jumbotron3{

    margin: auto;
padding: 20px auto;
color: white;
position: absolute;
top: 50%;

width: 100%;

margin-top: -6vh;
text-align: center;
}
.jumbotron3 h1{
    font-size: 7vh;
font-weight: 800;
}

.fadq{
    position: relative;
}
.fadq i{
    position: absolute;
    top: 33%;
    right: 1%;
    transition:0.2s ease;
}

/* .faded{
    animation:faddd 1.5s;
    
}
@keyframes faddd{
    from{
        opacity: 0;
        
        
    }
    to{
        opacity: 1;
       
    }
} */

/* testimonial */

.card {
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}



.profile-pic {
    width: 100px !important;
    height: 100px;
    border-radius: 70%;
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #1E88E5 !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #0D47A1 !important;
    background-color: transparent !important;
}

.owl-dots {
    display: none;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.item {
    display: none;
}

.next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}

.prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}

.item.show {
    display: block;
    transition-duration: 0.4s
}

@media screen and (max-width: 999px) {

    .next,
    .prev {
        transform: scale(1);
        opacity: 1
    }

    .item {
        display: block !important
    }
}


/* pricing */
input:focus,textarea:focus,select:focus{
  
  outline: none;
}

sup{

	font-size: 40px;
}

.ull{
	list-style: none;
	font-size: 15px;
	
	color: black;
	padding: 0px;
	margin: 10px auto;


}


.lis{

padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}


#container{
	width: 100%;
  text-align:center;
}

.whole{
    display: inline-block;
    margin: 20px 8px;
    box-shadow: 0px 1px 5px 4px rgb(136 136 136 / 58%);
    border: none;
border-radius: 15px;
transition:0.3s ease-in-out;

  
}

.whole:hover{
    transform: scale(1.04);
}

.type{
    width: 100%;
    display: none;
border-radius: 18px 18px 0px 0px;

height: 90px;

}

.one{
    background-color: #f95950;
    border-bottom: 3px solid #f95950;
}

.type p{
	
font-size: 20px;

color: white;
text-align: center;
padding:30px 0;

	

}

.plan{
	
	background-color:white;
width: 265px;
	
    border-radius: 15px;
    
    font-size: 70px;
    color: white;
    text-align: center;


}
.two{
	background-color: #1a3365;
	border-bottom: 3px solid #1a3365;
}

.four{
	background-color: #1a3365;
	border-bottom: 3px solid #1a3365;
}

.speeds img{
    transition: .3s ease-in;
}
.speeds img:hover{
    transform: scale(1.07);
}

.three{
    background-color: #f95950;
    border-bottom: 3px solid #f95950;
}
.header{
	
    padding-bottom: 25px;
    border-radius: 15px 15px 0 0;


}

.header span{
	font-size: 32px;

	
}

.month{
	font-size: 14px;
	color: white;
	padding: 0px;
	margin: -10px;
}

.price{
	height:80px;
}

.cart{
  
  color:white;
  position: relative;
  top: 16px;
  
}
.headder a{
	font-size: 14px;
	
    color: white;
    text-decoration: none;

}

.selected{
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}
.changea{
font-size: 37px;
color: #009b00;
}


/* hamburger */
/* Icon 1 */

.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }
    
    .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }
  
    
    .animated-icon3 span {
    background: #ff4e00;
    }
    
    
    .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    
    .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    
    .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    
    .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
    }
    
    .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    }
    
    .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
    }