@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans+Caption:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';

/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'PT Sans Caption', sans-serif;
    font-family: 'Roboto', sans-serif;
*/
body {
	color: #222020;
	font: 400 13px/22px 'Open Sans', sans-serif;
}
/*body {font-size:100%;}*/   /*Set the size of 1em to 10px in all browsers*/ 
/*body.extraWide {font-size:120%;}
body.wide {font-size:75%;}
body.narrow {font-size:50%;}
body.extraNarrow {font-size:40%;}
*/

ul {
	margin: 0 0 15px 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
/*===============Header===============*/
header {
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 -2px 4px 3px rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.rt-header-tp {
    text-align: right;
}
.rt-header-tp ul {
    border-bottom: 1px solid #a8a5a5;
    display: inline-block;
	padding-bottom: 12px;
    text-align: right;
}
.rt-header-tp li {
    display: inline-block;
    margin-right: 20px;
}
.rt-header-tp li span {
    color: #fe1010;
    font-size: 16px;
    font-weight: 600;
    margin-right: 200px;
    padding: 0 20px;
}
.rt-header-tp li:last-child {
	margin-right: 0;
}
.rt-header-tp i {
    color: #326506;
    font-size: 15px;
    margin-right: 12px;
}
.rt-header-tp a {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-brand {
	display: none;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    padding: 20px 25px 15px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.homepage .navbar-default .navbar-nav > li.nav-home a,
.sellingpage .navbar-default .navbar-nav > li.nav-selling a,
.leasingpage .navbar-default .navbar-nav > li.nav-leasing a,
.offtheplanpage .navbar-default .navbar-nav > li.nav-off-plan a,
.buyingpage .navbar-default .navbar-nav > li.nav-buying a,
.contactpage .navbar-default .navbar-nav > li.nav-contact a {
	background: rgba(0, 0, 0, 0) url("../images/home.png") no-repeat scroll 50% 0;
	
}
.dropdown-menu {
    background: #f4f4f4 ;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(191, 30, 46, 0.176);
    padding: 0;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu > li > a {
    color: #000;
    padding: 6px 20px;
    text-transform: uppercase;
}
.dropdown-menu a {
    background: none !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: rgba(191, 30, 46, 0.5);
    color: #262626;
}
/*===============Banner Top===============*/
.banner-tp {
    padding-top: 144px;
}

/*===============Banner===============*/
.callbacks_container {
	margin-bottom: 0;
}
/*===============Welcome to Ask Realty===============*/
.welcome-realty {
    margin-bottom: 20px;
}
.welcome-realty h2 {
	background: url(../images/welcome-bg-title.png) no-repeat center top;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
	padding-top: 40px;
    text-align: center;
	text-transform: uppercase;
    padding-bottom: 30px;
    margin-top: 50px;
}

.welcome-realty p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.welcome-realty h2 span {
    color: #326506;
}
.welcome-realty h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
	text-transform: uppercase;
}
.welcome-realty p span {
    color: #326506;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
/*===============Ask Realty Services===============*/
.realty-services {
    background: #f8f8f8;
    padding: 15px 0;
}
.realty-services h2 {
	background: url(../images/welcome-bg-title.png) no-repeat center top;
    font-family: roboto;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 20px;
	padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
.realty-services h2 span {
    color: #326506;
}
.realty-info {
    background: #fff;
    border: 1px solid #dbdada;
	margin-bottom: 15px;
}
.realty-image,
.lease-img {
    overflow: hidden;
}
.lease-img {
    background: #fff;
	min-height: 52px;
    text-align: center;
}
.lease-img .fa.fa-camera {
    color: rgba(85, 85, 85, 0.7);
    cursor: pointer;
    font-size: 50px;
}
/*.lease-img input[type="file"] {
    display: block;
    margin: 0 auto;
}
*/
.realty-image img,
.lease-img img {
    transition: all 0.35s ease 0s;
}
.realty-image img:hover,
.lease-img img:hover {
    transform: scale(1.15);
}
.realtyservice-info {
    padding: 0 12px;
}
.realtyservice-info > h4 {
    color: #bf1e2e;
    font-size: 15px;
}
.realtyservice-info > p {
    color: #403a3b;
}
.realty-readmore {
	margin-bottom: 10px;
	text-align: right;
}
.realty-readmore a {
    background: #ee8220;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 7px 20px;
    text-decoration: none;
}
.realty-readmore a:hover {
	background: #f4f4f4;
	color: #ee8220;
}
/*===============Leasing Section===============*/

.nav-tabs {
    border-bottom: 3px solid #bd9613;
	margin: 25px 0 13px;
}
.nav-tabs > li > a {
	background: #e4e4e5 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 0;
	color: #2c2a29;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.42857;
	margin: 1px 4px 1px 0;
	min-width: 120px;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #ff5a5f;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #bd9613;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}
.lease-content {
    border: 1px solid #ececec;
    margin-bottom: 30px;
}
.lease-dics {
	background: #f2f2e4 none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 5px 0;
}
.lease-dics > ul {
	margin-bottom: 0;
}
.lease-dics li {
    color: #2f2d2d;
    display: inline-block;
    font-size: 11px;
	text-align: center;
    width: 24.25%;
}
.lease-dics i {
    color: #777;
    font-size: 15px;
    margin-right: 15%;
}
.off-the-list {
	padding: 12px;
}
.lease-dics li span em {
    font-style: normal;
    margin-left: 2px;
    vertical-align: super;
}
.lease-btm h3 {
    color: #313335;
    font-size: 18px;
    margin-top: 0;
}
.lease-btm > p {
    color: #2c2a29;
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
}
.lease-btm > a {
    background: #bd9613 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 25px;
    text-align: center;
    text-decoration: none;
}
.lease-btm {
    padding: 0 20px;
}
.lease-btm-link > ul {
    margin-bottom: 0;
}
.lease-btm-link li {
    display: inline-block;
}
.lease-btm-link a {
    color: #fff;
    display: block;
    margin: 10px 10px 10px 0;
    padding: 8px 34px;
    text-decoration: none;
}
.lease-btm-link li:last-child a {
    margin-right: 0;
}
.lease-btm-link a.price {
	background: #ee8220;
}
.lease-btm-link a.price:hover {
    background: #f4f4f4;
    color: #ee8220;
}
.lease-btm-link a.details {
	background: #ff5722;
}
.lease-btm-link a.details:hover {
	background: #f4f4f4;
	color: #ff5722 ;
	
}
.lease-btm-link li a .fa.fa-file-text-o {
    margin-right: 10px;
}
/*===============Off The Plans===============*/
.offplan {
    padding-top: 30px;
}
.off-the-list > li {
    display: block;
    text-align: left;
    width: 100%;
}
.off-the-list li i {
    margin-right: 10px;
}

.ruinterested {
    margin-bottom: 30px;
}
.off-project-details {
    padding: 0 12px;
}
.off-project-details li {
    font-weight: 600;
}
/*===============Testimonials===============*/
.testimonial {
    padding: 20px 0;
}
.testimo-icon h2 {
    border-bottom: 1px solid #e6e2e3;
    color: #326506;
    font-size: 15px;
    margin: 15px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.testimonial-info > p {
    color: #696c71;
    font-style: italic;
    font-size: 15px;
}
.clients-name h3 {
    color: #4f4e4a;
    font-size: 13px;
}
#owl-demo .item {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
	text-align: left;
}
.owl-buttons {
    display: none;
}
.owl-theme .owl-controls .owl-page span {
    background: #a09c9d;
    border-radius: 50%;
    height: 11px;
    margin: 0 10px 0 0;
    opacity: 1;
    width: 11px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #ee633c;
    opacity: 1;
}

.testimonial {
    padding: 10px 20px 70px 20px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
  }

  .testimonial .container {
    max-width: 1200px;
    margin: auto;
  }

  .testimo-icon h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .testimonial-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .testimonial-info p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .clients-name h3 {
    margin: 0;
    font-weight: bold;
    color: #333;
  }

  .stars {
    margin-top: 15px;
    color: #ffc662;
    font-size: 18px;
  }

  @media (max-width: 768px) {
    .testimo-icon h2 {
      font-size: 1.5rem;
    }
  }
/*===============Reference===============*/
.reference {
	background: url(../images/reference-bg.png) no-repeat center top;
	padding: 25px 0;
}
.reference-info {
    margin-top: 20px;
}
.reference-info ul {
	text-align: center;
}
.reference-info li {
    color: #d20e0f;
    display: inline-block;
    font-size: 14px;
	line-height: 32px;
}
.reference-info a {
    color: #363d47;
}
.reference-info li i {
    background: #706a6a;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 62px;
    line-height: 62px;
	margin: 0 40px;
    text-align: center;
    width: 62px;
}
/*===============Footer===============*/
.ft-tp {
	background: url(../images/footer-bg.jpg) no-repeat center center / cover;
}
.ft-top-bg {
	background: rgba(51, 58, 68, .95);
	padding: 20px 0 50px;
}
.fttop-info {
	color: #afacac;
}
.fttop-info h2 {
    color: #fff;
    font-size: 22px;
}
.ft-address li {
    line-height: 24px;
    padding-bottom: 6px;
}
.ft-address li strong {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.ft-address li span {
    display: inline-block;
    margin-left: 20px;
}
.ft-address i {
    font-size: 15px;
    width: 22px;
}
.ft-address a {
    color: #afacac;
    text-decoration: none;
}

.ft-media li {
    display: inline-block;
    margin-right: 5px;
}
.ft-media li i {
    background: transparent;
    border: 1px solid #777;
	border-radius: 3px;
    color: #aaa;
	font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.sitemap li {
    border-bottom: 1px solid #777;
    line-height: 32px;
}
.sitemap li:last-child {
	border-bottom: none;
}
.sitemap a {
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 0 0 15px;
    text-decoration: none;
}
#contact-form {
    margin-top: 30px;
}
.online-enquiry .form-control {
    background: transparent;
	border: 1px solid #777;
	color: rgba(255, 255, 255, 1);
    font-size: 13px;
    margin: 0 0 15px;
}
.online-enquiry .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 8);
    opacity: 1;
}
.submit {
    background: rgba(26, 34, 41, .8);
    border: medium none;
    border-radius: 3px;
    display: block;
    padding: 7px;
    text-transform: uppercase;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

    width: 100%;
}
.submit:hover {
	background: rgba(191, 39, 41, .7);
	color: rgba(0, 0, 0, .9);
}
.ft-logo img {
    margin-top: 70px;
    margin-bottom:28px;
}

.ft-btm {
    background: #1a2229;
    padding: 30px 0;
}
.ft-btm p {
    color: #777;
    font-size: 12px;
    margin-bottom: 0;
}
.powered > p {
    text-align: right;
}
.powered a {
    color: #fff;
    text-decoration: none;
}

/*===============Selling Page===============*/
.selling-topbar {
    background: #f4f4f4;
	border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.selling-sold {
	background: url(../images/sold-bg.jpg) no-repeat center center / cover;
	padding: 0
}
.bg-backgroung {
	background: rgba(0, 0, 0, .7);
	padding: 20px 0;
}
.selling-tp-inner {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
}
.selling-topbar label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.selling-topbar select {
    padding: 5px;
}
.selling-topbar .form-control {
    border-radius: 0;
    color: #000;
    font-size: 13px;
}
.tp-selling-submit {
    text-align: right;
}
.selling-topbar .btn-default {
    background: rgba(191, 30, 46, 90);
    color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.selling-topbar .btn {
    border: 1px solid transparent;
    border-radius: 0;
    padding: 5px 20px;
}
.selling-topbar .btn-default.active, .selling-topbar .btn-default.focus, .selling-topbar .btn-default:active, .selling-topbar .btn-default:focus, .selling-topbar .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background: rgba(191, 30, 46, .9);
    color: #000;
}
.selling-btm-detail {
    background: rgba(212, 212, 212, 1);
    padding: 20px 0 0;
}
.lease-content.selling {
    background: #fff;
}
.lease-content.selling .lease-img img {
    position: relative;
}
.seling-icon {
    left: 24px;
    position: absolute;
    top: 10px;
}
.seling-icon i {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.featured {
    position: absolute;
    right: 16px;
    top: 20px;
}
.featured > p {
    background: rgba(191, 30, 46, .7);
    color: #fff;
    margin: 0;
    padding: 8px 24px;
}
.featured i {
    margin-right: 10px;
}
/*===============Selling Details Page===============*/
.selling-detail {
    background: #d9d9d9;
    padding: 30px 0;
}
.building-name {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 20px;
}
.building-name h1 {
	font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    margin: 0;
}
.build-info {
    background: rgba(191, 31, 46, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 12px 10px;
}
.build-info > ul {
	margin-bottom: 0;
}
.build-info li {
    display: inline-block;
}
.build-info a {
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}
.build-info a:hover {
	color: #c4c0c0;
}

.sell-btm-rt {
    background: #fff;
}
.flexslider {
    border: 2px solid transparent;
    border-radius: 0;
}
.flex-direction-nav a::before {
	font-size: 30px;
}
.sell-detail-info .lease-dics {
	background: transparent;
}
.selli-detail li {
    display: inline-block;
    margin-right: 15px;
}
.selli-detail i {
    margin-right: 10px;
}
.sell-detail-info {
    border-top: 1px solid #ddd;
    padding: 0 15px 10px;
}
.sell-detail-info h2 {
	font-size: 20px;
	margin: 10px 0 20px;
	position: relative;
}
.sell-detail-info h2::before {
    background: #555;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100px;
}
.table.table-bordered td span {
    font-weight: 600;
}
.agent-details,
.selling-contact,
.property-location {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 15px 30px;
}
.agent-details h2 span {
    font-size: 14px;
}
.agent-media li {
    display: inline-block;
}
.agent-media a {
	display: block;
}
.agent-media i {
    border: 1px solid #555;
    color: #555;
    height: 20px;
    line-height: 20px;
    text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
    width: 20px;
}
.agent-media i:hover {
	border: 1pxsolid #999;
	color: #999;
}
.agent-media > p {
	color: #bf1e2e;
    font-size: 15px;
    font-weight: 700;
}
.agent-media p i {
    border: medium none;
    color: #fd2c2c;
	font-size: 10px;
}
.contact-agent > ul {
    margin-bottom: 0;
}
.contact-agent li {
    line-height: 25px;
}
.contact-agent i {
    color: #555;
    font-size: 15px;
    margin-right: 5px;
    width: 20px;
}

.contact-agent a {
    color: #222020;
    text-decoration: none;
}

.selling-contact > h2,
.property-location > h2,
.agent-details > h2 {
    font-size: 20px;
    margin: 0 0 30px;
	position: relative;
}
.agent-details > h2 {
    margin-bottom: 15px;
}
.selling-contact > h2::before,
.property-location > h2::before,
.agent-details > h2::before {
    background: #bf1e2e;
    bottom: -10px;
    content: "";
    height: 3px;
    position: absolute;
    width: 100px;
}
.selling-contact #contact-form {
    margin-top: 0;
}
.selling-contact .form-control {
    border: 1px solid rgba(191, 30, 46, .5);
    border-radius: 0;
	color: rgba(191, 30, 46, .9);
    font-size: 13px;
    margin-bottom: 20px;
}
.selling-contact .form-control::-moz-placeholder {
	color: rgba(191, 30, 46, .7);
}
.selling-contact .submit {
    background: transparent;
    border: 1px solid rgba(191, 30, 46, .5);
    border-radius: 0;
	color: #bf1e2e;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

}
.selling-contact .submit:hover {
	background: rgba(191, 30, 46, .7);
	border: 1px solid rgba(255, 255, 255, .7);
	color: #fff;
}
/*===============Sold Page===============*/
.sold {
    background: #fff;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.7);
    margin: 150px 0;
    padding: 15px;
}
.sold h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0;
    text-align: center;
}
.sold h1 span {
    color: #f33c3c;
}

/*===============Leasing Page===============*/
.leasing {
    padding-top: 30px;
}
/*===============Buying Page===============*/
.buying-inner {
    background: #fff;
	padding: 10px;
}
/*.lt-buying {
	background: #fff;
    padding: 10px;
}
.rt-buying {
    padding: 10px;
}
*/.buying-inner h3 {
    color: #f63c3c;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
	position: relative;
}
.buying-inner h3::after {
    background: #f63c3c;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.lt-buying .form-horizontal {
    margin-top: 34px;
}
.lt-buying .form-horizontal .control-label {
    color: #393738;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
    text-transform: capitalize;
}
.lt-buying .form-control {
    border: 1px solid #7a7a7a;
    border-radius: 0;
    color: #000;
    font-size: 13px;
}
.btn-buying {
    text-align: right;
}
.btn-buying .btn-default {
	font-size: 16px;
	font-weight: 600;
    margin-bottom: 20px;
    max-width: 160px;
    width: 100%;
}
.rt-buying-info {
    background: #f2f2f2;
	border-top: 1px solid #dedede;
    margin-top: 32px;
    padding: 12px;
}
.rt-info-buy {
    margin-bottom: 20px;
}
.rt-info-buy:last-child {
	margin-bottom: 0;
}
.rt-info-img {
    margin-bottom: 15px;
}
.rt-buying-text p {
    color: #3a3f42;
    font-size: 14px;
}
.rt-buying-text p span {
    color: #8d9295;
}
.rt-buying-text a {
    color: #757678;
    font-size: 13px;
}
.rt-buying-text p em {
    color: #f6981c;
    font-style: normal;
    font-weight: 600;
}
/*===============Contact Page===============*/
.contact-bg {
	background:url(../images/contact-bg.jpg) no-repeat center center / cover fixed;
}

.contact-bgcolor {
	background: rgba(0, 0, 0, .7);
}
.contact-title {
    color: #fff;
}
.contact-title h1 {
    font-size: 28px;
    letter-spacing: 1px;
}
.contact-title p {
    font-size: 18px;
}
.lt-contact > p, .rt-contact > p {
    color: #fff;
    font-size: 18px;
    position: relative;
}
.lt-contact > p::before, .rt-contact > p::before {
    background: #fff none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
.contact-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.contact-title a:hover {
	color: rgba(255, 255, 255, .5);
}
.contact-info {
    color: #fff;
}
.contact-info > h2 {
    font-size: 22px;
	position: relative;
}
.contact-info > h2::before {
    background: #fff;
    bottom: -6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
.contact-info li {
    line-height: 24px;
    padding: 4px 0;
}
.contact-info li strong {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.contact-info li span {
    margin-left: 27px;
}
.contact-info li i {
    font-size: 15px;
    margin-right: 10px;
    width: 18px;
}
.contact-info a {
    color: #fff;
    font-size: 14px;
}
#ContactForm,
.lt-contact-img {
    background: transparent;
    margin: 25px 0 0;
}
#ContactForm .form-control {
    background-color: transparent;
    border: 1px solid rgba(119, 119, 119, .7);
    border-radius: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    margin: 0 0 10px;
}
#ContactForm .form-control::-moz-placeholder {
    color: #fff;
}
#ContactForm .code-sec .input {
    border: none;
    border-radius: 0;
    margin: 15px 0;
    padding: 5px;
    width: 116px;
}
.alertmsg {
    color: #ff0000;
    font-family: "Dancing Script",cursive;
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0;
}
#ContactForm .submit {
    background: transparent;
    border: 1px solid #777;
	border-radius: 0;
    color: #777;
    font-weight: 600;
	margin-bottom: 15px;
    padding: 8px 30px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	width: auto;

}
#ContactForm .submit:hover {
	background: rgba(191, 30, 46, .7);
	border: 1px solid #fff;
	color: #fff;
}
iframe {
    height: 400px;
    width: 100%;
}
.property-location iframe {
    height: 300px;
}


/*===============Scroll Top===============*/
.scrollToTop {
	bottom: 0;
	color: #fff;
	display: none;
	padding: 10px;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	z-index: 99;
}
.fa.fa-chevron-up {
	background: rgba(191, 30, 46, .7);
	color: #fff;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	width: 45px;
}
.fa.fa-chevron-up:hover {
	background: rgba(191, 30, 46, .9);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.ft-address p{
    font-size: 15px;
}
