#templateBody{
font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color: #000000;
}
/* Header CSS  */
.header{
	background: #f2f9ff url(../images/header-bg.png);
	background-size: cover;
	background-position: top center;
	padding: 30px 0px 140px;
}
.form-btn a {
    border-radius: 5px;
    background-color: #ff4545;
    text-decoration: none;
    text-align: center;
	width:100%;
    display: inline-block;
	padding: 26px 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
	position: relative;
}

.form-btnn a {
    border-radius: 5px;
    background-color: #ff4545;
    text-decoration: none;
    text-align: center;
    width:100%;
    display: inline-block;
    padding: 15px 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}



.footer-section{
	padding:20px 0px;
	background:#100e22;
}

.social-icon a{
	list-style:none;
}
.social-icon a{
	height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    margin-left: 10px;
    text-decoration: none;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.second-section{background: url(../images/second-bg.png);
	background-size: cover;
	background-position: top center;
	padding: 40px 0px;
}
	
.testimonial-image{
	margin-top: -30px;
}
.form-control, 
.form-control:focus {
    display: block;
    width: 100%;
    height: 70px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}
.tick li{
	background:  url(../images/tick.png) no-repeat;
	list-style:none;
	padding:0px 0px 20px 30px;
}

@media(max-width: 767px){
	.second-section{
	padding: 10px 0px;
}

.xs-text-center{margin-left:auto;margin-right:auto;}
.header {
    padding: 30px 0px 70px;
}
.form-btn a {
    padding: 17px;
    font-size: 18px;
}
.form-control, .form-control:focus {
    height: 50px;
}
}

::-webkit-input-placeholder {color: #000 !important;font-size: 16px;}
::-moz-placeholder {color: #000 !important;font-size: 16px;}
:-ms-input-placeholder {color: #000 !important;font-size: 16px;}
:-moz-placeholder {color: #000 !important;font-size: 16px;}