/* ----------------------------------------------------
	ADD CUSTOM STYLES HERE...
------------------------------------------------------- */  
.serbox h2{
	padding-top:5px;
	color:#153273
}
.serbox p{
	line-height:25px;
	color:#333;
}
.serbox a button{
		margin-top:20px;
		background: #e6292c;
        padding: 15px 20px;
        color: #fff;
        font-weight: 600;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
}
.serbox a button:hover{
	background: #153273;
}
.serbox img{
	 transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
}
.serbox img:hover{
	box-shadow:5px 8px 4px #00000010;
}
.banner3 h1{
	color:#333!important;
}
.banner3 h1 span{
	color:#e6292c!important;
}
.contactform{
	position:relative;
}
.contactform i{
	font-size:40px;
	position:absolute;
	z-index:999;
	color:#e6292c;
	right:-5px;
	top:-8px;
}
.contactform i:hover{
	
}
.mt20{
	margin-top:30px;
}
.abtcnt h1{
	padding-top:5px;
	color:#153273;
	font-size:35px;
}
.abtcnt p{
	line-height:25px;
	color:#333;
	font-size:16px;
}
.copyright p a{
	
}
.copyright p a:hover{
	color:#fff;
}
.fontbig{
    font-size: 20px;
    line-height: 38px;
}


















