*{
	margin: 0;
	padding: 0;
}

/* navbar */
#nav {
	position: sticky;
	top: 0;
	z-index: 1001;
}

.navbar {
	background-image: linear-gradient(to right, #1ea6ec, #2c92fb);
}

.navbar-brand span {
	font-weight: bolder;
	color: #fff;
}
.navbar-nav li{
	padding: 0 10px;

}
.navbar-nav li a{
	color: #fff !important;
	font-weight: italic;
	text-transform: uppercase;

}


/* Banner */
#banner {
	position: relative;
	background-image: linear-gradient(to right, #1ea6ec, #2c92fb);
	color: #fff;
	padding-top: 5%;
}

.title {
	font-weight: bolder;
	margin-top: 80px;
}

.ban-img {
	position: relative;
	z-index: 1000px;
}

.wave {
	position: absolute;
	bottom: -10%;
	left: 0;
}

.banner .btn {
	border-radius: 10px;
	color: #1ea6ec;
	font-weight: italic;
	text-transform: uppercase;
}


/*Profile */
#profile {
	padding: 80px 0;
}

.profile {
	padding: 20px;
}

.profile img{
	width: 80px;
	height: 80px;
	margin-top: 10px;
}

.profile h4{
	padding: 5px;
	margin-top: 25px;
	text-transform: uppercase;
}

#fiber {
	background-color: #F3F4F5;
}

section {
	padding-top: 5rem;
}


/* apa kata pelanggan */
#testimoni {
	padding: 80px 0;
}

h2 {
	text-align: center;
	text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}
h2::after {
	content: "";
	width: 140px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #fd7e14;
	left: 0;
	right: 0;
	bottom: -10px;
    opacity: .8;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel-item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #1ea6ec;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #db584e;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.slider-area {
	background: #e6e6e6;
	padding: 5px 0;
	position: relative;
	margin: 5px 0;
}

/* contact */
#contact {
	background-color: #F3F4F5;

}

.contact {
	margin-top: 5%;
}
.contact .btn {
	border-radius: 15px;
}

/* footer */
#footer {
	padding: 20px 0;
	background-image: linear-gradient(to right, #1ea6ec, #2c92fb);
	color: #fff;


}


/*body {
	background: linear-gradient(-100deg,white 50%,#1ea6ec 50%);
	height: 70vh;
	font-family: poopins;
}*/

/*.container {
	margin-top: 0%;
}

.img-text {
	width: 100%;
	height: 300%;
	display: block;
	text-align: center;
	padding: 40% 5%;
	background: #262626;
	color: #fff;
	border-radius: 15px;
}

.img-text h2 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.img-text p {
	font-size: 14px;
}

.single-box {
	position: relative;
	margin-bottom: 30px;
}

.img-area {
	position: absolute;
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	overflow: hidden;
	top: 15px;
	left: 125px;
	border-radius: 50%;
}

.img-area img {
	width: 100%;
}

.carousel-indicators {
	left: 0;
	top: auto;
	bottom: -70px;
}

.carousel-indicators li{
	background: #000;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.carousel-indicators .active{
	background: #fff;
}


/*.banner {
	height: 80vh;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('img/slider/22.png');
	background-size: cover;
	background-position: center;
}

.banner-content {
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	 
}
