html *
{
   font-family: Poppins !important;
}

/* html {
	scroll-behavior: smooth;
} */

body {
	background-image: url("http://progitoken.com/assets/img/background2.png") !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 642px) {
	.carousel-control-next-news{right:0px !important;}
	.carousel-control-prev-news{left:0px !important;}
	body {

		background-image: url("http://progitoken.com/assets/img/backgroundmobile.png") !important;

		/* min-height: 500px;  */

		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}
.tentang img{
	width: 260px;
	height: auto;
}

.about {
    padding-top: 65px;
    margin-top: -65px;
}
.about img {
	border-radius: 20px;
}

.roadmap {
    padding-top: 60px;
    margin-top: -60px;
}

.blog {
    padding-top: 65px;
    margin-top: -65px;
}

.selengkapnya-responsive {
	display: none;  
}

@media (max-width: 991px) {
	.tentang img{
		width: 300px;
		height: 150px;
		max-width: 900px !important;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
	.tentang img{
		width: 200px;
		height: 250px;
	}
	.about {
		padding-top: 0 !important;
	}
	.blog {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.roadmap {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.header_area .navbar-collapse {
		overflow-y: hidden !important;
	}
	.pic-about-web {
		display: none !important;
	}
	.pic-about-responsive {
		display: block !important;
	}

}
@media (max-width: 690px) {
	.selengkapnya-responsive {
		display: block !important;  
	}
	.selengkapnya {
	display: none !important;  
	}
	.pic-about-web {
		display: none !important;
	}
	.pic-about-responsive {
		display: block !important;
	}
}
@media (max-width: 525px) {
	.tentang img {
		width: 200px;
		height: 250px;
	}
	.about {
		/* margin-top: 0 !important; */
		padding-top: 0 !important;
	}
	.blog {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.roadmap {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.pic-about-web {
		display: none !important;
	}
	.pic-about-responsive {
		display: block !important;
	}

}
@media (max-width: 450px) {
	.tentang img {
		width: 200px;
		height: 150px;
	}
	.about {
		/* margin-top: 0 !important; */
		padding-top: 0 !important;
	}
	.blog {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.roadmap {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.pic-about-web {
		display: none !important;
	}
	.pic-about-responsive {
		display: block !important;
	}

}
@media (max-width: 375px) { 
	.tentang img {
		width: 200px;
		height: 250px;
	}
	#about , #blog {
		margin-top: 0 !important;
	}
	.inner-slider img {
		padding: 0 14px;
	}
	.about {
		/* margin-top: 0 !important; */
		padding-top: 0 !important;
	}
	.blog {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.roadmap {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.pic-about-web {
		display: none !important;
	}
	.pic-about-responsive {
		display: block !important;
	}

}
@media (max-width: 350px) {
	.tentang img {
		width: 200px;
		height: 250px;
	}
	#about , #blog {
		margin-top: 0 !important;
	}
	.inner-slider img {
		padding: 0 10px;
	}
	.about {
		/* margin-top: 0 !important; */
		padding-top: 0 !important;
	}
	.blog {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.roadmap {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.pic-about-web {
		display: none !important;
	}
	.pic-about-responsive {
		display: block !important;
	}

}

/* Header */
.header_area {
	padding: 13px;
}
.header_area .navbar .nav .nav-item .nav-link {
    text-transform: none !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
	font: inherit !important;
}

.logo_h img {
height: 58px !important;
}

.download {
	background: linear-gradient(93.58deg, #2056A0 5.16%, #0B356F 94.19%);
	padding: 2px;
	border-radius: 20px;
}

.download a {
	color: #FFF !important;
}

.header_area .navbar .nav .nav-item {
    margin-right: 23px !important;
}

/* End Header */

/* About */

.offset-lg-2 {
	margin-left: 5.666667% !important;
}

.about-progi {
	font-style: normal;
    padding: 8px 20px;
    margin: 0;
	background: #cbd8e7;
	color: #1E436E;
    display: inline-block;
	border-radius: 20px;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.about-progi-2 {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 28px !important;
	position: relative;
	padding-bottom: 11px;
	color: #1E436E !important;
}

.about-progi-2::after {
    content: '';
    position: absolute;
    display: block;
	width: 114px;
    height: 3px;
    background: #FFCD00;
    bottom: 0;
    left: 0;
}

/* End About */

/* Fitur  */
.fitur-title::after {
	width: 220px !important;
	left: calc(50% - 109px) !important;
}

.fitur-lainnya::after {
	left: calc(50% - 109px) !important;
}

.fitur-lainnya {
	margin-bottom: 0 !important;
}

.big_features .common_style p {
    padding-right: 0 !important;
}

.services .icon-box {
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 20%);
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    text-align: center;
    z-index: 1;
}

.services .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: ease-in-out 0.3s;
    z-index: -1;
}

.services .icon {
    margin: 0 auto 29px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.services .icon-box img {
	width: 78.24px;
    height: 76px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.services .icon-box .title a{
	font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #1E436E;
}

.services .icon-box .description {
	padding-right: 0 !important;
	font-size: 12px !important;
}

.services .icon-box .title {
	padding-bottom: 11px;
	padding-top: 50px;
}

.services .icon-box:hover::before {
	background: #1E436E;
	height: 100%;
	-webkit-background:#1E436E;  
	-moz-background:#1E436E;  
	-ms-background:#1E436E;  
	-o-background:#1E436E; 
	/* border-radius: 0px;SS */
}

.services .icon-box img:last-child {
	display: none;  
  }
  .services .icon-box:hover img:last-child {
	content: " ";
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;  
	-ms-border-radius: 20px;  
	-o-border-radius: 20px; 
	border-radius: 20px;
	z-index: 99999;
	display: inline-block; 
  }
  .services .icon-box:hover img:first-child {
	display: none;  
  }

.services .icon-box:hover .title a, .services .icon-box:hover .description {
	color: #fff;
}
  
.services .icon-box:hover .icon {
background: #fff;
}

/* End Fitur */

/* Roadmap */

.main-timeline{position:relative}
.main-timeline:before{content:"";width:4px;height:79%;border-radius:20px;margin:0 auto;background:#0B356F;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:24px;height:24px;border-radius:50%;background:#0B356F;position:absolute;top:18%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;border-radius:20px;padding:13px;text-align:center; background: linear-gradient(93.58deg, #2056A0 5.16%, #0B356F 94.19%);position:absolute;top:18%;left:18%;transform:translateY(-50%); color: #FFF;}
/* .main-timeline .timeline-icon i{display:block;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative} */
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:232px;height:2px;background:#0B356F;position:absolute;top:50%;right:-219px;}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:0;float:right;position:relative}
/* .main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px} */
/* .main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px} */
.main-timeline .description{display:inline-block;font-size:14px;color:#000000;line-height:20px;letter-spacing:1px;margin:0;}
.main-timeline .timeline:nth-child(even){text-align: right;}
.main-timeline .timeline:nth-child(odd){text-align: left;}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:18%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-231px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#0B356F}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#0B356F}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#0B356F}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#0B356F}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#0B356F}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#0B356F}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
@media only screen and (max-width:1200px){
.main-timeline .timeline-icon{left:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%;
}
	.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
/* .main-timeline .timeline-content{margin-top:75px} */
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
/* .main-timeline .timeline{text-align: left;} */
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
/* .main-timeline .timeline-content{margin-top:115px} */
}
@media only screen and (max-width:767px){.main-timeline{padding-top:0px;margin-top: 18px;}
/* .main-timeline .timeline{text-align: left;} */
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .description{text-align: left;}
/* .main-timeline .timeline{text-align: left;} */
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}

/* End Roadmap */

/* Blog */
.slide-blog .card { border: 0; }

.slide-blog .card img { border-radius: 20px; }

.slide-blog .card-text { font-style: normal; font-weight: 600; font-size: 15px; line-height: 22px; color: #353535; }

.slide-blog .text-muted { font-weight: 500; font-size: 10px; line-height: 15px; }

.selengkapnya , .selengkapnya-responsive {
	border: 1px solid #1E436E;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 5px 10px;
}

.selengkapnya , .selengkapnya-responsive a {
	font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1E436E;
}

.selengkapnya-responsive {
	position: relative;
}


/* End Blog */

/* Footer */
