/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/
@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');

/* 
font-family: 'Karla', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: Inter, sans-serif;
font-family: 'Poppins', sans-serif;
 */
/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */
body {
	background-image:url('../../images/slicing/bgtop.jpg');
	background-size:100%;
	background-repeat:no-repeat;
	font-family: Inter, 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;
}
u {
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/

/* equal column */
@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 */
.thumbnail {
	border-width: 0;
	padding: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumbnail .caption{
	padding: 5px 15px;
}

/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */
.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 *****/
.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:40px;}
/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
.navbar{
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
}
.navbar-default{
	background: #fff;
}
.navbar-brand{padding-top: 5px;}
.navbar-brand > img {
	/* height: 30px; */
}
.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;
		margin-bottom:15px;
		font-size:12px;
	}
	.navbar-nav > li:first-child{margin-left:0;}
	.navbar-nav > li > a {
		/* text-transform: uppercase; */
		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;
	}
	
	/* submenu */
	.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{ /* border-bottom: 1px solid #eee; */ position: relative;/* background:#fff; */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 0px; 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;}
	
	/* sub submenu */
	.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
/*------------------------------------------*/
.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 {
	/* font-size: 23px; */
}
/*------------------------------------------*/
/*	        Slider
/*------------------------------------------*/
#slider{
	/* overflow: hidden; */
	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: #ECF1F4;
}
.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:#4831D4;padding:60px 71px;border-radius:20px;background-image:url('../../images/slicing/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, #4831D4 16.7%, rgba(237, 49, 43, 0) 70.76%);height: 100%;position: absolute;left: 0;top: 0;width: 60%;}

/* OWL-CAROUSEL */
#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;
    /* align-items: 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: -70px;
    left: 0;
	right:0;
	margin:auto;
}
#owl-slider .item .item-caption{
    /* top: 20%; */
    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;
    /* background-color: #F86C07; */
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 14px;
    /* padding: 12px 27px; */
}

#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{bottom:120px;} */
#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{/* min-height:90px;width:85%; */}
}
@media(max-width:767px){
	#owl-slider .owl-nav .owl-next, #owl-slider .owl-nav .owl-prev{bottom:5px;}
}

#owl-slider .owl-dots{/* left:10%; */}
#owl-slider.owl-theme .owl-dots .owl-dot{/* display:block; */}
#owl-slider .carousel-caption h2 a .svg-inline--fa{color:#00971b;}

/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section{
	margin: 70px 0 70px;
}
section.margin0{
	margin: 0;
}
.heading{
	/* text-transform: uppercase; */
	position: relative;
	font-style: normal;
	font-weight: 800;
	font-size: 33.16px;
	line-height: 45px;
	color: #10377A;
	margin-bottom:60px;
}
/* .heading::before {
	content: '';
	height: 2px;
	width: 70px;
	position: absolute;
	right: 50%;
	margin-right: -35px;
	bottom: -10px;
	display: block;
	background: #ddd;
} */
.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;
}
.subheading.heading-light,.heading.heading-light{color: #fff}
.heading.heading-light::before{background: #fff}

/*------------------------------------------*/
/*			promo
/*------------------------------------------*/
.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;}


/*------------------------------------------*/
/*			produk
/*------------------------------------------*/
.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: 40px;
	line-height: 60px;
	margin-bottom:6px;
}
.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: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
.kotaksub-bw .bw-upto .upto-lg{
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.kotaksub .bw-check{
	font-family: Inter, sans-serif;
	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: Inter, sans-serif;
	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 img{width:60px;}
.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;
}
/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features{background-image:url('../../images/slicing/bgfitur.png');background-size:100%;background-position:top 45px center;background-color: #FCFCFC;background-repeat:no-repeat;}
.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;}
.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;}

/*------------------------------------------*/
/*			quiz
/*------------------------------------------*/
.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('../../images/slicing/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-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;}


/*------------------------------------------*/
/*			hotspot
/*------------------------------------------*/
.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;

	/* brand/white */
	color: #FFFFFF;
}
.section-hotspot .hotspot-title{
	font-style: normal;
	font-weight: 800;
	font-size: 44.2px;
	line-height: 60px;

	/* brand/white */
	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;}

