﻿.contact_page {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}
.contact_page:before {
	background-color: #1b1a1a;
	opacity: 0.4;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
}
.contact_title {
	padding: 125px 0 130px 0;
	width: 100%;
}
.contact_title h1 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: capitalize;
	letter-spacing: -0.95px;
	font-style: italic;
	font-family: play;
}

.contact {
    position: relative;
    width: 100%;
}
/* .contact:before {
    background-image: url('../img/pattern.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */
.contact-inner {
    padding: 100px 0px;
    position: relative;
}

/* .contact-inner:before{
	background-color: rgba(0, 0, 0, 0.3);
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
} */
.contact-from {
    background: #fff;
    border-radius: 10px;
    padding: 40px 50px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.contact-title {
    width: 100%;
}

.contact-title h3 {
    font-size: 36px;
    line-height: 50px;
    font-family: ubuntu-Medium;
    margin-top: 0px;
    margin-bottom: 30px;
}
.contact-details {
    width: 100%;
    margin-bottom: 30px;
}
    .contact-details .form-control {
        background-color: rgba(86, 119, 252, 0.05);
        font-family: Ubuntu-Regular;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 21px;
        padding: 5px 15px;
        font-weight: bold;
        border-color: #ffa508;
        color: #fbfdff;
        resize: none;
    }
.contact-hotline {
    padding: 15px;
    background: #f9b320;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    position: relative;
}
.contact-hotline:before{
	position: absolute;
    content: '\f095';
    font-family: FontAwesome;
    font-size: 160px;
    line-height: 240px;
    line-height: 142px;
    color: rgba(58, 59, 60, 0.15);
    top: 0px;
    left: 0px;	
}
.hotline {
    overflow: hidden;
    float: left;
    text-align: center;
    display: block;
    width: 70%;
    margin-top: 10px;
    z-index: 2;
}
.hotline p {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    font-family: Ubuntu-Medium;
    margin-bottom: 0px;
    line-height: 40px;
}
.hotline-image {
    width: 30%;
    float: right;
}
.hotline-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.contact-info {
    width: 100%;
}
.contact-info h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: Ubuntu-Medium;
    line-height: 30px;
}
.contact-info p {
    font-family: Ubuntu-Regular;
    color: #7a7777;
}
.contact-details button {
	background: #FFB407;
	padding: 10px;
	border: #FFB407;
	color: #fff;
	font-size: 18px;
	font-family: play;
}
.contact-details button:hover {
	border: 1px solid #FFB407;
	color: #FFB407;
	background: #fff;
}
.form-control {
	color: #9b9b9b;
	font-size: 13px;
	font-weight: 400;
	/*height: 50px !important;
	line-height: 50px !important;*/
	/* border: none; */
	    background: transparent !important;
	padding-left: 20px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact_title h2 {
    color: #f0b90b;
    margin-bottom: 2%;
    font-size: 200%;
}
.contact_title h4 {
    font-size: 20px;
}