#banner-section {
	background: url(../images/home-1.jpg);
	background-position: center center;
	background-size: cover;
	padding: 140px 0 110px;

}
.logo ul.sponsors-carousel.owl-carousel.owl-theme.d-flex.align-items-center.owl-loaded.owl-drag {
    margin-top: -69px;
}
.feature-section .icon-section.icon{
	margin-top: 45px;
}

.pricing-section-six.indexpage
{
padding-top:0px !important ;
}
.tv-banner {
		background: url(../images/tv.webp) !important;
}
.social-mdeia ul{
	    margin-left: -58px;
    margin-top: 60px;
}
.internet-banner {
		background: url(../images/internet.webp) !important;
}  

 @media (max-width:575px){
     form#contact-form {
    display: flex
;
    flex-direction: column;
}
.social-mdeia ul{
	    margin-left: -58px;
    margin-top: 20px;
}
 }
 .dropdown-toggle::after
 {
	display: none !important;
 }
.clients-section {
    position: relative;
    padding: 0px 0px 53px !important;
}
 /* Dropdown styles */
       .dropdown ul {
              position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 300px;
    display: none;
    list-style: none;
    z-index: 1000;
    padding: 20px 0px;
        }

        .dropdown ul.show {
            display: block !important;
        }

        .dropdown ul li a {
            padding: 12px 20px;
         
        }

        .dropdown ul li:last-child a {
            border-bottom: none;
        }
     .dropdown ul li {
		margin-bottom: 20px;
	 }
     

        /* Show dropdown when active */
        .dropdown ul.show {
            display: block !important;
        }

        /* Desktop hover */
        @media (min-width: 769px) {
            .dropdown:hover ul {
                display: block;
            }
        }

        /* Mobile styles */
        @media (max-width: 768px) {
            .nav-list {
                flex-direction: column;
            }

            .dropdown ul {
                position: static;
                background: #555;
            }
        }

		.fa.fa-angle-down{
			display: none !important;
		}
#banner-section h1 {
	font-size: 37px !important;
	color: #FFF !important;
	font-weight: 600 !important;
	width: 54%;
	line-height: 48px;
}

.clearfix::after,
.clearfix::before {
	display: none !important;
}

