/*----------------------------FONTS--*/

body,
html {
  max-width: 100vw;
  height: 100%;
  font-weight: 500;
  overflow-x: hidden !important;
  padding: 0px;
  scroll-behavior: smooth;
  font-size: 17px;
  background-color: #00b686;
  color: white;
  font-family: 'Robotobold';
  text-align: center;
  font-weight: normal;
}
.upsbtn{
  position: relative;
  z-index: 20;
}
.divContent{
  padding: 40px 60px;
}
@media (max-width: 768px)
{
	.divContent{
	  padding: 40px 10px;
	}
  body,
  html {
    font-size: 14px;
  }
}
/*Nav -----------------------------*/
.navbar{
  z-index: 10;
  background-color: rgba(247,247,245,0.98);
  border-box-shadow: 0 0 5px rgb(0 0 0 / 60%);
  font-family: 'robotobold';
}
.nav-box{
  width: auto;
  justify-content: center !important;
  background-color: rgba(247,247,245,0.98);
  border-bottom: 1px solid #00b686;

}
.navbar-brand{
  margin: 0!important;
}
.navsmol{
font-size: 12px;
line-height: 5px;
}
@media (max-width: 995px)
{
  .nav-box{
    justify-content: space-between !important;
    text-align: center;
  }
}
/*Title frame -----------------------------*/
.titleFrame{
  position: relative;
  height: 100vh;
}
.titlecontent{
  position: relative;
  margin: auto;
  text-align: center;
  z-index: 3;
}
.spannedTitleText{
  color:#276527;
  letter-spacing: normal;
  font-size: 2rem;
  line-height: 3rem;
  position: relative;
  z-index: 2;
}
.spannedTitleText2{
  color:rgb(0, 51, 0);
  font-size:1.2rem;
  text-align:center;
  position: relative;
  z-index: 2;
}
/* frame 2 -----------------------------*/
.frame2{
  font-size: 20px;
}
.f2txt{
  text-align: center;
  width: 70%;
  margin: auto;
}

@media (max-width: 705px)
{
  .f2txt{
    text-align: center;
    width: 90%;
  }
}
/* frame 3 -----------------------------*/
.f3{
  position: relative;
}
.frame3{
  min-height: 80vh;
}
.f3row{
  width: 90%;
  margin: auto;
  text-align: center;
}
.visionHead{
  font-size: 30px;
}
 .carousel-control-prev{
  justify-content: left;
}
.carousel-control-next{
  justify-content: right;
}
.f3img{
  width: 80%;
}
@media (max-width: 995px)
{
  .frame3{
    min-height: 50vh;
  }
}
/* frame 4 -----------------------------*/
.frame4{
  text-align: center;
  position: relative;
  font-size: 21px;
}
.panelcont{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b686;
}
.tokehead{
  font-size: 3rem;
}
.tokesub{
  font-size: 2rem;
}
/*.toketext{
  font-size: 20px;
}*/
@media (max-width: 768px)
{
  .tokehead{
    font-size: 2rem;
  }
  .tokesub{
    font-size: 1.3rem;
  }
}
/* frame 5 -----------------------------*/
.frame5{
  text-align: center;
  position: relative;
  padding: 40px 40px 60px;
}
.frame5 .row{
  margin: auto;
  width: 70%;
}
.plantright{
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 20%;
  max-width: 200px;
}
.plantleft{
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 20%;
  max-width: 200px;
}
.titleInner{
	position:relative;
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  width: fit-content;
}

.titleInner h1{
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
}


/*.titleInner:after {
    background:#FFFFFF;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 90px;
}*/


.arrowinnerTitle {
    background:#ffffff;
	top: 70px;
	left: 50%;
  position: absolute;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-ms-transform-origin:20% 40%; /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-webkit-transform-origin:20% 40%; /* Safari and Chrome */
}
.utilbox{
  padding: 30px 10px;
  border: 2px solid #0F2B37;
  background-color: #0F2B37;
  color: #00B686;
  margin-bottom: 10px;
  font-size: 24px;
}
.utildash{
  height: 3px ;
  color: #00B686;
  width: 50%;
  text-align: center;
  margin: 5px auto;
}
hr:not([size]){
    height: 3px ;
}

@media (max-width: 768px)
{
  .plantright{
    max-width: 400px;
  }
  .plantleft{
    max-width: 400px;
  }
  .utilbox{
    width: 100%;
  }
}
/* frame 6 -----------------------------*/
.frame6{
  background-color: white;
  color: #00B686;
}
.roadbox{
  margin: auto;
  font-size: 22px;
  /* padding: 10px 40px 10px 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;*/
  width: 300px;
  height: 490px;
  color: black;
  border: 2px solid #00B686;

}

