﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&family=Poppins:wght@300;400&display=swap');

body {
	font-size:15px !important;
/*	font-family: 'Roboto', sans-serif;*/
	font-family: 'Poppins', sans-serif !important;

}

h1, h2, h3, h4 {
	margin:10px 0;
	font-family: 'Roboto Slab', serif;
	font-weight:bold !important;
}
h4{
	color: #000 !important;
	font-size: 22px !important;
}
h5{
	color: #087A0E;
	font-size: 18px !important;
}
h3 {
	color: #222222;
	font-size:2.0em;
	font-weight: 600;
	padding-bottom:10px;
}
h1 {
	color:#555;
	font-size: 45px !important;
	padding-bottom: 25px;
	line-height:50px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
	text-transform: uppercase;
}
a{ color: #000 !important;}
a:hover{
	color: #218810 !important;
}
h1 span {
	color: #3fab3c;
}

p {
	color: #000;
	line-height: 30px;
	font-size: 16px;
}

p span {
	font-weight: 600;
	font-size: 1.2em;
	font-style: italic;
	font-family: 'Roboto Slab', serif;
}


hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.no-padding{
	padding-left: -15px;
	padding-right: -15px;
}
.green{
	color: #1BE732;
}
.green:hover{
	color: #fff;
}
.bullet2 li{
	list-style-image: url("../img/bullet.png");
	line-height: 2.5em;
	font-size: 16px;
	    margin-left: 40px;
}
/*--------------
images
--------------*/
.box-images-parallax {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.box-images-parallax .front-element {
	margin-left: 40px;
	position: relative;
	/*margin-top: -20px;*/
	z-index: 2;
}
.box-images-parallax .back-element {
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
}
/*--------------
Animation
--------------*/

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}
 @-webkit-keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
@keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
/*--------------
images effect end
--------------*/


/***********About page********************************/
.welcome{
	padding: 2em 0 5em 0;
}

.welcome-box {
	margin:20px 0 0;
	padding: 20px 15px!important;
	box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.11);
	background: #fff;
	background: url("../img/about-bg.jpg") no-repeat;
	background-size: cover;
}

.welcome-box i {
	color:#76d5f9;
	font-size: 2.5em !important;
	float: left;
	padding-right: 15px;
	height: 80px;
}
.welcome-box p{
	text-align: justify;
}
.welcome p{
	text-align: justify;
}
.welcome-box h3 {
	margin: 0px;
}

/***********About page end********************************/
/***************Inner banner**************************************/
.about-details {
	padding: 100px 0;
	background: url("../img/inner-banner.png") no-repeat;
	/*margin-bottom: 280px;*/
/*	background-size: cover !important;*/
	background-size: 100%;
}
.about-details h3 span{
	color: #56c65b;
}
.about-details h3 {
	font-size: 60px;
}
/***************Inner banner end**************************************/

/*****************About Us*******************************/
.m-3{
	margin-top: 2em !important;
}
.about-box {
	    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 20px 20px 30px 20px;
    background: #fff;
	margin-top: 25px;
	text-align: center;
	
}
.about-box h2 {
	font-weight: 600;
	font-size: 23px;
	text-transform: capitalize;
	color:#333;
	text-align: center;
	line-height: 2em;
}
.about-box p{
	text-align: center !important;
}
.main-title span.section-sub-title {
    font-size: 3.5em;
    
    text-transform: uppercase;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    color: #316a25;
}
.about-section1 {
   /* padding-top: 100px;*/
    padding-bottom: 100px;
}
.about-section1 p{
	text-align: justify;
}
.section-capture {
    margin-bottom: 80px;
}
.about-section1 .main-title {
    text-align: center;
}
.about-section1 .main-title span.section-sub-title {
    font-size: 112px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    color: #999;
}
.about-section1 .main-title h2 {
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    margin-top: 15px;
}
.about-img img {
    border: 2px solid #316a25;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/********************Faq***************************************/
.card-text{
overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}

.btn-link {
    background-color: #42c800 !important;
    color: #fff !important;
}
.card-header {
    background-color: #42c800 !important;
    color: #fff !important;
    border: #fff solid !important;
}
.btn-link:hover{
	background-color: #42c800 !important;
    color: #fff;
	}

.btn{
	font-size: 1.5rem !important;
	padding: 1rem 0.75rem !important;
}
.welcome .container{
	width: 100% !important;
}
/*****************Contact*****************************/
.contact {
	background:url(../img/contact-bg.jpg) no-repeat;
	background-size: cover;
	padding: 4em 4.0em;
}
.contact h1 {
	color: #fff;
	text-align: center;
}
.contact p {

	color:#fff;
	
	line-height:35px;

	text-align: center;
	
}
.contact-box2{
	border: 2px dashed #fff;
	margin-top: 3%;
	padding: 10px;
}
.contact {
	
	padding: 6em 0em;
}
.contact h1 {
	text-align: center;
}
.contact .line {
	margin: 0px auto;
}
.contact-box {
	    box-shadow: 0px 1px 60px 30px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 20px 20px 30px 20px;
    background: #fff;
	margin-top: 25px;
	
}
.contact-box h2 {
	font-weight: 600;
	font-size: 23px;
	text-transform: capitalize;
	color:#333;
	text-align: center;
	line-height: 2em;
}
.contact-box:hover h2 {
	color:#fff;
}
.contact-box img{
	
	width: 80px;
	height: 80px;
		
}
.contact-box p {
	color:#333 !important;
	text-align: left;
}

.contact-box:hover{
	color: #fff !important;
}
.contact-box li {
	color:#333 !important;
	text-align: center;
}
.contact-box:hover li {
	color:#fff !important;
	text-align: center;
}


.clr {
	clear:both;
}

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-50px);
 transform: translateY(-50px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-50px);
 transform: translateY(-50px);
}
}
@media (min-width: 1281px){
.desktop .master-wrapper-content {
    padding: 15px 0px 45px !important;
}
	.page{
		min-height: 0px !important;
	}
	.page-title h1{
		display: none;
	}
}
@media (max-width:1024px){
	.about-details {
		    padding: 25px 0 50px 0 !important;
	}
	.about-box{
		min-height: 391px;
	}
}
@media (min-width: 980px){
	.desktop .master-wrapper-content{
		padding: 0px 0px 50px !important;
	}
	.page{
		min-height: 0px !important;
	}
	.page-title h1{
		display: none;
	}
}
@media (max-width:600px){
h1 {
    color: #555;
    font-size: 25px !important;
	}
	.about-details {
    padding: 5px 0 !important;
	}
    .page {
        min-height: 0px !important;
    }

    .page-title h1 {
        display: none;
    }
	h3{
		font-size: 1.5em;
	}
	.contact-box img {
    width: 60px;
    height: 60px;
}
}