body{
	margin: 0;
	padding: 0;
	background-color: #F3F7FA;
	font-family: 'Poppins';
	overflow-x: hidden !important;
}

h2,h3,p{
	color: #444444;
}

button:active,
button:focus { 
    -moz-outline-style: none;
    outline: none; 
}

button{
	border: none !important;
} 

.navbar .nav-link{
	white-space: nowrap;
}

.navbar .nav-link .aktip{
	border-top: 2px solid #04BBFF;
	color: #04BBFF;
}

.scroll-btn{
	background-color: #04BBFF;
	font-weight: 600;
	color: #fff;
	border: none;
	border-radius: 22px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.scroll-btn:hover{
	color: #fff;
}

.bg-light{
	background-color: #fff !important;
}

.hr-section{
	background-color: #04BBFF;
	width: 150px;
	height: 1px;
	border-radius: 10px;
}

.btn-page{
	background-color: #04BBFF;
	border: none;
	color: #fff;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;
}

.sosmed-icon{
	width: 30px;
	height: 30px;
}

/*Navbar & Header Style*/
.navbar{
	padding-left: 70px;
	padding-right: 70px;
	-webkit-transition: all .4s ease 0s;
  	transition: all .4s ease 0s;
}

.navbar .img-logo{
	height: 50px;
}

.navbar .collapse .navbar-nav li a{
	color: #fff;
}

.navbar .collapse .navbar-nav li a:hover{
	color: #444444;
}

.navbar .collapse .navbar-nav .aktif{
	color: #fff;
}

.navbar .collapse .navbar-nav .btn-h-mulai{
	background-color: #fff;
	font-weight: 600;
	color: #03BBFF;
	border: none;
	border-radius: 22px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Dropdown Menu*/

.navbar .dropdown .dropdown-menu a{
	background-color: #fff !important;
	color: #444444!important;
	font-size: 13px;
}

.navbar-nav .dropdown-menu{
	border: 1px solid #03BBFF;
	border-radius: 8px;
}
/*Animasi Dropdown*/
.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/*Akhir Animasi Dropdown*/
/*Akhir Dropdown Menu*/

.container-header{
	margin-left: 180px;
	margin-right: 180px;
}

.header-section{
	margin-top: 50px;
}

.header-section h2 span{
	color: #03BBFF;
}

.header-section .space-1{
	margin-top: 160px;
}

.header-section .bg-header{
	position: absolute;
  	top: -10px;
  	right: 0;
  	bottom: 0;
  	z-index: -1;
	width: 78vw;
}
.header-section .bg-header img {
	width: 100%;
}

.header-section .btn-mulai{
	background-color: #03BBFF;
	color: #fff;
	border: none;
	border-radius: 22px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*Akhir Navbar Style*/


/*Mobile Menu Toogler*/
.navbar #toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

.navbar #toggle span:after,
.navbar #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.navbar #toggle span:after{
  top: 9px;
}

.navbar #toggle span {
  position: relative;
  display: block;
}

.navbar #toggle span,
.navbar #toggle span:after,
.navbar #toggle span:before {
  width: 100%;
  height: 2px;
  background-color: #04BBFF;
  transition: all 0.4s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
.navbar #toggle.on span {
  background-color: transparent;
}
.navbar #toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar #toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
.navbar #toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px){
	.navbar .toggle{
		display: none;
	}
}
/*Akhir Mobile Menu Toogler*/

/*Services Style*/
.services{
	margin-top: 100px;
}


.services .row .card:hover {
	transform: scale(1,1);
	filter: blur(0);
	opacity: 1;
	box-shadow: 0 8px 20px 0px rgba(0,0,0,0.25);
	cursor: pointer;
	z-index: 999999999;
}

.services .row .card.card-nonhover-effect {
    filter: blur(3px);
	opacity: 0.5;
	transform: scale(0.98);
	box-shadow: none;
	z-index: 999999999;
}

.services .asset-krilin-left{
	position: absolute;
	left: -80px;
	z-index: -99;
	opacity: 0.5;
}

.services .img-service{
	margin-top: 30px;
}

.services .card{
	border-radius: 15px;
	border: none;
}

.services .card .card-body{
	height: 200px;
}

