@CHARSET "UTF-8";
/**
 * @package    manicontact
 * @subpackage CSS
 * @author     fatemeh salahhshour {@link http://www.themeiran.com}
 * @author     Created on 13-Sep-2018
 * @license    GNU/GPL
 */
.mani-g-loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background: url('../images/loader-en.gif') 50% 50% no-repeat rgb(80,80,80,0.5);
    background-size: 150px;
}

.mani-g-loader-none {
	display: none;
}

/********/
#com_manicontact_map{
	position: relative;
	width: 100%;
	float: right;	
}

#contact_message{ 
	color:#721c24;
	width: 100%;
	float: right;
}
#contact_message.ok {
	color: #3c763d;
} 
.com_manicontact {
	position: relative;
	width: 100%;
	float: left; 
	direction: ltr;
	text-align: left;
}

.com_manicontact .input_box{
    position: relative;
}
.com_manicontact span.err {
    color: #fa4251;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    line-height: 38px;
    display: none;
    padding-left: 10px;
    border: 1px solid #e2e2e2 !important;   
    font-size: 12px; 
}
.com_manicontact span.err::after {
    font-family: FontAwesome;
    content: "\f00d";
    position: absolute;
    right: 10px;
    top: 0;
}
.com_manicontact [class*="col-xl-"] {
	padding: 0 !important;
}
.com_manicontact h1 {    
	font-size: 25px;
    margin: 0 0 15px;
    line-height: normal;
	font-family: 'ITCAvantGardeGothic';
}
.com_manicontact h4.subtitle {    
	font-size: 16px;
    margin: 0 0 15px;
    line-height: normal;
    font-weight: normal;
	font-family: 'ITCAvantGardeGothic';
}
.com_manicontact ul{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.com_manicontact ul li{
	width: 100%;
	float: left;
	padding: 0 20px 0 35px;
	margin: 0 0 25px;
	position: relative;
}
.com_manicontact ul li:last-child{
	margin: 0;
}
.com_manicontact ul li > div{
	float: left;
}
.com_manicontact ul li .icon{
	float: left; 
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 5px
}
.com_manicontact ul li .icon .fa-fax{ 
	font-size: 24px;
}
.com_manicontact ul li .icon .fa-mobile{ 
	font-size: 45px;
}
.com_manicontact ul li h4{
	font-size: 18px;
	margin: 10px 0 15px !important;
	line-height: normal;
}
.com_manicontact .share_position{
	width: 100%;
	float: left;
	margin: 15px 0 0;
}
/********/
.com_manicontact .card{
	margin-top: 30px;
}
.com_manicontact .card .card-header {
    margin-bottom: 0; 
    border-radius: 3px !important;
    padding: 25px !important;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -30px;
    border: none !important;
	font-size: 18px;
	text-align: center !important;
	font-family: 'ITCAvantGardeGothic';
	text-transform: uppercase;
}
.com_manicontact .card form {
	padding: 30px 20px 15px;
	color: #333;
}
.com_manicontact .card form .contact_row{    
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}
.com_manicontact .card form .contact_row > div.col-xl-6:first-child{
	padding-right: 10px !important;
}
.com_manicontact .card form .contact_row > div.col-xl-6:last-child{
	padding-left: 10px !important;
}
.com_manicontact form input {
    border-radius: 0 !important;
    height: 40px !important;
    border: 1px solid #e2e2e2 !important;
}
.com_manicontact form .contact_row .btn {
	border: none !important;
    padding: 8px 50px;
    color: #fff;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    border-radius: 5px !important;
    font-size: 14px;
	float: right;
	font-family: 'ITCAvantGardeGothic';
}
.form-control:focus{
	outline: none !important;
	box-shadow: none !important;
	color: inherit !important;
}
.com_manicontact form .each_contact {
    margin-bottom: 15px;
}
.com_manicontact .g-recaptcha{
	transform: scale(0.7);
	transform-origin: left;
}
/********/
#com_manicontact_map{
	position: relative;
	width: 100%;
	float: left;	
}

@media (max-width : 570px) {
	#com_manicontact{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.com_manicontact .card {
		margin-top: 50PX;
	}
	.com_manicontact .card form .contact_row > div.col-xl-6:first-child{
		padding-right: 0 !important;
	}
	.com_manicontact .card form .contact_row > div.col-xl-6:last-child{
		padding-left: 0 !important;
	}
	.com_manicontact form .contact_row .btn {
		float: left;
	}
}








