/*------------------------------------------------------------------
[Master Stylesheet]

Project:	RealEstate - Onepage Html Responsive Template
Version:	1.1
Last change:	27/04/2017 [fixed bug]
Primary use:	RealEstate - Onepage Html Responsive Template 
-------------------------------------------------------------------*/

@import url("default-theme-style.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,300,400,600,600i,700%7COswald:300,400,700');
@import url("flaticon.css");
@import url("template.css");



/*------------------------------------------------------------------
[Table of contents]

1. Body  /  #page-top
2. Navigation / #mainNav
3. Slider
4. Section commen style
5. About section  /  #about
6. Our Services section  /  #services
7. Testimonials section  /  #testimonials
8. Why Us  /  #whyus
9. Our Attorneys  /  #attorneys
10. News (Blog) section  /  #news
11. Contact section  /  #contactus
12. Footer section  /  #footer
13. Responsive Media Screen style

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Black (text): #333
# Gray  : #898989
# gold : #27a9e1

------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body :		'Open Sans', sans-serif;
Title and logo:		'Oswald', sans-serif;

-------------------------------------------------------------------*/



/*---Body---*/

html,
body {
 height: 100%;
 width: 100%;
}

body {
	color:#898989;
 font-family: 'Open Sans', sans-serif;
}

a {
	color: #333;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

a:hover,
a:focus {
	color: #1396e2;
	outline: none;
	outline-offset: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	color:#333;
}

p {
	/*line-height: 1.5;*/
	margin-bottom: 20px;
}

.gold{
	color:#27a9e1;
}
.white{
	color: #fff;
}

.text-faded {
	color: #fff;
}

section {
	padding:30px 0;
}

aside {
	padding: 50px 0;
}

.no-padding {
	padding: 0;
}



/*---Navigation / #mainNav---*/

.navbar-default {
	background-color: #333;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    letter-spacing:1px;
}
.navbar-collapse{
	overflow:hidden !important;
	height: 70px !important;
}
.navbar-default .navbar-header .navbar-toggle {
 font-size:1em;
 color: #222222;
 text-transform: uppercase;
 background-color:#fff;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
 text-transform: uppercase;
 color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
 color: #27a9e1;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
 background-color: transparent;	
 outline: none;
 color: #1396e2 !important;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
 background-color:transparent;
 color: #27a9e1 !important;
}
@media (min-width: 768px) {
    .navbar-default {
        background-color: rgba(255,255,255,0.8);
        border-color:transparent;
        margin: 20px;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
       color: #333;
       padding: 25px;
   }
   .navbar-default .nav > li > a:hover,
   .navbar-default .nav > li > a:focus:hover {
    color: #27a9e1;
}
.navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
    margin: 0;
}
.navbar-default.affix .navbar-header .navbar-brand {
    color: #27a9e1;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #333;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
    color: #222222;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
    color: #27a9e1;
}

}




/*---slider---*/

.slider-banner {
	padding:0; 
}
.btn-box {
    padding: 10px 30px;
    margin-right: 15px;
    letter-spacing: 1px;
}
.btn-box.call-btn {
    background-color: #27a9e1;
    border: none;
}
.btn-box.mail-btn {
    background-color: transparent;
    border: 1px solid #fff;;
}
.btn-box i {
    padding-right: 10px;
}


/*---Section commen style---*/
.section-title {
    margin-bottom: 15px;
}
.section-title h5 {
    color:#898989;
}
.section-title.white-section h1, .section-title.white-section p  {
    color:#fff;
}
.section-title.white-section h5  {
    color:#ccc;
}
.section-title h1 {
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
}
.section-title.center-text{
	text-align:center;
}
.section-title.center-text p{
	width:50%;
	margin:10px auto 20px;
}
.section-title p{
	margin:10px auto 20px;
}


/*---Get a Quote---*/

section.getquote {
    position: absolute;
    top: 0;
    z-index: 8;
    width: 100%;
    margin-top: 130px;
}
.getquote .right-side{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
   text-align: center;
}
.quote-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;	
    border-radius: 0px;
    background-color: #fff;
    color: #333;
    height: 50px;
}
.quote-form textarea.form-control {
    height: auto;
}
.quote-form .form-group {
    margin-bottom: 15px;
}
.quote-form .btn {
    border-radius: 0px;
    background-color: #27a9e1;
    border: solid 2px #27a9e1;
    width: 100%;
    height: 50px;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.quote-form .btn:hover {
    border: solid 2px #27a9e1;
    background-color: #fff;
    color:#27a9e1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}




/*---About section---*/

.about {
    position: relative;
    z-index: 10;
    clear:both;
    background-color: #f7f7f7;
}
.about-content{
	/*text-align:center;*/
   border-right: 1px solid #ebebeb;
   padding-right: 30px;
}
.about hr {
    width: 50%;
}
.newsletter{
	/*text-align:center;*/
	padding:15px 0px;
}
.newsletter .form-control {
    width: 300px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    margin-bottom:15px;
}
.newsletter .btn{
    border-radius: 0;
    height: 50px;
    background-color: #27a9e1;
    border:1px solid #27a9e1;
    padding: 0px 30px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-transform: uppercase;
}
.newsletter .btn:hover{
    background-color: transparent;
    color:#27a9e1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.newsletter h2 {
    margin-bottom: 30px;
    margin-top: 0px;
}


/*--- Properties for you---*/
#properties{
	padding-bottom:0;
}
.realestate_Property {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.realestate_Property .property-image {
    height: 195px;
    overflow: hidden;
    width: 100%;
}
.realestate_Property img {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-backface-visibility: hidden;
    width: 100%;
    position: relative;
    top: 0;
}
.realestate_Property img:hover, .realestate_Property:hover img{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.realestate_Property .overlay {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    bottom: 0px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.realestate_Property .overlay .info {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33333300', endColorstr='#a6333333',GradientType=0 );
    padding: 12px;
}
.tag.price {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #1396e2;
    color: #ebebeb;
    font-size: 14px;
    font-weight: bold;
}
.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    display: inline-block;
    padding: 3px 8px;
}

.realestate_Property .overlay h3 {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 3px 0;
}
.realestate_Property .overlay figure {
    color: #ccc;
    font-weight: 400;
    font-size: 13px;
}




/*---Testimonials section---*/

.testimonials{
	background-image:url(../images/bg-01.jpg);
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size:cover;
   background-attachment: fixed;
   color:#fff;
}



/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	margin-top: 0px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel .carousel-inner .item  {
    text-align: center;
    border: none;
    margin-bottom: 0;
}

#fade-quote-carousel .carousel-inner p.quate-text{
	color: #ccc;/*
	font-style:italic;
	font-weight:300;*/
    margin: 15px auto
}
#fade-quote-carousel .profile-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100px;
    background: #27a9e1;
    margin-bottom: 10px;
}
#fade-quote-carousel .profile-circle img {
    border-radius: 100px;
}
#fade-quote-carousel .person{
	color:#ccc;
   margin-bottom: 0;
   text-transform: uppercase;
   letter-spacing: 2px;
}
#fade-quote-carousel .per-den{
	color:#ccc;
	font-size:0.8571428571428571em;
	margin-top: 10px;
}
#fade-quote-carousel .carousel-control {
	width: auto;
    color: #fff;
    opacity: 1;
    text-shadow:none;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .icon-prev {
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .fa-long-arrow-left {
    left: 50%;
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-next {
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    right: 50%;
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control.left {
	left:5%;
}
#fade-quote-carousel .carousel-control.right {
	right:5%;
}


/*---Why us Section---*/


.whyus{
	background-color:#b5c1c7;
   padding-bottom: 0;
}

.whyus .right-side{
	margin-top:20px;
}
.whyus .panel-default > .panel-heading {
    background-color: #fff;
    border-color: #e1e1e1;
}
.whyus .panel-heading {
	padding: 0px 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.whyus .panel-group .panel {
    border-radius: 0px;
}
.whyus .panel-title {
    font-family: 'Open Sans', sans-serif;
}
.whyus .panel-title a {
    width: 100%;
    display: block;
    padding: 15px 15px;
    text-decoration:none;
    color:#333;
}
.whyus .panel-title a:hover, .whyus .panel-title a:focus {
    text-decoration:none;
    background-color:#27a9e1;
    color:#fff !important;
}
.whyus .panel-title a[aria-expanded="true"] {
    background-color:#27a9e1;
    color:#fff;
}

.whyus .about-img{
	display:inline-block;
	text-align:center;
}
.whyus .about-img figure {
	margin-bottom:0px;
	margin-top:15px;
}
.whyus .about-img.left-side {
    padding-right: 100px;
}





/*---our attorneys Section---*/

.real_estate_section {
	padding: 30px 0 0px 0 !important;
}
.attorneys .section-title{
	
}
.team-block {
    text-align: center;
}
.details-text {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
}
.hover {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hover img {
    display: block;
    position: relative;
}
.ehover .overlay {
    /*background-color: rgba(75,75,75,0.7);*/
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.ehover .name-block {
    transform: translateY(250px);
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(250px);
    -webkit-transition: all 0.4s ease-in-out;
}
.hover .name-block {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}
.hover .name-block h3 {
    color: #fff;
}
.ehover button.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    font-weight: normal;
}
.hover button.info {
    display: inline-block;
    text-decoration: none;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    border:2px solid #27a9e1;
    margin: 50px 0 0 0;
    border-radius: 100%;
    background-color: #27a9e1;
}
.hover button.info:hover {
    border:2px solid #fff;
    background-color: transparent;
}
.ehover:hover .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
.ehover:hover .name-block {
    transform: translateY(300px);
    -webkit-transform: translateY(300px);
}
.ehover:hover button.info {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}


/*---logo slide section---*/
section.logo-slide {
    background-color: #27a9e1;
}


/*---blog section---*/


.date i {
    font-size:1.1em;
    padding-right:20px;
}
.date p {
    font-size:1.1em;
    color: #ccc;
    margin-bottom: 10px;
}
.author p {
	margin-bottom: 10px;
	color: #ccc;
}
.author i {
	padding-right:10px;
	color: #ccc;
}
.author i.fa-user {
	padding-left:30px;
}
.blog-text p {
    margin-bottom: 10px;
}
.blog-title h3 {
	margin-bottom: 10px;
}
.blog-content {
    padding: 20px 0px;
}
.read-btn a.btn {
    border: none;
    box-shadow: none;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 0px 0px 20px;
    padding-left:0px;
    color: #898989;
}
.read-btn a.btn:hover {
	padding-left:10px;
}
article.blog-post {
    padding: 20px 0px;
    display: block;
}
article.blog-post img {
    display:block;
    width:100%;
}
article.blog-post .img-right {
    padding-left: 0px;
}
article.blog-post .img-left {
    padding-right: 0px;
}





/*---Contact section---*/

.contactus{
	background-image:url(../images/contact-bg.jpg);
   padding: 0;
   background-position: top right;
   background-attachment: fixed;
   background-size: cover;
}
.contactus .section-title{
	text-align:left;
}
.contact-bock {
    padding: 30px 10px 30px 30px;
}
.contact-bock .section-title.white-section p {
    color:#ccc;
}
.map{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0px -15px;
}
.map iframe{
    pointer-events: none;
    width:100%;
    border:none;
    margin-bottom: -5px;
}
.contact-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;	
    border-radius: 0px;
    background-color: #fff;
    color: #333;
    height: 50px;
}
.contact-form textarea.form-control {
    height: auto;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .btn {
    border-radius: 0px;
    background-color: transparent;
    border: solid 2px #fff;
    width: 180px;
    height: 50px;
    margin-left: 15px;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.contact-form .btn:hover {
    background-color:#fff;
    border: solid 2px #27a9e1;
    color:#27a9e1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}



/*---Footer section---*/

.footer{
	background-color:#333;
	padding: 40px 0 0px;
}

.social{
	margin-top: 30px;
}
.social li {
	text-align:center;
}
.social li a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: solid 2px #898989;
    border-radius:100%;
    color: #898989;
    display: block;
    line-height:37px;
}
.social li a:hover {
    background-color:#fff;
    color: #27a9e1;
    border: solid 2px #27a9e1;
}
.contact-info {
    color: #ccc;
    text-align: right;
}
.contact-info h5, .contact-info p i, .contact-info span {
    color: #27a9e1;
}
.contact-info p i{
    margin-right:10px;
}
.contact-info .address {
    margin-bottom:5px
}
.contact-info .email-add {
    margin-top: 35px;
}
.copyright{
	border-top: 1px solid #707070;
	margin-top: 40px;
}
.copy{
	color:#fff;
	text-align:center;
   margin-bottom: 0;
   padding: 15px 0px;
   font-family: 'Oswald', sans-serif;
   letter-spacing:1px;
}
.copy span{
	color:#27a9e1;
}




@media only screen and (max-width: 3500px) {
    /*body*/
    body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {}

@media only screen and (max-width: 1280px) {
    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        padding: 25px 15px;
    }
    section.getquote {
        margin-top: 65px;
    }
}

@media (min-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {
    #mainNav.navbar-default .nav > li > a, #mainNav.navbar-default .nav > li > a:focus {
        padding: 15px;
    }
    .navbar-brand > img{
       max-width:90px;
   }
   .quote-form .form-control {
    height: 30px;
}
.getquote .section-title h1 {
    margin-bottom: 5px;
    margin-top:5px;
}
.quote-form .form-group {
    margin-bottom: 5px;
}
.quote-form textarea.form-control {
    height: 60px;
}
.quote-form .btn {
    height: 30px;
    padding: 0;
}
.getquote .right-side {
    min-height: auto;
}
section.getquote {
    margin-top: 80px;
}
.about .left-side {
    padding: 15px;
}
.about-content {
    padding-bottom: 0px;
}
.whyus .about-img.left-side {
    padding-right: 15px;
}
.whyus .panel-title a {
    padding: 10px 10px;
}
.whyus .right-side {
    padding: 0px 15px;
}
.read-btn a.btn {
    margin: 5px 0px;
}
.blog-content {
 /* padding: 5px 0px;*/
}
.news .author p{
	margin-bottom:5px;
}
article.blog-post {
    padding: 5px 0px;
}
.blog-title h3 {
    margin-bottom: 5px;
    margin-top:5px;
}
.blog-text p{
	margin-bottom:5px;
}
.contact-bock {
    padding: 20px;
}
}

@media only screen and (max-width: 991px) {
    body{
       font-size:100%;
   }
   .navbar-brand > img{
       max-width:110px;
   }
   .navbar-collapse{
       overflow:auto !important;
       height: auto !important;
       background-color: rgba(255,255,255,0.6);
   }
   .navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-toggle {
    margin-right: -15px;
}
.navbar-default {
    background-color: rgba(255,255,255,0.7);
    border-color:transparent;
}
.navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
}
#mainNav.navbar-default .navbar-header .navbar-brand p {
    line-height:1;
    margin: 0;
}
#mainNav.navbar-default .nav > li > a, #mainNav.navbar-default .nav > li > a:focus {
    text-align: center;
    color: #333;
}
section {
    padding: 40px 0;
}

.ser-block {
    padding: 10px 10px;
}
.ser-block hr {
    margin: 5px auto;
}
.ser-block p.content {
    padding: 5px 10px 0px;
}
section.getquote {
    margin-top: 80px;
}
.about-content {
    padding-bottom: 0;
}
.newsletter h2 {
    margin-bottom: 30px;
}
.ehover .name-block {
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
}
.ehover:hover .name-block {
    transform: translateY(180px);
    -webkit-transform: translateY(180px);
}
.ehover:hover button.info, .ehover button.info{
    margin-top:0px;
}
.newsletter .form-control {
    width: 250px;
    margin-bottom: 10px;
}
.contact-bock {
    padding: 10px;
}
.read-btn a.btn {
    font-size: 12px;
}
}
@media only screen and (max-width: 800px) {
    section.getquote {
        margin-top: 40px;
    }
    .top-bar section.getquote {
        margin-top: 100px;
    }
}

/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
    body{
       font-size:100%;
       overflow-x: hidden;
   }
   .navbar-brand > img{
    max-width: 63px;
}
.navbar-brand{
	padding: 10px 10px;
}

.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #fff;
}
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
    color: #222222;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: #333;
}
.navbar-default.affix-top .navbar-header .navbar-brand:hover, .navbar-default.affix-top .navbar-header .navbar-brand:focus {
    color: #fff;
}