.ba-form-control label {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.ba-form-control input {
	height: 55px;
	border: 0;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 14px;
	color: #808080;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

a,
.button,
button,
input,
textarea {
	transition: all 0.3s linear 0s;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.ba-submit-btn {
	display: inline-block;
	border: 0;
	height: 54px;
	padding: 0 29px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	background-color: #010c3a !important;
	font-weight: 500;
	line-height: 48px;
}


svg.hamburger-icon {
	display: none;
}

.header-lower {
	background: #fff;

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.auto-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.nav-outer {
	display: flex;
	align-items: center;
}


header .logo img {
	height: 86px ;
}

.logo-box {
	padding: 0px !important;
}
.cta-section .title-column h3{
	font-size:25px !important;
}
.main-footer {
    position: relative;
    background-color: var(--main-color-two);
    padding-top: 140px;
}
footer a.theme-btn{
	     background: #df0303;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff !important;
}
.tv-banner p{
	    width: 60%;
}
.tv-banner p{
	   
    font-size: 17px;
    line-height: 28px;
}
.provider h5{
	font-size: 20px;
}
	.navigation li a, .dropdown p {
		text-decoration: none;
		color: #333;
		font-size: 18px;
		font-weight: 400;
		transition: color 0.3s ease;
	}
	.provider .logo img {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
	position: relative;
}

.pricing-card-items.bg {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: #ffffff; /* white background */
    background-position: center center;
    background-size: contain;
    color: #000; /* black text */
    position: relative;
    z-index: 1;
    border-radius: 8px 8px 0 0;
	/* background-image: url('/public/assets/images/provider.png'); */
    padding: 20px 30px;
	
	

}

.pricing-card-items.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46%;
    background: url('../images/background/pattern-4.png');
    background-size: cover;
    background-position: left;
	background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pricing-card-items ul li{
    list-style-type: disclosure-closed !important;

}

.pricing-card-items .pricing-header {
    text-align: center;
}
.pricing-card-items h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 121%;
}
.pricing-header p.py-1 {
    margin-top: -10px;
}
.pricing-header .text-danger {
    color: red !important;
}.pricing-card-items .price-list {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: block;
    text-align: left;
}
.contact-us img {
	  filter: sepia(100%) saturate(500%) hue-rotate(210deg) brightness(60%);

}
.ultra .pricing-card-items::before

 {
height: 41%;
 }
 .provider.header-banner-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/provider.png);
    background-position: center center;
    background-size: cover;
    padding: 90px 0px;
}

/**************  frontier ***************/
  .Frontier-best-bundle .card {
       background: url('../images/background/pattern-4.png'), #fff;
      color: #fff;
      border-radius: 0;
      border: none;
	    background-size: cover;
    background-position: left;
	background-repeat: no-repeat;
	color: #000 !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
   
	border-radius: 10px;
    }
	.Frontier-best-bundle .card h5.text-white {
    color: #000 !important;
}

.Frontier-best-bundle .card ul{
	margin-bottom: 10px !important;
}
	.Frontier-best-bundle{
		color: #000 !important;
	}
    .Frontier-best-bundle  .card .btn {
      background-color: #010048;
      color: #fff;
      border: none;
    }
    .section-heading {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .text-section {
      background-size: cover;
      background-position: center;
      color: #fff;
      padding: 40px;
    }
   
	/******** home **********/
	.pricing-section-six {
    position: relative;
    overflow: hidden;
    padding: 65px 0px 50px !important;
}
.package-section .image-column .image {
opacity: 1 !important;
position: relative;
right: -10px !important;
}
.tv-section .image-column .pattern-layer{
	opacity: 1 !important;
	    position: absolute;
    right: -130px;
    top: -20px;
}
.carousel-outer ul li{
	margin-left: 64px;

}
.price-block-two.active .inner-box .title-box, .price-block-two .inner-box:hover .title-box{
	background: linear-gradient(to right, var(--main-color-twentytwo) 0%, var(--main-color-eighteen) 100%) !important;
}

.price-block-two.active .inner-box .title-box, .price-block-two .inner-box:hover .title-box{
	background: linear-gradient(to right, var(--main-color-twentytwo) 0%, var(--main-color-eighteen) 100%) !important;
}
.provider-section.network-section {
    position: relative;
    padding: 64px 0px 37px !important;
    background-size: cover;
}
.facility-block .inner-box .icon-box {
    font-size: 65px !important;
    margin-bottom: 15px !important;
}
/********* responsive ***********/
@media only screen and (max-width: 1023px) {
	.main-header .nav-outer {
		width: inherit !important;
		padding-top: 0px;
	}
	.tv-section.style-two .image img{
	display: none !important;
}
.main-slider-five h1
{
	font-size:150px ;
}
	#banner-section h1 {
		font-size: 31px !important;
		color: #FFF !important;
		font-weight: 600 !important;
		width: 67%;
		line-height: 41px;
	}

	#banner-section {

		padding: 94px 0 80px;
	}
		.navigation li a, .dropdown p {
		
		font-size: 16px;
		
	}

	   
}