/*------------------------------------------*/
/*			about
/*------------------------------------------*/
.section-about{background-color:#fff;background-image:url('../../images/slicing/bgabout.jpg'),url('../../images/slicing/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{/* position:absolute; */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: Inter, sans-serif;
	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%;}


/*------------------------------------------*/
/*			produk
/*------------------------------------------*/
.bggalaxy{
	background-image:url('../../images/slicing/galaxy.svg');
    background-position: right 10px bottom -132px,top left;
    background-repeat: no-repeat,repeat;
    background-size: 56%,100%;
}
.section-prdhead{position:relative;}
.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;}

/* tambahan pras */
.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{/* background: linear-gradient(97.03deg, #10377A 1.27%, #0084FF 97.48%); */border-radius: 20px;position:relative;}
.spesifikasi-img{position:relative;}
.orbit{position:absolute;top:0px;left:-100px;background-image:url('../../images/slicing/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: Inter, sans-serif;
	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;}

/* tambahan pras */
/*------------------------------------------*/
/*			Services
/*------------------------------------------*/
.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;}

/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item{margin-bottom: 30px;}
.post-item .media{margin: 0;}
.post-item .media-left{padding-right: 15px;}
.post-date{
	text-align: center;
	/* margin-top: 30px; */
}
.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;}

/*------------------------------------------*/
/*			Testimonial
/*------------------------------------------*/
.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
/*------------------------------------------*/
.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-prdhead .prdhead-txt {
        min-height: unset;
    }
}
.section-map{}
#map-canvass{height:600px}

/*------------------------------------------*/
/*			Client
/*------------------------------------------*/
.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"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-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
/*------------------------------------------*/
.breadcrumb {
	background: none !important;
	color: #ED312B;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.breadcrumb a {
	color: #27272A;
}
.breadcrumb>li+li:before {
    font-family: fontAwesome;
    padding: 0 10px;
    color: #27272A;
    content: "\f0da";
	font-size:10px;
}

/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.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;
}/* 4831D4 */
.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
/*------------------------------------------*/
footer {
	background-image:url('../../images/slicing/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: 10px;
	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-section .footer-content{
	padding-right:60px;
}
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: 10.5px;
	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 { /* Chrome/Opera/Safari */
	color: #666;
	font-size: 12px;
}
footer .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #666;
	font-size: 12px;
}
footer .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #666;
	font-size: 12px;
}
footer .form-control:-moz-placeholder { /* Firefox 18- */
	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
/*------------------------------------------*/
.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: 40px;
    height: 40px;
    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;
}

.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 button
/*------------------------------------------*/
.social-icon{
	list-style:none;
	padding: 0;
}
.social-icon li{
	display: inline-block;
	/* border-left: 1px solid rgba(0,0,0,0.03); */
	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 a:hover:after{
	background: #fff;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
} */
/* .social-icon .facebook{background: #3B5998;}
.social-icon .twitter{background: #00C5F9;}
.social-icon .google-plus{background: #E05A4E;}
.social-icon .linkedin{background: #117BB8;}
.social-icon .youtube{background: #CB312E;}
.social-icon .pinterest{background: #EE3324;}
.social-icon .flickr{background: #ED1384;}
.social-icon .dribbble{background: #EB4C89;}
.social-icon .skype{background: #00B0F6;}
.social-icon .rss{background: #FBA933;}
.social-icon .instagram{background: #000;} */
.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;}


/*------------------------------------------*/
/*			Social Share
/*------------------------------------------*
.social-share {margin-bottom: 15px;}
.social-share span {
	margin-right: 4px;
	font-size: 14px;
	color: #666;
}
.social-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	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;
}
.social-share a.facebook {background-color: #507CBE;}
.social-share a.facebook:hover {background-color: #3E68A8;}
.social-share a.twitter {background-color: #63CDF1;}
.social-share a.twitter:hover {background-color: #36BFED;}
.social-share a.google-plus {background-color: #F16261;}
.social-share a.google-plus:hover {background-color: #EF4545;}
.social-share a.linkedin {background-color: #90CADD;}
.social-share a.linkedin:hover {background-color: #72BBD3;}
.social-share a.pinterest {background-color: #C52228;}
.social-share a.pinterest:hover {background-color: #9E1B20;}
.social-share a.mail {background-color: #FFC107;}
.social-share a.mail:hover {background-color: #FFB300;}
.social-share a i,.social-share a .svg-inline--fa{
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	display: block;
	color: #ED312B;
	font-size: 1em;
	margin-right:6px;
}
.social-share a:last-child .svg-inline--fa{
	margin-right:0;
}
/*------------------------------------------*/

