.page-con-area {
    background-image: url('../images/page-con-area-bg.png');
    background-color: #ab8d69;
    background-position: center top;
}
.page-header {
    background-image: url('../images/page-header-bg.jpg');
    background-color: #ab8d69;
    background-position: center top;
    background-repeat: no-repeat; 
}
.page-title {
    font-family: antonio;
    font-size: 64px;
    color: #fff;
    text-align: center;
    line-height: 74px;
    padding: 70px 0 38px 0;
}
.location-main {
    padding: 30px 0 90px 0;
}
.location-left {
    float: left;
    width: 48%;
    margin: 45px 0 0 0;
}
.location-right {
    float: right;
    width: 48%;
    padding: 0 3% 0 0;
}
.location-left .heading {
    font-size: 50px;
    font-family: antonio;
    color: #edc576;
    line-height: 60px;
    margin: 0 0 15px 0;
}
.location-left .heading2 {
    font-size: 24px;
    font-family: antonio;
    color: #fff;
    line-height: 34px;
    margin: 18px 0 15px 0;
}
.location-left .simple-text {
    color: #fff;
    line-height: 26px;
    padding: 10px 0 20px 0;
}
.location-right img.location-map {
    border: 10px solid #daba92;
    margin: 35px 0 0 0;
}
.location-right img {
    float: left;
}
.location-left a.contact {
    margin: 45px 0 0 0;
    float: left;
    color: #fff;
    font-family: antonio;
    font-size: 26px;
    line-height: 30px;
    padding: 12px 76px 8px 76px;
    border-radius: 10px;
    background-color: #0d3500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.location-left a.contact:hover {
    background-color: #171717;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}











@media screen and (max-width: 1200px) {
	.location-left .heading {
	  font-size: 36px;
	  line-height: 44px;
	  margin: 0 0 5px;
	}
	.location-left {
	  margin: 0;
	}
}
@media screen and (max-width: 990px) {
	.page-title {
	  font-size: 46px;
	  line-height: 56px;
	}
	.location-left .heading {
	  font-size: 28px;
	  line-height: 36px;
	  margin: 0 0 5px;
	}
}
@media screen and (max-width: 768px) {
	.page-title {
	  font-size: 36px;
	  line-height: 46px;
	}
	.page-con-area {
	  background-size: cover;
	}
	.location-left {
	  width: 100%;
	}
	.location-left .heading2 {
	  font-size: 20px;
	  line-height: 28px;
	  margin: 10px 0 0;
	}
	.location-left a.contact {
	  margin: 15px 0 0;
	}
	.location-right {
	  display: none;
	}
	.location-main {
	  padding: 30px 0;
	}
}