@media (min-width: 992px) {
	.navigation {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.navigation li {
		margin: 0 20px;
	}


	.navigation li a:hover,
	.navigation li.current a {
		color:rgb(218 41 90) !important;
	}
}

@media (min-width: 992px) {
	.mobile-nav-toggler {
		display: none;
	}

	.mobile-meu-overlay {
		display: none;
	}

	nav.main-meu.show.navbar-expand-md {
		margin-top: 35px;
	}
	.dropdown p{
		    margin-top: -4px;
	}
}

/* Mobile Navigation CSS */
@media (max-width: 991px) {
	.mobile-nav-togler {
		display: block;
		cursor: pointer;
		padding: 10px;
		z-index: 1001;
		position: relative;
	}
	.services-section .image-column .inner-column{
		display: none;
	}
	.services-section .lower-section{
		padding-top:  0px !important;
	}
	  .dropdown ul {
                position: static;
                background: #555;
				
            }  .dropdown ul li a{
color: #fff;

			}
			.dropdown ul{
padding: 0px !important;
			}
			.dropdown p {
				padding-bottom: 0px !important;
			}
			.dropdown ul li {
    margin-bottom: 0px;
}

	.tv-banner p{
	    width: 100%;
}

	.mobile-nav-togler .hamburger-icon,
	.mobile-nav-togler .close-icon {
		width: 24px;
		height: 24px;
		transition: opacity 0.3s ease;
	}

	.mobile-nav-togler .close-icon {
		display: none;
	}

	.mobile-nav-togler.active .hamburger-icon {
		display: none;
	}

	.mobile-nav-togler.active .close-icon {
		display: block;
		margin-top: -70px;
	}

	.main-meu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100vh;
		background: #fff;
		z-index: 1000;
		transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
		overflow-y: auto;
	}

	.main-meu.mobile-menu-visible {
		right: 0;
	}

	.navbar-collapse {
		padding: 80px 0 20px 0;
	}

	.navigation {
		flex-direction: column;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.navigation li {
		border-bottom: 1px solid #f0f0f0;
	}

	.navigation li a, .dropdown p {
		display: block;
		padding: 15px 25px;
		color: #333;
		text-decoration: none;
		font-weight: 500;

		transition: all 0.3s ease;
	}

	.navigation li a:hover,
	.navigation li.current a {
		background: #f8f9fa;
		color: red;
		padding-left: 35px;
	}

	/* Mobile Overlay */
	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		transition: all 0.4s ease;
	}

	.mobile-menu-overlay.active {
		opacity: 1;
		visibility: visible;
	}

	svg.hamburger-icon {
		display: block;
	}
}


@media (max-width:786px) {
	#banner-section h1 {
		font-size: 23px !important;
		color: #FFF !important;
		font-weight: 600 !important;
		width: 100%;
		line-height: 36px;
	}
 h2{
	    font-size: 23px;
 }
	#banner-section {

		padding: 46px 0 50px;
	}
	.main-slider-five .title{
		font-size: 100px;

	}
	.inner-box .title, .inner-box .text{
		font-size: 20px !important;
	}
	
	.main-slider-five .slide{
		padding: 41px 0px 100px;
	}
	.pricing-section-six{
		padding: 23px 0px 50px !important;
	}
	.tv-section .content-column .content{
		padding-left: 0px !important;
	}
	.tv-section .content-column .text{
		padding-right: 0px !important;
	}
	.package-section h3 {
		font-size: 25px;
	}
	   .package-section{
		 margin-top: -150px;
	   }
	   .tv-section h2, .speedtest-section h3{
		font-size: 24px;
    line-height: 34px;
	   }
	   
.tv-section .content-column .icon-section.icon {
    position: absolute;
    left: 0px;
    top: -120px;
}
 .icon-section.icon {
    position: absolute;
    left: 0px;
    top: -71px;
}
.speedtest-section .content-column:last-child .inner-column{
	margin-left: 0px !important;
}
.speedtest-section {
    position: relative;
    padding: 80px 0px 20px;
}
.main-footer {
padding-top: 0px !important;
}
.main-footer .widgets-section {

    text-align: center;
    padding: 50px 0px 110px;

}

}


@media (max-width:500px){
	.newsletter-form .form-group button {
    position: inherit;
    right: 0px;
    top: 0px;
    width: inherit;
	}
	.newsletter-form input{
		width: inherit !important;
	}
	.cta-section .title-column h3 {
    font-size: 23px !important;
}
.logo img{
	    height: 56px !important;
    width: auto;
}
.cta-section{
	display: none !important;
}
}

@media (max-width: 450px) {
	.pull-left li.call {
		margin-bottom: 10px;
	}

	.social-box {
		margin-left: -34px;
		margin-top: -12px;
	}

	.logo img {
		height: 64px !important;
	}

	.ba-form-control label {

		font-weight: 700;

		font-size: 12px;
	}
}