/*-------------
 	General
-------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;
	
	
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	

	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}
/* Style the list */
ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	background-color: #000;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
	display: inline;
	font-size: 18px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
	padding: 8px;
	color: white;
	content: "/\00a0";
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
	color: #0275d8;
	text-decoration: none;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
	color: #fff;
	text-decoration: underline;
  }

hr{
	width: 150px;
	height: 4px;
	background-color: #B7F547;
	border: 0;
	margin-bottom: 80px;
}
.disclaimer{
	display: flex;
	justify-content: stretch;
	text-align: left;
}
.disclaimertitle{
	color: #fff;
	font-size: 30px;
	align-items: center;
	margin: 10px;
}
.bg-black{
    background-color: black;
}


section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 125px 100px;
	
}
.flex-gap {
	display: inline-flex;
	flex-wrap: wrap;
}



@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}

}

section h3.title{
	color: #fff;
	text-transform: capitalize; 
	font-family: 'Poppins', sans-serif;
	margin-bottom: 35px;
	text-align: center;
	font-size: 35px;
}
h3.title{
	color: #fff;
	text-transform: capitalize; 
	font-family: 'Poppins', sans-serif;
	margin-bottom: 35px;
	text-align: center;
	font-size: 40px;
}
.title{
	color: #fff;
	text-transform: capitalize; 
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
	margin-top: 34px;
	text-align: center;
	font-size: 40px;
}
section h3.teamtitle{
	color: #fff;
	text-transform: capitalize; 
	font-family: 'Poppins', sans-serif;
	margin-bottom: 35px;
	text-align: center;
	font-size: 40px;
}

section h3.board{
	color: #fff;
	text-transform: capitalize; 
	font-family: 'Poppins', sans-serif;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 40px;
}
section p{
	max-width: 800px;
	text-align: center;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
	color: #EDEADE;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}





/*-------------
 	Header
-------------*/




@media (min-width: 1000px){
	header{
		padding: 2px 5px;
		
	}
	header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 100px;
	}

	header h2{
		font-family: 'Quicksand', sans-serif;
	}

	header nav{
		display: flex;
	}

	header nav li{
		margin: 0 15px;
	}

	header nav li:first-child{
		margin-left: 0;	
	}

	header nav li:last-child{
		margin-right: 0;	
	}

	
}


/*@media (max-width: 700px){
	header{
		flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}*/



/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #2196F3;
	z-index: -1;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.75;
}

.hero h1{
	font: bold 60px 'Open Sans', sans-serif;
	margin-bottom: 15px;
}

.hero h3{
	font: normal 28px 'Open Sans', sans-serif;
	margin-bottom: 40px;
}

.hero a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 48px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 20px;
	}

}

/*** main header*

/*--------------------
 	Our Work Section
---------------------*/

.оur-work{
	background-color: #000;
}
.partnership{
	background-color: #000;
	margin-top: -200px;
}
.slideleft{
	animation: slideleftentrance 1s ease 0.5s 1 normal forwards;
	
}
@keyframes slideleftentrance {
	0% {
		opacity: 0;
		transform: translateX(-250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.slideright{
	animation: sliderightentrance 1s ease 0.5s 1 normal forwards;

}
@keyframes sliderightentrance {
	0% {
		opacity: 0;
		transform: translateX(250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}



.our-work .grid li{
	padding: 20px;
	height: 350px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #333;
}

.our-work .grid li.small{
	flex-basis: 40%;
}

.our-work .grid li.large{
	flex-basis: 60%;
	margin-bottom: 30px;
}


@media (max-width: 1000px){

	.our-work .grid li.small,
	.our-work .grid li.large{
		flex-basis: 100%;
	}

}



/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #000;
}

.features .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
	
}

.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.features .grid li p{
    margin: 0;
}

marquee img{
	align-items: center;
	margin: 12px;
	padding: 8px;
}
.cardsolution{
	margin: -90px;
}

@media (max-width: 1000px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
		border-color: black;
		border-radius: 3px solid #000;
	}

}



/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #fff;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #000;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	padding: 18px 42px;
}
.featsbtnsection a{
	text-decoration: none;
}
.heading-six{
	color: white;
	font-size: 20px;

	
	align-items: left;
	text-align: left;
	justify-content: stretch;
	font-size: 32px;
	padding: 10px;
	letter-spacing: 1.9px;
	
	
	
}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}


