@import url('https://fonts.googleapis.com/css2?family=Karla&family=Nunito+Sans:wght@400;600;700;800;900&family=Nunito:wght@400;700&family=Poppins:wght@400;500&display=swap');
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #e41d1d;
    background-color: #e41d1d;
}

body {
	background-size:100%;
	background-repeat:no-repeat;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
    line-height: 19px;
	font-weight: 600;
	color: #27272A;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
	outline: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a:hover {
    color: #cd3333;
}
a, a:hover {
    text-decoration: none;
}
a, a:focus{
	outline: 0;
}
i {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
p strong {
	font-weight: 600;
}


@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
}

.thumbnail {
	border-width: 0;
	padding: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumbnail .caption{
	padding: 5px 15px;
}

.top-bar{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
}
.top-bar .contact-info{list-style:none;margin:0;padding:0;font-size: 12px;color:#666;border:0;}
.top-bar .contact-info li{height:30px;line-height:30px;display: inline-block;margin-right:15px}
.top-bar .contact-info .circle{border-color: #666;}

.lang-button{
	margin: 3px 0 0 15px;
	padding: 0;
	list-style: none;
}
.lang-button li{
	display: inline-block;
	margin-left: 5px;
}
.lang-button, .frm-search{
	display: inline-block;
}
.lang-button{
	margin: 0 30px 0 0;
}
.lang-button li{
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0;
}
.lang-button li:last-child:before{
	content: '|';
	margin: 0 7px;
}
.lang-button a{
	color: #333;
}

.headr{padding:14px 0;}
.tombol-personalbisnis{background:#C7D3DC;width:206px;}
.tombol-personalbisnis div{padding:4px 0px;min-width:101px;text-align:center;display:inline-block;}
.tombol-personalbisnis div.active{background:#ED312B;}
.tombol-personalbisnis div a{color:#fff;}
.pmenu{padding-top:48px;}
.navbar{
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
	font-size:12px;
}
.navbar-default{
	background: #fff;
}
.navbar-brand{padding-top: 5px;}
.navbar-brand > img {
}
.maskot-atas{position:absolute;bottom:-20px;left:226px;z-index:1;}
@media(min-width:768px){
	
	.navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.navbar-collapse{
		text-align: center;
	}
	.navbar-nav{
		display: inline-block;
		float: none;
	}
	.navbar-brand > img {
		max-height: 70px;
	}
	.navbar-nav > li{
		margin-left: 30px;
		display:inline-block;
		position:relative;
	}
	.navbar-nav > li:first-child{margin-left:0;}
	.navbar-nav > li > a {
		padding: 24px 0;
	}
	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background: transparent;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: transparent;
	}
	
	.navbar-nav li:hover > ul {
		display: block !important;
		moz-animation: fadeInDown .1s ease-out ;
		-webkit-animation: fadeInDown .1s ease-out ;
		animation:fadeInDown .1s ease-out ;
	}
	.navbar-nav ul{
		margin: 0;
		padding: 0;
		width: 150px;
		min-width: 150px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-width: 2px 0 0 0;
		border-style: solid;
		border-color: #ddd;
		font-size: 13px;
		text-transform: capitalize;

		box-shadow: 0 0 0 ;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
		margin-top:15px;
		background: #FFFFFF;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 0px 0px 5px 5px;
		border-top:4px solid #ED312B;
		padding:8px 0;
	}
	.navbar-nav > li > .dropdown-menu li{ position: relative; padding: 0px 15px;}
	.navbar-nav > li > .dropdown-menu li:last-child{ border-bottom: 0 }
	.navbar-nav > li > .dropdown-menu li,
	.navbar-nav > li > .dropdown-menu li a {
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
		display:block;
	}
	.navbar-nav > li > .dropdown-menu a { padding: 5px 0; position: relative; }
	.navbar-nav > li > .dropdown-menu a:hover,
	.navbar-nav > li > .dropdown-menu > .active > a, 
	.navbar-nav > li > .dropdown-menu > .active > a:focus, 
	.navbar-nav > li > .dropdown-menu > .active > a:hover{ color: #000 !important;}
	
	.navbar-nav .dropdown-menu li { padding: 5px 0;}
	
	.navbar-nav ul ul{	
		left: 150px !important;
		top: -1px;
		border-top: 0;
		border-radius: 5px;
		padding:8px 0;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	
}

@media(max-width:991px){
	.navbar-nav .dropdown-menu{position:absolute;}
}
@media(max-width:767px){
	.navbar-nav li a{display:block;}
	.navbar-nav .dropdown-menu{position:revert;padding:0;border:0;}
}
.search-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 0;
	transition: all 0.25s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}
.search-overlay.open {
    visibility: visible;
    opacity: 1;
}
.close-search {
	color: #ffffff;
	cursor: pointer;
	font-size: 50px;
	position: absolute;
	right: 30px;
	top: 100px;
	z-index: 99;
}
.search_wrap {
	left: 0;
	margin: 0 auto;
	max-width: 80%;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search_icon {
	position: absolute;
	right: 15px;
	top: 20px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.search_wrap .form-control {
	border-radius: 20px;
	padding: 20px;
	border: 0;
	box-shadow: none;
	height: auto;
}
.search_wrap .form-control:focus {
	border: 0;
	box-shadow: none;
}
.search_box {
	position: relative;
}
.search_box input {
	padding-right: 30px;
}
.search_box button {
	border: 0;
	padding: 0 10px;
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.search_form input {
    padding: 15px;
	height: auto;
}
.search_form .search_icon {
    top: 0;
    right: 0;
    padding: 5px 15px;
}
a.search_trigger i, a.search_trigger svg {
}
#slider{
	border-bottom: 0 solid #434a54;
}
.carousel-inner{height: 100%;}
.carousel-inner > .item{height: 100%;}
.carousel-indicators{top:40%;bottom:0;right:auto;margin:auto;left:-40px;display:block;}
#slider .carousel-indicators button{display:block;margin:4px;width:6px;height:6px;background:#ED312B;border:1px solid #CFD4D7;}
#slider .carousel-indicators li{background:transparent !important;}
.carousel-indicators li .carou-li{width:6px;height:6px;background:#CFD4D7;border:1px solid #CFD4D7;border-radius:50%;}
.carousel-indicators li.active .carou-li{background:#ED312B;border:1px solid #CFD4D7;}

.carousel-progress{
	padding: 1px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-bar{
	height:3px;
	background:rgba(255, 255, 255, 0.7);
	display:block;
}
.carousel-control{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	z-index: 10000;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left{
	left: -100px;
}
.carousel-control.right{
	right: -100px;
}
.carousel-control-next, .carousel-control-prev{width:5%;}
#slider:hover .carousel-control.left{
	left: 20px
}
#slider:hover .carousel-control.right{
	right: 20px
}
#slider .concaption{width:55%;position:absolute;}
.caption-container{text-align: right}
.carousel-caption{
    left: 0;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
}
.carousel-caption h4{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
	color: #ECF1F4;
}
.carousel-caption h2{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom:9px;
}
.carousel-caption p{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #ecf1f4c7;
}
.carousel-caption .btn-default{
	border-color: #fff;
	background: rgba(0,0,0,0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

@media(max-width:767px){
	.carousel-caption h2 span,.carousel-caption p span{
		width: 100%;
		text-align: center;
		display: block;
	}
}
#slider .carousel-item{background-color:#ED312B;padding:60px 71px;border-radius:20px;background-image:url('../../uploads/galaxy.svg'); background-position:right 20px bottom 22px;background-repeat:no-repeat;background-size: 63%;}
#slider .slid-image{border-radius:20px;overflow:hidden;}
#slider .slid-gradasi{background: linear-gradient(90.83deg, #ED312B 16.7%, rgba(237, 49, 43, 0) 70.76%);height: 100%;position: absolute;left: 0;top: 0;width: 60%;}

#owl-slider{
    padding-top: 0;
	overflow:hidden;
}
#owl-slider, #owl-slider .owl-video-wrapper{
    max-height: 580px;
}
#owl-slider h2{
    font-weight: 800;
}
#owl-slider .owl-stage{
    padding:0 !important;
}
#owl-slider .item{
    position: relative;
    padding-top:47.92307%;
}
#owl-slider .item, #owl-slider .item-video{}
#owl-slider .item .gambar, #owl-slider .item-video .gambar{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    overflow:hidden;
}
#owl-slider img{
    max-width: 100%;
    height: auto;
}
.owl-video-wrapper{
    width: 100%;
    height: auto;
}
.owl-video-wrapper{
    height: 48vw !important;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    top:50%;
}
.owl-prev{
    left: 20px;
}
.owl-next{
    right: 20px;
}
.owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#owl-slider .item .item-caption{
    left: 5%;
    right: 20%;
    bottom: 20%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

}
#owl-slider .item .item-caption a, #owl-slider .item-video .item-caption a {
    color: #F86C07;
}
#owl-slider .carousel-caption {
}
#owl-slider .carousel-caption h2 span{
    color: #fff;
	text-shadow:0 0 5px #000;
	font-size:24px;
	width:100%;
}
#owl-slider .carousel-caption p span{
    color: #fff;
	text-shadow:0 0 5px #000;
	font-size:16px;
}
#owl-slider .btn-slider{
    background:transparent;
	border:2px solid #fff;
	box-shadow:0 0 5px #000;
	text-shadow:0 0 5px #000;
	color:#fff;
	border-radius:8px;
}
#owl-slider .btn-slider:hover{
    background:#fff;
	color:#000;
	text-shadow:none;
}
#owl-slider .item .item-caption .learn-more, #owl-slider .item-video .item-caption .learn-more {
    height: 38px;
    width: 144px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 14px;
}

