body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Open Sans', sans-serif;

}

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

  font-weight: 400;
}

li {
  list-style: none;
}

.header1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(78, 76, 76, 0.252);
}

.list-inline {
  padding: 13px;
}

.list-inline,
a {
  text-decoration: none;
  color: white;
  opacity: 0.9;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding: 10px;

}

a:hover {
  color: white;
  text-decoration: none;
}

#backtotop.visible {
  visibility: visible;
  /* opacity: .5; */
}

#backtotop {
  color: #FFFFFF;
  background-color: green;
  overflow: hidden;
}

#backtotop {
  z-index: 999;
  display: inline-block;
  position: fixed;
  visibility: hidden;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
}

#backtotop i {
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(-50px);
  }
}

.signin {
  list-style: none;
  display: flex;
  padding: 5px;
  justify-content: space-between;

}

.logi,
.login {
  outline: 2px solid white;
  border-radius: 5px;
  padding: 2px 10px 2px 10px;
}

.navbar-brand img {
  height: 100px;
  width: 200px;
  margin-top: -30px;
  margin-left: 60px;
}

.nav-link {
  color: white;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;

}

.nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #2eca6a;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

.nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-default .show>.nav-link:before,
.navbar-default .active>.nav-link:before,
.navbar-default .nav-link.show:before,
.navbar-default .nav-link.active:before {
  transform: scaleX(1);
}

.navbar-default.nav-link:before {
  background-color: #2eca6a;
}

.modal {
  backdrop-filter: blur;
  background-color: rgba(46, 45, 45, 0.652);
}

.modal-content {
  background-color: transparent;
  outline: none;
  border: none;

}

.fluid {
  filter: brightness(70%);
}

.forminput {
  font-size: 30px;
}

.formbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item {
  height: 100vh;
} 

.carousel-caption {
  position: absolute;
  bottom: 9.5rem;
  padding-left: 60px;


}


.carousel-control-prev-icon {
  height: 50px;
  border-radius: 10px;
  border: 2px solid #b7b5b5;
  position: absolute;
  top: 50%;
  width: 30px;
  left: 15%;
}

.carousel-control-next-icon {
  height: 50px;
  border-radius: 10px;
  border: 2px solid #b7b5b5;
  position: absolute;
  top: 50%;
  width: 30px;
  right: 15%;
}

.carousel-control-next-icon:hover {
  background-color: rgb(3, 231, 3);
}

.carousel-control-prev-icon:hover {
  background-color: rgb(3, 211, 3);
}

.search {
  position: absolute;
  top: 28%;
  right: 10%;
  width: 400px;
  height: 570px;
  border-radius: 3%;
}

.searchinput {
  width: 350px;

}

.range-slider {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.range-slider label {
  font-size: 14px;
  color: #535353;
  font-weight: 500;
  margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 5px;
  border-radius: 0;
  background-color: rgb(125, 246, 125);
  cursor: w-resize;
  outline: none;
  top: -5px;
  margin-left: -8px;
  box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: rgb(20, 230, 20);
}


.range-slider .ui-widget-content {
  background-color: #ccc;
}



.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height: 4px;
  border-radius: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.min-value:focus,
.max-value:focus,
.min-value,
.max-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

.min-value {
  float: left;
  margin-left: -8px;
  width: 40%;
  margin-right: -8px;
  font-size: 13px;
  color: #535353;
  font-weight: 500;
  margin-top: 15px;
}

.max-value {
  float: right;
  width: 60%;
  text-align: right;
  margin-right: -8px;
  font-size: 13px;
  color: #535353;
  font-weight: 500;
  margin-top: 15px;
}

.main-title h1 {
  font-size: 33px;
  font-weight: 700;

}

.main-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.main-title p {
  font-size: 16px;
  margin-bottom: 0;
}

.featured-items .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-35px);
}

.featured-items .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  top: 20px;
  outline: none;
}

.featured-items .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  top: 20px;
  outline: none;
}

.featured-items .owl-nav .owl-next span {
  border-radius: 0 50px 50px 0;
  width: 55px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  display: inline-block;
  color: rgb(10, 167, 10);
  background-color: white;
  opacity: 0.75;
  transition: all .3s;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
  outline: none;

}