.services .card .card-text{
	height:  85px;
}

.services .card .card-title{
	font-size: 20px;	
}

.services .card .card-text{
	font-size: 16px;
	color: #CECECE;
}
/*Akhir Services*/


/*portfolio Style*/
.portfolio{
	margin-top: 80px;
}

.portfolio .filter-group{
	margin-top: 25px;
	background-color: #fff; 
	padding: 0px 10px 0px 10px; 
	width: 200px; 
	border-radius: 7px; 
	position: absolute; 
	left: 50%; 
	transform: translate(-50%, -50%);
}

.portfolio .grid{
	margin-top: 5rem;
}

.portfolio h5{
	margin-top: 15px;
}

.portfolio p{
	color: grey;
	opacity: 0.5;
	font-size: 14px;
}

.portfolio a{
	color: #d3d1d1;
	text-decoration: none;
}

.portfolio a:hover{
	color: #d3d1d1;
}

.portfolio .img-portfolio{
	border-radius: 12px;
	transition: .5s ease;
}

.portfolio .container-portfolio:hover .img-portfolio{
	opacity: 0.5;
}

.portfolio .container-portfolio:hover .middle{
	opacity: 1;
}

.portfolio .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.portfolio .middle img{
	width: 60px;
	height: 60px;
}

.portfolio .filter-group{
	cursor: pointer;
}

.portfolio .filter-group .active{
	color: #04BBFF;
}
/*Akhir portfolio Style*/


/*About Us Style*/
.container-about{
	margin-left: 175px;
	margin-right: 175px;
}

.about-us,
.our-team{
	margin-top: 80px;
}

.about-us .bg-object{
	position: absolute;
	z-index: -99;
	left: -21%;
	top: -45%;
	opacity: 0.3;
}

.about-us .btn-page{
	margin-top: 20px;
}

.about-us .info-about{
	margin-top: 100px;
}

.about-us .info-about p{
	margin-top: 15px;
	color: grey;
	opacity: 0.5;
	font-size: 15px;
}

.about-us .visi-misi{
	margin-top: 40px;
}

.about-us .visi-misi p{
	color: grey;
	opacity: 0.5;
	font-size: 15px;
}

.visi-misi{
	margin-top: 130px;
}

.visi-misi p{
	opacity: 0.5;
}

.our-team p{
	color: grey;
	opacity: 0.5;
	font-size: 15px;
}

.our-team .leader{
	margin-top: 80px;
}

.our-team .member{
	margin-top: 30px;
}

.our-team .leader .card{
	border: none;
	border-radius: 12px;
}

.our-team .member .sosmed{
	margin-top: -10px;
}

.our-team .member .card .card-title{
	height: 45px !important;
}

.our-team .member a{
	font-size: 14px;
}

.our-team .member a i.fa-facebook{
	color: #007bff;
}
.our-team .member a i.fa-instagram{
	color: #B22222;
}

/*Akhir About Us Style*/


/*Customer Style*/
.c_stories{
	margin-top: 80px;
}

.c_stories .quote{
	/*color: grey;*/
	opacity: 0.5;
	font-size: 16px;
	line-height: 30px;
}

.c_stories .quote:before,
.c_stories .quote:after{
	width: 30px;
	height: 30px;
	position: absolute;
}

.c_stories .quote::before{
    content: url('../images/quote-left.png');
    margin-top: -30px;
	left: 5px;
}

.c_stories .quote::after{
    content: url('../images/quote-right.png');
    margin-top: 30px;
	right: 5px;
}
/*Akhir Customer Style*/


/*Partner*/
.partner{
	margin-top: 80px;
}

.partner .content{
	margin-top: 60px;
}

/*Akhir Partner*/


/*Footer Style*/
.footer{
	margin-top: 120px;
}

.footer .card{
	border: none;
	border-radius: 12px;
	margin-top: -65px;
	width: 29rem;
	margin-bottom: 25px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.05);
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.footer .card h5{
	color: #03BBFF;
	margin-top: 5px;
}

.footer h4{
	color: #444444;
}

.footer a{
	color: black;
	text-decoration: none;
}

.footer .info,
.footer .contact,
.footer .alamat{
	opacity: 0.5;
}

