/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  /* background-color: #ccc; */
  background-color: lightslategray;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

div.container-fluid {
  max-width: 1140px;
}

a {
  color: #56b5b1;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #56b5b1;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #56b5b1;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #56b5b1;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

.gm-style img {
    max-width: none;
}

img.loading {
  margin: 30% 50%;
}

#map {
    max-width: 100%;
    min-height: 360px;
    -webkit-transform: scale(1) translateZ(0) !important;
}

#topbar .social-links a:hover {
  color: #56b5b1;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {
  padding: 0;
  /* background: #525254; */
  /* border-bottom: solid 1px rgba(109, 110, 112, 0.09); */
  /* box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06); */
  font-family: "Montserrat", sans-serif;
}

header > div.container-fluid {
  background: #525254;
}

header #logo {
  height: 75px;
}

header #logo h1 {
  color: #fff;
  font-size: 42px;
  margin: 0;
  padding: 0;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 700;
}

header #logo a {
  text-decoration: none;
}

header #logo span {
  color: #56b5b1;
  position: relative;
  left: 133px;
  top: -19px;
  font-size: 28px;
  font-weight: 500;
}

header #logo.myour-Our span {
  left: 149px;
}

main {
  /* padding: 20px 0; */
  /* background-color: #f2f5f8; */
  /* max-width: 1140px; */
}
main > div.container-fluid {
  background-color: #fff;
  padding: 20px 10px;
}
@media (min-height: 500px) {
  main > div.container-fluid {
    min-height: calc(100vh - 131px);
  }
}
@media (min-width: 541px) {
  main>div.container-fluid {
    min-height: calc(100vh - 131px);
  }
}
@media (max-width: 540px) {
  main>div.container-fluid {
    min-height: calc(100vh - 149px);
    padding: 10px;
  }
}

#ShowAgent {
  min-width: 296px;
}
#PhotoAndContactInfo {
  padding: 5px;
  /* border: 1px solid gray; */
  /* border-radius: 5px; */
  background-color: #E4DFDA;
  max-width: 340px;
}

#basic_options {
  min-width: 315px;
}
#basic_options table {
  margin: auto;
}

.form-check {
  margin-bottom: 0;
}

/* .form-check label {
  white-space: nowrap;
} */

.form-control-sm {
  padding-top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  /* width: 100%; */
  /* height: 50vh; */
  /* position: relative; */
  /* background: url("//images/intro-carousel/1.jpg") no-repeat; */
  /* background-size: cover; */
  /* margin-top: 50px; */
}

#intro .intro-content h2 {
  color: #6d6e71;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #56b5b1;
  text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #56b5b1;
  border: 2px solid #56b5b1;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #56b5b1;
}

/* @media (min-height: 500px) { */
  #intro .intro-content {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
/* } */

/*--------------btn-------*/
.btn-info {
  /* color: #fff; */
  border-color: #56b5b1;
  background-color: #56b5b1;
}
.btn-info:hover {
  border-color: #56b5b1;
  background-color: rgba(0,0,0,0.00);
  color:#56b5b1;
  /* transition: none!important; */
}
.btn-info.btn:active:focus {
  box-shadow: none;
}
.btn-info.btn:focus {
  /* color: #fff; */
  color: initial;
  border-color: #56b5b1;
  background-color: #56b5b1;
  box-shadow: none;
}
.font12-B{
    font-size: 12px;
}
.font10-A{
  font-size: 14px;  
}
.selectBox{
 margin-right: 20px;
}

.solds{
 background-color: rgb(165, 0, 0);
 color: #ffffff;
 border: solid 1px #CCC;
}
.leftscroll {
  height: 40vh;
  overflow: hidden;
  overflow-y: scroll; 
  text-align: left;
}
.circle {
  display: flex;
  border: 3px solid #002487;
  background-color: #002487;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 10px rgba(171, 170, 170, 0.46);
  color: #ffffff;
}
.house {
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #488700;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1000;
}
.house:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 15px;
  background: #488700;
  top: 15.4px;
  left: 20px;
  z-index: 1000;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #57cdd1;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  text-align: center;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  /*background: #56b5b1;*/
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/

#about {
  padding: 60px 0 50px 0;
  background-color:rgba(240,246,246,0.8)
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content h2 {
  color: #57cdd1;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #56b5b1;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

#about .about-item {
  box-sizing: content-box;
  padding: 30px 5px 0 30px;
  margin: 30px 5px;
  text-align: left;
  min-height: 180px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

/* Services Section
--------------------------------*/

#services {
    padding: 1px 0 10px 0;
    /* background-color: rgba(240,246,246,0.8); */
}

#services .box {
    padding-bottom: 15px;
    /* margin-bottom: 20px; */
    /*
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    */
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #56b5b1 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
 /* margin-left: 100px;*/
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  * :not(#back_t2) { 
    font-size: 14px;
    line-height: 24px;
  }
  /*margin-left: 100px;*/
  margin-bottom: 0;
}

#back_t2 p {
  margin:0;
}

#services .box.mobile-featured {
  background-color: whitesmoke;
  max-width: 85%;
  border: 1px solid dimgrey;
  margin: auto;
  border-radius: 5px;
}

.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.marginRow{
     margin-top:-30px !important; 
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #56b5b1;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #56b5b1;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #56b5b1;
  border: 1px solid #56b5b1;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #56b5b1;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #2dc899;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  /* background: #f2f5f8; */
  color: lightgrey;
  /* background: #525254; */
  padding: 0;
  font-size: 12px;
  /* bottom: 0; */
  /* position: absolute; */
  width:100%;
}

footer > div.container-fluid {
  padding: 10px 0;
  background: #525254;
}

footer .copyright {
  text-align: center;
  /* padding-top: 30px; */
}

footer .credits {
  text-align: center;
  /* font-size: 13px; */
  color: #555;
}

footer .credits a {
  /* color: #0c2e8a; */
  color: #56b5b1;
}

/* @media (min-height: 500px) {
  footer {
    position: fixed;
    bottom: 0px;
  }
} */

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
 
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* #intro .intro-content h2 {
    font-size: 34px;
  } */

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}


/* Pagination CSS used in Featured Listings page */
div#pagination {
    height: 30px;
    margin-top: 0px;
}

    div#pagination .count {
        float: left;
        padding: 5px;
    }

    div#pagination .pages {
        float: right;
        padding: 5px;
    }

div#paginationTop {
    height: 20px;
    margin-bottom: 3px;
}

    div#paginationTop .count {
        float: left;
        padding: 5px;
    }

    div#paginationTop .pages {
        float: right;
        padding: 5px;
    }



    div.pagination a {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #003399;
        text-decoration: none; /* no underline */
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
    }

        div.pagination a:hover, div.pagination a:active {
            border: 1px solid #006699;
        }

    div.pagination span.current {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #006699;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
        background-color: #006699;
        color: #FFF;
    }

    div.pagination span.showpg {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #006699;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
    }

    div.pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #EEE;
        color: #DDD;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
    }

.bold14 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

.rederror {
    color: red;
}