section.getquote {
    position:relative;
    margin-top:0px;
}
.top-bar section.getquote {
    margin-top: 0px;
}
.real_estate_section {
    padding: 30px 0 0px 0 !important;
}
.getquote .right-side {
    background-color: rgba(0, 0, 0, 1);
}
.about  {
	padding-top:15px;
	padding-bottom:0px;
}
.about-content {
    border-right: none;
    padding-right:0px;
    border-bottom:1px solid #ebebeb;
    margin-bottom:15px;
}
.about .left-side {
 margin-bottom:15px;
}
.about .right-side {
    min-height: auto;
}
.newsletter .form-control {
    width: 100%;
}
.about {
    padding-bottom: 30px;
    padding-top: 15px;
}
.section-title.center-text p {
    width: 100%;
}
.services {
    padding: 20px 0px;
}
.ser-block p.content {
    line-height: 1.5;
}
.hover {
	margin-bottom:15px;
}
.hover img {
    display: inline-block;
}
.ehover .name-block {
    transform: translateY(250px);
    -webkit-transform: translateY(250px);
}
.ehover:hover .name-block {
    transform: translateY(300px);
    -webkit-transform: translateY(300px);
}
.ehover:hover button.info, .ehover button.info {
    margin-top: 50px;
}
section.logo-slide {
    padding: 20px 0px;
}
section.logo-slide img {
    padding-top: 15px;
    padding-bottom: 15px;
}
.news{
	padding:20px 0px;
}
.date p {
	margin-bottom:10px;
}
#fade-quote-carousel blockquote {
    padding: 10px 5px;
}
.contact-bock {
    padding: 15px 0px 15px;
}
.contact-info {
    text-align: center;
}
.map {
    padding-top: 15px;
}
.social {
    text-align:center
}
.contact-info{
	font-size:16px;
	padding-top:15px;
}
.social {
    margin-top: 10px;
}
.contact-info .email-add {
    margin-top: 0px;
}
/*.slider-banner {
    margin-top: 50px;
    }*/
    .navbar-default {
        background-color: rgba(255,255,255,0.7);
    }
    .blog-content {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .blog-post img{
       display:inline-block;
       width:100%;
   }
   article.blog-post .img-right {
    padding-left: 15px;
}
article.blog-post .img-left {
    padding-right: 15px;
}
.read-btn a.btn {
    font-size: 10px;
}

}