.featured-items .owl-nav .owl-prev span {
  width: 55px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  display: inline-block;
  color: rgb(10, 167, 10);
  background-color: white;
  border-radius: 50px 0 0 50px;
  opacity: 0.75;
  transition: all .3s;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
  outline: none;
}

.featured-items .owl-nav .owl-prev span:hover,
.featured-items .owl-nav .owl-next span:hover {
  opacity: 1;
  background-color: rgb(10, 167, 10);
  color: white;
  outline: none;
}

.tag-2 {
  float: left;
  position: absolute;
  transform: rotate(-45deg);
  left: -60px;
  top: 30px;
  text-align: center;
  width: 200px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  background: #292929;
  text-transform: uppercase;
  z-index: 30;
}

.fh5co-card-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-card-item figure {
  height: 240px;
  overflow: hidden;
  z-index: 12;
  position: relative;
}

.fh5co-card-item figure .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.fh5co-card-item figure .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-card-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-card-item .fh5co-text {
  padding: 0px 10px 10px 20px;
  text-align: center;
}

.overlay-text {
  z-index: 10;
  position: absolute;
  top: 150px;
  right: 10px;
}

.del {
  color: red;
  font-size: 12px;
  font-weight: 900;
}

.fh5co-card-item .fh5co-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #09C6AB;
}

.fh5co-card-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}

.fh5co-card-item .fh5co-text p {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-card-item .fh5co-text a span.btn {
  color: #fff !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #1a1a1a;
  border: 2px solid #1a1a1a !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.facilities-list li {
  list-style: none;
  float: left;
  margin: 0 3px 3px 0;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 15px;
  border: solid 1px #e2e0e0;
  border-radius: 3px;
  color: black;
}


.fh5co-card-item:hover,
.fh5co-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}

.fh5co-card-item:hover img,
.fh5co-card-item:focus img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.fh5co-card-item:hover a span.btn,
.fh5co-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  border: 2px solid rgb(233, 43, 43) !important;
  background: rgb(233, 43, 43) !important;
}

.fh5co-card-item:hover figure .overlay,
.fh5co-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}

.fh5co-card-item:hover figure .overlay i,
.fh5co-card-item:focus figure .overlay i {
  margin-top: -15px;
}

.fh5co-card-item:hover h2,
.fh5co-card-item:hover span,
.fh5co-card-item:focus h2,
.fh5co-card-item:focus span {
  text-decoration: none !important;
}

.readmorebtn {
  position: absolute;
  bottom: 50px;
  z-index: 50;
  left: 100px;
  height: 10px
}

.img-responsive {
  height: 300px;
  width: 400px;
}

.card-img {
  height: 400px;
}

.card-title {
  position: absolute;
  top: 73%;
  font-weight: bolder;
}

.card-text {
  position: absolute;
  top: 81%;
  font-weight: bolder;
}

.card-h3 {
  position: absolute;
  top: 93%;
  border: 1px solid green;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2eca6a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #4bd680;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2eca6a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.img-responsive-lastest {
  width: 300px;
}

.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  color: #fff;
  background: rgba(31, 56, 110, 0.8);
  height: 300px;
  width: 310px;
  opacity: 0;
  transition: all 0.5s;
   
   
}

.hover-bg .hover-text>h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 100px;
  left: 10px;
}

.hover-bg .hover-text>h5 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: 120px;
  left: 10px;
}

.hover-bg:hover .hover-text>h4,
.hover-bg:hover .hover-text>h5 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
  top: 50px;
}

.parallax.parallax-off {
  background-attachment: scroll !important;
  display: block;
  overflow: hidden;
  position: relative;
  background-position: center c;
  width: 100%;
  z-index: 2;
}

.section-title {
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.section-title p {
  color: #999;
  font-weight: 400;
  font-size: 17px;

}


.message-box h4 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #999;
}

.message-box h2 {
  font-size: 38px;
  font-weight: 300;
  padding: 0 0 10px;
  margin: 0;
  line-height: 62px;
  margin-top: 0;
  text-transform: none;
}

.message-box p {
  margin-bottom: 20px;
  color: #999999;
}

.message-box .lead {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #999;
  padding-bottom: 0;
}

.img-responsive-agent {
  height: 350px;
  width: 400px;
}

#testimonials {
  background-color: #ddddddb4;
}

.customer {
  margin-top: 7rem !important;
}

