/* Google Fonts */

/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Roboto */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Oswald Font */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* Muli Font */

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    background-color: #ececec;
    background-image: url(../images/residential/residential-text-bg.png);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

p {
    color: inherit;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
}

ol {
    list-style: circle;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.roboto-font {
    font-family: 'Roboto', sans-serif;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

/* Topbar Section */

.top-bar {
    padding: .6rem 0;
    background: #054d8b;
}
  
.top-bar a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

/* End Of Topbar Section */


/* Navbar Section */

.navbar-nav li {
    padding: 10px 15px;
}

.navbar-nav li a {
    padding: 10px 0px;
    color: #3c5063;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
}

.navbar-nav li a.active {
    color: #0a4e8f;
    font-weight: 700;
}

.navbar-nav li a:hover {
    color: #0a4e8f;
    font-weight: 700;
}

.btn-position {
    position: absolute;
    top: 70%;
    left: 63%;
}

.bg-marron {
    background-color: #a51b29;
}

.bg-lightgreen {
    background-color: #4f9800;
}

.btn-position mark {
    color: #ffd557;
    background-color: transparent;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.btn-primary:hover {
    background-color: #0a4e8f;
}

.btn-bg {
    background-image: url(../images/logo/btn-bg.png);
	background-size: cover;
}

/* End Of Navbar Section */


/* Banner Section */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 13rem;
    z-index: 10;
    margin-left: -6%;
}

.carousel-caption h3 {
    font-size: 4.50rem;
    text-transform: uppercase;
    color: #fc162c;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
}

.carousel-caption p {
    font-size: 36px;
	line-height: 63px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
}

.carousel-caption p span {
    font-size: 35px;
    text-transform: uppercase;
    color: #fc162c;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

/* .carousel-inner {
    height: 150vh;
} */
  
/* Declare heights because of positioning of img element */

.carousel-item {
    height: 38rem;
}
  
.bg-dark-blue {
    background-color: #041525;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border: white !important;
    border-radius: 10px !important;
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    transition: opacity .8s ease;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
    list-style: none;
}

.form-box {
    width: auto;
    padding: 14px !important;
    position: absolute;
    z-index: 500;
    left: 60%;
    top: 160px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 0.75rem 0.75rem;
    font-weight: 500;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: fit-content;
    line-height: 1.25;
    font-weight: 500;
}

.transparent-normal {
    opacity: 0.7;
}

.fs-15 {
    font-size: 15px;
}

.form-select {
    color: #041525 !important;
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: #041525 !important;
    opacity: 1; /* Firefox */
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
}

.img-height {
    filter: brightness(0.5);
}

/* End Of Banner Section */


/* Featured Listings Section */

.bg-light-grey {
    background-color: #ececec;
}

.featured_listings_title h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.featured_listings_title p {
    text-align: center;
}
.featured_listings .card-body mark{
	display: none;
}



.card-overlay-text h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.card-overlay-text p {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.card-body h5 {
    font-size: 14px;
    line-height: 18px;
    color: #5e5e5e;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.card-body p {
    font-size: 12px;
    line-height: 18px;
    color: #818080;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.card-body mark {
    background-color: transparent;
    color: #818080;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #054d8b;
}


/* End Of Featured Listings Section */


/* About Us Section */

.about {
    background-image: url(../images/about/bg_about.jpeg);
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
}

.about-content h3 {
    font-size: 34px;
    letter-spacing: 1px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.about-content h5 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 25px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.about-content h5 span {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.about-content p {
    font-size: 14px;
    margin-top: 15px;
    color: #464646;
    font-weight: 300;
    width: 750px;
    font-family: 'Roboto', sans-serif;
}

.about-content h2 {
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 12px;
    text-transform: uppercase;
    color: #1b2a49;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.about-content h4 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #454545;
    font-weight: 700;
    margin-bottom: 0px;
    display: flex;
    font-family: 'Roboto', sans-serif;
}

/* End Of About Us Section */

/* Residential Section */

.bg-light-grey {
    background-color: #ececec;
}

.residential {
    background-image: url(../images/residential/residential-text-bg.png);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

.residential-content h3 {
    font-size: 27px;
    letter-spacing: 1px;
    margin-top: 30px;
    color: #000000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.residential-content p {
    width: 300px;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 15px;
    color: #474747;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}


/* End Of Residential Section */


/* Commercial Section */

.commercial {
    background-image: url(../images/residential/residential-text-bg.png);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

/* End Of Commercial Section */


/* Testimonial Section */

.testimonial_sec_title h3 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.testimonial_sec_title p {
    font-size: 13px;
    margin-top: 18px;
    color: #474747;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.testimonial-text {
    border: 1px solid #ececec;
}


.testimonial-text img {
    border: 17px solid #ececec;
}

.testimonial-text h5 {
    margin-top: 15px;
}

.testimonial-text p {
    font-size: 14px;
    margin-top: 15px;
    color: #686868;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.w-15 {
    width: 17% !important;
}


/* End Of Testimonial Section */


/* Footer Section */

footer {
    background-image: url(../images/banner/footer-bg.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.bg-light-blue {
    background-color: #0a4e8f;
}

.text-cyan {
    color: #a6e3ff;
}

.bg-cyan {
    background-color: #a6e3ff;
}

.footer-info h3 {
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #a6e3ff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.footer-info h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.footer-social-icon {
    color: #a6e3ff;
    font-size: 20px;
}

.w-40 {
    width: 40%;
}

.footer-links h5 {
    font-size: 24px;
    margin-top: 20px;
    color: #a6e3ff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.footer-links ul h6 {
    font-size: 14px;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.footer-links ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-links ul li a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.footer-links ul li a:hover {
    color: #e5f3ff;
    font-weight: 600;
}

.footer-links p {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}


/* End of Footer Section */


/* go to top button */

.go-top {
	position: fixed;
	top: 60%;
	right: 3%;
	opacity: 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: #0a4e8f;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 48px;
	z-index: 100;
	-webkit-transition: .5s;
	transition: .5s
}

.go-top i {
	-webkit-transition: .5s;
	transition: .5s
}

.go-top:hover {
	background-color: #000;
}

.go-top.active {
	top: 95%;
	-webkit-transform: translateY(-95%);
	transform: translateY(-95%);
	opacity: 1;
	visibility: visible
}

/* end of go to top button */


/* Inner Page Header */

.inner-banner {
    display: block !important;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
    background: rgb(28 11 165 / 33%);
    border-bottom-left-radius: 50% 30%;
    border-bottom-right-radius: 50% 30%;

}

.inner-banner img {
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.inner-banner .inner-title {
    padding-top: 15%;
    padding-bottom: 15%;
    position: relative;
    z-index: 1;
}

.inner-banner .inner-title h3 {
	font-size: 45px;
	color:#ffffff;
	font-weight: 600;
	position: relative
}

.inner-banner .inner-title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.inner-banner .inner-title ul li {
	font-size: 18px;
	color: #fff;
	display: inline-block
}

.inner-banner .inner-title ul li i {
	color: #fff;
	position: relative;
	top: 3px;
	margin: 0 3px
}

.inner-banner .inner-title ul li a {
	color: #fff
}

.inner-banner .inner-title ul li a:hover {
	color: #FFF
}

/* End Of Inner Page Header  */


/* Property Details Page */

.card-head {
    border-top: 3px solid #D80B15;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-bottom: none;
    margin-bottom: 12px;
}

.card-header h5 {
    font-size: 22px;
}

.bg-blue {
    background-color: #0A4E8F;
}

.property_details_content h4 {
    color: #1f2b45;
    font-size: 25px;
    font-weight: 600;
}

.property_details_content h5 {
    font-size: 20px;
    margin-left: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.property_details_content h6 {
    font-size: 20px;
    font-weight: 500;
    color: #054d8b;
}

.vl {
    border-left: 12px solid #0a4e8f;
    height: -webkit-fill-available;
    position: absolute;
    left: 0%;
    bottom: 12px;
    top: 12px;
}

.content-card p {
    margin-top: 0px;
}

.owl-three .owl-nav {
    position: absolute;
    top: 4%;
    left: 4%;
}

.section-title h4 {
	margin-bottom: 8px;
	font-weight: 600;
	display: block;
	color: #031f4b!important;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}

.section-title h2 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 15px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.section-title h3 {
    font-size: 24px;
    font-weight: 600;
	margin-top: 15px;
    margin-bottom: 0;
	line-height: 1.2;
    color: #a51b29;
    font-family: 'Roboto', sans-serif;
}

.section-title h5 {
    font-size: 25px;
    font-weight: 600;
	margin-top: 15px;
    margin-bottom: 0;
	line-height: 1.2;
    color: #0a4e8f;
    font-family: 'Roboto', sans-serif;
}

.section-title span {
    font-size: 20px;
    font-weight: 600;
	margin-top: 15px;
    margin-bottom: 0;
	line-height: 1.2;
    color: #0a4e8f;
}

.section-title h6 {
    font-size: 16px;
    font-weight: 600;
	margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
	line-height: 1.2;
    color: #a51b29;
    font-family: 'Roboto', sans-serif;
}

.section-title p {
    padding-top: 20px;
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.property_image {
    border: 10px solid #ececec;
    background-color: #fff;
}

.property_details h3 {
    font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	color: #0a4e8f;
    font-family: 'Roboto', sans-serif;
}

.list-group-item li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-group-item h5 {
    font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
	color: #a51b29;
    font-family: 'Roboto', sans-serif;
}

.owl-three .owl-nav {
    position: absolute;
    top: 10%;
    left: 100%;
}

.owl-three .owl-prev {
    background: #0a4e8f !important;
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 15px !important;
    font-size: 30px !important;
}

.owl-three .owl-next {
    background: #0a4e8f !important;
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 15px !important;
    font-size: 30px !important;
}

.owl-three .owl-prev:hover { 
    background-color: #a51b29 !important;
}

.owl-three .owl-next:hover { 
    background-color: #a51b29 !important;
}

.owl-three .owl-nav [class*=owl-] {
    margin: 15px !important;
}

/* End Of Property Details Page */


/* Blog Page */

.zoom {
	width:100%;
	display:block;
	height:auto;
	}

.zoom:hover {
	-webkit-transform: scale(1.06);
	-webkit-transition: all 0.5s ease-out 0s;
	max-width:100%;
	display:block;
}

.blog-item h3 {
    color: #054d8b;
}

.blog-item p {
    color: #000000;
}

.page-link {
	color: #FFF;
    background-color: #a51b29;
}

.page-link:hover {
    color: #a51b29 !important;
    background-color: rgb(233, 233, 233);
    font-weight: 400 !important;
}

.wp-pagenavi {
    margin: auto;
    text-align: center !important;
}

.bg-marron {
    background-color: #a51b29;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 3px 5px;
    margin: 2px;
    color: #FFF;
    background-color: #a51b29;
   	border-radius:5px !important;
}

/* End Of Blog page */

/* Blog Details Page */

.blog-post h2 {
    color: #a51b29;
    font-size: 25px;
    font-weight: 500;
}

.blog_details img {
	width: 100% !important;
}

.blog-post p {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.card-body p a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}


.card-body p a:hover {
    color: #252525;
}

.border-top-round {
    border-top-left-radius: 25px !important;
}

.border-bottom-round {
    border-bottom-right-radius: 25px;
}



/* End Of Blog Details Page */


/* Contact us Page*/

.cont-area {
	position: relative;
	z-index: 1;
	padding-top: 47px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 52px;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 16%);
	border-radius: 14px;
	padding-right: 45px;
}

.cont-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner/contact_banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
    background-color: #d1d5d985;
}

.contact-form {
	max-width: fit-content;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.contact-form h2 {
	color: #252525;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1
}

.contact-form .form-group {
	margin-bottom: 20px;
	position: relative
}

.contact-form .form-group label {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 500
}

.contact-form .form-group label span {
	color: #D80B15
}

.contact-form .form-group.checkbox-option {
	position: relative
}

.contact-form .form-group.checkbox-option #chb2 {
	position: absolute;
	top: 6px;
	left: 0
}

.contact-form .form-group.checkbox-option p {
	padding-left: 25px;
	font-size: 15px
}

.contact-form .form-group.checkbox-option p a {
	color: #D80B15
}

.contact-form .form-group.checkbox-option p a:hover {
	color: #0a4e8f
}

.contact-form .form-group .form-control {
	height: 50px;
	color: #252525;
	background-color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
	border-radius: 0;
	font-weight: 500;
	border-radius: 10px;
}

.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #252525;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contact-form .form-group textarea.form-control {
	height: auto
}

.contact-form .agree-label {
	margin-bottom: 15px;
	position: relative
}

.contact-form .agree-label #chb1 {
	position: absolute;
	top: 5px;
	left: 0
}

.contact-form .agree-label label {
	font-weight: 500;
	color: #252525;
	margin-left: 25px
}

.contact-form .agree-label label a {
	color: #D80B15
}

.contact-form .agree-label label a:hover {
	color: #0a4e8f
}

.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	font-weight: 400;
	display: block
}

.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px
}

.contact-form .default-btn {
	border: 0;
	outline: none
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #252525
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
	color: #252525
}

.cont-area {
    padding-right: 30px;
    padding-left: 30px;
}

.icon-box {
    background-color: #0a4e8f;
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-bottom: 8px solid #000000;
}

.icon-box i {
    font-size: 45px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #252525;
	background-color: #e5f3ff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-bottom: 12px;
	-webkit-transition: .5s;
	transition: .5s
}

.icon-box h3 {
	margin-bottom: 10px;
    color: #e5f3ff;
    font-size: 25px;
    font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s;
	display: block
}

.icon-box p a {
    color: #eee;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}


.icon-box:hover {
    background-color: #a51b29;
    color: #eee;
}

.icon-box:hover i {
	background-color: #fff;
	color: #a51b29;
}

.icon-box:hover h3 {
	color: #eee;
}

.icon-box:hover p a {
	color: #eee;
}

/* End of Contact us page */


/* Home Evaluation Page */

.home-evaluation-content h3 {
    color: #a51b29;
    font-weight: 600;
    font-size: 25px;
}

.home-evaluation-content h5 {
	font-size: 19px;
    color: #a51b29;
    line-height: 23px;
    font-weight: 500;
}

.home-evaluation-content p {
    color: #0a4e8f;
    font-size: 16px;
}

.evaluation-form h5 {
    color: #a51b29;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}

.bg-opacity-light-silver {
    background-color: #ecececc0;
}

/* End Of Home Evaluation Page */


/* Responsive Media Query For Smartphones*/

@media only screen and (min-width: 320px) and (max-width: 700px) {

    .top-bar a {
        font-size: 12px;
    }

    .logo-size {
        width: 50% !important;
    }

    .form-box {
        width: 100%;
        padding: 10px;
        position: relative;
        top: 45%;
        z-index: 500;
        left: 0% !important;
    }
	
	.carousel-item {
    	height: 39rem;
	}

    .carousel-caption {
        bottom: 15rem;
        z-index: 10;
		margin-left: 2%;
		right: 2%;
		left: 0%;
    }

    .img-height {
        height: 35rem;
		width: 45rem !important;
    }

    .carousel-inner {
        height: 30rem;
    }

    .carousel-caption h3 {
        font-size: 44px;
    	font-weight: 800;
    	text-align: -webkit-center;
    }

   .carousel-caption p {
		font-size: 1.75rem;
		font-weight: 700;
		line-height: 40px;
		text-align: -webkit-center;
	}

    .carousel-caption p span {
        font-size: 25px;
    }

    .about-content p {
        width: 100%;
    }

    .residential {
        background-image: url(../images/residential/residential-text-bg.png);
        background-size: auto;
        background-attachment: fixed;
    }

    .commercial {
        background-image: url(../images/residential/residential-text-bg.png);
        background-size: auto;
        background-attachment: fixed;
    }

    .residential-content p {
        width: 100%;
    }

    .w-15 {
        width: 50% !important;
    }

    .w-40 {
        width: 20%;
    }

    .w-75 {
        width: 50%!important;
    }

    .footer-links h5 {
        margin-top: 0px;
    }

    .footer-links p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .inner-banner .inner-title {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .inner-banner .inner-title h1 {
	    font-size: 30px;
    }

    .inner-banner .inner-title h3 {
	    font-size: 30px;
    }

    .btn-position {
		position: absolute;
		top: 10%;
		left: 24%;
	}

    .btn-position a {
        font-size: 10px;
    }
	
	h6.bath_rooms_num {
		position: absolute;
		margin-top: -34px;
		text-align: right;
		width: 76%;
	}
}



/* Responsive Media Query For Ipads & Tablets*/

@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .top-bar a {
        font-size: 10px;
    }

    .form-box {
        width: 100%;
        padding: 10px;
        position: relative;
        top: 40%;
        z-index: 500;
        left: 0% !important;
    }

    .carousel-caption {
		bottom: 23rem;
		z-index: 10;
		margin-left: 0%;
		right: 0%;
		left: 0%;
	}

    .img-height {
        height: 30rem;
    }

    .carousel-inner {
        height: 30rem;
    }
	
	.carousel-item {
		height: 45rem;
	}

    .carousel-caption h3 {
		font-size: 70px;
		font-weight: 700;
		text-align: center;
	}

    .carousel-caption p {
		font-size: 35px;
		font-weight: 700;
		text-align: center;
	}

    .carousel-caption p span {
        font-size: 25px;
    }

    .about-content p {
        width: 100%;
    }

    .residential-content p {
        width: 100%;
    }

    .residential {
        background-image: url(../images/residential/residential-text-bg.png);
        background-size: auto;
    }

    .commercial {
        background-image: url(../images/residential/residential-text-bg.png);
        background-size: auto;
    }

    .w-15 {
        width: 50% !important;
    }

    .w-40 {
        width: 20%;
    }

    .w-75 {
        width: 50%!important;
    }

    .footer-links h5 {
        margin-top: 0px;
    }

    .footer-links p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .inner-banner .inner-title {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .inner-banner .inner-title h1 {
	    font-size: 30px;
    }

    .inner-banner .inner-title h3 {
	    font-size: 30px;
    }
	
	.btn-position {
		position: absolute;
		top: 25%;
		left: 25%;
		width: 63%;
	}
	
	.btn-position a {
        font-size: 12px;
    }
	#myCarousel picture img {
		width: 100%!important;
		height: auto!important;
	}
	
	h6.bath_rooms_num {
		position: absolute;
		margin-top: -34px;
		text-align: right;
		width: 76%;
	}
}


.bath_rooms_num{
	position: relative;
}
h6.bath_rooms_num {
    position: absolute;
    margin-top: -34px;
    text-align: right;
    width: 20%;
}
h6.bath_rooms_num::before{
	content:"+";
    position: absolute;
	margin-left: -15px;
}