body{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	font-family: 'Londrina Solid', cursive;
}
#form2{
	padding: 25px 0px;
	background: #ecfafd;
}
#form2 h3{
	font-family: 'Londrina Solid', cursive;
	text-align:center;
}
#form2 form{
	margin:0px auto;
	text-align:center;
}
#form2 .input{
	height: 34px;
    padding: 2px;
	font-family: 'Londrina Solid', cursive;
}
#form2 .input2{
    padding: 5px 12px;
    background: #f5e659;
    font-family: 'Londrina Solid', cursive;
}
#welcome{
	width:100%;
	height:auto;
	max-width:100%;
	margin:0px;
	padding:20px 0px;
}
#welcome h3{
	margin:0px;
	padding:0px;
	font-family: 'Londrina Solid', cursive;
	text-align:center;
}
#welcome h4{
	margin:10px 0px;
	padding:0px;
	font-family: 'Londrina Solid', cursive;
	color:#eb4343;
	font-weight:bold;
	text-decoration:underline;
}
#welcome h3 span{
		background:#f5e659;
		    padding: 3px;
}
#welcome h3 b{
		font-weight:bold;
}
#welcome p {
    margin: 10px;
    padding: 0px;
	font-family: 'Londrina Solid', cursive;
	font-weight:400;
	text-align:center;
}
#welcome figure img{
	margin:0px auto;
}
#services{
	width:100%;
	height:auto;
	max-width:100%;
	margin:0px;
	padding:0px;
}
#services h3{
	margin:0px;
	padding:0px;
	font-family: 'Londrina Solid', cursive;
	text-align:center;
}
#services h3 span{
		background:#f5e659;
		    padding: 3px;
}
#services .service-inner{
	width:100%;
	height:auto;
	max-width:100%;
	margin:25px 0px 5px 0px;
	padding:0px;
}
#services .service-inner p{
	text-align: justify;
	    margin: 5px 0px;
}
#services2{
	width:100%;
	height:auto;
	max-width:100%;
	margin:0px;
	padding:0px;
	background: #eeeeee;
}
#services2 h3{
	margin:10px 0px;
	padding:0px;
	font-family: 'Londrina Solid', cursive;
	text-align:center;
}
#services2 h3 span{
		background:#f5e659;
		    padding: 3px;
}
#services2 figure img{
	margin:25px 0px;
}
#services2 p{
	text-align: center;
	margin: 0px 0px;
	font-family: 'Londrina Solid', cursive;
}
#services3{
	width:100%;
	height:auto;
	max-width:100%;
	margin:0px;
	padding:0px;
}
#services3 h3{
	margin:10px 0px;
	padding:0px;
	font-family: 'Londrina Solid', cursive;
	text-align:center;
}
#services3 h3 span{
		background:#f5e659;
		    padding: 3px;
}
#services3 figure img{
	margin:25px 0px;
}
#services3 p{
	text-align: center;
	margin: 0px 0px;
	font-family: 'Londrina Solid', cursive;
}
footer{
	background:#f5e659;
	padding: 35px 0px;
}
footer h4 {
    font-size: 20px;
	font-family: 'Londrina Solid', cursive;
}
footer ul{
	margin:0px;
	padding:0px;
}
footer ul li{
	list-style-type: none;
	padding:3px 0px;
	font-family: 'Londrina Solid', cursive;
}
footer a {
    color: #ffffff;
	padding: 0px 3px;
    text-decoration: none;
}
footer p {
    margin: 0px;
	font-family: 'Londrina Solid', cursive;
}
.breadcrumb{
	margin:0px;
	padding:10px 0px;
	background:#fff8b5;
	margin-bottom:0px!important;
}
.breadcrumb h4{
	margin:0px;
	font-size:20px;
	font-weight:bold;
	padding:0px 0px;
	font-family: 'Londrina Solid', cursive;
}
.breadcrumb p{
	margin:0px;
	padding:0px 0px;
	text-align:right;
	font-family: 'Londrina Solid', cursive;
}
.breadcrumb p a{
	color:red;
}
.inner-page-content{
	margin:0px;
	padding:10px 0px;
	width:100%;
	height:auto;
	max-width:100%;
}
.inner-page-content h3 {
    font-size: 24px;
	font-family: 'Londrina Solid', cursive;
	text-decoration:underline;
	font-weight:bold;
}
.inner-page-content h4{
    font-size: 20px;
	color:red;
	font-family: 'Londrina Solid', cursive;
}
.inner-page-content p{
	font-family: 'Londrina Solid', cursive;
}
.inner-page-content ul li{
	font-family: 'Londrina Solid', cursive;
	font-size:16px;
}
.inner-page-content h2{
	font-family: 'Londrina Solid', cursive;
	text-decoration:underline;
	text-align:center;
}
#form3{
	padding:15px 10px;
	background: #f3e77b;
}
#form3 h3{
	font-family: 'Londrina Solid', cursive;
	text-align:center;
}
#form3 form{
	margin:0px auto;
	text-align:center;
}
#form3 .input{
	height: 34px;
	width:100%;
    padding: 2px;
	margin: 2px 0px;
	font-family: 'Londrina Solid', cursive;
}
#form3 .input2{
    padding: 5px 12px;
	background: #e32b2b;
	margin: 10px 0px;
    color: #fff;
    font-family: 'Londrina Solid', cursive;
}