/*** 
====================================================================
	Of Contact Page
====================================================================
***/
.ep-contact-sec h2{
	font-size: 32px;
}
.section-title-tagline {
    color: var(--text-color);
    font-size: 18px;
    line-height: 30px;
}
.section-title-tagline::after {
    content: '';
    background: var(--danger-color);
    width: 20px;
    height: 3px;
    margin-left: 10px;
}
.contact-page-info li .contact-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    background:var(--text-color);
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 24px;
    color: var(--white-color);
    margin-right: 15px;
}
.contact-page-info li{
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 25px;
}
.contact-page-info li:hover .contact-icon{
	background-color: var(--danger-color);
}
.contact-page-info li a{
	color: var(--text-color);
}
.contact-page-info .text-caption{
	font-size: 20px;
	line-height: 26px;
	color: var(--black);
}
.contact-page-info li p.address{
	font-size: 15px;
	line-height: 20px;
}
.ep-form-block .field .icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--danger-color);
	left: 0;
}
.ep-form-block .input-group-text{
	background-color:#e7e6e6;
	color: var(--grey-color);
	border-color: #e7e6e6;
	border-radius: 10px;
}
.ep-form-block .btn{
	font-size: 18px;
	padding: 10px 36px;
}