li{
  /*list-style-image: url("images/lgtick.png");
  list-style: none;*/
  padding: 0;
}
ul .checked{
  list-style-image: url("images/lgtick.png");
  text-align: left;
  line-height: 30px;
  padding-left: 1rem;
}
ul .unchecked{
  list-style: none;
  text-align: left;
  line-height: 30px;
  padding-left: 1rem;
}
.roadcen{
  margin: auto;
  width: 80%;
}
@media (max-width: 768px)
{
  .roadbox{
    width: 90%;
    height: 480px;
  }
}
/* frame 7 -----------------------------*/
.process {
	text-align:center;
	width:200px;
  margin: auto;
}

.frame7{
  text-align: center;
  background-color: white;
}

.frame7 .tokehead{
  color: #00B686;
}
.innerProcess {
    background: #00B686;
    border: 4px solid #FFFFFF;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    box-shadow: 0 0 0 3px #00B686;
	-webkit-box-shadow: 0 0 0 3px #00B686;
	-moz-box-shadow: 0 0 0 3px #00B686;
	-ms-box-shadow: 0 0 0 3px #00B686;
	-o-box-shadow: 0 0 0 3px #00B686;
    height: 100px;
    line-height: 92px;
    padding: 10px;
    width: 100px;
	position:relative;
	margin:0 auto 40px auto;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	cursor:pointer;
}



.innerProcess:hover {
    background: #0F2B37;
    box-shadow: 0 0 0 5px #0F2B37;
	-webkit-box-shadow: 0 0 0 5px #0F2B37;
	-moz-box-shadow: 0 0 0 5px #0F2B37;
	-ms-box-shadow: 0 0 0 5px #0F2B37;
	-o-box-shadow: 0 0 0 5px #0F2B37;

}

.innerprocessActive {
    background: #0F2B37;
    box-shadow: 0 0 0 5px #0F2B37;
	-webkit-box-shadow: 0 0 0 5px #0F2B37;
	-moz-box-shadow: 0 0 0 5px #0F2B37;
	-ms-box-shadow: 0 0 0 5px #0F2B37;
	-o-box-shadow: 0 0 0 5px #0F2B37;

}


.innerProcess i {
    font-size: 55px;
    left: 20px;
    position: absolute;
    top: 12px;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.1)
}


.process a{
	color:#ffffff;
}

.process a.prLink {

	color:#999999;
	font-size:20px;
  font-weight: bold;
	border:1px solid #efefef;
	border-radius:40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	padding:6px 35px;

}

.process a:hover {

	background:#fafafa;
}


#ourProcess{
	margin-bottom:0px;
}

.teamdes, .teamdesc, .teambar{
  color: black;
  font-family: 'robotolight';
  font-size:22px;
}
#ourProcess p{

	margin-top:50px;
	text-align:center;
	color:#0F2B37;
	font-size:20px;
	line-height:26px;
	padding-left:50px;
	padding-right:50px;

}
.teamhead{
  font-size: 2rem; color: #00B686;
}

.process{
  margin-bottom: 50px;
}


@media (max-width: 768px)
{
  /*Process*/
  .process {margin-left: -3px;margin-right: 0;width: 175px;}
  .process a {font-size: 13px;padding: 5px 27px;}
}
/* frame 8 -----------------------------*/
.frame8{
  background-color: white;
  color: #000000;
  font-size: 20px;
}
.frame8 h3{
  color: #00B686;
}
.f8img{
  max-width: 350px;
}
/* frame 9 -----------------------------*/
.frame9{
  divContent
}
.partimg{
  width: 80%;
}
/* frame 10 -----------------------------*/
.frame10{
  position: relative;
  background-color: white;
  color:black;
  font-size: 20px;
}
.donhead{
  font-size: 28px;
}
.donbod{
  font-size: 26px;
}
.donationamt{
  font-size: 28px;
  color: #00B686;
  font-weight: bold;
}
.f10carousel{
  width: 60%;
  margin: auto;
}
.flowerleft{
  position: absolute;
  width: 15%;
left: 70px;
bottom: 0;
}
.flowerright{
  position: absolute;
  width: 15%;
right: 10px;
bottom: 0;
}
@media (max-width: 768px)
{
  .f10carousel{
    width: 100%;
    margin: auto;
  }
  .flowerleft{
    display: none;
  }
  .flowerright{
    display: none;
  }
}
/* footer-----------------------------*/
.foot{
  font-size: 14px;
  font-weight: normal;
  color: #eeeeee;
}
/*General-----------------------------*/
.big{
	display: block;
}
.small{
	display: none;
}
@media (max-width: 995px)
{
	.big{
		display: none;
	}
	.small{
		display: block;
	}
}
.spannedTitleText, .tokehead, .teamhead, .tokesub{
	font-family: 'robotothin';
}
{
	font-family: 'robotolight';
}
p{
	font-family: 'robotoregular';
}
.upsbtn, .utilbox{
	font-family: 'robotomedium';
}
.spannedTitleText2{
    font-family: 'robotobold';
}