.navbar-brand{
    position: absolute !important;
    margin-top: -20px !important;
    margin-left: 35px !important;
}
@media only screen and (max-width: 480px) {
    .navbar-brand{
        width: 150% !important;
    }
}

/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width: 667px) {}

/*--------------iPhone 5 landscape----------------*/
@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width: 414px) {}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width: 375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 200px) {}

p{
    font-size: 16px;
    text-align: justify;
}

.navbar-brand > img{
    max-width: 63px;
    max-width: 82px;
}



#social p, .twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#social .twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#social .twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}
.twit{
  background:#428bca !important;
}
#social span {
  font-style: italic;
  display: block;
}

#social img {
  max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

#social .fl-fl {
  background: #428bca;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#social .fl-tw {
  background: #23a1f4;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}



#social .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

#social .fl-fl:hover {
  right: -52px;
}

#social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

/*#social .float-fb {*/
/*  top: 160px;*/
/*}*/

@media (min-width: 577px){
#social .float-fb {
  top: 160px;
}
#social .float-tw {
  top: 215px;
}
}



#social .float-gp {
  top: 270px;
}

#social .float-rs {
  top: 325px;
}

#social .float-ig {
  top: 380px;
}

#social .float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */




@media (max-width:576px){

#social .float-fb {
     top: none; 
    bottom: 0px !important;
    left: 0px !important;
    width: 50% !important;
}
#social .float-tw {
     top: none; 
    bottom: 0px !important;
    right: 0px !important;
    width: 50% !important;
}
}