#owl-slider .owl-nav .owl-next, #owl-slider .owl-nav .owl-prev{width:40px;top:0;bottom:0;opacity:1;color:#E6BF2D;margin:auto;}
#owl-slider .owl-nav .owl-next:hover, #owl-slider .owl-nav .owl-prev:hover{color:#D81A27;background:transparent;}
#owl-slider .owl-nav .owl-next{margin-right:0;}
#owl-slider .owl-nav .owl-prev{margin-left:0;}
#owl-slider .owl-nav .svg-inline--fa{color:#FFBA2E;opacity:0.6;}
#owl-slider .owl-nav:hover .svg-inline--fa{opacity:1;}
#owl-slider .owl-dots .owl-dot span{border-color:#FFF;background:transparent;margin:3px 5px;border:1px solid #FFF;}
#owl-slider .owl-dots .owl-dot.active span{border-color:#FFF;background:#FFf;}
#owl-slider .carousel-caption{bottom:140px;}
#owl-slider .carousel-caption h2 span{margin-bottom:20px;font-family:arial;}
@media(min-width:768px){
	#owl-slider .carousel-caption h2{}
}
@media(max-width:767px){
	#owl-slider .owl-nav .owl-next, #owl-slider .owl-nav .owl-prev{bottom:5px;}
}

#owl-slider .owl-dots{}
#owl-slider.owl-theme .owl-dots .owl-dot{}
#owl-slider .carousel-caption h2 a .svg-inline--fa{color:#00971b;}

section{
	margin: 70px 0 70px;
}
section.margin0{
	margin: 0;
}
.heading{
	position: relative;
	font-style: normal;
	font-weight: 800;
	font-size: 33.16px;
	line-height: 45px;
	color: #10377A;
	margin-bottom:60px;
}
.subheading{
	font-style: normal;
	font-weight: 700;
	font-size: 18.66px;
	line-height: 25px;
	margin-bottom:3px;
	color: #10377A;
}
.heading2{
	text-transform: capitalize;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}
