*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none!important;
}
h1{
	
	font-family: 'League Spartan', sans-serif;

}
h2{
	
	font-family: 'League Spartan', sans-serif;

}
h3{
	
	font-family: 'League Spartan', sans-serif;

}
p{
	font-size: 16px;
}
.for-mobile{
	display: none;
}




/* #hero */
#hero{
	width: 100%;
	display: flex;
	padding: 50px 0 150px;
	background: linear-gradient(rgba(100, 154, 105, 0.9), rgba(100, 154, 105, 0.6)), url(../images/hero-bg.jpg) top   no-repeat fixed;
	background-size: cover;
}
.hero-content h2{
	color: #fff;
	font-size: 50px;
}
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 100px;
}
.logo a {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}
.header-left p{
	color: #fff;
	font-size: 20px;
}
.header-left a{
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}
.header-left a:hover{
	color: #fff;
}
.hero-content{
	padding-right: 8N0px;
}
.hero-content h2{
	font-size: 45px;
	line-height: 46px;
	text-align: center;
}
.hero-content p{
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.contact-from{
	width: 100%;
	background-color: #395268a9;
	padding: 40px 30px;
	border-radius: 4px;
}
.contact-from h3{
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	font-size: 25px;
	font-family: 'League Spartan', sans-serif;
}

.contact-from input{
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	outline: none;
	border: none;
	background: rgba(255, 255, 255, 0.466);
}
.contact-from input::placeholder{
	color: #fff;
}
.contact-from textarea::placeholder{
	color: #fff;
}
select.dropdown {
    width: 100%;
    padding: 10px 7px;
    margin-bottom: 15px;
    background: #b9c2caeb;
    color: #fff;
	outline: none;
	border-radius: 4px;
}
.contact-from textarea{
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 10px;
	outline: none;
	background: rgba(255, 255, 255, 0.466);
	border: none;
}
.contact-from button{
	background: #000;
	color: #ffff;
}
.contact-from button:hover{
	color: #fff;
}
.dis-flex{
	display: flex;
	align-items: center;
}

/* #hero-bottom */
#hero-bottom{
	padding: 20px 50px;
	display: flex;
	width: 80%;
	margin:  0 auto;
	background: #f1592a;
	margin-top: -100px;
}
.hero-bottom{
	display: flex;
	width: 100%;
}
.hero-bottom-box{
	padding: 10px;
	text-align: center;
	width: 25%;
	border-right: 1px #fff solid;

}
.hero-bottom-box:last-child{
	border-right: none;
}
.hero-bottom-box h3{
	color: #fff;
	font-size: 25px;
	margin-top: 10px;
}

/*#about-us*/

#about-us{
	display: flex;
	width: 100%;
	padding: 100px 0 150px;
	background: #ffffff;
	
}
.about-us{
	text-align: center;

}
.about-us p{
	font-weight: 700;
	font-size: 25px;
	margin-top: 30px;
}
.about-pic{
	display: flex;
	margin-top: 50px;
	align-items: center;
}
.about-box{
	width: 30%;
	margin: 0 10px;
}
.about-box img{
	width: 100%;
}
.about-box a{
	display: block;
}
#call-to-action{
	width: 100%;
	padding: 140px 0;
	background:linear-gradient(rgba(100, 154, 105, 0.9), rgba(100, 154, 105, 0.6)), url(../images/call.jpg)top  center no-repeat fixed; 
	background-size: cover;

}


.call-btn a{
	padding: 10px 35px;
	background-color: #283891;
	color: #fff;
	border-radius: 4px;
}
.call-btn a:hover{
	color: #fff;
}
.call{
	text-align: center;
	color: #fff;
}
.call-left h2{
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 0;
}
.call-left h3{
	font-weight: 700;
	font-size: 35px;
}
.call-left p{
	font-size: 20px;
	margin-bottom: 30px;
}
.call-right a{
	font-size: 20px;
	color: #fff;
	padding: 10px 30px;
	border: 2px #fff solid;
	border-radius: 4px;
	transition: .6s;
}
.call-right a:hover{
	background: #000;
	color: #fff;
}


#service{
	width: 100%;
	padding: 100px 0;
	background: #F6F9FE;
}
.service-box{
	width: 100%;
	background:linear-gradient(rgba(100, 154, 105, 0.9), rgba(100, 154, 105, 0.6)) ;
	background-size: cover; 
	padding: 50px 30px 30px;
	color: #fff;
	text-align: center;
	transition: .6s;
	margin-bottom: 30px;
	box-shadow: -5px 5px 13px #1a1a1a17, 5px -5px 13px #1a1a1a17;
}
.service-box:hover{
	
	background:rgb(48, 171, 48)
}
.service-img{
	padding: 20px;
	
	margin-bottom: 20px;
	background: #fff;
	display: inline-block;
	border-radius: 100%;
}
.sponser-box img{
	width: 100%;
	padding: 20px 20px 30px;
	background: transparent;
}


.service-box h3{
	font-size: 30px
}
#report{
	width: 100%;
	padding: 100px 0;
}
.report-content a{
	width: 100%;
	padding: 10px 35px;
	color: #fff;
	background: #83AE89;
	border-radius: 5px;
	transition: .6s;
}
.report-content a:hover{
	background: #000;
	color: #fff;
}
.report-content{
	padding-left: 30px;
}
.report-content p{
	margin-bottom: 30px;
}
#footer{
	background-color: #333;
	padding:15px 0;
	text-align: center;

}
#footer p{
	padding: 0;
	color: #fff;
	margin: 0;
}
#footer a{
	
	color: #fff;
	font-weight: bold;
}



#textmonail{
	display: flex;
	width: 100%;
	padding: 100px 0;
	background-color: #83AE89;
}
.secetion-title2{
	text-align: center;
	padding-bottom: 40px;
}
.secetion-title2 h2{
	font-size: 45px;
}
.secetion-title2 h2 span{
	color: #283891;
	font-family: 'League Spartan', sans-serif;
}
.textmonail{
	text-align: center;
	color: #fff;
}
.textmonail img{
	width: 80px;
}
.textmonail p{
	margin: 30px 0;
}
#call-to-action2{
	width: 100%;
	padding: 150px 0;
	text-align: center;
	background: linear-gradient(rgba(10, 10, 10, 0.9), rgba(19, 19, 19, 0.848)), url(../images/3.jpg)top  center no-repeat fixed; 
	background-size: cover;
	color: #fff; 
}
#call-to-action2 a{
	width: 100%;
	padding: 10px 35px;
	color: #fff;
	background: #83AE89;
	border-radius: 5px;
	transition: .6s;
}
#call-to-action2 a:hover{
	background: #000;
	color: #fff;
}
#call-to-action2 p{
	margin-bottom: 30px;
}


