/*** Add your styles here **/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
body{
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
body,html {
  height: 100%;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #304e01;
}
a:hover, a:focus, a:active{
	text-decoration: none;
	border: none;
	outline: none;
}
button:active, button:focus{
	border: none;
	outline: none;
}
img{
	max-width: 100%;
}

.tabcontent {
	display: none;
	padding: 0;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


/*=================header==========================*/
.mobile-logo {
	display: none;
}
.collapse-nav ul li {
  display: inline-block;
}
.collapse-nav {
  text-align: right;
}
header .row {
  align-items: center;
}
header {
  padding: 25px 0;
}
.collapse-nav ul li a {
  display: block;
  margin: 10px 20px;
}
.collapse-nav ul li:last-child a {
  margin-right: 0;
}
#hero {
  background: #4f8001;
}
section {
	padding: 100px 0;
}
#hero .row {
  align-items: center;
}
.hero-contents {
  color: #FFF;
  text-align: left;
}
.hero-contents h1 {
  font-size: 60px;
  font-weight: bold;
}
.hero-contents p {
	font-size: 30px;
	padding-right: 55px;
	margin: 40px 0;
	line-height: 40px;
}
.check-btn {
	display: inline-block;
	padding: 15px 50px;
	font-weight: bold;
	font-size: 19px;
	position: relative;
	z-index: 1;
	background: #FFF;
	transition: color 500ms ease;
	color: #FFF;
}
.check-btn::before, .check-btn::after {
  content: "";
  background: #73BC00;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  z-index: -1;
  transition: background 300ms ease, height 300ms ease;
}
.check-btn::after {
  bottom: 0;
}
.check-btn::before {
  top: 0;
}
.check-btn:hover::after {
  background: ;
  height: 0%;
}
.check-btn:hover::before {
  color: ;
  background: ;
  height: 0%;
}
.check-btn:hover {
  color: #73BC00;
}
.hero-image {
	text-align: center;
}
#hero-3 {
	background: #336699;
}
#hero-2 .hero-contents {
	color: #000;
}
/*=================header==========================*/




.hero-contents h4 {
  font-size: 44px;
  font-weight: bold;
}
#sponsors {
  background: #66CC00;
}
.sponsors-inner {
  display: flex;
  align-items: center;
}
.single-sponsor {
  width: 20%;
  text-align: center;
}
#random-para h2 {
  font-size: 44px;
  font-weight: bold;
  margin-top: ;
  margin-bottom: 40px;
}
.single-random-content img {
  float: left;
  padding-right: 20px;
  padding-bottom: 15px;
}
.single-random-content {
  overflow: hidden;
}
.single-random-content:nth-child(2n+1) img {
	float: right;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 15px;
}
.single-random-content p {
	font-size: 29px;
	margin-bottom: 30px;
	line-height: 40px;
	font-weight: 500;
	text-align: justify;
}
.tab {
	width: 460px;
	margin: auto;
	display: flex;
}
.tab-inners, .pricing-table-inner {
	margin: 70px 0;
}
.tab-flexur {
	display: flex;
}
/*.single-tab-inner {
	padding: 25px;
	margin: 15px;
	box-shadow: 0 0 26px #DDD;
	position: relative;
	width: 33%;
}*/
.single-tab-inner {
	padding: 25px;
	margin: 15px;
	box-shadow: 0 0 26px #DDD;
	position: relative;
	width: 33%;
	padding-bottom: 90px;
}
.single-tab-inner:last-child {
	border: none;
}


.tablinks.active {
  background: #4F8001;
  color: #fff;
}
.tablinks {
  border: none;
  background: none;
  font-size: 27px;
  width: 50%;
  padding: 15px;
  border: 3px solid #4F8001;
  color: #DBBF00;
  font-weight: bold;
  background: #FFF;
  transition: background 300ms ease, color 300ms ease;
}
.tablinks:hover {
  background: ;
  opacity: .7;
}
.single-tab-inner h2 {
  font-size: 32px;
  color: #73BC00;
  font-weight: bold;
}
.single-tab-inner {
  text-align: center;
}
.single-tab-inner p {
	color: #315000;
	font-size: 22px;
	line-height: 30px;
}