/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.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;
}

/* Other ratios - just apply the desired class to the "box" element */
.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: #4831D4; }


/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Zoom *****/
.effect-zoom img{
	transition: all 0.5s ease 0s;
}
.effect-zoom:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

/***** Bubba *****/
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;}

/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated{
	display:block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}


/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	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);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.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;
}

/* Custom Owl Pagination*/
.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;
}

/* Styling Owl navigation*/
.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;}

/* ======================================
Form 
========================================*/

/* btn */
.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;}

/* input */
.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;
}


/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.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 */
.sparator{
	background: #333;
	height: 1px;
}
.underline{
	background: #CFD4D7;
	height: 1px;
	margin-bottom: 20px;
    margin-top: 20px;
}

/* typo */
.lowercse{text-transform: lowercse !important;}
.uppercase{text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}

/* color */
.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;}
/* custom bisnis */
.section-infinite-prime {
	padding-top: 3rem;
	padding-bottom: 6rem;
	margin-bottom: 0;
}
.section-infinite-prime img {
	width: revert;
    left: -56px;
    z-index: 1;
}
.infinite-image-round {
	width: 400px;
	height: 400px;
	background-position: center;
	background-size: cover;
}
.price-round, .bw-round {
	width: 182px;
	height: 182px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	z-index: 9;
}
.bw-round {
	top: 0;
	left: -40px;
	background: #ED312B;
	color: #fff;
}
.bw-round p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.bw-round h2 {
	font-size: 44px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0;
}
.price-round {
	bottom: -30px;
	right: 0;
	background: #fff;
}
.price-round h2 {
    color: #ED312B;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 800;
    margin-top: 30px;
    text-align: right;
    margin-right: 7px;
    line-height: 30px;
}
.price-round p {
	margin-bottom: 0;
    text-align: right;
    margin-right: 25px;
    font-size: 14px;
}
.price-round p:first-child{
	position: absolute;
    top: 67px;
    left: 14px;
}
.infinite-content-text{
	width: 83%;
    height: 100%;
    display: flex;
    align-items: center;
}
.infinite-content-text .content-text-warp {
	height: 66%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.infinite-content-text .content-text-warp h2{
	font-size: 44px;
	font-weight: 800;
}
.infinite-content-text .content-text-warp p{font-size: 14px;}
.infinite-content-text .content-text-warp a.btn{
	font-size: 14px;
	font-weight: 600;
	padding-left: 23px;
	padding-right: 23px;
}
.section-cidia {
	margin-top: 0;
	padding-top: 3rem;
    padding-bottom: 0;
	margin-bottom: 0;
}
.section-cidia img.img-galaxy {
	width: revert;
    right: -29px;
    top: 23px;
}
.cidia-content {
	color: #fff;
	padding-top: 2.3rem;
}
.cidia-content h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
}
.cidia-content p {
	font-size: 14px;
	font-weight: 400;
	width: 80%;
	margin-bottom: 30px;
}
.cidia-content a.btn{
	font-size: 14px;
	font-weight: 600;
	padding-left: 23px;
	padding-right: 23px;
}
.cidia-image {position: relative;}
.cidia-image > img {
	position: relative;
    right: 23px;
	width: 80%;
}
.cidia-image .cidia-icon {
	position: absolute;
	width: 182px;
	height: 182px;
	background: #fff;
	top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cidia-image .cidia-icon img{
	padding-left: 15px;
    padding-right: 15px;
}
.section-keunggulan {
	margin-top: 0;
	margin-bottom: 0;
}
.section-keunggulan-title {text-align: center;}
.section-keunggulan-item {
    margin-bottom: 70px;
    padding-right: 55px;
}
.section-keunggulan-title h2 {
    background: #4831D4;
    color: #fff;
	font-size: 33px;
    font-weight: 700;
    padding: 20px 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
	width: fit-content;
	margin: 0 auto;
}
.section-keunggulan-item p {
    font-size: 14px;
    font-weight: 400;
    color: #27272A;
}
.section-keunggulan-item-list {margin-top: 6rem;}
.list-item-title img {
	margin-right: 20px;
    width: 48px;
}
.section-keunggulan-item h3 {
	margin-bottom: 0;
	font-size: 24px;
    font-weight: 700;
    color: #ED312B;
}
.section-keunggulan .list-item-title {margin-bottom: 20px;}
.section-clients {
	background: rgba(0,0,0,0.6);
    color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}
.section-clients .service-wrapper {padding: 50px 0 90px;}
.section-clients h5 {
	font-size: 18px;
    color: #fff;
}
.section-clients h2 {
	font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}
.section-clients .card-clients {
	border-radius: 20px;
	background: #fff;
    padding: 27px;
}
.section-clients .owl-carousel .owl-dots.disabled {
	display: block!important;
	position: absolute;
	bottom: -80px;
}
.section-clients .owl-theme .owl-dots .owl-dot span {
	width: 6px;
    height: 6px;
    background: #FFF;
}
.section-clients .owl-theme .owl-dots .owl-dot.active span, 
.section-clients .owl-theme .owl-dots .owl-dot:hover span {
	background: #ED312B;
    border: 1px solid #fff;
}
.section-clients .clients-brand img {
	filter: none;
	-webkit-filter: none;
}
.section-detail-cidia {background: linear-gradient(97.03deg, #EE3637 1.27%, #2F679A 97.48%);}
.section-detail-cidia .img-galaxy {width: 62%;right: -100px;top: 78px;}
.detail-cidia-content {padding-top: 3rem;padding-bottom: 3rem;}
.detail-cidia-content h2 {color:#FFF;font-size:48px;font-weight:900;}
.detail-cidia-content p {color: #FFF;line-height:19px;width: 80%;}
.detail-cidia-image {position: relative;top: 54px;}
.section-breadcrumb-cidia {height: 150px;}
.section-detail-content {margin-bottom:0;}
.section-detail-content h2 {font-size:33px;font-weight:800;}
.section-detail-content span.primer {color:#2F679A;}
.section-detail-content span.sekunder {color:#EE3637;}
.cidia-row-tentang {margin-bottom:3rem;}
.cidia-row-promo .card{background: #EE3637;color:#FFF;border:none;border-radius:20px;/* bottom: -90px; */margin-top:-90px;}
.cidia-row-promo .card h3 {color: #FFF;font-size:32px;font-weight:800;margin-bottom:15px;line-height: 46px;}
.cidia-row-promo .card h4 {color: #FFE600;font-size:20px;font-weight:700;}
.cidia-row-promo .card p {font-size:10.5px;}
.cidia-row-promo .card img {bottom: -48px;margin: 0 auto;left: 0;right: 0;}
.cidia-row-promo .card img.img-galaxy{bottom: 22px;width: 87%;left: -24px;}
.cidia-row-fasilitas {margin-top:10rem;margin-bottom: -2rem;}
.cidia-row-fasilitas .fasilitas-title {margin-bottom:30px;}
.cidia-row-fasilitas .fasilitas-title h3{color:#EE3637;font-size:33px;font-weight:800;}
.cidia-row-fasilitas .fasilitas-item h3{font-size: 19px;font-weight: 700;margin-bottom: 0;}
.cidia-row-fasilitas .fasilitas-item p{margin-left:68px;}
.cidia-row-spesifikasi {bottom: -86px;}
.cidia-row-spesifikasi .img-galaxy {
    width: 50%;
    left: -82px;
    top: -43px;
}
.cidia-row-spesifikasi .cidia-item-spesifikasi {
    background: #2F679A;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #FFF;
    height: max-content;
    padding: 35px;
}
.cidia-row-spesifikasi .cidia-item-spesifikasi h3{font-size:33px;font-weight:800;color:#FFF;margin-bottom:20px;}
.cidia-row-spesifikasi .cidia-item-spesifikasi ul li {line-height: 34px;font-size: 14px;font-weight: 400;}
.cidia-row-spesifikasi .cidia-item-spesifikasi ul li i, .cidia-row-spesifikasi .cidia-item-spesifikasi ul li svg {margin-right: 13px;}

.section-testimoni {padding-top: 10rem;padding-bottom: 4rem;background: rgba(0,0,0,0.6);}
.section-testimoni h5 {font-size:18px;font-weight:700;color:#FFF;}
.section-testimoni h3 {font-size:33px;font-weight:800;color:#FFF;margin-bottom: 4rem;}
.section-testimoni h4 {font-size:21px;font-weight:600;margin-top: 21px;}
.section-testimoni p.testi-tanggal {font-size:16px;font-weight:400;}
.section-testimoni .square.testimonial-avatar {width: 64px;margin-top: 0;}
.section-testimoni .square.testimonial-avatar:after {border: 0;}
.section-testimoni ul {display: flex;}
.section-testimoni ul li {margin-right: 7px;color:#F1CB00;}

.section-about.product-detail-about .container {padding-top: 75px;}
.section-about .hubungi {
	background:#2F679A;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin:auto;
	position: absolute;
	width: 34%;
	left: 99px;
	padding: 30px 0 30px 146px;
	top: 0;
	bottom: 0;
	height: fit-content;
}
.section-about .hubungi h4{font-size: 18px;font-weight: 600;color: #fff;margin-bottom: 24px;line-height: 28px;}
.section-about .hubungi-img {position:relative;}
.section-about.product-detail-about .produk-lainnya {width:90%;}
.section-about.product-detail-about .produk-lainnya h4 {font-size: 25px;font-weight: 700;color:#EE3637;margin-bottom: 35px;}
.section-about.product-detail-about .produk-lainnya img {margin-bottom: 35px;}

.product-pricing .card {border-radius:8px;box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.16);border:0;color:#27272A;padding-bottom: 20px;}
.product-pricing .card p {margin-bottom:0;}
.product-pricing .card .card-header {background:#FFF;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;}
.product-pricing .card .card-header h4 {font-size: 28px;font-weight: 600;font-family: 'Poppins', sans-serif;}
.product-pricing .card .card-header h4 {font-size: 28px;font-weight: 600;font-family: 'Poppins', sans-serif;}
.product-pricing .card .card-body .card-title {font-size: 44px;font-weight: 800;font-family: 'Poppins',sans-serif;}
.product-pricing .card .card-body h2 {font-size: 38px;font-weight: 600;font-family: 'Poppins',sans-serif;color:#33CC99;}
.product-pricing .card .card-body h2 sup {font-size: 12px;font-weight: 400;font-family: 'Poppins',sans-serif;top: -2.3em;}
.product-pricing .card .card-body p.unlimited, .product-pricing .card .card-body p.unlimited-kuota {font-size: 16px;font-weight: 400;line-height:18px;}
.product-pricing .card .card-body p.unlimited {color:#4831D4;}
.product-pricing .card .card-body p.monthly {font-size:12px; color:#33CC99;}
.product-pricing .card .card-body .note {margin-bottom:25px;text-align:left;padding: 0 10px;}
.product-pricing .card .card-body .note p {font-size:12px; font-weight:400;color:#27272A;}
.product-pricing .card .card-body a.btn {font-size:14px; font-weight:600;background-color: #4831D4;border-color: #4831D4;}

.prime-row-fasilitas {margin-top: 4rem;margin-bottom: -2rem;}
.prime-row-spesifikasi {bottom: 0;margin-top: 86px;}

.prime-row-area {
	background-color: #4831D4;
	background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    border-radius: 20px;
    padding: 2rem;
    margin-top: 5rem;
    margin-bottom: -6rem;
}
.prime-row-area h2 {color:#FFF;}
.prime-row-area a.btn {background-color:#33CC99;border-color:#33CC99;font-size:14px;font-weight:600;padding-left: 20px;padding-right: 20px;}

/* end custom bisnis */

/* metode bayar */
.tabcontent-title{background:#4831D4;text-transform:uppercase;color:#fff;font-weight:700;}

@media (min-width:1024px) and (max-width:1024px){
	.section-detail-cidia .img-galaxy {right: -30px;}
	.section-detail-content {margin-top: 0;}
	.product-pricing .card .card-body .card-title {font-size: 33px;}
	.product-pricing .card .card-body h2 {font-size: 27px;}
	.prime-row-spesifikasi .cidia-spesifikasi-container {width:100%!important;}
	.prime-row-area .col-lg-3{width:30%;}
}
@media(max-width:1023px){
	body{background-size: cover;}
	.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: 36px;}
	.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-detail-content {margin-top:0;}
	.price-round, .bw-round {width: 163px;height: 163px;}
	.bw-round {left: -20px;}
	.infinite-content-text {width: 100%;}
	.price-round p:first-child {top: 60px;left: 10px;}
	.section-infinite-prime img {width: 63%;left: -65px;top: 30px;}
	.infinite-image-round {width: 330px;height: 330px;}
	.cidia-content{padding-top: 0;}
	.cidia-content h2{font-size:27px;}
	.section-cidia img.img-galaxy {width: 63%;right: -10px;top: 0;}
	.cidia-image .cidia-icon {position: absolute;width: 150px;height: 150px;}
	.cidia-item-spesifikasi {border-radius:20px;}
	.section-about .hubungi {
		position: relative;
		width: 100%;
		left: 0;
		padding: 30px 0 30px 30px;
		border-radius: 20px;
	}
	.product-detail-about{padding-bottom: 63px!important;}
	.square.testimonial-avatar {margin:0 auto;}
}
@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;}
	
	.infinite-image-round {width: 330px;height: 330px;margin: 0 auto;}
	.price-round, .bw-round {width: 150px;height: 150px;}
	.bw-round {top: -30px;left: 0;}
	.bw-round h2 {font-size: 30px;}
	.price-round {bottom: -30px;right: 0;}
	.price-round p:first-child {top: 57px;}
	.price-round h2 {font-size: 24px;}
	.infinite-content-text {width: 100%;margin-top: 30px;}
	.cidia-content {padding-top: 0;margin-bottom: 25px;}
	.cidia-content h2 {font-size: 34px;}
	.cidia-content p {width: 100%;}
	.cidia-image > img {right: 0;}
	.cidia-image .cidia-icon {width: 120px;height: 120px;}
	.section-keunggulan {background-position: center;background-size: cover;}
	.section-keunggulan-title h2 {font-size: 23px;}
	.section-keunggulan-item-list {margin-top: 4rem;}
	.section-keunggulan-item {margin-bottom: 40px;padding-right: 0;}
	.section-cidia img.img-galaxy {right: 0;top: unset;bottom: 63px;}
	.section-detail-content {margin-top:0;}
	.detail-cidia-content {padding-bottom: 0;}
	.cidia-row-tentang {--bs-gutter-x: 0;}
	.cidia-row-tentang > .col-md-4.text-end{text-align:center!important;}
	.cidia-row-tentang > .col-md-4.text-end img {margin-bottom:2rem;}
	.cidia-row-tentang > .col-md-5.text-start{text-align:justify!important;}
	.cidia-row-tentang > .col-md-5.text-start p{line-height:25px;}
	.cidia-row-promo .card {bottom: 0;}
	.cidia-row-fasilitas {margin-top: 5rem;}
	.cidia-row-spesifikasi .cidia-item-spesifikasi {border-radius:20px;}
	.section-about .hubungi {position: relative;width: 100%;left: 0;padding: 30px 0 30px 30px;border-radius: 20px;}
	.section-about.product-detail-about .produk-lainnya {margin: 23px auto 0;}
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
.content-produk-new{
	margin-top: 10px;
	background-color: #4831d4;
	color: white;
	height: auto;
	min-height: 105px;
	line-height: 105px;
	padding-left: 30px;
	font-size:18px;
	padding-top:15px;
}
.layananpages ol{list-style:inherit;}
@media(max-width:767px){
	.content-produk-new{

	line-height: 25px;
padding-left: 25px;
font-size: 18px;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 25px;
	}
}
.widgetku{width:120px; height:50px;}
.widgetkuaple{width:120px; height: 50px;
 }
 .post-isi a {color:#ED312B;}