@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}
body {
	font-family: 'Poppins', sans-serif;
}
html {
	scroll-behavior: smooth;
	}

ul {
	list-style:none;
}
header {
	background:rgba(255, 255, 255, 0);
	position:fixed;
	top:0;
	width:100%;
	z-index:9;
 transition: all .5s;
}
header .navbar {
	padding-left:0px;
	padding-right:0px;
}
header .navbar img {
	width:180px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
	padding-left:1rem;
	padding-right:1rem;
}
header .navbar-light .navbar-nav .nav-link {
	color:#000;
}
header .header_social_icons li a {
	color:#333;
	height:30px;
	width:30px;
	margin-left:15px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
}
header .header_social_icons li:last-child a {
	padding-right:0px;
}
a {
	text-decoration:none;
}
a:hover {
	color:inherit;
	text-decoration:none;
}
.site_button {
	background: #57c308;
	color: #fff;
	padding: 8px 30px;
	display: inline-block;
	width: 200px;
	text-align: center;
	border-radius: 5px;
}
.site_button:hover {
	color:#fff;
}
#header.header_change {
	background:rgba(255, 255, 255, 1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
#header.header_change .navbar-nav.mr-auto {
	margin-left: auto !important;
}
/*===============================Header End===================================*/

@keyframes panning {
 0% {
 background-position: 0% 0%;
}
 25% {
 background-position: 100% 100%;
}
 50% {
 background-position: 100% 0%;
}
 75% {
 background-position: 0 100%;
}
 200% {
 background-position: 0 0;
}
}
#slider {
	position: relative;
	height: 600px;
	width: 100%;
	background:#fff;
	position:relative;
	background:url(../images/cercle_bg.png) no-repeat center center;
	background-size:cover;
	overflow:hidden;
}
#slider .slider_image {
	position: absolute;
	width: 600px;
	right: -70px;
	height: 600px;
	background: #ccc;
	border-radius: 50% 50px 50% 50%;
	top: -40px;
	border-bottom: 50px solid #e0fbcc;
	transform: rotate(0deg);
	background: url(../images/slider_img.jpg) no-repeat center center;
	background-size: cover;
	z-index:-1
}
.slider_overlay .graphic_bg {
	position: absolute;
	right: 0px;
	top: 20%;
	width: 460px;
	z-index: 1;
}
#about_us {
	padding:80px 0px;
	background: url(../images/about-bg.png) no-repeat center center;
}
#about_us img {
	border-radius: 10px;
}
#about_us .about_video{ background:rgba(0, 0, 0, .5); position:relative;}
#about_us .video_play_button {
    width: 100%;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: auto;
    height: 100%;
    text-align: center;
    /* line-height: 100%; */
    display: flex;
    top: 0px;
    align-items: center;
    justify-content: center;
}
#about_us .video_play_button img{ width:80px;}

#homeVideo button.btn.btn-default {
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 5;
    color: white;
}
.modal-dialog{ max-width:800px;}

#how_it_works {
	background:url(../images/graduation-bg.png) center center no-repeat;
	background-size:contain;
	padding-bottom:80px;
}
#how_it_works .stap_1 {
	background: #fff;
	position:relative;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 15px;
	text-align: center;
	height: 290px;
	margin-top: 20px;
	border-bottom:3px solid #44e5dc
}
#how_it_works .stap_1 h4 {
	font-size:18px;
	text-align:center;
	margin-top:50px;
	line-height:24px;
	min-height:55px;
}
#how_it_works .stap_1 .step_title {
	position:absolute;
	top:10px;
	left:-15px;
}
#how_it_works .stap_1 .step_icon {
	width:80px;
}
#how_it_works .hiw_box:nth-child(2) .stap_1 {
border-color:#ff6877;
}
#how_it_works .hiw_box:nth-child(3) .stap_1 {
border-color:#fcc105;
}
#how_it_works .hiw_box:nth-child(4) .stap_1 {
border-color:#9977f3;
}

#app_download{ background:url(../images/app_bg.png) center bottom no-repeat; background-size:cover; padding-top:0px;}


/*------------------------Services----------------------------*/
#services {
	background:url(../images/blog-bg.png) no-repeat center center; background-size:cover;
	padding:80px 0px;
	text-align:center;
}
#services h3 {
	margin-bottom:35px;
	font-size:32px;
	text-transform:uppercase;
}
#services .nav {
	margin-bottom:40px;
}
#services .nav .nav-item {
	padding:0;
	color:#333;
	background:#fff;
	margin:5px;
	border-radius:4px;
	width:200px; text-align:center;
}
#services .nav .nav-item p{ font-size:14px; margin-top:15px; }
#services .nav .nav-item img{ width:100px;}
#services .nav .nav-item.active img {
	border:2px solid #57c308;
}
#services .service_box p{ margin:0px; padding:10px;}
/*#services .nav .nav-item.active:after{ 
    content: '\f1b9';
    display: block;
    font-family: ;
    font-weight: 900;
    position: absolute;
    bottom: -13px;
    left: 0px;
    right: 0px;
 }*/
#services .service_box {
	background:#fff;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
	margin-bottom:30px;
	padding-bottom:0px;
}
#services .service_box img {
	width:auto !important;
	margin:auto;
}
#testimonials{ padding:80px 0px; background:url(../images/testi_bg.png) repeat-x left top;}
#testimonials h3{
	    margin-bottom: 35px;
    font-size: 32px;
    text-transform: uppercase;
	}
#testimonials .review_box p{ position:relative; font-size:16px; margin-top:15px; padding-left:50px;}
	#testimonials .review_box p:before{ content:'\f10e'; display:inline-block; font-weight:900; font-family:"Font Awesome 5 Free"; position:absolute; left:0px; top:0px; color:#5bc70c; font-size:36px; }
#contact {
	padding-bottom:80px;
	background: url(../images/about-bg.png) no-repeat center center;
}
#contact ul li {
	padding:10px 0px;
	padding-left:30px;
	position:relative
}
#contact ul li i{position:absolute; left:0px; top:12px; color:#464646; font-size:18px;  }
#footer {
	padding:40px 0px;
	background:#f2f1f1;
	text-align:center;
}
#footer .header_social_icons li a {
	color:#333;
	height:30px;
	width:30px;
	margin-left:15px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
}


#footer .header_social_icons li:last-child a {
	padding-right:0px;
}
#footer .footer_mascot{
    position: absolute;
    width: 150px;
    top: -180px;
    left: 20px;	
	}
#footer_bg{
    background: #58c409;
    padding: 15px 0px;
    margin-top: 30px;
}
#footer_bg p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0px;
}
#footer_bg p a{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0px;
}
