@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, p{
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
}

.header{
	position: absolute;
	width: 100%;
	z-index: 9;
	padding: 8px 0px;
}

.header .logo{
	height: 120px;
}

.header .btn{
	text-transform: uppercase;
	border-radius: 50px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #007e45;
  z-index: 99;
}

.header.sticky .logo{
	height: 65px;
}


.home{
	position: relative;
	width: 100%;
	padding: 130px 0px 80px; 
	/* background: linear-gradient(to bottom right, #276a36 40%, #45a55b 100%); */
	/* background: linear-gradient(to bottom right, #276a36 0%, #309246 100%); */
	/* background: url('../img/home-bg.png'); */

	background: radial-gradient(#44ae5c, #276a36);
}


.home .content{
	text-align: center;
}

.home .content h1{
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 60px;
}

.home .content h1 span{
	/* color: #ffc107!important; */
	display: block;
}

.home .content h2{
	font-size: 25px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #fff;
	margin: 0px 0px 5px 0px;
}




.home .content h4{
	font-size: 30px;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: #212529;
	margin: 0px 0px 20px 0px;
}

.counter-icon{
	font-size: 40px;
	margin-right: 25px;
}

.counter-data{
	text-align: center;
}

.counter-data h3{
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #fff;
}

.counter-data span{
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}

.animate-text{
	margin-top: 40px;
}

.animate-text p{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

.dummy span{
	width: 130px;
	display: inline-block;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 600;
	margin-right: 7px;
}

.reg-date{
	margin-top: 20px;
	font-weight: 600;
	color: #fff;
}

.reg-date span{
	color: #fff;
}

.reg-btn{
	padding: 10px 40px;
	background: linear-gradient(to bottom right, #c3de13 0%, #418e1a 100%);
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	    
	border: 1px solid #42810a;
	font-size: 20px;
}

.reg-btn:hover{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.big-btn{
	width: 370px;
    font-size: 28px;
    display: block;
    margin: 0px auto;
}

.reg-date-and-fee{
	position: relative;
	width: 100%;
	top: -50px;
}

.reg-date-and-fee .card{
	text-align: center;
	/*padding: 15px 20px;*/
	position: relative;
}

.reg-date-and-fee .title{
	background: #306b36;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    text-decoration: none;
    top: 0px;
    width: 45px;
    z-index: 9;
    border-radius: 4px 0 0 4px;

}

.reg-date-and-fee .title span{
	color: #fff;
    display: block;
    margin-top: 80px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    white-space: nowrap;
    position: relative;

}
.reg-date-and-fee p{
	position: relative;
}

.reg-date-and-fee .date{
	font-size: 50px;
	font-weight: 900;
	margin-right: 6px;
	color: #276a36;
}

.reg-date-and-fee .date sup{
	font-size: 16px;
	vertical-align: middle;
}

/*.date-details{
	margin-left: 20px;
}*/

.reg-date-and-fee .date-details span{
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}

.section{
	padding: 40px 0px;
	position: relative;
}

.sec-title h2{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}

.sec-title{
	margin: 0px 0px 30px 0px;
}

.sec-title h2 span{
	color: #000;
}

.service-card-3.bg-grey {
    background: #F5F5F5;
    height: 100%;
}

.service-card-3 {
    padding: 30px 20px;
    background: var(--color-white);
    border-radius: 5px;
    transition: 0.4s;
    position: relative;
    z-index: 2;
}

.service-card-3 .inner .icon {
	width: 50px;
    height: 50px;
    background: rgba(39, 106, 54, 0.15);
    text-align: center;
    margin: 0;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: inline-block;
   
}

.service-card-3 .inner .icon i{
	line-height: 53px;
	font-size: 26px;
	width: 50px;
    height: 50px;
}

.service-card-3 .inner .content .title{
	font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
}

.service-card .description{
	font-size: 14px;
	line-height: 24px;
}

.service-card-3.bg-grey:hover {
    background: #fff;
    box-shadow: 0px 12px 35px rgb(0 0 0 / 7%);
    transform: translateY(-20px);
}

.service-card-3.bg-grey:hover .inner .icon {
	background: #276a36;
	color: #fff;
}

.share-invite{
	position: relative;
	padding: 60px 0px;
	background: url('../img/bg1.jpg') no-repeat;
	background-size: cover;
}


.share-invite:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(39, 106, 54, 0.9);
	/* background: rgba(0, 0, 0, 0.9); */
}

.items{
	position: relative;
	text-align: center;
}

.items h2{
	color: #fff;
	text-transform: capitalize;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}

.social-media{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.social-media li{
	display: inline-block;
	margin: 0px 8px;
}

.header .social-media li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.social-media li a{
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	/* text-shadow:2px 2px rgba(0, 0, 0, 0.5); */
}

.social-media li a.whatsapp{
	background: #35be5c;
}

.social-media li a.twitter{
	background: #009ff0;
}

.social-media li a.telegram{
	background: #00aadf;
}

.social-media li a:hover{
	transform: rotate(360deg);
	transition: 0.5s;
}


.register-action{
	margin-top: 40px;
	text-align: center;
}

.register-action a{
	padding: 15px 100px;
    background: linear-gradient(to bottom right, #c3de13 0%, #418e1a 100%);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
    border: 1px solid #a0c815
}

.register-action a:hover{
	border: 2px solid #63a317;
	background: #63a317;
	color: #fff;
}

.register-action a.schedule-btn{
	background: #000;
	border: 2px solid #000;
	margin-left: 10px;
}

.register-action a.schedule-btn:hover{
	border: 2px solid #63a317;
    background: #63a317;
    color: #fff;
}

.bg-grey {
    background: #ecf0f1!important;
}

.faqs ul{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.faqs ul li{
	display: block;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.faqs ul li:before{
	font-family: 'Font Awesome 5 Pro';
    content: "\f0a9";
    padding-right: 10px;
    color: #276a36;
    position: absolute;
    left: 0;
    top: 0px;
}

.faqs .accordion-button:not(.collapsed){
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
    box-shadow: inherit;
    color: #000;
}

.accordion-button:focus{
	box-shadow: inherit;
}

.faqs .accordion-item{
	margin-bottom: 10px;
}

.features .wrap {
    display: flex;
    background: white;
    padding: 20px;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    min-height: 160px;
    border: 1px solid #efeded;
    align-items: center;
}

.features .ico-wrap {
    margin: 0px 10px 0px 0px;
    width:auto;
}

/* .features .ico-wrap img{
	max-width: 100%;
}
 */
.features .mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.features .vcenter {
    margin: auto;
}

.features .mbr-section-title3 {
    text-align: left;
}
.features h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.features .display-5 {
    font-size: 20px;
}
.features .mbr-bold {
    font-weight: 700;
    color:#000;
}

.features p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.features .display-6 {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}

.features .content{
    margin-top: 25px;
}

.features .content h4{
    text-align: center;
    color: #000;
    line-height: 27px;
    font-weight: 700;
    font-size: 17px;
}

.footer{
	padding:10px 0px;
	width: 100%;
	background: #276a36;
}

.footer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer ul li{
	display: inline-block;
	margin-right: 10px;
}

.footer ul li a{
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.footer ul li a:hover{
	color: #b4dd11;
}

.footer p{
	color: #fff;
	font-size: 13px;
	text-align: right;
}

.footer a{
	text-decoration: none;
	color: #b4dd11;
}

.schedule{
	margin-top: 40px;
}

.schedule h3{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.mob-btn{
	background: linear-gradient(to bottom right, #c3de13 0%, #418e1a 100%);
	
	width: 100%;
	padding: 6px;
	position: fixed;
	bottom: 0px;
	text-align: center;
	z-index: 99;
	
}

.mob-btn a{
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

.mode span{
	margin: 0px 8px;
	font-size: 25px;
}

.mode .green-text span{
	color: #276a36;
}


@media only screen and (max-width: 768px) {
	.header .logo{
		height: 70px;
	}

	.reg-date-and-fee .card {

		margin-bottom: 0px;
	}

	.reg-date-and-fee  .date-details{

		margin-top: 10px;
	}
	.header.sticky .logo{
		height: 50px;
	}

	.home .content h2{
		font-size: 20px;
	}

	.home .content h4{
		font-size: 20px;
	}

	.counter-data span{
		font-size: 18px;
	}

	.counter-data h3{
		font-size: 24px;
	}

	.home .content h1{
		font-size: 26px;
		line-height: 40px;
	}

	.big-btn{
		width: 100%;
		font-size: 25px;
	}

	.home{
		padding: 80px 0px 80px;
	}

	.title-header span {

		font-size: 14px !important;
	}


	section.home .col-auto {
    margin-right: 0px !important;
}

	.share-invite .items h2{
		font-size: 26px;
	}

	.footer ul{
		text-align: center;
		margin-bottom: 10px;
	}

	.footer p{
		text-align: center;
	}

	.reg-date-and-fee .date{
		font-size: 30px;
	}

	.reg-date-and-fee .title{
		font-size: 14px;
	}

	.reg-date-and-fee .title span{
		margin-top: 60px;
	}

	.sec-title h2{
		font-size: 24px;
	}

	.features .display-5{
		font-size: 18px;
		margin-bottom: 0px;
	}

	.footer{
		padding-bottom: 15px;
	}

	.mode span{
		margin: 0px 0px 6px 0px;
		font-size: 30px;
	}

	.mode .mt-4{
		margin-top: 5px!important;
	}

	.reg-date-and-fee .card-body{
		height: 80px!important;
	}

	.noTests .date{
		margin-top: 10px;
	}

	.animate-text{
		margin-top: 50px;
	}


}

@media only screen and (max-width: 560px) {

	.home .content h2{
		font-size: 16px;
	}
	.home .content h1{
		font-size: 30px;
		line-height: 40px;
	}

	.home .content h1 span{
		display: inline-block;
	}

	/*.reg-date-and-fee .card{
		padding: 10px 10px;
	}
*/
	.reg-date-and-fee .title{
		font-size: 12px;
	}

	.reg-date-and-fee .title span{
		margin-top: 50px;
	}

	.reg-date-and-fee .date{
		font-size: 22px;
	}

	.reg-date-and-fee .date-details span{
		font-size: 12px;
		line-height: 14px;
	}

	.register-action a{
		width: 100%;
		display: block;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.register-action a.schedule-btn{
		margin-left: 0px;
	}

	.reg-date-and-fee .card-header{
		padding: 0.5rem 0.2rem;
	}

	.reg-date-and-fee .card-header.title-header{
		font-size: 12px;
	}

	.reg-date-and-fee .date{
		font-size: 45px;
		display: block;
		line-height: 45px;
	}

	.reg-date-and-fee .date-details{
		margin-top: 0px;
		text-align: center;
	}

	.reg-date-and-fee .date-details span{
		text-align: center;
	}

	.reg-date-and-fee .card-body{
		
		padding: 0.5rem 0.5rem;
	}
	
}

.title-header span {
    /* background: #306b36; */
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 100%;
    /* position: absolute; */
    left: 0;
    text-align: center;
    text-decoration: none;
    top: 0px;
    width: 45px;
    z-index: 9;
    border-radius: 4px 0 0 4px;
}

.reg-date-and-fee .card-body {
    height: 100px;
}

.schedule-btn{
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 30px;
	background: #276a36;
	border: 2px solid #276a36;
	color: #fff;
	border-radius: 7px;
}

.schedule-btn i{
	font-size: 25px;
	position: relative;
	top: 3px;
}

.schedule-btn:hover{
	background: #276a36;
	color: #fff;
}

.whatsapp-btn{
	margin: 20px 0px;
	display: block;
	text-align: center;
}

.whatsapp{
	padding: 10px 40px;
    background: linear-gradient(to bottom right, #c3de13 0%, #418e1a 100%);
    color: #fff!important;
    border-radius: 50px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #42810a;
    font-size: 20px;
}


.schedule .table>tbody{
	vertical-align: middle;
}
.schedule tbody, td, tfoot, th, thead, tr{
	white-space: nowrap;

}	