.social {
  line-height: 40px;
  padding-left: 20px;
}

.testimonial .testi-meta img {
  max-width: 55px;
}

.testi-meta h4 {
  font-size: 18px;
  color: #7e5b5b;
  position: absolute;
  bottom: 10px;
  left: 120px;
}

.desc h3 i {
  color: #2f2f2f5f;
  font-size: 24px;
  vertical-align: middle;
}

.testimonial h4 {
  font-size: 18px;
  color: #1d1616;
}

.testimonial img {
  max-width: 55px;
}


.testimonial {
  background-color: #fff;
  height: 250px;
  width: 300px;
  text-align: center;
  border: 1px solid #eee;
  padding: 30px 20px;
  margin: auto;
}

.testimonial h3 {
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.testimonial small,
.lead {
  background-color: transparent;
  color: #aaa;
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
  margin: 0;
  padding: 0;

}

.customer-items .owl-nav .owl-next span,
.customer-items .owl-nav .owl-prev span {
  background-color: #bab9b9e2;
  height: 120px;
  width: 40px;
}

.customer-items .owl-nav .owl-next span {
  color: green;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  top: 150px;
  line-height: 22px;
  right: -25px;
  height: 30px;
}

.customer-items .owl-nav .owl-prev span {
  color: green;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  top: 150px;
  line-height: 22px;
  left: -35px;
  height: 30px;
}

.footer {
  padding: 30px 0 20px !important;
  color: #999;
  background-color: #333333;
}

.img-footer {
  height: 100px;
  width: 150px;
}

.footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.footer .widget-title small {
  color: #999;
  display: block;
  padding: 0 58px;
  text-transform: uppercase;
}

.footer .widget-title h3 {
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  padding: 0;
  margin: 0;
  line-height: 1 !important;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links a {
  color: #999;
  display: block;
}

.footer-links a:hover,
.footer a:hover {
  color: #a8cf45;
}

.footer-links li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.twitter-widget li {
  margin-bottom: 0;
  border: 0 !important;
}

.twitter-widget li i {
  border-right: 0 !important;
  margin-right: 0;
}

.footer-links li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.footer-links i {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

/* property.html */
.all-title-box {
  background: url(../image/slide-5.jpg);
  position: relative;
  padding: 200px 0 70px 0px;
  margin-bottom: 0px;
}

.all-title-box::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.all-title-box .container {
  position: relative;
}

.all-title-box h2 {
  color: #ffffff;
  padding: 0px;
  font-size: 40px;
  font-weight: 600;
}

#breadcrumbs {
  background: rgb(25, 181, 25);
  padding: 10px 20px;
  position: absolute;
  right: 0px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #888;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#breadcrumbs:hover {
  background: grey;
}

#breadcrumbs ul {
  margin: 0;
  padding: 0;
}

#breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
  color: #ffffff;
}

#breadcrumbs:hover ul li a {
  color: rgb(25, 181, 25);
}

#breadcrumbs ul li:first-child::before {
  display: none;
}

#breadcrumbs ul li::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 14px;
  margin-right: 15px;
}