.commitement {
  color: #000 !important;
  font-size: 20px !important;
  padding: 30px 50px;
}
.registry h3 {
  color: #73BC00;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}
.registry span {
  font-size: 18px;
}
.registry {
  margin: 30px 0;
}
.styled span {
  font-weight: bold;
  font-size: 20px;
}
.styled p {
  color: #73BC00;
  font-weight: bold;
  font-size: 42px;
  margin-top: 10px;
}

/*.tab-btn {
  display: block;
  position: relative;
  background: #FFF;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 20px;
  z-index: 1;
  transition: color 300ms ease;
}*/
.tab-btn {
	display: block;
	position: relative;
	background: #FFF;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0;
	font-size: 20px;
	z-index: 1;
	transition: color 300ms ease;
	position: absolute;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}
.tab-btn::before, .tab-btn::after {
  content: "";
  background: #73BC00;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: width 300ms ease;
}
.tab-btn:before {
  left: 0;
}
.tab-btn:after {
  right: 0;
}
.tab-btn:hover {
  color: #73BC00;
}
.tab-btn:hover::before, .tab-btn:hover::after {
  width: 0%;
}
.tab-btn:hover {
  box-shadow: 0 0 9px #DDD;
}
.tab-bottom-para p {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
#carousel {
  background: #EFEFEF;
}
.carousel-header h3 {
  text-align: center;
  color: #4F8001;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.tree-carousel {
  padding: 50px 0;
}
.single-carousel-item {
  background: #FFF;
  text-align: center;
  padding: 30px;
}
.carousel-title {
  font-size: 20px;
}
.carousel-image {
	height: 200px;
	position: relative;
	line-height: 200px;
}
.carousel-image img {
	width: inherit !important;
	display: inline-block !important;
}
.carousel-btn {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  font-size: 18px;
  transition: color 300ms ease;
  color: #FFF;
  z-index: 0;
}
.carousel-btn:before {
  content: "";
  background: #FFE347;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: ;
  z-index: -1;
  transition: height 300ms ease;
}
.carousel-btn::after {
  content: "";
  background: #00A651;
  height: 0%;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -2;
  transition: height 300ms ease;
}
.carousel-btn:hover::after {
  height: 100%;
  z-index: -1;
}
.carousel-btn:hover::before {
  height: 0%;
}
.carousel-btn:hover {
  color: #FFF;
}
.owl-nav button {
	top: 44%;
	position: absolute;
}
.owl-nav .owl-prev {
	left: -90px;
}
.owl-nav .owl-next {
	right: -90px;
}
.carousel-bttom-para p {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
}
#quote p {
  font-size: 39px;
  text-align: center;
  color: #ADADAD;
  font-style: italic;
}
.tree-carousel {
	width: 85%;
	margin: auto;
}

.para-title {
  text-align: center;
  font-weight: bold;
  font-size: 39px;
  margin-bottom: 50px;
}
.single-para h4, .forest-math h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.single-para p, .single-para li, .single-math p, .normal-list li {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
}
.single-para li {
  margin: 0;
  padding-left: 25px;
}
.single-para {
  margin-bottom: 70px;
}
.forest-math h4 {
	font-size: 30px;
	margin-bottom: 25px;
}
.single-math {
	margin-bottom: 50px;
}
.normal-list li {
	margin: 0;
	font-weight: 500;
}
.pricing-bottom-para p {
	font-size: 32px;
	text-align: center;
	font-weight: 500;
}
.single-math:last-child {
	margin-bottom: 0;
}
#pricing-table {
	padding-top: 0;
}
/*========================footer=============================*/
.footer-menu {
	text-align: center;
}


.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  transition: .3s;
}
.footer-menu a:hover {
  color: #FFF;
  background: #339900;
}
.footer-menu {
  margin-bottom: 50px;
}
.footer-main {
  background: #4f8001;
  padding: 100px 0;
  color: #FFF;
}
.single-footer-widget h5 {
  font-size: ;
  font-size: 30px;
  font-weight: bold;
}
.footer-links a {
  font-size: 20px;
}
.footer-copyright p {
  text-align: ;
  margin-top: 10px;
}