.project-table table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
            border: 1px solid #e9e9e9;
            line-height: 1.4;
            padding: 4px;
            vertical-align: middle;
            text-align: center;
        }
        
        
#frmContactForm {
  display: none;
}
#frmContactForm:checked + .contact-modal {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  overflow: auto;
  transition: opacity 160ms ease-out, width 0ms ease-out, height 0ms ease-out;
}
#frmContactForm:checked + .contact-modal .contact-form {
  animation: contact-form-show 160ms ease-out;
}

@keyframes contact-form-show {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.contact-modal {
  font-size: 16px;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 160ms ease-out, width 0ms ease-out 160ms, height 0ms ease-out 160ms;
}

.contact-form {
  background-color: rgba(0, 0, 0, 0.45);
  width: calc(100vw - 2em);
  max-width: 480px;
  padding: 1.5em 2em;
  margin: 2em;
  border-radius: 1.5em;
  box-shadow: 0 2em 3em rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  backdrop-filter: blur(0.4em);
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-section {
  padding-bottom: 1.5em;
  box-sizing: border-box;
}
.contact-section:last-child {
  padding-bottom: 0;
}

.contact-cancel {
  color: #ffffff;
  cursor: pointer;
}
.contact-cancel:hover {
  text-decoration: underline;
}

.text-right {
  text-align: right;
}

.text-white {
  color: #ffffff;
}

.p-none {
  padding: 0;
}

.m-none {
  margin: 0;
}

.mb-whole {
  margin-bottom: 1em;
}

.ml-whole {
  margin-left: 1em;
}

.mb-half {
  margin-bottom: 0.5em;
}

.ml-half {
  margin-left: 0.5em;
}

.mb-quarter {
  margin-bottom: 0.25em;
}

.ml-quarter {
  margin-left: 0.25em;
}

.form-item {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
}
.form-item input[type=text], .form-item input[type=email], .form-item textarea {
  color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 1.8em 1em 0.8em 2.5em;
  border: 0;
  border-radius: 0.75em;
  outline: 0;
  margin: 0;
  box-sizing: border-box;
}
.form-item input[type=text]::placeholder, .form-item input[type=email]::placeholder, .form-item textarea::placeholder {
  color: transparent;
}
.form-item input[type=text]:not(:placeholder-shown) + label, .form-item input[type=email]:not(:placeholder-shown) + label, .form-item textarea:not(:placeholder-shown) + label {
  font-size: 0.8em;
  top: 0.65em;
  left: 1em;
}
.form-item i.icon {
  position: absolute;
  top: 1.8em;
  left: 1em;
}
.form-item label.lbl-floating {
  color: #c2c2c2;
  position: absolute;
  top: 1.8em;
  left: 2.5em;
  pointer-events: none;
  transition: font-size 64ms ease-out, top 64ms ease-out, left 64ms ease-out;
}
 

/* Localized */