small {
  font-size: 15px;
  color: #999;
  letter-spacing: 1px;
  padding-bottom: 0px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.property-main {
  background: #fff;
  position: relative;
  box-shadow: 0 2px 0 0 #e3e4e7;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.property-wrap {
  width: 100%;
}

.item-body {
  padding: 1px 12px 7px;
  width: 100%;
  position: relative;
  bottom: 17px;
}

.label-inner {
  position: absolute;
  top: 5px;
  right: 12px;
  background: #a8cf45;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 3;
  color: #fff;
  padding: 2px 3px;
}

.label-inner .label {
  display: block;
}

.property-wrap .price {
  position: absolute;
  left: 12px;
  top: 2px;
  z-index: 4;
  color: #fff;
  text-align: left;
  background: #a8cf45;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 10px;
}

.item-body h3 {
  font-size: 21px;
}

.item-body .adderess {
  color: #999;
  font-size: 13px;
}


.item-body .adderess i {
  margin-right: 5px;
}

.item-body .info {
  font-size: 13px;
  margin-top: 10px;
  line-height: 16px;
  margin-bottom: 10px;
}

.property-main:hover {
  box-shadow: 0 0 5px 1px rgba(60, 144, 190, .13);
  -webkit-box-shadow: 0 0 5px 1px rgba(60, 144, 190, .13);
  -moz-box-shadow: 0 0 5px 1px rgba(60, 144, 190, .13);
}

.item-foot {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 14px 20px;
  margin: -7px 0;
}

.item-foot .prop-user-agent i {
  padding-right: 5px;
  font-size: 15px;
}

.item-foot .prop-date i {
  padding-right: 5px;
  font-size: 15px;
}

.img-thumbnail {
  position: relative;
  bottom: 19px;
  height: 250px;
  /* width: 100%; */
}

.hoverbutton {
  background-color: #a8cf45;
  position: absolute;
  color: #1f1f1f !important;
  top: 28%;
  font-size: 21px;
  z-index: 12;
  left: 0;
  opacity: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: -20px auto;
}

.service-widget:hover .hoverbutton {
  opacity: 1;
}

.lb {
  position: relative;
  bottom: 100px;
}

.property .owl-nav .owl-prev span,
.property .owl-nav .owl-next span {
  display: none;
}

.single-services-img {
  padding: 15px 0px;
}

.single-services-desc h4 a {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.single-services-desc p {
  margin: 0px;
  padding-bottom: 20px;
}

.image1  {
  height: 84px;
  width: 84px;
}
/**  About us**/
 
.about-house{
  padding-right: 40px;
  position: relative;
  bottom: 50px;
}

.about-car .best-used-car h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}

  
.about-house .best-used-house{
  padding-left: 20px;
}
.about-house .owl-nav .owl-next span,
.about-house .owl-nav .owl-prev span,
.executive .owl-nav  .owl-next span,
.executive .owl-nav  .owl-prev span{
  display: none;
}
.about-box{
	padding: 70px 0px;
}

.single-feature {
    background: #f7f4f4;
    border-bottom: 10px solid transparent;
	text-align: center;
	padding: 30px 25px 45px 25px;
}

.single-feature h4 {
    margin: 35px 0 25px 0;
	padding: 0px;
	font-size: 22px;
}
.about-box .owl-carousel .owl-item img{
  height: 84px;
  width: 84px;
  margin: auto;
}
.about-box  .owl-nav .owl-next span,
.about-box .owl-nav .owl-prev span {
  display: none;
  
}

.executive .owl-carousel .owl-item img{
  width: 255px;
  height: 255px;
  margin: auto;
}
.team-1 .social-list {
  position: absolute;
  bottom: 105px;
  text-align: center;
  z-index: 20;
  border-radius: 5px 5px 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  width: 100%;
  margin-left:-20px ;
}

.team-1 .social-list a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 2px;
  border-radius: 3px;
  text-align: center;
  background: rgba(0,0,0,0.5);
}

.team-1 .details {
  text-align: center;
}


.team-1 .details h4 a{
  font-size: 20px;
  font-weight: 400;
  color: #212121;
}

.team-1 .details h4 a:hover{
  color: #212529;
}

.team-1 .details h5 {
  font-size: 15px;
  color: #535353;
  font-weight: 400;
}

.team-1 .social-list a:hover{
  box-shadow: none;
}

.team-1 .facebook-bg:hover {
  background: #4867aa!important;
}

.team-1 .twitter-bg:hover {
  background: #56d7fe!important;
}

.team-1 .google-bg:hover {
  background: #dc4e41!important;
}

.our-team-2{
  background: rgba(0, 0, 0, 0.04) url(../img/bg-img-6.jpg) top left repeat;
  background-size: cover;
}
 
/* contact us */
.contact_form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #f2f3f5;
    padding: 40px 30px;
	border-radius: 2px;
}

.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px !important;
    height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}
.right-box-contact{
	margin-bottom: 30px;
}
.right-box-contact h4{
	font-size: 20px;
	font-weight: 400;
	padding: 0px;
}

.right-box-contact .support-info{
	position: relative;
	box-shadow: 1px 1px 3px 1px #e3e4e7;
	padding: 20px 80px;
	margin-top: 10px;
	background: #f5f5f5;
}