.footer-bottom {
  border-top: 2px solid #FFF;
  margin-top: 50px;
  padding-top: 50px;
}
.footer-extra-link li {
  display: inline-block;
}
.footer-extra-link {
  text-align: right;
}
.footer-extra-link li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
.footer-extra-link li:first-child a {
  margin: 0;
}
.footer-extra-link li a {
  margin: 0 25px;
}
.footer-extra-link li:last-child a {
  margin: ;
  margin-right: 0;
}
/*========================footer=============================*/
@media(max-width: 1399px){
.hero-contents h1 {
	font-size: 45px;
}
.hero-contents p {
	font-size: 26px;
}
.hero-contents h4 {
	font-size: 35px;
}
#random-para h2 {
	font-size: 36px;
}
.single-random-content p {
	font-size: 21px;
	line-height: 35px;
}
.tablinks {
	font-size: 22px;
	padding: 10px;
}
.single-tab-inner p {
	font-size: 18px;
	line-height: 25px;
}
.registry h3 {
	font-size: 20px;
}
.styled p {
	font-size: 35px;
}
.tab-btn {
	font-size: 16px;
}
.tab-bottom-para p {
	font-size: 25px;
}
.carousel-header h3 {
	font-size: 32px;
}
#quote p {
	font-size: 30px;
}
.para-title {
	font-size: 32px;
}
.single-para h4, .forest-math h3 {
	font-size: 28px;
}
.single-para p, .single-para li, .single-math p, .normal-list li {
	font-size: 22px;
}
.pricing-bottom-para p {
	font-size: 26px;
	text-align: center;
	font-weight: 500;
}
.footer-menu ul li a {
	font-size: 18px;
}
.single-footer-widget h5 {
	font-size: 24px;
}
}
@media(max-width: 1199px){
.collapse-nav ul li a {
	margin: 10px 10px;
	font-size: 14px;
}
.hero-contents h1 {
	font-size: 35px;
}
.hero-contents p {
	font-size: 20px;
	line-height: 30px;
	margin: 25px 0;
}
.check-btn {
	padding: 12px 50px;
	font-size: 16px;
}
.hero-contents h4 {
	font-size: 28px;
}
#random-para h2 {
	font-size: 32px;
}
.single-random-content p {
	font-size: 18px;
	line-height: 30px;
}
#double-tab {
	padding-top: 0;
}
.tablinks {
	font-size: 20px;
	padding: 8px;
}
.single-tab-inner h2 {
	font-size: 26px;
}
.single-tab-inner p {
	font-size: 16px;
	line-height: 20px;
}
.registry h3 {
	font-size: 18px;
}
.styled p {
	font-size: 26px;
}
.commitement {
	font-size: 16px !important;
	padding: 30px 40px;
}
.tab-btn {
	font-size: 15px;
	padding: 15px 0;
}
.tab-bottom-para p {
	font-size: 22px;
}
.carousel-header h3 {
	font-size: 28px;
}
.carousel-bttom-para p {
	font-size: 25px;
}
#quote p {
	font-size: 23px;
	line-height: 33px;
}
.para-title {
	font-size: 28px;
}
.single-para h4, .forest-math h3 {
	font-size: 26px;
}
.single-para p, .single-para li, .single-math p, .normal-list li {
	font-size: 20px;
}
.forest-math h4 {
	font-size: 22px;
	margin-bottom: 25px;
}
.pricing-bottom-para p {
	font-size: 20px;
}
.single-tab-inner {
	margin: 5px;
}
}
@media(max-width: 992px){
.header-logo {
	text-align: center;
	margin-bottom: 10px;
}
.hero-contents h1 {
	font-size: 28px;
}
.hero-contents p {
	font-size: 17px;
	line-height: 25px;
	margin: 25px 0;
}
.hero-contents h4 {
	font-size: 22px;
}
.single-sponsor img {
	max-width: 90px;
}
.tab-flexur {
	display: inherit;
}
.single-tab-inner {
	width: 350px;
	margin: auto;
	border: none;
	margin-bottom: 35px;
	box-shadow: 0 0 17px #DDD;
}
.tab-inners, .pricing-table-inner {
	box-shadow: none;
	margin: 70px 0;
}
.tab-bottom-para p {
	font-size: 18px;
}
#quote p {
	font-size: 20px;
	line-height: 33px;
}
.carousel-bttom-para p {
	font-size: 20px;
}
.para-title {
	font-size: 22px;
}
.single-para h4, .forest-math h3 {
	font-size: 22px;
}
.forest-math h4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.single-para p, .single-para li, .single-math p, .normal-list li {
	font-size: 18px;
}
.pricing-bottom-para p {
	font-size: 16px;
}
.footer-menu ul li a {
	font-size: 14px;
	padding: 10px;
}
.single-footer-widget {
	text-align: center;
	margin-bottom: 30px;
}
}
@media(max-width: 767px){
.tree-carousel {
	width: 350px;
	margin: auto;
}
.hero-contents {
	width: 350px;
	margin: auto;
	margin: 50px auto;
}
.hero-contents p {
	padding: 0;
}
.single-sponsor img {
	max-width: 70px;
}
.single-random-content p {
	font-size: 16px;
	line-height: 27px;
}
.footer-bottom, .footer-extra-link {
	text-align: center;
}
/*hamburger-menu*/
.nav-down {
	background: #FFF;
	width: 100%;
	z-index: 999;
}
.nav-up {
	position: fixed;
	width: 100%;
	background: #FFF;
	z-index: 999;
	box-shadow: 0 0 12px #999;
}
header {
	position: relative;
	min-height: 100px;
}
.header-logo {
	position: absolute;
	left: 0;
}
.nav-header {
	position: absolute;
	width: 45px;
	height: 45px;
	background: 0 0;
	cursor: pointer;
	z-index: 99;
	right: 0;
}
.hamburger {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #339900;
  top: 50%;
  transform: translate(0%,-50%);
  right: 15px;
}
.hamburger:before,
.hamburger:after{
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background: #339900;
  transition: .5s;
  left: 0;

}
.hamburger:before{
  top: -10px;

}
.hamburger:after{
  top: 10px;
  
}
.nav-header.active .hamburger{
  background: rgba(0,0,0,0);
}
.nav-header.active .hamburger:before{
  top: 0;
  transform: rotate(45deg);
  background: #FFF;
}
.nav-header.active .hamburger:after{
  top: 0;
  transform: rotate(135deg);
  background: #FFF;

}
.collapse-nav {
	position: fixed;
	min-height: 100vh;
	background: #339900;
	left: -400%;
	width: 300px;
	z-index: 8;
	top: 0;
	box-shadow: 0 0 1862px 438px #000;
	transition: .3s;
}
.collapse-nav ul li a:hover {
	color: #000;
}
.collapse-nav ul li {
	display: block;
}
.collapse-nav {
	text-align: left;
	padding: 20px;
}
.mobile-logo {
	display: block;
	margin-bottom: 50px;
}
.collapse-nav ul li a {
	margin: 10px 10px;
	font-size: 16px;
	color: #FFF;
	transition: .3s;
}
.collapse-nav.active {
	left: 0;
}
/*hamburger-menu end*/
}
@media(max-width: 575px){
.owl-dot span {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #FFFFFF;
	margin: 0 5px;
	border-radius: 50%;
}
.owl-dots {
	text-align: center;
	margin-top: 15px;
}
.owl-dot.active span {
	background: #00A651;
}
.tree-carousel {
	width: 350px;
	margin: auto;
}
.owl-nav .owl-prev {
	left: -25px;
}
.owl-nav .owl-next {
	right: -25px;
}
section {
	padding: 50px 0;
}
#sponsors {
	display: none;
}
.hero-contents {
	width: 300px;
}
.hero-contents h4 {
	font-size: 18px;
}
.sponsors-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.single-sponsor {
	width: 50%;
	text-align: center;
	margin-bottom: 30px;
}
.single-sponsor img {
	max-width: 90px;
}
#random-para h2 {
	font-size: 22px;
}
.single-random-content p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -.5px;
}
.tab {
	width: 320px;
}
.tablinks {
	font-size: 18px;
}
.single-tab-inner {
	width: 320px;
}
.tab-bottom-para p {
	font-size: 16px;
}
.carousel-header h3 {
	font-size: 22px;
}
.tree-carousel {
	width: 310px;
	margin: auto;
}
.carousel-bttom-para p {
	font-size: 16px;
}
#quote p {
	font-size: 16px;
	line-height: 25px;
}
.para-title {
	font-size: 18px;
}
.single-para h4, .forest-math h3 {
	font-size: 17px;
}
.single-para p, .single-para li, .single-math p, .normal-list li {
	font-size: 16px;
}
.forest-math h4 {
	font-size: 16px;
}
.footer-menu ul li {
	display: block;
}
.hero-contents h1 {
	font-size: 23px;
}
.header-logo {
	left: 15px;
}
.nav-header {
	right: 15px;
}
}