@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Orbitron:wght@400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&family=Rajdhani:wght@400;500;600;700&family=Roboto:wght@400;500;700;900&display=swap');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Orbitron', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Roboto', sans-serif;
*/
*{
	text-decoration: none !important;
}
body{
	background: #fff !important;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 !important;
}
.top-bar{
	background: #060824;
	padding: 5px;
}
.contact-details{}
.contact-details ul{
	margin: 0;
	padding: 0;
}
.contact-details ul li{
	float: left;
	margin: 0 0 0 0;
	list-style-type: none;
}
.contact-details ul li a{
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;

}
.contact-details ul li a i{
	color: #fff;
	padding-right: 5px;
}
.logo-section{
	background: #fff;
	padding: 5px 0;
}
.logo{
	text-align: center;
}
.logo img{
	width: 270px;
	height: 90px;
}
.header{
	background: #060824 !important;
	padding: 0px 0;
}
.navigation{
    width: 100%;
}
.navigation ul{
	margin: 0 0 0 0;
	padding: 0;
}
.navigation ul li{
	text-align: center;
	float: left;
	margin: 0;
	padding: 10px 10px;
	list-style-type: none;
	border-right: 1px solid #f5f5f5 !important;
	border-bottom: 2px solid #060824 !important;
}
.navigation ul li:hover{
	background: #9b51e0;
	border-bottom: 2px solid #0693e3 !important;
}
.navigation ul li a{
	color: #f5f5f5;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.mobile-header{
	padding: 5px 0;
	background: #fff;
}
.mobile-logo{}
.mobile-logo img{
	width: 270px;
	height: 90px;
}
.nav-bars{
	padding: 20px 0;
}
.nav-bars a i{
	font-size: 28px;
	color: #060824;
}
.mobile-menu-popup{
	width: 40%;
	height: 100%;
	position: absolute;
	box-shadow: 3px 3px 15px 1px #dad8d8 !important;
	background: #fff;
	top: 0;
	right: 0;
	z-index: 9;
}
.popup-menu{}
.popup-menu ul{
	margin: 0;
	padding: 0;
}
.popup-menu ul li{
	padding: 10px 0;
	list-style-type: none;
	border-bottom: 1px solid #e1e1e1 !important;
}
.popup-menu ul li a{
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.close{
	width: 100%;
	min-height: 120px;
	text-align: right;
}
.close a{
	color: #333;
	font-size: 30px;
}
.popup-menu{}
.main-slider{
}
.main-slider video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}
.video-slide{
  width: 100%;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slide{
	position: absolute;
	top: 0;
	padding: 40px 0;
}
.slide{
	padding: 20px 0;
	height: 560px;
	text-align: center;
	background-image: url(../img/shadow.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slide-content{}
.slide-content h5{
	color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 20px;
    text-transform: uppercase;
}
.slide-content h5 span{
	color: #2d5c88;
}
.slide-content h1{
	color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 90px;
    font-weight: 600;
    font-style: italic;
    line-height: 90px;
    text-transform: uppercase;
    padding: 20px 0;
}
.slide-box{
	width: 50%;
	margin: auto;
	background: #000;
	opacity: 0.7;
	border-radius: 15px;
	border: 1px solid #fff;
	padding: 10px 15px;
}
.slide-box p{
	color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
}
.slide-buttons{
	width: 50%;
	margin: auto;
	padding: 60px;
	display: inline-block;
}
.whats-button{
	float: left;
	margin: 0 30px 0 30px;
}
.whats-button a{
	background: #fff;
	padding: 15px 35px;
	color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 30px;
}
.whats-button a:hover{
	padding: 20px 35px;
	transition: 0.5s;
	color: #000;
}
.whats-button a i{
	padding-right: 5px;
}
.telegram-button{
	float: left;
}
.telegram-button a{
	background: #fff;
	padding: 15px 35px;
	color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 30px;
}
.telegram-button a i{
	padding-right: 5px;
}
.iptv{
	text-align: center;
	padding: 50px 0;
	background-color: transparent;
	background-image: linear-gradient(160deg, #060824 40%, #250722 100%);
}
.iptv-img{
}
.iptv-img img{
	max-width: 300px;
}
.iptv-content{
	text-align: center;
	color: #fff;
}
.iptv-content h1{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 37px;
}
.iptv-content p{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}
.iptv-content i{
	color: #fff;
	font-size: 75px;
}
.services{
	background: #fff;
	padding: 50px 0;
}
.service-box{
	text-align: center;
	padding: 20px 0;
}
.service-box i{
	color: #060824;
	font-size: 75px;
}
.service-box h2{
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	color: #060824;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
}
.service-box p{
	font-family: 'Roboto', sans-serif;
	color: #7a7a7a;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
}
.smart-tv{
	text-align: center;
	padding: 80px 0;
	background-color: transparent;
	background-image: linear-gradient(60deg, #B20AC9 35%, #2100BFF7 78%);
}
.smart-content h3{
	margin: 0 !important;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 28px;
}
.whatsapp-section{
	text-align: center;
	padding: 30px 0;
	color: #2d5c88;
}
.whatsapp-content{}
.whatsapp-content a i{
	font-size: 50px;
	color: #2d5c88;
	padding: 10px 0;
}
.whatsapp-content h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	line-height: 23px;
	font-weight: 600;
}
.whatsapp-content h3{
	padding: 5px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	line-height: 38px;
	font-weight: 600;
}
.whatsapp-content p{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
}
.whatsapp-content p span{
	color: #f00;
	text-decoration: underline !important;
}
.iptv-button{
	margin-top: 40px;
}
.iptv-button a{
	background: #060824;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 25px;
	border-radius: 5px;
}
.pricing{
	padding: 50px 0;
	background: #333;
}
.pricing-table{
	background: #ececec;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}
.pricing-section{
	position: relative;
    overflow: hidden;
}
.pricing-head{
	color: #fff;
	text-align: center;
	background: #081f3a;
	padding: 15px 0;
}
.pricing-head h1{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
.pricing-head p{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}
.feature{
	width: 100%;
    background: #61ce70;
    transform: rotate(45deg);
    position: absolute;
    text-align: center;
    left: 40%;
    top: 30%;
}
.feature h3{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
}
.price-area{
	text-align: center;
	padding: 20px 0;
}
.price-area h2{
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 65px;
	line-height: 65px;
	font-weight: 700;
}
.price-area h2 sup{
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
    top: -35px;
    left: -5px;
}
.per-month{
	text-align: center;
}
.per-month h3{
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	position: relative;
    left: -15px;
}
.per-month h3 sup{
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	position: relative;
    top: -25px;
    left: -5px;
}
.pricing-menu{}
.pricing-menu ul{
	margin: 0;
	padding: 0;
}
.pricing-menu ul li{
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #7a7a7a;
}
.pricing-menu ul li:last-child{
	border: 0px;
}
.pricing-menu ul li a{
	color: #7a7a7a;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400px;
	line-height: 14px;
}
.pricing-menu ul li a i{
	padding-right: 5px;
}
.price-button-area{
	text-align: center;
}
.price-button{
	margin: auto;
	text-align: center;
	width: 180px;
	background: #081F3A;
	padding: 15px 35px;
}
.price-button a{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500px;
	line-height: 16px;
}
.price-button a:hover{
	text-decoration: underline !important;
	color: #fff;
}
.price-button-area p{
	color: #7a7a7a;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400px;
	line-height: 14px;
	padding: 10px 0 !important;	
}
.tab-section{
	padding: 40px 50px;
	background: #fff;
}
.tab-intro{}
.tab-intro h1{
	color: #060824;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 600px;
	line-height: 28px;
	padding: 20px 0;
}
.tab-intro p{
	color: #7a7a7a;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400px;
	line-height: 28px;
}
.iptv-tab{
	padding: 40px 0;
}
#tabs-nav{}
#tabs-nav ul{}
#tabs-nav ul li{
	float: left;
	list-style-type: none;
	padding: 10px 25px;
}
#tabs-nav ul li.active{
	 border-top: 1px solid #d4d4d4;
	 border-right: 1px solid #d4d4d4;
	 border-left: 1px solid #d4d4d4;
	 border-bottom: 1px solid #fff;
}
#tabs-nav ul li a{
	color: #060824;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 17px;
}
.tab-content{
	width: 100%;
    
}
.tab-content h2{}
.tab-content p{
	width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
    color: #7a7a7a;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
    padding: 20px;
    position: relative;
    top: 0px;
}
.media-pro{
	padding: 40px 0;
}
.media-content{}
.media-content h1{
	padding: 10px 0;
	color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
}
.media-content p{
	color: #7a7a7a;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}
.media-content ul{
	margin: 0;
	padding: 0;
}
.media-content ul li{
	color: #7a7a7a;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}
.media-button{
	padding: 40px 0;
}
.media-button a{
	background: #0A186C;
	color: #fff;
	padding: 10px 25px;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}
.media-button a:hover{
	color: #fff;
}
.totul{
	padding: 80px 50px;
	background: #333;
	text-align: center;
}
.totual-content{}
.totual-content i{
	color: #fff;
	font-size: 50px;
}
.totual-content h2{
	padding: 10px 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
.totual-content p{
	color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
.testimonial{
	padding: 40px 0;
}
.testimonial-content{}
.testimonial-content p{
	color: #7a7a7a;
	font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}
.testimonial-area{
	padding: 20px;
	text-align: center;
}
.testimonial-box{
	padding: 20px;
	background: #e6e9ec;
}
.testimonial-box p{
	color: #7a7a7a;
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.author{
	padding: 10px 0;
	text-align: center;
}
.author img{
	width: 50px !important;
	height: 50px;
	border-radius: 50px;
	margin: auto;
}
.author h1{
	color: #7a7a7a;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 0;
}
.author h5{
	color: #6ec1e4;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.footer-section{
	padding: 40px 0;
	background: #060824;
}
.footer-section h1{
	color: #919191;
	font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
}
.footer-widget-1{
}
.footer-widget-1 ul{
	margin: 10px 0 0 0;
	padding: 0;
}
.footer-widget-1 ul li{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	list-style-type: none;
}
.footer-widget-1 ul li a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}
.footer-widget-1 ul li a:hover{
	color: #aaaaaa;
}
.footer-widget-2{}
.footer-widget-2 img{}

.footer-widget-3{}
.footer-widget-3 ul{
	margin: 10px 0 0 0;
	padding: 0;
}
.footer-widget-3 ul li{
	width: 100%;
	float: left;
	margin: 0 0 0px 0;
	list-style-type: none;
}
.footer-widget-3 ul li a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.footer-widget-3 ul li a i{
	padding-right: 5px;
}
.footer-widget-3 ul li a:hover{
	color: #aaaaaa;
}
.footer-widget-3-img{
	margin-top: 100px;
}

.footer-widget-4{
}
.footer-widget-4 ul{
	margin: 10px 0 0 0;
	padding: 0;
}
.footer-widget-4 ul li{
	width: 100%;
	float: left;
	margin: 0 0 0px 0;
	list-style-type: none;
}
.footer-widget-4 ul li{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.footer-widget-4 ul li a:hover{
	color: #aaaaaa;
}
.copyright{
	padding: 15px 0;
	background: #000;
}
.copyright p{
	text-align: left;
	color: #eeeeee;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

@media screen and (min-width: 1024px){
	.mobile-header{
		display: none;
	}
	.iptv-img img{
		width: 200px;
	}
	/*.slide-buttons{
		width: 100%;
		padding: 20px;
		position: relative;
    	left: 23%;
	}*/
}
@media screen and (max-width: 1024px){
	.slide-buttons{
		width: 100%;
		padding: 20px;
		position: relative;
    	left: 23%;
	}
}
@media screen and (max-width: 768px){
	.logo-section{
		display: none;
	}
	.header{
		display: none;
	}
	.iptv-img img{
		width: 180px;
	}
	.slide-buttons{
		left: 15%;
	}
}
@media screen and (max-width: 425px){
	.mobile-menu-popup{
		width: 80%;
	}
	.contact-details ul li{
		float: none !important;
		text-align: center;
	}
	.contact-details.pull-left{
		float: none !important;
	}
	.contact-details.pull-right{
		float: none !important;
	}
	.iptv-img {
	    margin-bottom: 15px;
	}
	#tabs-nav ul {
	    margin: 0;
	    padding: 0;
	}
	#tabs-nav ul li{
		float: none;
		width: 100%;
	}
	#tabs-nav ul li.active{
		border: 1px solid #d4d4d4;
	}
	.slide-content h1{
		font-size: 50px;
		line-height: 55px;
	}
	.slide-box{
		width: 100%;
	}
	.slide-buttons {
	    left: 0;
	}
	.whats-button{
		float: none;
		margin: 0 30px 40px 30px;
	}
}