.support-info .info-title i{
	display: block;
	font-size: 28px;
	color: #ffffff;	
	background: #33de11;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.support-info .info-title{
	color: #333;
	font-size: 15px;
	font-weight: 700;
}
.support-info .info-title span{
	display: block;
	font-size: 13px;
	text-transform: capitalize;
	color: #aaa;
	font-weight: 400;
}
.btn-sus{
	background: #15e207;
  color: white;
}
/* ---------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------- */

@media(max-width:1280px) {
  .display-4 {
    font-size: xx-large;
  }

  p .social {
    padding-left: 39px;
    line-height: 25px;
  }
  .lb{
    top: 10px;
  }
}

@media(max-width:1024px) {

  .customer-items .owl-nav .owl-next span,
  .customer-items .owl-nav .owl-prev span {
    display: none;
  }

  .head1 {
    display: none;
  }
}

@media (max-width: 993px) {
  .head1 {
    display: none;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(12, 12, 12, 0.704);
    backdrop-filter: blur(10px);
  }

  .navbar-collapse {
    background-color: white;
  }

  .nav-link {
    color: black;
    margin-left: 20px;
  }

  .m-hide {
    display: none;
  }

  .carousel-item {
    width: 150vh;
    height: 80vh;
  }

  .carousel-caption {
    position: absolute;
    bottom: 12rem;
    padding-left: 8px;
  }

  .search {
    display: none;
  }

}

/* --------------------------------------------------------------- */
@media(max-width: 414px) {
  .navbar-brand img {
    height: 40px;
    width: 100px;
    margin-top: -5px;
    margin-left: 5px;


  }

  .nav-link:hover {
    color: rgba(24, 164, 24, 0.887);
  }

  .nav-link:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 80px;
    height: 2px;
    z-index: 0;
    background-color: #2eca6a;
    color: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
  }

  .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }

  .navbar-default .show>.nav-link:before,
  .navbar-default .active>.nav-link:before,
  .navbar-default .nav-link.show:before,
  .navbar-default .nav-link.active:before {
    transform: scaleX(1);
  }

  .navbar-default.nav-link:before {
    background-color: #2eca6a;
  }

  .carousel-item {
    height: 70vh;
  }

  h5 {
    font-size: 15px;
  }

  .carousel-caption {
    top: 42%;
    left: 8px;
  }

  .display-4 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
  }

  .btn-lg {
    font-size: 15px
  }

  .featured-items .owl-nav .owl-prev {
    position: absolute;
    left: 110px;
    top: 300px;

  }
  .lb{
    bottom: 15px;
  }

  .featured-items .owl-nav .owl-next {
    position: absolute;
    right: 100px;
    top: 300px;
  }

  .featured-items .owl-nav .owl-prev span {
    border-radius: 60px 0 0 60px;
    height: 31px;
  }

  .featured-items .owl-nav .owl-next span {
    border-radius: 0 60px 60px 0;
    height: 31px;
  }

  .readmorebtn {
    left: 90px;
  }

  .post-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .section-title p {
    font-size: 14px;
    line-height: 25px;
  }

  .social {
    margin-top: 10px;
    padding-left: 10px;
  }



  .customer-items .owl-nav .owl-prev span,
  .customer-items .owl-nav .owl-next span {
    display: none;
  }

  /* propert -html */
  .all-title-box {
    text-align: center;
  }

  #breadcrumbs {
    position: relative;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .label-inner {
    top: 20px;
  }

  .property-wrap .price {
    top: 20px;

  }


}
@media (max-width: 370px){
  .featured-items .owl-nav .owl-next {
    position: absolute;
    right: 70px;
    top: 300px;
    outline: none;
  }
  .featured-items .owl-nav .owl-prev {
    position: absolute;
    left: 80px;
    top: 300px;
    outline: none;

  }
  .message-box h2{
    font-size: 30px;
  }
  .lb{
    top: 5px;
  }
  .display-4{
    font-size: 21px;
  }
  h5{
font-size: 13px;
  }
  .featured-items .owl-nav .owl-next span , .featured-items .owl-nav .owl-prev span{
    border-radius: 0 50px 50px 0;
    width: 40px;
    font-size: 20px;
    display: inline-block;
    
}
.readmorebtn {
  left: 70px;
}
.section-title p {
    font-size: 12px;
    line-height: 25px;
}
.message-box p {
  margin-bottom: 20px;
  color: #999999;
  font-size: 13px;
}
.testimonial-section{
  position: relative;
  bottom: 80px;
}
}