.heading2 span{
	display:inline-block;
	position: relative;
}
.heading2 span::before {
	content: '';
	height: 10px;
	width: 50%;
	position: absolute;
	left: 0;
	bottom: -15px;
	display: block;
	background: #D84D3A;
}
.heading3{
	text-transform: capitalize;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}
.heading3::before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -15px;
	display: block;
	background: #333;
}
.heading4{
	text-transform: capitalize;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}
.heading4 span{
	position: relative;
}
.heading4 span::before,.heading4 span::after {
	content: '';
	height: 10px;
	width: 40px;
	position: absolute;
	top: 30px;
	margin-top:-15px;
	display: block;
	background: #D84D3A;
}
.heading4 span::before {
	left: -50px;
}
.heading4 span::after {
	right: -50px;
}
.heading5{
	text-transform: capitalize;
	text-align: left;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}
.heading5 span{
	position: relative;
	background:#fff;
	padding:10px 15px 10px;
	z-index:999;
}
.heading5::after {
	content: '';
	height: 10px;
	width: 100%;
	position: absolute;
	top: 30px;
	margin-top:-15px;
	display: block;
	background: #D84D3A;
}
.heading.heading-light{color: #fff}
.heading.heading-light::before{background: #fff}
.subheading.heading-light{color: #fff}

.section-promo{}
.section-promo .promo-padd{padding:0 100px;}
.section-promo .promo-title,.section-promo .promo-tagline{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 44.2px;
	line-height: 60px;
}
.section-promo .promo-title{color:#27272A;}
.section-promo .promo-tagline{color:#ED312B;}
.section-promo .promo-desc{}
.section-promo .promo-desc li{margin-left:25px;position:relative;line-height:18px;margin-bottom:8px;}
.section-promo .promo-desc li:before{color:#ED312B;font-family: "Font Awesome 5 Free";font-weight: 900; content:'\f058';width:16px;height:16px;position:absolute;top:0;left:-25px;}


.section-produk{}
.section-produk .produk-item{}
.section-produk .produk-kotak{border-radius:20px;padding:50px 60px 20px 45%;position:relative;overflow:hidden;}
.section-produk .produk-kotak .produk-harga{background:#fff;border-radius:50%;padding:33px;text-align:right;position:absolute;left:-70px;top:-56px;width:255px;height:255px;}
.section-produk .produk-kotak .produk-harga .hrg{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 28px;
	color: #ED312B;
	position:relative;
	margin-top:80px;
	margin-left:74px;
}
.section-produk .produk-kotak .produk-harga .rp{
	position:absolute;
	left:-24px;
	top:0;
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #27272A;
}
.section-produk .produk-kotak .produk-harga .perbln{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #27272A;
}
.section-produk .produk-kotak .produk-title{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
}
.section-produk .produk-kotak .produk-tagline{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	margin-bottom:28px;
}
.section-produk .produk-kotak .produk-desc{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
}
.section-produk .produk-fitur{
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	padding:0 100px;
}
.section-produk .produk-fitur .fitur-item{
	position:relative;
}
.section-produk .produk-fitur .fitur-item:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content:'\f058';
	width:16px;height:16px;
	position:absolute;
	top:0;left:-15px;
	color:#ED312B;
	font-size:14px;
}
.section-produk .produk-fitur .svg-inline--fa{
	color:#ED312B;
}
.section-produk{margin-bottom:70px;}
.section-produk .maskotproduk{
	position:absolute;left:50%;margin-left:-90px;bottom:-80px;
}
.section-produk .maskotproduk,.section-produk .maskotproduk img{
	width:180px;
}

.section-produkd{}
.cprodukd{padding:0 25%;}
.produkd-title{
	margin-top:60px;
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 45px;
	margin-bottom:60px;
}
.produkd-desc{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
}
.produkd-img{padding:20px 40px;}

.kotaksub{
	background: #FFFFFF;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
}
.kotaksub .card-body{
	padding:30px 25px 40px 25px;
}
.kotaksub .kotaksub-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 28.43px;
	line-height: 43px;
	color: #0084FF;
	margin-bottom:35px;
}
.kotaksub .kotaksub-bw{
	background: #ECF1F4;
	padding:15px;
	margin-bottom:25px;
}
.kotaksub-bw .bw-icon,.kotaksub-bw .bw-upto{display:table-cell;vertical-align:top;}
.kotaksub-bw .bw-icon{}
.kotaksub-bw .bw-upto{}
.kotaksub-bw .bw-upto .upto-sm{
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
.kotaksub-bw .bw-upto .upto-lg{
	font-family: 'Karla';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.kotaksub .bw-check{
	font-family: 'Karla';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	padding-left:25px;
	margin-bottom:30px;
}
.kotaksub .bw-check li{position:relative;}
.kotaksub .bw-check li:before{color:#ED312B;font-family: "Font Awesome 5 Free";font-weight: 900; content:'\f14a';width:16px;height:16px;position:absolute;top:0;left:-25px;}

.kotaksub .kotaksub-harga{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 28.43px;
	line-height: 36px;
	color: #0084FF;
	position:relative;
	text-align:center;
	margin-bottom:30px;
}
.kotaksub .kotaksub-harga sup{margin-right:5px;font-size: 18px;}
.kotaksub .kotaksub-harga .per{
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
.kotaksub .btn-produk{border:0;background: linear-gradient(97.03deg, #10377A 1.27%, #0084FF 97.48%);}

.section-prdfasilitas{}
.fasilitas-item{}
.fasilitas-item .fitem-img{width:80px;}
.fasilitas-item .fitem-img img{}
.fasilitas-item .fitem-img,.fasilitas-item .fitem-txt{display:table-cell;}
.fasilitas-item .fitem-txt{
	font-style: normal;
	font-weight: 700;
	font-size: 18.66px;
	line-height: 25px;
	vertical-align: middle;
}
.fitem-txt .notekecil{
	font-style: normal;
	font-weight: 300;
	font-size: 10.5px;
	line-height: 14px;
	color: #000000;
	margin-top:15px;
}

.section-pspesifikasi{padding:40px 0;margin-bottom:140px;}
.cspek{padding:0 10%;}
.kotak-spek{border-radius: 20px;position:relative;}
.spesifikasi-img{position:relative;}
.orbit{position:absolute;top:0px;left:-100px;background-image:url('../../uploads/galaxy.svg');background-size:100%;background-position:top left;background-repeat:no-repeat;width:486px;height:233px;}
.spesifikasi-img{width:45%;height:auto;position:absolute;top:-30px;}
.spesifikasi-txt{width:55%;margin-left:auto;padding:40px;}
.spesifikasi-txt .heading{margin-bottom:30px;}
.spesifikasi-txt .spesifikasi-citem{padding-left:25px;}
.spesifikasi-txt .spesifikasi-item{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;position:relative;
	margin-bottom:10px;
}
.spesifikasi-txt .spesifikasi-item:before{color:#fff;font-family: "Font Awesome 5 Free";font-weight: 900; content:'\f058';width:16px;height:16px;position:absolute;top:0;left:-25px;}

.section-pcoverage{}
.kotak-coverage{
	font-style: normal;
	font-weight: 800;
	font-size: 33.16px;
	line-height: 45px;
	color:#fff;
	padding:40px;
	background-image:url('../../images/slicing/airwave/bgcoverage.png');
	background-position:top right 20%;
	background-size:auto;
	background-repeat:no-repeat;
	position:absolute;
	top:-100px;
	width:100%;
	background-color:#10377A;
	border-radius:20px;
}
.kotak-coverage .coverage-item{vertical-align:middle;margin:auto;}

.section-testimoni{
	padding:180px 0 80px;
}
.section-testimoni .testimoni-item{
	background: #ECF1F4;
	border-radius: 8px;
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #27272A;
}
.testimoni-item .card-body{padding:30px;position:relative;min-height:350px;}
.testimoni-item .testim-cpoto{}
.testimoni-item .testim-poto{border-radius:50%;overflow:hidden;width:64px;height:64px;}
.testimoni-item .testim-poto img{}
.testimoni-item .testim-nama{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 21.33px;
	line-height: 32px;
	color: #27272A;
	margin-bottom:8px;
	
}
.testimoni-item .testim-cnama{padding-left:15px;}
.testimoni-item .testim-tgl{}
.testimoni-item .testim-tes{}
.testimoni-item .testim-star{text-align:center;margin:20px 0;}
.testimoni-item .testim-star li{display:inline-block;margin-right:6px;}
.testimoni-item .testim-star li:last-child{margin-right:0;}


.section-phubungi{background-color:#fff;background-image:url('../../images/slicing/bgabout.jpg');background-position:top center;background-repeat:no-repeat;background-size:100%;padding:190px 0 120px;}
.kotak-infolanjut{background: linear-gradient(97.03deg, #10377A 1.27%, #0084FF 97.48%);border-radius:20px;padding:25px 40px 25px 100px;}
.section-phubungi .adaorangnya{position:absolute;width:218px;height:476px;bottom:-120px;}
.kotak-infolanjut .infolanjut-txt{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18.66px;
	line-height: 28px;
	color: #FFFFFF;
}
.prdlain-title{
	font-style: normal;
	font-weight: 700;
	font-size: 24.88px;
	line-height: 34px;
	color: #0084FF;
	margin-bottom:50px;
}
.cinfolanjut{padding-left:140px;padding-right:40px;}
.cprdlain{}
.hargacoret{color:#5E6063;text-decoration:line-through;}
.kotaksub-harga .hargacoret sup{text-decoration:none;}
.hargacoret.kosong{text-decoration:none;}

.istream-boxmain{padding:50px;background: #F5F5F5;border-radius: 20px;flex: none;order: 1;flex-grow: 0;}
.istream-boxmain .accordion-item{background:transparent;border-top:0;border-right:0;border-left:0;}
.istream-boxmain .accordion-item:last-child{border-bottom:0;}
.istream-boxmain .accordion-button{background:transparent;padding:30px 0;cursor:pointer;}
.istream-boxmain .accordion-button::after{transform: rotate(-90deg);}
.istream-boxmain .accordion-button:not(.collapsed)::after{transform: rotate(0deg);}
.istream-boxmain .istream-mitem{width:90%;}
.istream-boxmain .istream-litem{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #27272A;
}
.istream-boxmain .istream-litem li{
	margin-bottom:10px;
	position:relative;
}
.tabel-litem td{vertical-align:top;}
.istream-boxmain .btn.btn-istream{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	padding:10px;
	min-width:150px;
}
.section-features{}
.section-features .feature-heading{}
.section-features .feature-heading div{
	background: #ED312B;
	border-radius: 0px 0px 60px 60px;
	padding: 20px 90px;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 40px;
	display:inline-block;
}
.section-features .features-list{padding:100px 0 250px;
background:rgba(255, 255, 255, 0.8);
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;

}
.section-features .features-item{}
.section-features .features-ticon{color:#ED312B;}
.section-features .features-title{color:#ED312B;font-weight: 700;font-size: 24px;line-height: 38px;}
.section-features .features-desc{font-weight: 400;font-size: 14px;line-height: 19px;}

.section-quiz{}
.section-quiz .quiz-con{padding:50px 100px;border-radius:20px;background-color:#ED312B;position:absolute;left:0;right:0;margin:auto;top:-200px;background-image:url('../../uploads/galaxy.svg');background-position:left 20px bottom 10px;background-repeat:no-repeat;}
.section-quiz .quiz-title{
	font-weight: 800;
	font-size: 32px;
	line-height: 45px;
	color: #FFFFFF;
	margin-bottom:20px;
}
.section-quiz .quiz-title.que{font-size: 22px;line-height: 32px;}
.section-quiz .quiz-desc{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom:40px;
}
.section-quiz .quiz-image{border-radius:20px;overflow:hidden;}
.section-quiz .quiz-gradasi{background: linear-gradient(90.83deg, #ED312B 16.7%, rgba(237, 49, 43, 0) 70.76%);transform: matrix(-1, 0, 0, 1, 0, 0);height: 100%;position: absolute;right: 0;top: 0;width: 60%;}
.btquiz{background:#FFE600 !important;color:#27272A !important;}

.quizres-logo{background:#fff;border-radius:20px;padding:25px 35px;}
.quizres-logo img{max-width:180px;}

.section-hotspot{padding:300px 0 70px;}
.section-hotspot .hotspot-ctitle{position:absolute;top: 50%;left: 15px;margin-top: -40px;}
.section-hotspot .hotspot-tagline{
	font-style: normal;
	font-weight: 700;
	font-size: 18.66px;
	line-height: 25px;

	color: #FFFFFF;
	
}
.section-hotspot .hotspot-title{
	font-style: normal;
	font-weight: 800;
	font-size: 44.2px;
	line-height: 60px;

	color: #FFFFFF;
}
.section-hotspot .carou-logo{
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding:25px 40px;
}

.hotspot-carousel .owl-dots{bottom:10px;}
.hotspot-carousel.owl-theme .owl-dots .owl-dot span{width:6px;height:6px;background:#CFD4D7;border:1px solid #fff;}
.hotspot-carousel.owl-theme .owl-dots .owl-dot.active span, .carousel-hotspot.owl-theme .owl-dots .owl-dot:hover span{border-color:#CFD4D7;background:#ED312B;}

.owl-carousel .owl-item img{width:unset;margin: auto;}
.owl-carousel .owl-item{text-align:center;}

.section-about{background-color:#fff;background-image:url('../../uploads/bgabout.jpg'),url('../../uploads/galaxy.svg');background-position:top center,top 30px right 20px;background-repeat:no-repeat,no-repeat;background-size:100%,100%;padding:90px 0;}
.section-about .about-txt{left:15px;z-index:10;margin-top:30px;}
.about-title{
	font-style: normal;
	font-weight: 700;
	font-size: 44.2px;
	line-height: 60px;
	color: #ED312B;
	margin-bottom:30px;
}
.about-desc{
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #27272A;
	margin-bottom:40px;
}
.section-about .about-cimg{}
.section-about .about-image{border-radius:20px;overflow:hidden;}
.section-about .about-gradasi{background: linear-gradient(90deg, #FAFAFA 14.85%, rgba(255, 255, 255, 0) 65.99%);height: 100%;position: absolute;left: 0;top: 0;width: 60%;}


.bggalaxy{
	background-image:url('../../uploads/galaxy.svg');background-position:right 20px bottom 10px,top left;background-repeat:no-repeat,repeat;
}
.bggalaxyv2{
	background-image:url('../../uploads/galaxy.svg');background-position:left -120px bottom -120px,top left;background-repeat:no-repeat,repeat;
}
.section-prdhead{    
    position: relative;
    background-color: #ED312B;
    background-image: url(../../uploads/galaxy.svg);
    background-position: right 10px bottom -132px,top left;
    background-repeat: no-repeat,repeat;
    background-size: 56%,100%;
}
.section-prdhead .prdhead-txt{
    padding:60px 0;
    min-height: 350px;
}
.section-prdhead .bread-prdtitle{
	font-style: normal;
	font-weight: 900;
	font-size: 54px;
	line-height: 74px;
	color: #FFFFFF;
	padding-bottom:25px;
}
.section-prdhead .bread-prddesc{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #ECF1F4;
}
.section-prdhead .prdhead-img{margin:40px 0 -60px;}


.section-service { background: rgba(0,0,0,0.5);}
.service-wrapper { margin: 0 auto; padding: 50px 0 70px}
.section-service .service-icon {
	border: 1px solid #ddd;
	color: #ddd;
	height: 84px;
	line-height: 84px;
	margin: 0 auto;
	width: 84px;
	font-size: 32px;
	
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
}
.section-service .service-icon,.section-service h3, .section-service p{border-color: #fff;color: #fff;}

.post-item{margin-bottom: 30px;}
.post-item .media{margin: 0;}
.post-item .media-left{padding-right: 15px;}
.post-date{
	text-align: center;
}
.post-date .day {
	background-color: #444;
	color: #fff;
	padding: 12px 0;
	width: 42px;
	display: block;
	font-size: 22px;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.post-date .month {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	background: #ddd;
	text-align: text-align;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.post-date .daymonth {
	background-color: #444;
	color: #fff;
	padding: 12px 0;
	width: 100%;
	display: block;
	font-size: 15px;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.post-date .year {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 39px;
	width: 100%;
	background: #D32F2F;
	text-align: text-align;
	font-size: 20px;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.post-item.n2{}
.post-item.n2 .post-date{text-align:left;color:#D32F2F;margin-bottom:10px;font-size:13px;}
.post-item.n2 .post-date span{margin-right:5px;}
.post-item.n2 .post-date span::before{content:"|";margin-right:10px;}
.post-item.n2 .post-date span:first-child::before{content:"";margin-right:0;}
.post-item .post-date i,.post-item .post-date svg{margin-right:3px;}

.post-item.n3{}
.post-item.n3 .post-date{position:absolute;background:#D32F2F;color:#fff;bottom:0;left:0;padding:10px 15px;border-top-right-radius:10px;}

.post-item.n4{padding-bottom:60px;position:relative;height:100%;}
.post-item.n4 .post-date{text-align:left;color:#D32F2F;margin-bottom:10px;font-size:13px;}
.post-item.n4 .post-date span{margin-right:5px;}
.post-item.n4 .post-date span::before{content:"|";margin-right:10px;}
.post-item.n4 .post-date span:first-child::before{content:"";margin-right:0;}
.post-item.n4 .post-btn{position:absolute;bottom:15px;right:15px;}
.post-item.n4 .post-btn .btn{border-radius:10px;min-width:100px;}

.section-testimonial {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.testimonial-wrapper { margin: 0 auto; padding: 50px 0 70px}
@media (min-width: 768px) {
	.testimonial-wrapper { width:70%; }
}
.testimonial-wrapper p{ 
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	font-family: georgia;
	font-style: italic;
}
.testimonial-wrapper .owl-pagination{
	bottom: -55px
}
.testimonial-wrapper .owl-theme .owl-controls .owl-page.active span, .testimonial-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #ddd;
	opacity: 1;
}
.testimonial-wrapper  .owl-theme .owl-controls .owl-page span {
	border-color: #fff;
}

.square.testimonial-avatar{
	width: 120px;
	position: relative;
	overflow: hidden;
	margin: 20px auto 40px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.square.testimonial-avatar:after{
	border: 4px solid rgba(255,255,255,0.4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.contact-wrapper{
	margin-bottom: 30px;
}
.contact-intro{
	text-align: center;
	margin-bottom: 60px
}
.contact-info {
	padding: 30px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-info i {
	color: #ddd;
	font-size: 45px;
	margin: 0 0 15px;
}
.contact-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
}
.contact-info  p{margin:0}
@media (min-width: 768px) {
	.contact-intro{margin: 0 20% 60px}
}
@media(max-width:767px){
	.contact-info {padding: 20px 10px;}
	.contact-info h5 {
		font-size: 14px;
		margin: 0;
	}
	.contact-info  p{font-size: 11px;}
	.section-quiz .quiz-title {
	    font-size:24px;
	    line-height:1.4em;
	}
	.section-hotspot .hotspot-title {
        font-size: 28px;
        line-height: 1.4em;
    }
    .about-title {
        font-size: 28px;
        line-height: 1.4em;
    }
    .section-prdhead .prdhead-txt {
        padding: 24px 0;
    }
    .section-prdhead .prdhead-txt {
        padding: 30px 0;
        min-height: unset;
    }
}
.section-map{}
#map-canvass{height:395px}

.tabcontent-title{background:#ED312B;text-transform:uppercase;color:#fff;font-weight:700;}

.section-client{background:#fff;padding:70px 0;}
.client-carousel {padding: 0 30px;text-align:center;}
.client-carousel .owl-item{width:160px;height:80px;}
.client-carousel .owl-stage-outer{overflow-x:hidden;}
.client-carousel .owl-stage{display:flex;}
.client-carousel .item{position: relative;width: 160px;height: 80px;}
.client-carousel .client-brand{}
.client-brand img{
	max-height:80px;max-width:160px;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.client-brand:hover img{
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}

.section-client .owl-theme .owl-nav{font-size:28px;position:initial;width:100%;z-index:-1;top:0;bottom:0;margin:auto;}
.section-client .owl-theme .owl-nav .owl-prev{position:absolute;left:-20px;top:0;bottom:0;margin:auto;}
.section-client .owl-theme .owl-nav .owl-next{position:absolute;right:-20px;top:0;bottom:0;margin:auto;}
.owl-theme .owl-nav [class*="owl-"]:hover{background:none;color:#d32f2f;}
.section-client .owl-carousel.owl-drag .owl-item{justify-content:center;display:flex;}
.breadcrumb {
	background: none !important;
	color: #ED312B;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	padding: 0px;
	margin-bottom: 10px;
}
.breadcrumb a {
	color: #27272A;
}
.breadcrumb>li+li:before {
    font-family: fontAwesome;
    padding: 0 10px;
    color: #27272A;
    content: "\f0da";
	font-size:10px;
}

.page-nav{ margin: 30px 0; text-align: center; }
.page-nav ul{margin:0;padding:0}
.page-nav li{ display: inline-block; border:none !important }
.page-nav span,
.page-nav a{
	padding: 3px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #eee;
	display: block;
}
.page-nav a:hover{background: #ED312B; border-color: #ED312B; color: #fff}
.page-nav span{ color: #999; }
.page-nav .active a,.page-nav .current,.page-nav a:hover{ background: #ED312B; border-color: #ED312B; color: #fff }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }


footer {
	background-image:url('../../uploads/circle.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color: #ED312B;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 10.5px;
	line-height: 14px;
}
.footer-logo{background:#fff;padding:15px 20px;border-radius:0 0 20px 20px;}
.footer-logo img{max-width:150px;height:auto;}
.footer-kontak{
	border-bottom:1px solid #fff;
	border-bottom-left-radius:20px;
}
.footer-kontak .rowitem{border-right:1px solid #fff;}
.footer-kontak .rowitem:last-child{}
.footer-kontak .kontak-item{padding-top:10px;}
.footer-kontak .kontak-item .itemicon{background: #FFFFFF;border-radius: 6px;width:54px;height:54px;position:relative;}
.footer-kontak .kontak-item .itemicon .svg-inline--fa{color:#ED312B;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.footer-kontak .kontak-item .itemkey{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
}
.footer-kontak .kontak-item .itemkey{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
}
.footer-kontak .kontak-item .itemval{
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}
.footer-section{
	padding: 50px 0 50px;
}
footer h3{
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	margin-bottom:12px;
	color:#fff;
}
footer p{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
footer p ,
footer a {
	color: #fff;
}
footer a:hover {
	color: #666;
	text-decoration: underline;
}
footer .form-control,footer input[type="text"] {
	background-color: #222;
	border: 1px solid #444;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	color: #fff;
	margin-bottom: 15px;
}
footer textarea.form-control {
	height: 80px;
}
footer .form-control::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;
}
footer .form-control::-moz-placeholder {
	color: #666;
	font-size: 12px;
}
footer .form-control:-ms-input-placeholder {
	color: #666;
	font-size: 12px;
}
footer .form-control:-moz-placeholder {
	color: #666;
	font-size: 12px;
}
.nav-footer li a{
	text-transform: capitalize;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}
.nav-footer li a:hover{
	text-decoration:underline;
}
.connect-icon{width: 15px;}
.copyright-section {
	background: transparent;
    padding: 15px 0 25px;
    border-top: 1px solid #FFFFFF;
	font-style: normal;
	font-weight: 300;
	font-size: 10.5px;
	line-height: 14px;
}
.copyright-section p{
	margin: 0;
}


.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
	z-index: 100;
}
.back-to-top i,.back-to-top svg {
    display: block;
    width: 30px !important;
    height: 30px;
    padding:4px;
    line-height: 40px;
    color: #fff;
    border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
    background-color: #ED312B;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border:1px solid #FFFFFF;
}

.float-wa {
	position: fixed;
    width: 36px;
    height: 36px;
    line-height: 36px;
	bottom: 75px;
	right: 15px;
	background-color: #25d366;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	z-index: 100;
	border-radius:50%;
}


.social-icon{
	list-style:none;
	padding: 0;
}
.social-icon li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom:5px;
}
.social-icon li:last-child{
	margin-right: 0;
	border-right: 1px solid rgba(0,0,0,0.03);
}
.social-icon a{
	background: #fff;
	color: #ED312B;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	position: relative;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.social-icon a:hover{
	color: #fff;
}
.social-icon .facebook:hover{background: #3B5998;}
.social-icon .twitter:hover{background: #00C5F9;}
.social-icon .google-plus:hover{background: #E05A4E;}
.social-icon .linkedin:hover{background: #117BB8;}
.social-icon .youtube:hover{background: #CB312E;}
.social-icon .pinterest:hover{background: #EE3324;}
.social-icon .flickr:hover{background: #ED1384;}
.social-icon .dribbble:hover{background: #EB4C89;}
.social-icon .skype:hover{background: #00B0F6;}
.social-icon .rss:hover{background: #FBA933;}
.social-icon .instagram:hover{background: #000;}



.square {
    position: relative;
    width: 100%;
}
.square:before {
    content:     "";
    display:     block;
    padding-top: 100%;
}
.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}

.ratio2_1:before{
    padding-top: 50%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}
.ratio2_1 .landscape, .ratio16_9 .landscape{max-height:inherit !important;max-width:100% !important;}
.ratio2_1 .potrait, .ratio16_9 .potrait{max-height:100% !important;max-width:inherit !important;}

.squared{max-width:100% !important;max-height:100% !important;}
.landscape{max-height:100% !important;max-width:inherit !important;}
.potrait{max-width:100% !important;max-height:inherit !important;}

.img-wrap.default{ background: #ED312B; }



.effect-zoom img{
	transition: all 0.5s ease 0s;
}
.effect-zoom:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

figure.effect-bubba {
	text-align: center;
	cursor: pointer;
}
figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba .icon-view {
	opacity: 0;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 10;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover .icon-view {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba.noline figcaption::before,figure.effect-bubba.noline figcaption::after{border:0;}

.animated{
	display:block;
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}



.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00b6e3;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.owl-container{
	position: relative;
}
.owl-container .owl-buttons [class*="owl-"]{
	position: absolute;
	top: 50%;
	font-size: 24px;
	z-index: 1000;
}
.owl-container .owl-buttons .owl-prev{
	left: 0;
}
.owl-container .owl-buttons .owl-next{
	right: 0;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next{
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
.owl-buttons .owl-prev{left: 0;}
.owl-buttons .owl-next{right: 0;}


.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size:14px;
}
.btn-default,.btn-hubungi{
	background: #ED312B;
	border-color:  #ED312B;
	color: #fff;
}
.btn-default:hover,
.btn-default.focus, .btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background-color: #E17E7C;
	border-color: #E17E7C;
	color: #fff;
}
.btn.btn-default{padding:7.5px 24px;border-radius:24px;}
.btn.btn-hubungi,.btcari{padding:5.5px 16px;border-radius:24px;}
.btn.btn-default:hover,.btn.btn-hubungi:hover{background-color:#ff3d3a;border-color:#ff3d3a;color: #fff;}
.btcari{color:#27272A;}
.btn.btcari:hover{color:#ED312B;}

.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.control-group select, .control-group textarea, .control-group input[type="text"], .control-group input[type="password"], .control-group input[type="datetime"], .control-group input[type="datetime-local"], .control-group input[type="date"], .control-group input[type="month"], .control-group input[type="time"], .control-group input[type="week"], .control-group input[type="number"], .control-group input[type="email"], .control-group input[type="url"], .control-group input[type="search"], .control-group input[type="tel"], .control-group input[type="color"] {
	background: none repeat scroll 0 0 #FFFFFF;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	background-color: #FFFFFF;
	border-color: #01B5EA;
	color: #696969;
	box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
	border-width: 1px;
	color: #858585;
	box-shadow: none;
}
.checkbox label, .radio label {
	padding-left: 0;
	padding-right: 20px;
}
.checkbox-inline, .radio-inline {
	padding-left: 0;
}
.checkbox input[type=checkbox],.radio input[type=radio],.checkbox-inline input[type=checkbox],.radio-inline input[type=radio] { opacity: 0; }
input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}
input[type=checkbox]:disabled+.lbl, input[type=radio]:disabled+.lbl { color: #bbb; cursor: not-allowed }
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before,
input[type=radio]+.lbl::after{
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    font-family: fontAwesome;
    content: "\a0";
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    height: 16px;
    line-height: 14px;
    width: 16px;
	text-align: center;
}
input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: '\f00c';
    background-color: #fff;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}
input[type=radio]+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: "";
	border-radius: 8px;
}
input[type=radio]:checked+.lbl::after {
    background: #00b6e3;
	border-radius: 8px;
	content: "";
	height: 10px;
	left: 3px;
	top: 6px;
	width: 10px;
}
input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    color: #00b6e3;
}
input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #ffc107
}
.checkbox, .radio {
	margin-bottom: 15px;
}
.btn-spinner{
	font-size: 18px;
	border: 1px solid #ddd;
}


.xhide{opacity:0}
.iconleft{margin-right:5px}
.iconright{margin-left:5px}
.no-border{border:none}
.no-shadow{box-shadow: 0 0 rgba(0,0,0,0)}
.circle{
	border: 1px solid #bbb;
	padding: 4px;
	
	webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
		-o-border-radius: 50%;
		   border-radius: 50%;
}
.list-item{
	margin-bottom: 30px;
}
.icon-sm{
	width: 25px;
}
.icon-lg{
	width: 60px;
	font-size: 48px;
}

.sparator{
	background: #333;
	height: 1px;
}

.lowercse{text-transform: lowercse !important;}
.uppercase{text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}

.white{color: #ffffff !important}
.red{color: #cd3333 !important}
.orange{color: #FF9800 !important}
.deep-orange{color: #f46e39 !important}
.purple{color: #c032bb !important}
.green{color: #37c770 !important}
.lime{color: #CDDC39 !important}
.lime-dark{color: #827717 !important}
.blue{color: #4993e6 !important}
.amber{color: #FFC107 !important}
.pink{color: #e91e63 !important}


.carihubungi{margin-top:unset;}
@media(max-width:1023px){
	.pmenu{padding-top:0;}
	.navbar-toggler{color:#ED312B;border-color:#ED312B;}
	#slider .concaption{position:unset;width:unset;}
	.carousel-caption{position:unset;}
	.carousel-indicators{left:-25px;}
	.carousel-caption h2{font-size: 28px;line-height: 40px;}
	.section-promo .promo-padd{padding:0;}
	.section-promo .promo-title, .section-promo .promo-tagline{font-size: 32px;line-height: 24px;}
	.section-hotspot{padding-top:350px;}
	.footer-kontak{border-bottom:0;}
	.footer-kontak .rowitem{border-right:0;}
	.section-about{padding-bottom:0}
	.carihubungi{margin-top:auto;}
	
	.section-prdhead .bread-prdtitle{font-size: 32px;line-height: 54px;padding-bottom: 15px;}
	.produkd-title{margin-top:30px;margin-bottom:30px;}
	.cprodukd{padding:0 15%;}
	.cspek{padding:0;}
	.spesifikasi-txt{width:unset;}
	.section-phubungi{padding:30px 0;}
	.cinfolanjut{padding:0 100px;}
	.rowfasilitas-padding{padding:0 15px !important;}
	
	.kontak-info{padding:0 40px;}
}
@media(max-width:767px){
	.section-client .owl-theme .owl-nav .owl-prev{left:0;}
	.section-client .owl-theme .owl-nav .owl-next{right:0;}
	
	.gallery-carousel.owl-carousel .owl-nav button{position:absolute;top:auto;bottom:0;margin:auto;}
	.gallery-carousel.owl-carousel .owl-nav button.owl-next{right:0;}
	.gallery-carousel.owl-carousel .owl-nav button.owl-prev{left:0;}
	#slider .carousel-item{padding:30px 30px;background-image:unset;}
	.section-produk .produk-fitur{padding: 0 40px;}
	.section-produk .produk-kotak{padding: 200px 25px 20px 25px;}
	.section-features .feature-heading div{padding: 10px 20px;}
	.section-features .features-list{padding-top:50px;}
	.section-features{background-size: cover;background-position: top center;}
	.section-quiz .quiz-con{padding:30px;}
	.section-hotspot{padding-top: 380px;}
	.section-hotspot .hotspot-ctitle{position:unset;margin-bottom:25px;}
	.section-hotspot .carou-logo{padding: 25px 40px 45px;}
	.hotspot-carousel .owl-dots{  bottom: -20px;}
	.maskot-atas{bottom: 0;}
	.carihubungi{margin-top:unset;}
	
	.section-pspesifikasi{padding:0;margin:30px 0;}
	.cprodukd{padding:0 15px;}
	.section-pcoverage .container{padding:0;}
	.kotak-coverage{position:unset;margin:0;border-radius:0;}
	.cinfolanjut{padding:0 15px;}
	.kotak-infolanjut{padding:25px;}
	.istream-boxmain{padding:50px 25px;}
	.istream-boxmain .accordion-body{padding-left:0;padding-right:0;}
	
	.cformkontak{padding:40px 20px;}
	.kontak-info{padding:0;}
	footer h3 {
        font-size: 16px;
    }
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
.style-fitur{
	background: url(https://citra.net.id/cni-content/themes/citranet_2023/images/slicing/bgfitur.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}
.section-hotspot{
	background: url(https://citra.net.id/cni-content/themes/citranet_2023/images/slicing/parallax.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}
 
