/*----start- contact---*/
.contact-banner {
	display:block;
	text-align:left;
	background-image:url(../images/contact-header.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	height:200px;
	margin-top:0.8em;
}
.contact-section-left {
	margin-bottom: 1em;
	margin-top:3em;
}
.contact-section-left h3 {
	font-family: 'Roboto Slab', serif;
	color: #000;
	margin: 0 0 0.8em 0;
	font-size: 3.2em;
	font-weight: 600;
	text-transform: capitalize;
}
.contact-section-left h2 {
	font-family: 'Roboto Slab', serif;
	color: #000;
	margin: 1em 0 0.8em 0;
	font-size: 2.4em;
	font-weight: 600;
	text-transform: capitalize;
}
.contact-section-left h1 {
	font-family: 'Roboto Slab', serif;
	color: #000;
	margin: 0em 0 0.8em 0;
	font-size: 2.2em;
	font-weight: 600;
	text-transform: capitalize;
}
.contact-section-left span {
	position: absolute;
	top: 8%;
	left: 3%;
	width: 10%;
	height: 4px;
	background: #EE792D;
	content: '';
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.contact-section-left p {
	font-family: 'Roboto Slab', serif;
	color: #212121;
	font-weight: 400;
	font-size: 1.8em;
	line-height:1.5em;
	padding-bottom:1em;
	margin: 0 auto;
	width:100%;
	padding-right:1em;
}
.living_middle {
	width:100%;
	float:left;
}
.map {
	width:100%;
}
.online {
	width:100%;
	float:right;
	margin-right:3em;
	margin-bottom:1.2em;
}
.living_middle h3 {
	font-family: 'Roboto Slab', serif;
	color: #000;
	margin: 0 0 0.5em 0;
	font-size: 3.2em;
	font-weight: 600;
	text-transform: capitalize;
}
.living_middle p {
	color: #000;
	font-size: 1.5em;
	padding-bottom: 0em;
	font-weight: 600;
}
.to {
	margin-bottom: 0em;
}
.to input[type="text"]:focus {
	box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	-moz-box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	border-color: rgba(238, 121, 45, 0.75) !important;
	outline: medium none;
}
.text input[type="text"], .text textarea:focus {
	box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	-moz-box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	border-color: rgba(238, 121, 45, 0.75) !important;
	outline: medium none;
}
select:focus {
	box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	-moz-box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(238, 121, 45, 0.5);
	border-color: rgba(238, 121, 45, 0.75) !important;
	outline: medium none;
}
.to input[type="text"] {
font-family: 'Poppins', sans-serif;
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 10px;
    padding: 15px;
}
.to input[type="file"] {
    width: 100%;
    border: 1px solid #fff;
    background: #FFF;
    margin: 0 0 5px;
    padding: 20px;
}
.text input[type="text"], .text textarea {
font-family: 'Poppins', sans-serif;
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 15px;
}
.to select {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 10px;
    padding: 20px;
}
.form-submit1 {
	text-align: center;
	margin-top:1em;
}
.form-submit1 input[type="submit"] {
font-family: "Poppins", Arial, sans-serif;
	color: #FFF;
	text-align:center;
	font-size: 25px;
	font-weight: 600!important;
	padding: 15px 60px;
	text-transform: uppercase;
	background:#f76c05;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight:500;
	border: none;
	cursor: pointer;
	outline:none;
}
.form-submit1 input[type="submit"]:hover {
	background: #182937;
	color: #FFF;
}
.form-submit2 {
	text-align: left;
	margin-top:0em;
}
.form-submit2 input[type="submit"] {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
	color: #FFF;
	text-align:center;
	font-weight: normal;
	padding: 10px 40px;
	text-transform: uppercase;
	background:#f76c05;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    font-weight: 600;
	border: none;
	cursor: pointer;
	outline:none;
}
.form-submit2 input[type="submit"]:hover {
	background: #fff;
	color: #333;
}
@media all and (max-width : 1024px) {
.to input[type="text"] {
    padding: 10px;
}
.text input[type="text"], .text textarea {
    padding: 10px;
}
.form-submit1 input[type="submit"] {
	font-size: 20px;
	padding: 10px 30px;
}
.to select {
    padding: 10px;
}
}
.contact-info {
	padding: 0.3em 0;
}
.categories-grid {
	background-color:#fff;
	margin-top:6em;
	border-top:6px solid #051e57;
	border-left: 1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding-bottom:1em;
	padding-left:2em;
	padding-top: 2em;

}
.grid-categories {
}
.grid-categories h4 {
	font-family: 'Roboto Slab', serif;
	color:#051e57;
	text-transform: capitalize;
	font-size:1.7em;
	padding-top:0.3em;
}
.grid-categories h4 span {
	background:#984B1B;
	display:block;
	height:3px;
	width:10%;
	margin-top:0.3em;
	margin-bottom:0.5em;
}
.grid-categories p {
	font-family: 'Roboto Slab', serif;
	color:#444;
	font-size:1.2em;
	padding-bottom:0.5em;
	line-height:1.5em;
	padding-top:0.5em;
}
.grid-categories p a:link {
	color:#444;
}
.grid-categories p a:hover {
	color: #E26D22;
}
.popular li {
	list-style:none;
	padding:0.5em 0;
}
.popular li a {
	color:#838383;
	font-size:1.6em;
	font-weight:500;
}
.popular li a:hover {
	color:#E26D22;
}
.popular li i {
	width: 17px;
	height: 17px;
	background: url(../images/bullets.jpg)no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
}
.contacts {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
}

.contacts h1 {
 font-family: "Old Standard TT", serif;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0px!important;
    margin: 20px 0 15px;
    color: #1c305c;
    font-weight:7400!important;
    text-align: center;
}


.contacts p {
 font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding-bottom: 2em;
    line-height: 22px;
    text-align: center;
}


.contacts h2 {
font-family: 'Quicksand', sans-serif!important;
    font-weight: 700;
    font-size: 20px!important;
    text-transform: uppercase!important;
    text-decoration: none;
    color: #000;
	    padding-bottom: 10px;
}





.contacts-left {
    width: 60%;
    float: left;
    background-color: #FFF;
/*    box-shadow: 0 1px 2px #ddd;*/
    margin-bottom: 0%;
}
.contacts-right {
    width: 40%;
    float: left;
    background-color: #f4f4f4;
    box-shadow: 0 1px 2px #ddd;
padding: 3em!important;
    height: auto;
    margin-bottom: 0%;
}

.contacts-right h1 {
    text-align: center;
    color: #051e57;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.contacts-right h1::after {
    background: rgba(245,85,15,.9);
    content: "";
    display: block;
    height: 4px;
    margin: 20px auto;
    position: initial;
    width: 30px;
}
.contacts-right p {
    color: #000;
    line-height: 1.8em;
    font-size: 18px;
    padding-bottom: 33px;
/*    margin-left: 10%;
    margin-right: 10%;*/
    text-align: left!important;
	font-weight:600;
}
.contacts-right p a {
    color: #000;
    line-height: 1.8em;
    font-size: 17px;
    padding-bottom: 33px;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}
.contacts-right p :hover {
    color: #f76c05;
}
.contacts-left iframe {
    max-width: 100%;
    height: 566px;
}
@media all and (max-width : 800px) {
.contacts-left {
    width: 100%;
    float: left;
}
.contacts-right {
    width: 100%;
    float: left;
}
}
@media all and (max-width : 360px) {
.contacts-right {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
    box-shadow: 0 1px 2px #ddd;
    padding: 0em;
	padding-top:2em;
    height: auto;
    margin-bottom: 5%;
}
}
.col-md-6 {
    float: left;
}

.text {
    padding-right: 15px;
    padding-left: 15px;
}


/*----end- contact---*/
