@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 800;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: medium;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: medium;
}

body{
	font-family: 'Satoshi';
	background: #000;
}
.container, .container-lg, .container-md, .container-sm, .container-xl{
	    max-width: 1280px;
}
.logo img{
	width:142px;
}
.upper_menu a{
	z-index: 9;
    width: auto;
    color: #b7c1e0;
    text-align: center;
    text-transform: none;
    margin-right: 16px;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition-duration: .15s, .2s;
    transition-timing-function: ease-in-out, ease;
    text-decoration: none;
}
.upper_menu a.active{
	color: #2bace2;
    font-weight: 600;
    border-bottom: 1px solid #2bace2;
}
.upper_menu a:hover{
	color: #2bace2;
    font-weight: 600;
    border-bottom: 1px solid #2bace2;
}
.ml-auto{
	margin-left: auto;
}
.down_header{
	background: #0f1423;
}
.navbar-nav a{
	z-index: 9;
    width: auto;
    color: #fff;
    text-align: center;
    text-transform: none;
    margin-right: 16px;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition-duration: .15s, .2s;
    transition-timing-function: ease-in-out, ease;
    text-decoration: none;
}
.navbar-nav a:hover{
	color: #2bace2;
    font-weight: 600;
    border-bottom: 1px solid #2bace2;
}
.navbar-nav a.active{
	color: #2bace2;
    font-weight: 600;
    border-bottom: 1px solid #2bace2;
}
.signup{
	color: #2bace2 !important;
	font-weight: 600;
	padding: 8px 22px !important;
	border: 1px solid #2bace2;
}
.signup:hover{
	background: #2bace2;
	color: #fff !important;
}
.navbar-brand {
    background-image: url("../images/logo.png");
    background-size: cover;
    width: 108px;
    background-position: center;
    height: 32px;
}
.f-widget p{
	width: 100%;
    color: #b7c1e0;
    margin-top: 0;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.footer{
	background-color: #0f1423;
}
.social_links a{
	color: #b7c1e0;
	font-size: 24px;
	margin-right: 15px;
}
.f-widget h6{
	color: #fff;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.9px;
}
.useful a{
	float: none;
    margin-left: auto;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    display: block;
        color: #b7c1e0;
    text-align: left;
        line-height: 20px;
    text-decoration: none;
}
.info i {
    font-size: 17px;
    color: #b7c1e0;
    margin-right: 10px;
    padding-top: 4px;
}
.useful a:hover {
	color: #fff;
    text-decoration: underline;
}
.middle_footer{
	border-top: 1px solid #3b4259;
	border-bottom: 1px solid #3b4259;
}
.middle_footer h5{
	color: #b7c1e0;
}
.blog_box{
	min-width: 100%;
    border: 1px solid #3b4259;
    border-radius: 12px;
    padding: 16px 24px;
}
.blog_box p{
	color: #b7c1e0;
}
.blog_box a{
	color: #2bace2;
}
.new_form button{
	    height: 54px;
    min-width: 150px;
    background-color: #eb0d8c;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0px;
}
.new_form input{
	color: #b7c1e0;
    width: 70%;
    height: 54px;
    color: #fff;
    background-color: #1e2745;
    border-top: 0 #000;
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-left: 0 #000;
    border-right: 0 solid #000;
    border-radius: 8px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 20px;
    font-family: Satoshi, sans-serif;
}
.copyright{
	color: #b7c1e0;
	margin-top: 10px;
}
.fixed_header{
	position: fixed;
	top: 0 ;
	width: 100%;
	z-index: 999;
}
.gradient-color{
	background-image: linear-gradient(90.28deg, #F9F1E7 2.75%, #C52D9E 44.47%, #7F79E4 53.99%, #BCF8FF 90.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.banner_content h1{
	color: #fff;
	font-family: Generalsans, sans-serif;
	font-size: 72px;
    font-weight: 700;
    line-height: 97.2px;
}
.banner_content p{
	    max-width: 830px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Satoshi, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 40.5px;
}
.feature_cards{
	background-color: #171d34;
    border-radius: 40px;
    padding: 40px;
    height: 630px;
}
.feature_cards img{
    width: auto;
    height: 200px;
    max-width: 260px;
    margin-top: 24px;
    margin-bottom: 40px;

}
.feature_cards h2 {
    color: #dbe0ef;
    margin-top: 10px;
    margin-bottom: 16px;
    margin-left: 20px;
    font-weight: 700;
    font-size: 37px;
}
.feature_cards p{
	color: #fff;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}
.cta_box h1{
	font-weight: 800;
    color: #fff;
    font-size: 48px;
    line-height: 72px;
}
.cta_box a{
	text-decoration: none;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    background-color: #eb0d8c;
    border-radius: 10px;
    box-shadow: 0 -3px 30px 6px rgba(219, 224, 239, .14)
}
.cta_box a:hover{
	background-color: #2bace2;
}
.text-blu{
	color: #2bace2 !important;
}
.text-yellow{
	color: #ebd126 !important;
}
.feature_two h2{
	    color: #fff;
    text-align: left;
    font-family: Generalsans, sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 72px;
}
.feature_two p{
	font-size: 32px;
    line-height: 44px;
    color: #fff;
}
.feature_two h3{
	font-size: 72px;
    font-weight: 800;
}
.text-green{
	    color: #00b093;
}
.gradient_box{
	background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#171d34, #171d34 0%, #171d34 0%, rgba(23, 29, 52, 0) 70%);
	border-radius: 40px 40px 0 0;
    padding: 60px;
}
.gradient_box h4{
	font-size: 36px;
    font-weight: 700;
}
.gradient_box p{
	font-weight: 300;
	font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.texr-cyan{
	color: #6cf7e0;
}
.w-90{
	width: 90%;
}
.text-purple{
	color: #6c92df;
}
.text-purplei{
	color: #9dbdfd;
}
.text-pink{
	color:#ff828a ;
}
.text-cream{
	    color: #f4ba4d;
}
.text-creami{
	color: #ffe4b2;
}
.hover_box{
	overflow: hidden;
	transition-duration: 0.5s;
	height: 600px;
	border-radius: 20px;
	padding: 60px 30px;
}
.hover_box p{
	color: #fff;
	font-size: 16px;
    font-weight: 400;
}
.hover_box h5{
	color: #fff;
	font-family: Generalsans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.relative {
	position: relative;
}
.hover_content {
    width: 100%;
    z-index: 999;
    height: 100%;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(9, 11, 25, .3);
}
.bg1{
	background-image: url(../images/in1.jpg);
	background-position: 0 0;
    background-size: cover;
}
.hover_content h5{
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
}
.hover_box:hover{
	border-radius: 0px;
	transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.small_circle{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0vw, 0vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    width: 6vw;
    height: 6vw;
    background-color: rgba(9, 11, 25, .35);
    z-index: 10;
    border-radius: 100%;
    transition: 0.5s;
}
.hover_box:hover .small_circle{
	width: 55vw;
    height: 55vw;
    ransform: translate3d(6vw, -6vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.hover_box p{
	transition: 0.5s;
	opacity: 0;
}
.hover_box:hover p{
	opacity: 1;
}
.bg2{
	background-image: url(../images/in2.jpg);
	background-position: 0 0;
    background-size: cover;
}
.bg3{
	background-image: url(../images/in3.jpg);
	background-position: 0 0;
    background-size: cover;
}
.bg4{
	background-image: url(../images/in4.jpg);
	background-position: 0 0;
    background-size: cover;
}
.bg5{
	background-image: url(../images/in5.jpg);
	background-position: 0 0;
    background-size: cover;
}
.bg6{
	background-image: url(../images/in6.jpg);
	background-position: 0 0;
    background-size: cover;
}
.bg7{
	background-image: url(../images/in7.jpg);
	background-position: 0 0;
    background-size: cover;
}
.bg8{
	background-image: url(../images/in8.jpg);
	background-position: 0 0;
    background-size: cover;
}
.hover_content h6{
	font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}
.hover_box:hover h6{
	opacity: 1;
}
.bg9{
	background-image: url(../images/in9.jpg);
	background-position: 0 0;
    background-size: cover;
}
.about_content h1{
	color: #fcfcfc;
	font-family: Generalsans, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
}
.about_content p{
	color: #b7c1e0;
	padding-top: 9px;
    font-family: Satoshi, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
}
.zoom-out{
	transition: 0.5s;
	transfrom: scale(1.3);
	opacity: 0;
}
.sticky img {
    position: fixed;
    right: 0;
    top: -74%;
    width: 50%;
}
.br-0{
	border-radius: 0px !important;
}
.font-bold{
	font-weight: 900;
}
.buttons a{
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	transition: 0.5s;
	border: 2px solid transparent;
    font-weight: 700;
    line-height: 36px;
    padding: 12px 40px;
    box-shadow: 0 -3px 30px 6px rgba(219, 224, 239, .14);
    margin: 0px 10px;
}
.buttons a.fill{
	color: #fff;
	background-color: #eb0d8c;
}
.buttons a.outline{
	color: #eb0d8c;
	border-color: #eb0d8c;
}
.buttons a.fill:hover{
	background-color: #2bace2;
}
.buttons a.outline:hover{
	color: #2bace2;
	border-color: #2bace2;
}
.gradinet{
	background-image: url(../images/gradient.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0px;
}
.gradinet h1{
	font-size: 50px;
	line-height: 60px;
}
.banner_content2 h1{
	font-size: 54px;
}
.banner_content2 p{
	color: #94a2d0; 
	font-size: 18px;
}
.baner_1{
	background-image: url(../images/bg1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner_boxes_content {
	color: #fff;
}
.baner_2{
	background-image: url(../images/bg2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.baner_3{
	background-image: url(../images/bg3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.baner_4{
	background-image: url(../images/bg4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.baner_5{
	background-image: url(../images/bg5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.text-white{
	color: #fff !important;
}
.banner_content3 h1{
	font-size: 42px;
	line-height: 45px;
}
.gradient-pink{
	    background-image: linear-gradient(94deg, #EB0D8C -7.19%, #FFB1A6 41.26%, #FF725E 90.04%);
	        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.image_big_box{
	width: 43.33%;
	margin-right: 20px;
	transition: 0.5s;
}
.image_big_box:hover{
	transform: translateY(-10px);
}
.image_box_content{
	padding: 24px;
}
.image_box_content h4{
	font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
.image_box_content p{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    opacity: .75;
    color: #fff;
    letter-spacing: -.025em;
    margin-top: 8px;
    margin-bottom: 0;
}
.image_box_content{
	position: absolute;
	bottom: 0;
	left: 0;
}




































@media only screen and (max-width: 922px) {
	div#navbarSupportedContent {
	    position: absolute;
	    width: 100%;
	    top: 39px;
	    background: #000;
	}
	.down_header {
    	background: #000;
	}
	.upper_header.pt-3.pb-3{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.use_links.d-flex.justify-content-between {
    	display: block !important;
	}
	.use_links  .f-widget{
		margin-top: 21px;
	}
	.news-letter {
    	margin: 20px 0px;
	}
	form.new_form input {
    	margin-right: 0px;
    	width: 100%;
    	margin-bottom: 10px;
	}
	.new_form button {
		min-width: 100%;
	}

}
@media only screen and (max-width: 600px) {
	.banner_content h1{
		    line-height: 42px;
		font-size: 32px;
	}
	.mt-5{
		margin-top: 1.5rem !important;
	}
	.mb-5{
		margin-bottom: 1.5rem !important;
	}
	.pt-5{
		padding-top: 1.5rem !important;
	}
	.pb-5{
		padding-bottom: 1.5rem !important;
	}
	.feature_two h2{
		    font-size: 34px;
	}
	.feature_two p{
		font-size: 18px;
		line-height: 24px;
	}
	.feature_two h3{
		font-size: 32px;
	}
	.gradient_box{
		padding: 20px;
	}
	.gradient_box h4{
		font-size: 22px;
	}
	.gradient_box p{
		font-size: 16px;
		    line-height: 24px;
	}
	.banner_content p{
		font-size: 18px;
		    line-height: 20.5px;
	}
	.feature_cards{
		padding: 20px;
	}
	.feature_cards h2{
		font-size: 26px;
	}
	.feature_cards p{
		font-size: 16px;
	}
	.feature_cards{
		height: fit-content;
	}
	.cta_box h1{
		font-size: 26px;
		line-height: 36px;
	}
	.about_content h1{
		font-size: 36px;
		line-height: 46px;
	}
	.about_content p{
		font-size: 16px;
		line-height: 22px;
	}
}


/*new page css*/
.text-white{
	color: #fff;
}
.font-40
{	
	font-size: 40px;
} 
.font-bold
{
	font-weight: bold;
}
.bg-banner-home{
	background-image: url(../images/63d7894319380840972bc2e0_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.font-60{
	font-weight: 500 !important;
	font-size: 50px !important;
	line-height: 60px !important;
}
.color-pink{
	color: #eb0d8c;
}
.color-yellow{
	color: #ffd900;
}
.home-banner-box:hover{
	transform: scale(1.1);
}
.home-banner-box:hover a{
    color: #e3d914;
    border: 1px solid #e3d914;
    border-radius: 20px;
    padding-right: 12px;
    padding-left: 12px;
}
.home-banner-box{
	background-color: #0f1423;
    border-radius: 8px;
    padding: 24px 16px;
    transition: transform .4s, background-color .3s cubic-bezier(.643, .118, .25, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, .18);
}
.home-banner-box  img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
} 
.home-banner-box  a{
	display: inline-block;
	color: #2bace2;
    margin-bottom: 0;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.home-banner-box p{
    color: #b7c1e0;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.heading p {
    color: #b7c1e0;
    text-align: center;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}
.tabs_box a{
	cursor: pointer;
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 10px 15px;
	margin-top: 5px;
}
.tabs_box a.active{
	border-left: 4px solid #2bace2;
}
.tabs_box img{
	width: 45px;
}
.tabs_box span{
	margin-left: 15px;
}
.tabs_content h1{
	color: #fff;
	font-weight: bold;
}
.tabs_content p{
    color: #b7c1e0;
}
.tabs_banner{
	padding: 100px 30px;
}
#ott{
	background-image: url(../images/b2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#internet{
	background-image: url(../images/b3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#live{
	background-image: url(../images/b1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
	.font-40 {
	    font-size: 25px;
	}
	div#v-pills-tabContent {
	    margin-top: 20px;
	}
	.font-60 {
	    font-weight: 500 !important;
	    font-size: 30px !important;
	    line-height: 40px !important;
	}
}
/*new page css*/