/* timeline*/
/* The actual timeline (the vertical ruler) */
.btimeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.btimeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.bcontainer {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

/* The circles on the timeline */
.bcontainer::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: white;
	border: 4px solid #FF9F55;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the container to the left */
.bleft {
	left: 0;
}

/* Place the container to the right */
.bright {
	left: 50%;
}

/* Add arrows to the left container (pointing right) */
.bleft::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.bright::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.bright::after {
	left: -16px;
}

/* The actual content */
.bcontent {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
/*@media screen and (max-width: 600px) {*/
/* Place the timelime to the left */
/*.btimeline::after {
left: 31px;
}*/

/* Full-width containers */
.bcontainer {
	width: 100%;
	padding-left: 70px;
	padding-right: 25px;
}

/* Make sure that all arrows are pointing leftwards */
.bcontainer::before {
	left: 60px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

/* Make sure all circles are at the same spot */
.bleft::after, .right::after {
	left: 15px;
}

/* Make all right containers behave like the left ones */
.bright {
	left: 0%;
}
 

/*-------------
 	Footer
-------------*/
footer {
    background-color: #000;
    color: #fff;
    line-height: 1.5;
}
footer a {
    text-decoration: none;
    color: #eee;
}
a:hover {
    text-decoration: underline;
}
footer hr{
	background-color: #B7F547;
	width: 100%;
	border: 1px solid;
}
.ft-title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
}
.containerfooter{
	flex: 1;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.ft-main {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
}
.ft-main-item {
    padding: 1.25rem;
    min-width: 12.5rem /*200px*/;
	flex: 25%;
}
.ft-main-item img{
	height: 90%;
	width: 90%;
}
.ft-main-item p{
	align-items: left;
	text-align: left;
	font-size: 13px;
	padding-left: 10px;
	font-family: 'Poppins', sans-serif;
}
form {
    display: flex;
    flex-wrap: wrap;
}
input[type="email"] {
    border: 0;
    padding: 0.625rem;
    margin-top: 0.3125rem;
}
input[type="submit"] {
    background-color: #B7F547;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.3125rem;
}
.ft-social {
    padding: 0 1.875rem 1.25rem;
}
.ft-social-list {
    display: flex;
    justify-content: center;
    border-top: 1px #B7F547 solid; 
    padding-top: 1.25rem;
}
.ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
	
}
.ft-social-list li a i{
	color: #B7F547;
}
.ft-legal {
    padding: 0.9375rem 1.875rem;
    background-color: #333;
}
.ft-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ft-legal-list li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
}
.subbtn{
	border-radius: 0 5px 5px 0;
	background-color: #B7F547;
	
}
.placeholder{
	border-radius: 5px 0 0 5px;
	background-color: #777;
}
/* one before the last child */
.ft-legal-list li:nth-last-child(2) {
    flex: 1;       /* same as flex-grow: 1; */
}
@media only screen and (min-width: 29.8125rem /*477px*/) {
    .ft-main {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 77.5rem /*1240px*/ ) {
    .ft-main {
        justify-content: space-evenly;
    }
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}




/* -- Demo ads -- */
/*tablet*/

@media (max-width: 1200px) {
	
	ul.grid{
		margin: 30px;
		
		
	}
	.heading-two{
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 40px;
		padding-bottom: 3px;
		padding-top: 3px;
	}
	.heading-sub{
		display: flex;
		color: #fff;
		font-size: 15px;
		text-align: left;
		

	}
	.heading-sub3{
		display: flex;
		color: #fff;
		font-size: 15px;
		text-align: left;
		margin: 4px;

	}
	.heading-sub br{
		display: none;

	}
	.featurehomeuser{
		
		display: flex;
		flex-wrap: wrap;
		
		
		
	}
	.featureimage{
		position: relative;
		left: 100px;
	}
	.featsbtnsection{
		position: relative;
		left: 50px;
	}

	.vanish{
		display: none;
	}
	.realuserimage{
		position: relative;
		left: 50px;
		
		
		
	}
	.realuserimage img{
		height: 35px;
		width: 35px;
		border-radius: 25px 25px 25px;
		border-color: #fff;
		border-style: solid;
		
		
		
		
		
	}
	
	
	.usertext{
		margin-left: 5px;
		padding: 18px;
		
		
	}
	.featureunder{
		margin: 21px;
	}
	.featureunderhero{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		
		
	}

	
	.featsbtnsection{
		display: flex;
		margin: 15px;

		
	}
	.featsbtnsection a{
		text-decoration: none;
	}
	.featsbtn{
		display: flex;
		align-items: center;
		padding: 10px;
		margin: 10px;
		background-color: #B7F547;
		border-radius: 25px 25px;
		border: none;
		color: #000;
		font-size: 15px;
		text-align: center;
		
		
		
	}
	.ratinglink{
		display: flex;
		
		justify-content: center;
		
	}
	.btn2{
		display: none;
		text-align: center;
		align-items: center;
		
		height: 60px;
		width: 120px;
		background-color: #B7F547;
		border-radius: 7px 7px;
		border: none;
		color: #fff;
		font-size: 15px;
		
	}
	.btn3{
		display: none;
	}
	.heading-five{
		color: white;
		
	
		
		align-items: left;
		text-align: left;
		justify-content: stretch;
		font-size: 32px;
		padding: 10px;
		letter-spacing: 1.9px;
		
		
		
	}
	.heading-six{
		display: flex;
		color: white;
		
		text-align: right;
		justify-content: start;
		font-size: 32px;
		padding: 10px;
		letter-spacing: 1.9px;
		
		
		
	}
	.featurescolunm{
		display: flex;
		flex-direction: row;
		
	}

	.lastsection {
		display: inline;
		align-items: center;
		justify-content: center;
		
		color: #fff;
		padding-bottom: 5px;
		
		
	}
	.lastsection p{
		display: flex;
		align-items: left;
		justify-content: left;
		text-align: left;
	}
	
	.featurecard{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		
	}
	.card1{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		
	}
	.card4{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		padding: 23px;
		
	}
	.card5{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		background-color: #B7F547;
		padding: 23px;
		
		
	}
	.iconposition{
		justify-content: center;
		align-items: center;
		align-content: center;
		display: flex;
		padding: 5px;
		margin: 5px;
	}

	.card2{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		flex-shrink: 0;
		border-radius: 5px 5px 5px 5px;
	}
	.card3{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		
		
	}
	.cardnumber{
		margin: 5px;
		padding: 5px;
		text-align: center;
	}
	
	.featurehomeuser{
		
		display: inline;
		justify-content: center;
		align-items: center;
		
	}

	
	.realuserimage{
		position: relative;
		right: 20px;
		justify-content: center;
		align-items: center;
		padding-left: 60px;
		
	}
	.realuserimage img{
		
		position: relative;
		margin-right: 70px;
		margin-left: 50px;
		height: 35px;
		width: 35px;
		border-radius: 25px 25px 25px;
		border-color: #fff;
		border-style: solid;
		align-items: center;
		
		
		
	}
	.realuserimage h2{
		color: #fff;
		padding-top: 5px;
	}
	.realuserimage p{
		color: #fff;
	}
	.realuser{
		color: #fff;
		text-align: center;
		padding-top: 9px;

		font-size: 15px;
		
	}
	.ft-main {
		padding: 1.25rem 1.875rem;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.ft-main-item {
		padding: 1.2rem;
		min-width: 10.5rem /*200px*/;
		flex: 100%;
	}
	.ft-legal {
		display: none;
	}


}

.rating{
	display: flex;
	flex-wrap: wrap;
	align-items: left;
	justify-content: left;
	padding-top: 5px;
	margin-left: 12px;
	

	
}
.rating i{
	margin: 4px;
	color: #fff;
}
.ratingdescription{
	display: inline;
	align-items: left;
	
	justify-content: center;
}
.ratingdescription p{
	text-align: left;
}
.ratinglink{
	display: flex;
	flex: row;
	justify-content: start;
	text-decoration: none;
	
}
.ratinglinkbutton{
	
	text-align: center;
	
	
	padding: 10px;
	margin: 10px;
	background-color: #B7F547;
	border-radius: 7px 7px;
	border: none;
	color: #fff;
	font-size: 15px;
	flex: 10%;
	text-decoration: none;
}
.ratinglinkbutton:hover{
	color: #000;
}
.ratinglinkquestion{
	padding: 10px;
	margin: 10px;
	text-decoration: none;
	
	justify-content: center;
	align-items: center;
	text-align: center;
	flex: 10%;
	color: #dddada;
	
}
.ratinglinkquestion:hover{
	color: #fff;
}
.ratinglink a{
	text-decoration: none;
}


.featsbtn{
	display: flex;
	
	padding: 15px;
	margin: 14px;
	background-color: #B7F547;
	border-radius: 25px 25px;
	border: none;
	color: #000;
	font-size: 15px;
	flex: 40%;
	
	
	
	
}
.featsbtn:hover{
	color: #fff;
}
.rating a{
	text-decoration: none;
}
.rating a:hover{
	color: #f7f7f7;
}
.logo{
	display: flex;
	justify-content: center;
	align-items: center;


}
.logo img{
	width: 200px;
}
.featurehome{
	display: flex;
	justify-content: center;
	align-items: center;
}
.featureunderhero{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.featureunderhero h2{
	color: #fff;
	text-align: left;
	font-size: 30px;
}
.featureunderhero p{
	color: #fff;
	text-align: left;
}
.featureunderhero span{
	color: #B7F547;
}


.featureimage{
	
	justify-content: center;
	align-items: center;
}
.featureimagesecond{
	height: 150px;
	width: 150px;
}


.featsbtn1{
	padding: 5px;
	margin: 5px;
	background-color: #B7F547;
	border-radius: 5px 5px;
	border: none;
	color: #000;
	font-size: 15px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
}
.featsbtn1:hover{
	color: #fff;
}



.featurescolunm{
	display: flex;
	flex-wrap: wrap;

	
}

.lastsection {

	padding-top: 5px;
	margin-left: 4px;
	color: #fff;
	padding-bottom: 5px;
	flex: 40%;
	text-align: left;

	
}
.lastsection p{
	
	
	text-align: left;
}
.featurecard{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	flex-direction: row;
	
}
.card1{
	flex: 0 0 200px;
	margin: 0.5px;
	border: 2px solid #dddada;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
	background-color: #414a4f;
	color: #fff;
	border-radius: 10px 0 0 10px;
	

	
	
}
.card2{
	flex: 0 0 200px;
	margin: 0.5px;
	border: 2px solid #ccc;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
	flex-shrink: 0;
	background-color: #B7F547;
	color: black;
	border-radius: 10px 10px 0px 0;
	
}
.card3{
	flex: 0 0 200px;
	margin: 0.5px;
	border: 2px solid #ccc;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
	background-color: #414a4f;
	color: #fff;
	border-radius: 0 10px 10px 0;
	
}
.featurecardwrap{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: end;

}
.card4{
	flex: 0 0 200px;
	
	border: 2px solid #ccc;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
	border-radius: 5px 5px 5px 5px;
	margin-left: 10px;
	
	
}
.card5{
	flex: 0 0 200px;
	margin: 5px;
	border: 2px solid #ccc;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
	border-radius: 5px 5px 5px 5px;
	background-color: #B7F547;
	
	
	
}
.gridlist{
	border-style: solid;
	border-color: #fff;
	border-radius: 45px 45px 45px 45px;
	box-shadow: 20px 20px 50px grey;
	padding: 2px;
}
.gridlist i{
	padding: 14px;
	margin: 9px;
}	
.gridlist h4{
	color: #fff;
}
.gridlist p{
	color: #fff;
}
.gridlist2{
	border-style: solid;
	border-color: #fff;
	border-radius: 45px 45px 45px 45px;
	padding: 2px;
	background-color: #B7F547;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
	height: 430px;
}
.gridlist2 i{
	padding: 14px;
	margin: 9px;
}

.iconposition{
	justify-content: center;
	align-items: center;
	align-content: center;
	display: flex;
	padding: 5px;
	margin: 5px;
}
.heading-three{
	padding: 5px;
	margin: 9px;
	font-weight: 800;
	color: #fff;

}
.heading-three{
	padding: 5px;
	margin: 9px;
	font-weight: 800;
	color: #fff;
	font-size: 34px;
}

.card3{
	flex: 0 0 200px;
	margin: 10px;
	border: 2px solid #ccc;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
	border-radius: 5px 5px 5px 5px;
	
	
}
.cardnumber{
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.cardnumber{
	margin: 5px;
	padding: 5px;
}
.cardheading{
	margin: 5px;
	padding: 5px;
	text-align: left;
}
.carddescritpion{
	text-align: left;
}

.team{
	background-color: #000;
	
}
.team-wrapper{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.profile{
	padding: 20px;
	border-style: solid;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
	
	border-color: #B7F547;
	border-radius: 20px 20px 20px 20px;
	align-content: center;
	align-items: center;
	margin: 3px;
}
.profile:hover{
	border-color: #fff;
}


.profile img{
	align-content: center;
	height: 90px;
	width: 90px;
	border-radius: 20px 20px 20px 20px;
	margin-left: 15px;
	
}
.profile h5{
	color: #fff;
	text-align: center;
	margin: 2px;
	padding: 6px;
}
.profile h6{
	color: #fff;
	text-align: center;
}
.profile a{
	
	align-items: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
	
	
}
.team-wrapper2{
	display: inline-block;

}
.collapsible {
	background-color: #B7F547;
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 120px;
	display: flex;
	flex-direction: row;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
	border-radius: 30px;
	font-style: bold;
}
  
.active, .collapsible:hover {
	background-color: white;
	color: #000;
}
  
.content {
	
	display: none;
	
	overflow: hidden;
	background-color: transparent;
	justify-content: left;
	align-items: left;
}
.footerbg{
	background-color: #000;
}


.btn2:hover{
	color: #f7f7f7;
}

/* desktop*/
@media (min-width: 1200px){
	.heading-two{
		color: white;
		display: flex;
		
		align-items: left;
		text-align: left;
		font-size: 45px;
		padding: 20px;
		letter-spacing: 2rem;
		
	}
	.heading-five{
		color: white;
	
		
		align-items: left;
		text-align: left;
		font-size: 52px;
		padding: 10px;
		letter-spacing: 1.9px;
		
		
		
	}
	.heading-six{
		color: white;
		
	
		
		align-items: left;
		text-align: left;
		justify-content: stretch;
		font-size: 32px;
		padding: 10px;
		letter-spacing: 1.9px;
		
		
		
	}
	
	
	.heading-sub{
		padding: 3px;
		align-items: left;
		text-align: left;
		
		font-size: 15px;
	}
	
	.featurescolunm{
		display: flex;
		flex-wrap: wrap;
		flex-flow: row nowrap;
	}
	.lastsection {
		display: flex;
		color: #fff;
		flex-wrap: 1;
		box-sizing: border-box;
		flex-basis: 50%;
		
	}
	.lastsection p{
		
		align-items: left;
		
		text-align: left;
	}
	.lastsection p span{
		font-size: 20px;
		font-weight: 600;
	}

	
	
	.iconheading{
		align-items: center;
	}
	.iconfeatures{
		display: flex;
		align-items: center;
	}
	.featurescolunm{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		
	}
	.heading-sub{
		color: #fff;
		text-align: left;
	
		
	}
	.featsbtnsection{
		display: inline-flex;
	
		flex-direction: row;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.featsbtnsection a{
		text-decoration: none;
	}
	.featsbtn{
		
		align-items: center;
		padding: 10px;
		margin: 10px;
		background-color: #B7F547;
		border-radius: 25px 25px;
		border: none;
		color: #000;
		font-size: 15px;
		text-align: center;
		
		
		
		
	}
	.featsbtn:hover{
		color: #fff;
	}
	.card2{
		flex: 0 0 200px;
		margin: 0.5px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		flex-shrink: 0;
		height: 200px;
	}
	.card4{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		padding: 23px;
		
	}
	.card5{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		background-color: #B7F547;
		padding: 23px;
		
		
	}
	.iconposition{
		justify-content: center;
		align-items: center;
		align-content: center;
		display: flex;
		padding: 5px;
		margin: 5px;
	}
	.heading-two{
		color: white;
		display: inline;
		justify-content: center;
		align-items: center;
		text-align: left;
		margin-bottom: 20px;
		padding-top: 25px;
		font-size: 70px;
		letter-spacing: .2rem;
	}
	.heading-three{
		color: white;
		display: inline;
		justify-content: center;
		align-items: center;
		text-align: left;
		margin-bottom: 20px;
		padding-top: 25px;
		font-size: 50px;
		
	}


	.realuser{
		color: #fff;
		text-align: center;
	}
	
	.featurehomeuser{
		
		display: flex;
		flex-wrap: wrap;

		justify-content: center;
		align-items: center;
		align-content: center;
		
	}

	.buttonsection{
		padding-bottom: 20px;
		margin-bottom: 20px;
		
	}

	
	.realuserimage{
		
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 2px;
		flex: 50%;
		color: #fff;
		position: relative;
		right: 20px;
		
	}
	.realuserimage img{
		margin-right: 10px;
		margin-left: 10px;
		height: 35px;
		width: 35px;
		border-radius: 25px 25px 25px;
		border-color: #fff;
		border-style: solid;
		
		
		
		
	}
	.realuserimage h2{
		color: #fff;
		

		
		
	}
	.realuserimage p{
		color: #fff;
		
	
	}
	
	.card3{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		
		
	}
	.cardnumber{
		margin: 5px;
		padding: 5px;
		text-align: center;
	}
	.vanish{
		display: none;
	}
	.teambtn1{
		top: 17px;
	}
	.teambtn2{
		top: 17px;
	}.teambtn3{
		top: 17px;
	}.teambtn4{
		top: 1px;
	}.teambtn5{
		top: 23px;
	}.teambtn6{
		top: 12px;
	}.teambtn7{
		top: 23px;
	}.teambtn8{
		top: 21px;
	}.teambtn9{
		top: 1px;
	}.teambtn10{
		top: 26px;
	}.teambtn11{
		top: 17px;
	}.teambtn12{
		top: 2px;
	}.teambtn13{
		top: 17px;
	}.teambtn14{
		top: 7px;
	}.teambtn15{
		top: 7px;
	}.teambtn16{
		top: 7px;
	}.teambtn17{
		top: 1px;
	}
	
} 
/* mobile */
@media (max-width: 700px){
	ul.grid{
		margin: 30px;
		
		
	}
	.btimeline::after {
		left: 31px;
	}
	.heading-two{
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 40px;
		padding-bottom: 3px;
		padding-top: 3px;
	}
	.heading-sub{
		display: flex;
		color: #fff;
		font-size: 14px;
		text-align: center;
		
		
		
		


	}
	.heading-sub2{
		
		text-align: center;
		margin: 20px;
		
		

	}
	.profilebtn{
		color: #fff;
		border: 1px solid #B7F547;
		border-radius: 20px;
		background-color: #B7F547;
	}
	.heading-sub br{
		display: none;

	}
	.heading-three{
		color: white;
		display: inline;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-bottom: 10px;
		padding-top: 15px;
		font-size: 35px;
		
	}
	.featurehomeuser{
		
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.realuserimage{
		
		justify-content: center;
		align-content: center;
		flex: 50%;
		color: #fff;
		position: relative;
		right: 20px;
		
	}
	.realuserimage img{
		height: 35px;
		width: 35px;
		border-radius: 25px 25px 25px;
		border-color: #fff;
		border-style: solid;
		
		
		
		
	}
	.usertext{
		display: none;
	}
	.featureunder{
		margin: 21px;
	}
	.featureunderhero{
		display: inline;
		justify-content: center;
		align-items: center;
		text-align: center;
		
	}
	.featureunderhero h2{
		text-align: center;
	}
	.featureunderhero p{
		text-align: center;
		margin: 20px;
	}

	
	.featsbtnsection{
		display: inline-flex;
		margin: 15px;
		/*flex-direction: column;*/
		justify-content: center;
		align-items: center;


	}
	.featsbtnsection a{
		text-decoration: none;
		align-items: start;
		justify-content: start;
		
	}
	.featsbtn{
		display: inline;
		position: relative;
		align-items: center;
		justify-content: center;
		
		padding: 5px;
		margin: 10px;
		background-color: #B7F547;
		border-radius: 25px 25px;
		border: none;
		color: #000;
		font-size: 15px;
		text-align: center;
		text-decoration: none;
		left: 2px;
		
		
	}
	.ratinglink{
		display: flex;
		margin-top: -32px;
		
		justify-content: center;
		
	}
	.btn2{
		display: none;
		text-align: center;
		align-items: center;
		
		height: 60px;
		width: 120px;
		background-color: #B7F547;
		border-radius: 7px 7px;
		border: none;
		color: #fff;
		font-size: 15px;
		
	}
	.btn3{
		display: none;
	}
	.heading-five{
		color: white;
	
		
		align-items: left;
		text-align: center;
		justify-content: stretch;
		font-size: 32px;
		padding: 10px;
		letter-spacing: 1.9px;
		
		
		
	}
	.heading-six{
		color: white;
		font-size: 20px;
	
		
		align-items: left;
		text-align: left;
		justify-content: stretch;
		
		padding: 5px;
		letter-spacing: 1.9px;
		
		
		
	}
	.featurescolunm{
		display: flex;
		flex-direction: row;

		
	}

	.lastsection {
		display: inline-block;
		align-items: center;
		justify-content: center;
		
		color: #fff;
		padding-bottom: 5px;
		
		
	}
	.lastsection a{
		display: flex;
		align-items: center;
		left: 180px;
	}
	.lastsection p{
		display: inline;
		align-items: left;
		justify-content: left;
		text-align: left;
	}
	
	
	
	.featurecard{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		
	}
	.card1{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		
	}
	.card4{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		padding: 23px;
		
	}
	.card5{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		background-color: #B7F547;
		padding: 23px;
		
		
	}
	.iconposition{
		justify-content: center;
		align-items: center;
		align-content: center;
		display: flex;
		padding: 5px;
		margin: 5px;
	}

	.card2{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		flex-shrink: 0;
		border-radius: 5px 5px 5px 5px;
	}
	.card3{
		flex: 0 0 200px;
		margin: 10px;
		border: 2px solid #ccc;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,3);
		border-radius: 5px 5px 5px 5px;
		
		
	}
	.cardnumber{
		margin: 5px;
		padding: 5px;
		text-align: center;
	}
	
	.featurehomeuser{
		
		display: inline;
		justify-content: center;
		align-items: center;
		padding: 23px;
		
	}
	.featurehomeuser h3{
		text-align: center;
		position: relative;
		left: 3px;
	}
	.featureimage img{
		align-items: center;
		height: 280px;
		width: 280px;
		position:relative;
		left: 23px;
	
	}

	
	.realuserimage{
		
		justify-content: center;
		align-items: center;
		position: relative;
		left: 32px;
		
		
	}
	.realuserimage img{
		margin-right: 20px;
		margin-left: 20px;
		height: 35px;
		width: 35px;
		border-radius: 25px 25px 25px;
		border-color: #fff;
		border-style: solid;
		align-items: center;
		
		
		
	}
	.realuserimage h2{
		color: #fff;
		padding-top: 5px;
	}
	.realuserimage p{
		color: #fff;
	}
	.realuser{
		color: #fff;
		text-align: center;
		padding-top: 9px;

		font-size: 15px;
		
	}
	.ft-main {
		padding: 1.25rem 1.875rem;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.ft-main-item {
		padding: 1.2rem;
		min-width: 10.5rem /*200px*/;
		flex: 100%;
	}
	.ft-legal {
		display: none;
	}
	.vanish{
		display: flex;
		background-color: #000;
	}
	.teambtn1{
		top: 10px;
		left: 29px;
	}
	.teambtn2{
		top: 10px;
		left: 29px;
	}.teambtn3{
		top: 10px;
		left: 29px;
	}.teambtn4{
		top: 7px;
		left: 39px;
	}.teambtn5{
		top: 13px;
		left: 34px;
	}.teambtn6{
		top: 10px;
		left: 34px;
	}.teambtn7{
		top: 11px;
		left: 39px;
	}.teambtn8{
		top: 11px;
		left: 31px;
	}.teambtn9{
		top: 10px;
		left: 39px;
	}.teambtn10{
		top: 10px;
		left: 32px;
	}.teambtn11{
		top: 15px;
		left: 35px;
	}.teambtn12{
		top: 12px;
		left: 33px;
	}.teambtn13{
		top: 11px;
		left: 27px;

	}.teambtn14{
		top: 7px;
		left: 37px;
	}.teambtn15{
		top: 12px;
		left: 27px;
	}.teambtn16{
		top: 9px;
		left: 34px;
	}.teambtn17{
		top: 10px;
		left: 32px;
	}
	

}