.footer .contact a .mail:before{
	font-family: FontAwesome;
   	content:"\f0e0";
   	color: #fb397d;
   	display: inline-block;
   	padding-right: 10px;
   	text-align: center;
   	font-weight:900;
}


.footer .contact a .phone:before{
	font-family: FontAwesome;
   	content:"\f095";
   	color: #fb397d;
   	display: inline-block;
   	padding-right: 13px;
   	text-align: center;
   	font-weight:900;
}

.footer .contact a .whatsapp:before{
	font-family: FontAwesome;
   	content:"\f232";
   	color: #fb397d;
   	display: inline-block;
   	padding-right: 13px;
   	text-align: center;
   	font-weight:900;
}

.footer p.map:before{
	font-family: FontAwesome;
   	content:"\f041";
   	color: #fb397d;
   	display: inline-block;
   	padding-right: 13px;
   	text-align: center;
   	font-weight:900;
}

/*Akhir Footer Style*/


/*Responsive*/
@media only screen and (max-width: 767px){
	.our-team .leader .cto{
		margin-top: 60px;
	}

	.container-about{
		margin-left: 20px;
		margin-right: 20px;
	}

	.portfolio .img-portfolio{
		width: 300px;
		height: 250px;
	}

	.navbar{
		padding-left: 15px;
		padding-right: 15px;
	}

	.container-header{
		margin-left: 20px;
		margin-right: 20px;
	}

	.about-us .bg-object{
		top: -30%;
	}

	.c_stories .quote{
		font-size: 14px;
		line-height: 25px;
	}

	.c_stories .quote::after{
		right: 5px;
		margin-top: 25px;
	}

	.c_stories .testimonial .info h5{
		font-size: 15px !important;
	}

	.c_stories .testimonial .info p.title{
		font-size: 13px !important;
	}

	.visi-misi .misi{
		margin-top: 30px;
	}

	body{
		overflow-x: hidden !important; 
	}

	.service:hover .effect-1,
	.service:hover .effect-2 {
	  display: block;
	}

	.effect-1,
	.effect-2 {
	  border-radius: 50%;
	  display: none;
	  mix-blend-mode: multiply;
	  height: 80%;
	  opacity: 0.3;
	  position: absolute;
	  width: 80%;
	  z-index: -3999000;
	}

	.effect-1 {
	  animation: rotate 3.8s linear infinite;
	  background: cyan;
	}

	.effect-2 {
	  animation: rotate 3.2s linear reverse infinite;
	  background: #e7a9ff;
	}

	@keyframes rotate {
	  0% {
	    top: 0;
	    left: 8%;
	  }
	  25% {
	    top: 8%;
	    left: 0%;
	  }
	  50% {
	    top: 16%;
	    left: 8%;
	  }
	  75% {
	    top: 8%;
	    left: 16%;
	  }
	  100% {
	    top: 0;
	    left: 8%;
	  }
	}

	.footer .card{
		width: 20rem;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	.about-us .bg-object{
		position: absolute;
		z-index: -99;
		left: -37%;
		top: -36%;
		opacity: 0.3;
	}

	.container-about{
		margin-left: 40px;
		margin-right: 40px;
	}

	.navbar{
		padding-left: 30px;
		padding-right: 30px;
	}

	.container-header{
		margin-left: 40px;
		margin-right: 40px;
	}

	.portfolio .img-portfolio{
		width: 300px;
		height: 180px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
	.about-us .bg-object{
		position: absolute;
		z-index: -99;
		left: -21%;
		top: -25%;
		opacity: 0.3;
	}
}

@media only screen and (min-width: 992px){
	.services .card{
		border-radius: 15px;
		transition: all 0.3s ease;
		z-index: 999999999;
	}

	.services .row .card:hover:after{
		display: none;
	}

	.service:hover .effect-1,
	.service:hover .effect-2 {
	  display: block;
	}

	.effect-1,
	.effect-2 {
	  border-radius: 50%;
	  display: none;
	  mix-blend-mode: multiply;
	  height: 84%;
	  opacity: 0.3;
	  position: absolute;
	  width: 84%;
	  z-index: -3999000;
	}

	.effect-1 {
	  animation: rotate 3.8s linear infinite;
	  background: cyan;
	}

	.effect-2 {
	  animation: rotate 3.2s linear reverse infinite;
	  background: #e7a9ff;
	}

	@keyframes rotate {
	  0% {
	    top: 0;
	    left: 8%;
	  }
	  25% {
	    top: 8%;
	    left: 0%;
	  }
	  50% {
	    top: 16%;
	    left: 8%;
	  }
	  75% {
	    top: 8%;
	    left: 16%;
	  }
	  100% {
	    top: 0;
	    left: 8%;
	  }
	}

	.c_stories .quote{
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1400px){
	.header-section .header-img{
		margin-top: 90px;
	}
}

@media only screen and (max-width: 991px){
	
	.header-section .bg-header{
		display: none;
	}

	.navbar .collapse .navbar-nav li a{
		color: black;
	}

	.header-section{
		margin-top: 10px;
	}

	.header-section .space-1{
		margin-top: 20px;
	}

	.services{
		margin-top: 50px;
	}

	.navbar .collapse .navbar-nav .aktif{
		border-top: none;
	}

	.about-us .info-about{
		margin-top: 60px;
	}

	.services,
	.portfolio,
	.about-us,
	.visi-misi,
	.our-team,
	.c_stories{
		margin-top: 50px;
	}

	.partner .content .img-partner{
		width: 200px;
		margin-top: 20px;
	}

	.partner .content{
		margin-top: 40px
	}

	.partner .content .adzkia{
		margin-top: -30px;
	}

	.footer{
		margin-top: 80px;
	}

	.footer .card h5{
		font-size: 14px;
	}

}

@media only screen and (width: 1024px) and (height: 1366px){
	.navbar{
		padding-left: 50px;
		padding-right: 50px;
	}

	.container-header{
		margin-left: 50px;
		margin-right: 50px;
	}

	.header-section .bg-header{
		display: none;
	}

	.navbar .collapse .navbar-nav li a{
		color: black;
	}

	.our-team .member .card .card-title{
		height: 65px !important;
	}

	.header-section .space-1{
		margin-top: 70px;
	}

	.about-us .bg-object{
		position: absolute;
		z-index: -99;
		left: -17%;
		top: -20%;
		opacity: 0.3;
	}

	.header-section{
		margin-top: 150px;
	}

	.header-section .header-img{
		margin-top: 10px;
	}

	.container-about{
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1600px){
	.header-section h2 span{
		color: black;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1599px){
	.about-us .info{
		margin-top: 50px;
	}
}

@media only screen and (min-width: 1440px){
	.header-section{
		margin-top: 170px;
	}
}

@media only screen and (width: 1280px){
	.services{
		margin-top: 150px;
	}
}

@media only screen and (width: 1440px) and (height: 900px){
	.services{
		margin-top: 160px;
	}

	.container-about{
		margin-left: 195px;
		margin-right: 195px;
	}
}	

@media only screen and (width: 1600px) and (height: 900px){
	.container-about{
		margin-left: 225px;
		margin-right: 225px;
	}

	.about-us .bg-object{
		left: -37%;
		top: -25%;
	}
}	

@media only screen and (width: 1280px) and (height: 950px){
	.container-about{
		margin-left: 125px;
		margin-right: 125px;
	}
}	

@media only screen and (width: 1280px) and (height: 800px){
	.container-about{
		margin-left: 125px;
		margin-right: 125px;
	}
}	

@media only screen and (min-width: 1025px) and (max-width: 1500px){
	.about-us .bg-object{
		left: -34%;
		top: -25%;
	}
}

@media only screen and (width: 1366px) and (height: 768px){
	.container-about{
		margin-left: 125px;
		margin-right: 125px;
	}
}

@media only screen and (min-width: 1601px){
	.about-us .info-about{
		margin-top: 150px;
	}
}

/*Akhir Responsive*/

/*Button Scroll*/
#button {
  display: inline-block;
  background-color: #03BBFF;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 80px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-size: 1.2em;
  line-height: 34px;
  color: #fff;
}

#button.show {
  opacity: 0.5;
  visibility: visible;
}
/*Akhir Button Scroll*/