body {
  font-family: "Jost", sans-serif;
  color: #535353;
  background: #fff9f7;
}

.index-body {
  background: #fff9f7;
}

.bg-white {
  background: #f7f7f7 !important;
}

.img-fluid {
  max-width: 100% !important;
  height: auto;
}

.page_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/loader.gif) center no-repeat #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #535353;
}

a {
  color: #37404d;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #535353;
}

.form-control:focus {
  box-shadow: none;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #535353;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  color: #37404d;
  font-weight: 400;
}

.heading-2 {
  margin-bottom: 30px;
}

.heading-2 h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 22px;
}

.heading-2 p {
  font-size: 16px;
  font-weight: 400;
}

.heading-3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
}

.bordered-right {
  border-right: 1px solid rgba(22, 24, 27, 0.12);
}

.col-pad {
  padding: 0 0;
}

.col-pad-30 {
  padding: 0 30px;
}

.pad-minus-lr-15 {
  padding-top: 50px;
}

.hidden {
  display: none;
}

.form-inline .btn,
.form-inline .btn:active {
  padding: 0 17px;
  font-size: 15px;
  background: none;
  border: solid 1px transparent;
  color: #212121;
}

.form-inline .btn-2 {
  color: #fff;
}

.form-inline .btn:hover {
  background: none;
  border: solid 1px transparent;
}

.form-inline a {
  padding: 0 17px;
}

.btn {
  border-radius: 3px;
}

.btn-black {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.btn-black:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-round {
  border-radius: 30px;
}

.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.delay-15s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.delay-17s {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}

.delay-20s {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

input[type="checkbox"]:checked+label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #f3f3f3;
  text-align: center;
  line-height: 15px;
}

.index-5 .container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.form-check label,
.radio label {
  min-height: 20px;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}

.form-check label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox-theme input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox {
  margin: 3px 0;
}

.map-content-sidebar .checkbox {
  margin: 3px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #535353;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 2px solid #cccccc;
  border-radius: 10%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-content-box .checkbox label::before {
  border: none;
}

.checkbox-theme input[type="checkbox"]:checked+label::before {
  background-color: #fff;
}

input[type="checkbox"]:checked+label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 16px;
  font-weight: 300;
}

.form-group .form-check {
  margin-left: 20px;
}

#page_scroller {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  cursor: pointer;
  color: #fff;
  padding: 10px 11px;
  font-size: 12px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.bgburns .slides li:nth-of-type(even) .slide-background {
  animation: bgburnsWest 25s linear infinite alternate;
  -webkit-animation: bgburnsWest 25s linear infinite alternate;
}

@keyframes bgburnsEast {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}

@-webkit-keyframes bgburnsEast {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}

@keyframes bgburnsWest {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}

@-webkit-keyframes bgburnsWest {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}

@media all and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }

  .bgburns .slides li .slide-background {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

/** Option Panel **/
.option-panel {
  z-index: 9999;
  width: 215px;
  position: fixed;
  right: 0;
  top: 20%;
  background: #fff;
  background: white !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 20px 15px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.option-panel-collased {
  right: -215px;
}

.option-panel h2 {
  font-size: 15px;
  margin: 0 0 0 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}

.option-panel .color-plate {
  width: 40px;
  height: 40px;
  float: left;
  margin: 3px;
  border-radius: 0;
  cursor: pointer;
}

/** WEB SITE COLOR **/
.default-plate {
  background: #3f56ff;
}

.blue-plate {
  background: #95c41f;
}

.yellow-plate {
  background: #ffb400;
}

.green-light-plate {
  background: #1abc9c;
}

.red-plate {
  background: #c31c1c;
}

.orange-plate {
  background: #f34b0a;
}

.yellow-light-plate {
  background: #eae328;
}

.green-light-2-plate {
  background: #0dcdbd;
}

.olive-plate {
  background: #b3c211;
}

.purple-plate {
  background: #8e44ad;
}

.blue-light-plate {
  background: #3c9dff;
}

.brown-plate {
  background: #a14c10;
}

.setting-button {
  position: absolute;
  font-size: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: -50px;
  color: #fff;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

/** Option Panel **/

/** OVERVIEW BGI **/
.overview-bgi {
  position: relative;
}

.overview-bgi:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.overview .btn-border {
  padding: 5px 12px !important;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

/** CONTENT AREA **/
.content-area {
  padding-bottom: 70px;
}

.content-area-2 {
  /* padding: 100px 0 0px; */
  padding: 100px 0 100px;
}

.content-area-21 {
  padding: 0px 0 70px;
}

.content-area-3 {
  padding-bottom: 84px;
}

.content-area-4 {
  padding: 100px 0 50px;
}

.content-area-5 {
  padding-bottom: 100px;
}

.content-area-6 {
  padding-bottom: 50px;
}

.content-area-7 {
  padding: 25px 0;
  /* padding: 100px 0; */
}

.content-area-8 {
  padding-top: 100px;
}

.content-area-9 {
  padding: 50px 0;
}

.content-area-10 {
  padding: 100px 0 40px;
}

.content-area-11 {
  padding: 100px 0 70px;
}

.content-area-12 {
  padding-bottom: 50px;
}

.content-area-13 {
  padding: 100px 0 50px;
}

.content-area-14 {
  padding: 100px 0 80px;
}

.content-area-15 {
  padding: 100px 0 40px;
}

.content-area-16 {
  padding: 100px 0 70px;
}

.content-area-17 {
  margin-bottom: 70px;
}

.content-area-18 {
  padding: 100px 0 20px;
}

.content-area-19 {
  padding: 25px 0 70px;
}

.content-area-20 {
  padding: 100px 0;
}

.content-area-21 {
  padding: 100px 0 50px;
}

.content-area-22 {
  padding: 100px 0 60px;
}

.content-area-23 {
  padding: 0px 0 84px;
}

.content-area-24 {
  padding: 120px 0;
}

/** BTN COLOR **/
.btn-border-black {
  color: #000;
  border: solid 2px #fff;
}

.btn-border-white {
  color: #fff;
  border: solid 2px #fff;
}

.btn-border-white:hover {
  color: #fff;
  border: solid 2px #fff;
}

.btn-black {
  background: #000;
  border: solid 2px #000;
  color: #fff;
}

/** BTN **/
.btn {
  cursor: pointer;
}

.btn-sm {
  padding: 7px 30px 6px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
}

.btn-md {
  cursor: pointer;
  padding: 12px 30px 10px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
}

.btn-lg {
  cursor: pointer;
  padding: 12px 35px 10px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.btn-white {
  cursor: pointer;
  padding: 10px 30px 10px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  background: #fff;
  font-family: "Roboto", sans-serif;
}

.btn-md-round {
  border-radius: 30px;
  border-color: #4a90e2;
}

.btn:focus,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none;
}

/** BTN **/
.btn-1 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 14px 40px;
  font-weight: 400;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  text-transform: capitalize;
  background-color: #292b44;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-1:hover {
  color: #fff;
}

.btn-1:hover::before {
  left: 0%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-1:before {
  position: absolute;
  content: "";
  left: 92%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: skewX(-25deg);
}

.btn-1 span {
  position: relative;
  z-index: 1;
}

/** BTN 2 **/
.btn-2 {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 5;
  transition: 0.9s ease;
  padding: 0 30px;
  line-height: 46px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  border-radius: 3px;
}

.btn-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.9s ease;
  z-index: -1;
}

.btn-2:hover {
  background: transparent !important;
}

.btn-2:hover:before {
  width: 0;
  opacity: 1;
  visibility: visible;
}

.btn-2:hover:after {
  width: 0;
  opacity: 1;
  visibility: visible;
}

/** BTN 3 **/
.btn-3 {
  padding: 0 30px;
  line-height: 46px;
  position: relative;
  display: inline-block;
  background: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
}

.btn-3 span {
  position: relative;
  z-index: 1;
}

.btn-3:hover span {
  color: #fff !important;
}

.btn-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: transparent;
  -moz-transition: ease all 0.9s;
  -o-transition: ease all 0.9s;
  -webkit-transition: ease all 0.9s;
  transition: ease all 0.9s;
  width: 0;
  height: 100%;
}

.btn-3 span:hover {
  color: #fff !important;
}

.btn-3:hover {
  color: #ffffff !important;
}

.btn-3:hover:before {
  width: 100%;
  color: #fff !important;
}

/** BTN 4 **/
.btn-4 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  padding: 0 30px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
}

.btn-4 i::before {
  position: relative;
  font-size: 18px;
  top: 3px;
  padding-left: 5px;
}

.btn-4:hover {
  color: #fff;
}

.btn-4:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}

.btn-4:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 3px;
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}

/** BTN 5 **/
.btn-5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  padding: 0 30px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
}

.btn-5 i::before {
  position: relative;
  font-size: 18px;
  top: 3px;
  padding-left: 5px;
}

.btn-5:hover {
  color: #fff;
}

.btn-5:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}

.btn-5:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 3px;
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}

.main-header .signup-link {
  margin-top: 33px;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  padding: 5px 20px 4px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.41);
  background: #000;
  border-radius: 3px;
}

.btn-white-sm-outline {
  color: #fff;
  background: transparent;
  border: solid 2px #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 18px;
  font-size: 12px;
}

.btn-white-sm-outline:hover {
  color: #fff;
  padding: 6px 19px;
}

.btn-white-lg-outline {
  color: #fff;
  background: transparent;
  border: solid 2px #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 33px 8px;
  font-size: 15px;
}

.btn-white-lg-outline:hover {
  color: #fff;
}

.btn-theme-sm-outline {
  color: #fff;
  border: solid 2px #fff;
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 18px;
  font-size: 12px;
}

.btn-theme-sm-outline:hover {
  color: #fff;
  padding: 5px 18px;
}

/** SOCIAL MEDIA **/
.facebook:hover {
  color: #3b589e !important;
}

.twitter:hover {
  color: #56d7fe !important;
}

.linkedin:hover {
  /* color: #1c82ca !important; */
}

.google:hover {
  color: #dc4e41 !important;
}

.rss:hover {
  color: #e78733 !important;
}

.instagram:hover {
  color: #fb3958 !important;
}

/** SOCIAL MEDIA BG **/
.facebook-bg {
  background: #4867aa;
}

.facebook-bg:hover {
  background: #3a5795;
}

.twitter-bg {
  background: #991e11;
}

.twitter-bg:hover {
  background: #2abced;
}

.google-bg {
  background: #dc4e41;
}

.google-bg:hover {
  background: #c83a2e;
}

.rss-bg {
  background: #e78733;
}

.rss-bg:hover {
  background: #d0782c;
}

.linkedin-bg {
  background: #1c82ca;
}

.linkedin-bg:hover {
  background: #036497;
}

.instagram-bg {
  background: #fb3958;
}

.instagram-bg:hover {
  background: #ec2f4d;
}

/** MEGAMENU **/
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.megamenu-area {
  padding: 30px 30px 5px;
  z-index: 2;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.megamenu-title {
  color: #535353;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.megamenu-section {
  margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
  padding: 0px !important;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}

.megamenu-section p {
  font-size: 15px;
  color: #777;
}

/** TOP HEADER **/
#top-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  font-family: "Roboto", sans-serif;
}

#top-header a {
  color: #fff;
}

.top-header-bg-black {
  background: transparent;
}

.top-header .list-inline {
  padding: 13px 0;
}

.top-header .list-inline a {
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
}

.top-header .list-inline a:last-child {
  margin-bottom: 0;
}

.top-header .list-inline .mr-0 {
  margin-right: 0;
}

.top-header .list-inline a i {
  margin-right: 5px;
}

.top-header .top-social-media li {
  padding: 0 4px;
  height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
}

.top-header .top-social-media li a {
  color: #fff;
}

#top-header-2 a {
  color: #fff;
}

.top-header .navbar-buttons {
  float: right;
}

.top-header .ct-selection {
  font-size: 13px;
  margin-top: 10px;
}

.top-header .ct-selection .cl a {
  color: red !important;
}

.top-header .ct-selection .cl img {
  margin-right: 5px;
}

.top-header .ct-selection .dropdown-menu {
  min-width: 7rem;
  padding: 0;
  margin: -1px;
  font-size: 15px;
  padding: 10px !important;
}

/** MAIN HEADER **/
#main-header {
  width: 100%;
  background: #fff;
  webkit-transition: height 0.3s ease-out, background 0.3s ease-out,
    box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.5s;
  transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.5s,
    left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s;
  transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s,
    box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s,
    box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.5s;
}

.main-header {
  background: #fff;
  z-index: 9999;
}

.main-header .navbar {
  padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 25px 17px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.main-header .navbar-expand-lg .navbar-nav .submit-btn {
  padding: 13px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.main-header .sb2 {
  padding: 13px 0 0 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 23px !important;
}

.main-header .sb2 a {
  background: #fff !important;
  border-radius: 3px;
  padding: 13px 25px !important;
}

/*#main-header .navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
}*/

.main-header .logo img {
  height: 40px;
}

.main-header .logo {
  padding: 25px 0;
  margin-right: 50px;
  float: left;
}

.main-header .logo-2 img {
  height: 52px;
}

.main-header .logo-2 {
  padding: 0px 0;
  margin-right: 50px;
  float: left;
}

a {
  transition: all 0.3s ease-in-out;
}

.dropdown-menu {
  min-width: 15rem;
  padding: 0;
  margin: -1px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  border-radius: 0;
  color: #212529;
  border: 1px solid transparent;
  -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s,
    -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s,
    -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
    visibility 0.4s linear 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
    visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
}

.dropdown:hover>.dropdown-menu {
  /*display: block;*/
}

.dropdown .dropdown-item:hover>.dropdown-menu {
  /*display: block;*/
  -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s,
    -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s,
    -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
    visibility 0.4s linear 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
    visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
}

.main-header .dropdown-menu a {
  padding: 12px 20px;
  color: #535353;
  transition: all 0.3s ease-in-out;
}

.main-header .dropdown-menu a:hover {
  background: #f5f5f5;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.main-header .dropdown-menu {
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 16px;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
  /*display: block;*/
  -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s,
    -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s,
    -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
    visibility 0.4s linear 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
    visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #515151;
}

/*
.collapse.show{
    background: #fff;
}
*/

.open-offcanvas {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  height: 100%;
  /*display: none;*/
}

/** BANNER **/
#banner {
  position: relative;
}

.banner {
  font-family: "Poppins", sans-serif;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}

.banner-bg {
  background: url(../img/banner/img-6.jpg);
}

.item-bg {
  /*background: url("../img/banner-1.jpg");*/
  /*height: 100vh;*/
  height: 100vh;
  /*animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
}

.banner img {
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.banner .slider-mover-left {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: -45px;
  text-align: center;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.14);
}

.banner .slider-mover-right {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: 10px;
  text-align: center;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.14);
}

.banner .slider-mover-right i {
  font-size: 23px;
  line-height: 35px;
  color: #fff;
}

.banner .slider-mover-left i {
  font-size: 23px;
  line-height: 32px;
  color: #fff;
}

.banner .carousel-content {
  align-self: center !important;
  margin: 0px auto;
  color: #fff;
}

/*.banner .carousel-content-left {
    align-self: center !important;
    max-width: 800px;
    margin-left: 0px;
    text-align: left;
}*/

/*.banner h1,
.banner .banner-slider-inner h2,
.banner h3,
.banner .banner-slider-inner h4,
.banner .banner-slider-inner h5,
.banner .banner-slider-inner h6,
.banner p{
    max-width: 800px;
}*/

.carousel-item .text-right {
  float: right;
}

.banner h1 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: normal;
}

.banner h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: normal;
}

.banner h5 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 25px;
}

.tab-search-section h1 {
  margin-bottom: 15px;
}

.banner .banner-slider-inner .max-w {
  max-width: 490px;
}

.banner p {
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
}

.banner h1 span {
  font-weight: 700;
}

.banner .typed-text {
  font-size: 50px;
  margin-bottom: 20px;
}

.banner .tt2 {
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 45px;
  font-family: "Jost", sans-serif;
  text-transform: none;
}

.banner .tt2 span {
  font-weight: 400;
  color: #fff;
}

.banner .btn-5 {
  padding: 0 40px;
}

.banner .btn-2 {
  padding: 0 40px;
}

.banner .btn-3 {
  padding: 0 40px;
}

.banner .banner-slider-inner {
  display: inline-block;
  text-shadow: none;
  right: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(49, 51, 56, 0.51);
}

.banner .banner-slider-inner .btn {
  margin: 3px;
}

.banner .carousel-bg .carousel-item {
  height: 100vh;
  background: #3e4a5b;
}

.banner_video_bg {
  height: 100vh;
}

.banner .meta ul {
  margin-bottom: 20px;
}

.banner .carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.banner .meta ul li {
  display: inline-block;
  margin: 0 1px 6px 0;
  border-bottom: 3px;
  color: #fff;
  font-size: 13px;
  padding: 5px 16px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}

.banner .meta ul li i {
  margin: 0 3px 3px 0;
  font-size: 16px;
}

.banner .plan-price {
  font-size: 35px;
  font-weight: 700;
  padding: 0;
  position: inherit;
  bottom: 5px;
  z-index: 40;
  right: 20px;
  margin-bottom: 10px;
}

.banner .plan-price sup {
  font-size: 15px;
  position: relative;
  top: -20px;
  color: #fff;
  font-weight: 500;
}

.banner .plan-price span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

#search-area-5 .btn-color-2 {
  height: 50px;
  color: #fff;
}

.pattern-overlay {
  /*background-color: rgba(0, 0, 0, 0.35);
    height: 100vh;*/
}

.banner_video_bg .carousel-item {
  height: 100vh;
}

#particles-banner {
  width: 100%;
  height: 100vh;
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
  background-color: transparent;
}

#particles-banner-2 {
  width: 100%;
  height: 100vh;
  background-color: rgba(49, 51, 56, 0.4);
  position: absolute;
}

.btn-secton {
  position: absolute;
  right: 20px;
  top: 45%;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  display: inline-block;
  width: 15px;
  margin: 2px 0;
}

.btn-secton .carousel-indicators {
  position: relative;
  right: inherit;
  bottom: inherit;
  left: 0;
  z-index: 15;
  padding: 0;
  margin: 2px 0;
  list-style: none;
  width: 15px;
  display: inline-block;
}

.btn-secton .carousel-indicators li {
  position: inherit;
  display: inline-block;
  flex: 0 1 auto;
  width: 100%;
  height: 15px;
  margin: 2px 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  cursor: pointer;
}

.btn-secton-2 {
  display: none;
}

.banner .b1-inner {
  margin-top: 100px;
}

.banner-2 .b1-inner {
  margin-top: 0px;
}

.banner .b1-inner-2 {
  margin-top: 50px;
}

.banner-text-box {
  max-width: 500px;
}

.banner-text-box h3 {
  font-weight: 400;
}

.banner-text-box h5 {
  text-transform: uppercase;
  font-size: 20px;
}

.btb2 {
  margin-top: 112px;
}

.property-thumbnail:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top,
      rgba(35, 35, 37, 0.5) 0%,
      rgba(35, 35, 37, 0.15) 35%,
      rgba(22, 22, 23, 0) 60%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

/** SUB BANNER **/
.sub-banner {
  background: rgba(0, 0, 0, 0.04) url(../img/img-2.jpg) top left repeat;
  background-size: cover;
  height: 245px;
  /* height: 400px; */
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 0, 142, 0.267);
}

.sub-banner .breadcrumb-area h1 {
  margin: -55px 0 10px;
  font-weight: 700;
  text-shadow: 0px 0px 5px #000;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 40px;
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  padding: 0 15px;
}

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
}

.sub-banner .breadcrumbs li a {
  color: #fff;
}

.sub-banner .breadcrumbs .active {
  margin-left: 2px;
  color: #fff;
}

.sub-banner .breadcrumbs .active:before {
  content: "/";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 5px;
  font-weight: 700;
}

/** MAIN TITLE **/
.main-title {
  text-align: center;
  margin-bottom: 20px;
}

.main-title h1 {
  font-weight: 600;
  color: #37404d;
  font-size: 34px;
  margin-bottom: 15px;
}

.main-title h1 span {
  font-weight: 500;
}

.main-title p {
  font-size: 17px;
  margin-bottom: 0;
}

.main-title-2 {
  text-align: left;
  margin-bottom: 0;
}

.main-title-2 h1 {
  color: #fff;
}

.main-title-2 p {
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.9;
}

/** OPTION BAR **/
.option-bar {
  border-radius: 0;
  height: 55px;
  margin-bottom: 15px;
  background: #fff;
}

.option-bar .heading-icon {
  width: 55px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  border-radius: 5px 0 0 5px;
  position: relative;
}

.option-bar h4 {
  line-height: 55px;
  display: inline-block;
  padding-right: 0;
  border-radius: 0;
  margin: 0;
}

.option-bar .heading-icon .icon-design {
  font-size: 20px;
  position: absolute;
  right: -7px;
  top: 16px;
}

.option-bar .heading-icon .fa-th-list {
  font-size: 20px;
}

.option-bar .heading-icon .fa-th-large {
  font-size: 20px;
}

.option-bar .heading {
  font-size: 17px;
}

.change-view-btn {
  margin-left: 5px;
  background: transparent;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
}

.active-view-btn {
  color: #fff !important;
  margin-left: 5px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.change-view-btn:hover {
  color: #fff;
}

.option-bar .sorting-options {
  margin: 9px 15px 0 0;
  text-align: right;
  width: 90px;
  float: right;
}

.option-bar .search-area .search-fields {
  min-height: 35px;
  padding: 0;
  height: 35px;
  box-shadow: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  cursor: pointer;
}

.option-bar .search-area .selectBox-dropdown .selectBox-label {
  line-height: 33px;
  color: #888;
  color: #545454;
}

.option-bar .selectBox-dropdown .selectBox-arrow {
  border-left: none;
}

.option-bar .search-area .selectBox-dropdown .selectBox-arrow:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  line-height: 35px;
  color: #777;
  font-size: 12px;
}

.subtitle {
  margin-bottom: 20px;
  font-size: 15px;
  color: #9c9c9c;
}

.option-bar .search-area {
  width: 170px;
  margin-top: 10px;
  float: right;
}

/** PROPERTY BOX **/
.property-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 20px #959597;
  border-radius: 10px;
}

.property-box:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-thumbnail {
  position: relative;
}

.property-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  content: "";
  z-index: 9;
  background: linear-gradient(to top,
      rgba(35, 35, 37, 0.9) 0%,
      rgba(35, 35, 37, 0.45) 5%,
      rgba(22, 22, 23, 0) 15%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.property-box .property-overlay {
  background: linear-gradient(to top,
      rgba(35, 35, 37, 0) 0%,
      rgba(35, 35, 37, 0) 5%,
      rgba(22, 22, 23, 0) 15%,
      rgba(0, 0, 0, 0) 100%);
}

.property-overlay {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-box .property-thumbnail:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top,
      rgba(35, 35, 37, 0.5) 0%,
      rgba(35, 35, 37, 0.15) 35%,
      rgba(22, 22, 23, 0) 60%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.overlay-link {
  color: #fff;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 5%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
  display: none;
  opacity: 1;
}

.overlay-link:hover {
  background: #fff;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
  color: #fff;
  opacity: 1;
}

.overlay-link:hover {
  color: #fff !important;
  opacity: 1;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** PROPERTY BOX STARTED **/
.property-box {
  background: #fff;
  height: 515px;
}

.property-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.property-box .property-img {
  position: relative;
  display: block;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

.property-box .property-img img {
  width: 100%;
}

.property-box:hover .property-thumbnail .property-overlay {
  background: rgb(12 62 185 / 51%);
}

.property-box:hover .property-thumbnail .overlay-link {
  display: inline-block;
}

.property-box .detail .title {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
}

.property-box .detail .title a:hover {
  color: #4a4747;
}

.property-box:hover .listing-badges .featured {
  background: #fff;
}

.property-box:hover .tag-for {
  background: #fff;
}

.property-box .button,
input[type="submit"] {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 2px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  letter-spacing: 1px;
}

.property-box .detail {
  padding: 15px 23px 25px;
}

.property-box .detail .location {
  margin-bottom: 10px;
}

.property-box .detail .location a {
  font-size: 15px;
  color: #535353;
  font-weight: 400;
}

.property-box .detail .location a i {
  margin-right: 2px;
}

.property-box ul li {
  list-style: none;
  width: 50%;
  float: left;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
}

.property-box ul li i {
  margin-right: 2px;
  font-size: 15px;
  font-weight: 500;
}

.property-box .footer {
  background: none;
  /* border-top: 1px solid #ecebeb; */
  padding: 0px 25px;
  /* padding: 15px 25px; */
  font-size: 13px;
  color: #535353;
}

.property-box .footer a {
  color: #535353;
  font-size: 18px;
}

.property-box .footer span {
  float: right;
}

.property-box .footer i {
  margin-right: 2px;
}

.property-box .tag-for,
.featured,
.plan-price,
.overlay-link,
.property-overlay {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

/** PROPERTY BOX 2 STARTED **/
.property-box-2 {
  margin-bottom: 30px;
  overflow: hidden;
}

.property-box-2 .content {
  padding: 35px 30px 0;
  background: #fff;
}

.property-box-2 .content p {
  margin-bottom: 10px;
}

.property-box-2.light-bg {
  background: #fff;
}

.property-box-2:hover .content {
  transform: translateY(-35px);
}

.property-box-2 .title {
  font-size: 22px;
}

.property-box-2:hover li {
  opacity: 1;
  visibility: visible;
}

.property-box-2 ul li {
  opacity: 0;
  visibility: hidden;
  width: 33.33%;
  float: left;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}

.property-box-2 a,
h1,
h2,
h3,
h4,
h5,
h6,
.transition {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.property-box-2.light-bg img {
  width: 100%;
}

.property-box-2 .tag-for {
  right: 30px;
  letter-spacing: 1px;
  background: #fff;
  color: #000;
  padding: 5px 12px 4px;
  font-size: 13px;
}

.property-box-2:hover .tag-for {
  background: #2339d6;
}

/** PROPERTY BOX 3 STARTED **/
.property-box-3 {
  margin: 0 0 30px;
}

.property-box-3 .media-body {
  padding-right: 30px;
}

.property-box-3 img {
  width: 130px;
  height: 130px;
  border-radius: 3px;
  margin-right: 20px;
}

.property-box-3 h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.property-box-3 h5 {
  font-size: 15px;
  font-weight: 500;
}

.property-box-3 p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

/** PROPERTY BOX 4 STARTED **/
.property-box-4 {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 30px;
}

.property-box-4 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
    box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.property-box-4 .thumbnail_inner .thumbnail a {
  display: block;
}

.thumbnail img {
  border-radius: 5px;
  box-shadow: 0 25px 65px rgb(0 0 0 / 10%);
}

.property-box-4 .content .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  width: 100%;
}

.property-box-4 .content .inner .portfolio_heading {
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
    transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.property-box-4 .content .inner .portfolio_heading .category_list a {
  color: #fff;
  opacity: 0.9;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.property-box-4 .content .inner .portfolio_heading .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.property-box-4 .content .inner .portfolio_heading .title a {
  color: #fff;
}

.property-box-4 .content .inner .portfolio_hover {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  margin-top: 10px;
  transform: translateY(20px);
  line-height: 1.5em;
  max-width: 80%;
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1),
    transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.property-box-4 .content .inner .portfolio_hover p {
  color: #fff;
  opacity: 0.9;
}

.property-box-4:hover .thumbnail_inner .thumbnail a img {
  transform: scale(1.1);
  transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

.property-box-4 ul li {
  list-style: none;
  margin-right: 17px;
  float: left;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.property-box-4 ul li:last-child {
  margin-right: 0;
}

.property-box-4 .thumbnail_inner .thumbnail a img {
  transition: transform 1s ease, opacity 0.5s ease 0.25s;
  border-radius: 10px;
  width: 100%;
}

.property-box-4:hover .content .inner .portfolio_heading {
  transform: translateY(-62px);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
    transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.property-box-4:hover .content .inner .portfolio_hover {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s,
    transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}

.property-box-4:after,
.property-box-4:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  content: "";
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
}

.property-box-4:hover:before {
  opacity: 0;
}

.property-box-4:after {
  opacity: 1;
}

.property-box-4:hover:after {
  background-image: linear-gradient(2deg,
      #2339d6e3 8%,
      #c7c7c700 100%) !important;
  opacity: 1;
}

.property-box-4:before {
  background: linear-gradient(180deg,
      rgba(15, 15, 15, 0),
      rgba(15, 15, 15, 0.75));
}

/** PROPERTY BOX 5 **/
.property-box-5 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.property-box-5:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.property-box-5 .property-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.property-box-5:hover .property-thumbnail .property-overlay {
  background: rgb(12 62 185 / 51%);
}

.property-box-5:hover .property-thumbnail .overlay-link {
  display: inline-block;
}

.property-box-5 .property-img img {
  width: 100%;
}

.property-box-5 .detail {
  padding: 15px 30px 10px 25px;
}

.property-box-5 .detail .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.property-box-5 .detail .title a:hover {
  color: #4a4747;
}

.p-box .detail .title {
  font-size: 22px;
}

.property-box-5 .detail .location {
  margin: 0 0 12px;
}

.property-box-5 .detail .location a {
  font-size: 15px;
  color: #535353;
}

.property-box-5 .detail .location a i {
  margin-right: 2px;
}

.property-box-5 .detail p {
  margin-bottom: 15px;
  line-height: 26px;
  font-size: 15px;
}

.property-box-5 .col-pad {
  padding: 0;
}

.property-box-5 ul li {
  list-style: none;
  margin-right: 15px;
  float: left;
  font-weight: 400;
  font-size: 15px;
}

.property-box-5 ul li:last-child {
  margin: 0;
}

.property-box-5 ul li i {
  font-size: 15px;
  font-weight: 600;
}

.property-box-5 .listing-badges .featured {
  left: -52px;
}

.property-box-5 .tag-for,
.featured,
.plan-price,
.overlay-link,
.property-overlay {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.property-box-5:hover .tag-for {
  background: #fff;
}

.property-box-5:hover .featured {
  background: #fff;
}

/** PROPERTY BOX 6 STARTED **/
.property-box-6 {
  background: #fff;
  margin-bottom: 30px;
}

.property-box-6 img {
  width: 100%;
}

.property-box-6:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.property-box-6 .info {
  padding: 0 40px;
}

.property-box-6 ul {
  padding: 0;
  display: inline-block;
}

.property-box-6 .btn {
  margin-top: 15px;
  line-height: 42px;
}

.property-box-6 ul li {
  list-style: none;
  color: #666666;
  font-size: 15px;
  line-height: 35px;
}

.property-box-6 ul li i {
  margin-right: 2px;
}

.property-box-6 h3 {
  margin: 0 0 20px;
}

.property-box-6 h3 a:hover {
  color: #37404d;
}

.property-box-6 p {
  margin-bottom: 20px;
}

/** PROPERTY BOX 7 STARTED **/
.property-box-7 {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.property-box-7:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.property-box-7 .property-thumbnail {
  position: relative;
  display: block;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.property-box-7 .property-thumbnail img {
  width: 100%;
  transition: all 900ms ease 100ms;
}

.property-box-7:hover .property-thumbnail::before {
  transform: skew(0deg) translateY(0);
}

.property-box-7 .property-thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  background: rgb(12 62 185 / 51%);
  content: "";
  transform: skew(90deg) translateY(100%);
  transform-origin: bottom;
  transform-style: preserve-3d;
  transition: all 900ms ease 100ms;
  z-index: 2;
}

.property-box-7 .property-thumbnail a::before {
  background: linear-gradient(to top,
      rgb(7 7 197 / 41%) 0%,
      rgba(35, 35, 37, 0.15) 35%,
      rgba(22, 22, 23, 0) 60%,
      rgba(0, 0, 0, 0) 100%);
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.property-box-7:hover .property-thumbnail img {
  transform: scale(1.2) rotate(1deg);
}

.property-box-7 img {
  width: 100%;
}

.property-box-7 .detail {
  padding: 20px 20px;
  background: #fff;
}

.property-box-7 .detail .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.property-box-7 .detail .title a:hover {
  color: #4a4747;
}

.property-box-7 .detail .location {
  margin: 0;
  font-size: 15px;
}

.property-box-7 .detail .location a {
  color: #535353;
}

.property-box-7 .detail .location i {
  margin-right: 2px;
}

.property-box-7 .facilities-list {
  padding: 15px 20px;
  background: #f7f7f7;
}

.property-box-7 .facilities-list li {
  list-style: none;
  float: left;
  font-weight: 400;
  line-height: 27px;
  font-size: 15px;
  margin-right: 25px;
}

.property-box-7 .facilities-list li span {
  display: table;
  font-weight: 500;
}

.property-box-7 .facilities-list li:last-child {
  margin: 0;
}

.property-box-7 .footer {
  background: #fff;
  padding: 0;
}

.property-box-7 .footer p {
  line-height: 48px;
  margin: 0 0 0 20px;
  color: #535353;
  font-size: 15px;
}

.property-box-7 .footer p i {
  margin-right: 2px;
}

.property-box-7 .footer ul li {
  display: inline-block;
  width: 48px;
  margin: 0 0 0 -4px;
}

.property-box-7 .footer ul li a {
  display: block;
  font-size: 18px;
  height: inherit;
  line-height: 48px;
  text-align: center;
  width: 48px;
  border-left: 1px solid #e5e5e5;
  text-decoration: none;
  color: #535353;
}

.property-box-7 .footer ul li a:hover {
  text-decoration: none;
}

.property-box-7 .price-box {
  color: #fff;
  text-align: right;
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

.property-box-7 .price-box span {
  font-weight: 600;
}

.property-box-7:hover .tag-2 {
  background: #fff;
}

.property-box-7:hover .tag-2:after {
  border-left: 8px solid #fff !important;
}

/** PROPERTY BOX 8 STARTED **/
.property-box-8 {
  background: #fff;
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.property-box-8:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.property-box-8 .photo-thumbnail {
  position: relative;
}

.property-box-8 .photo-thumbnail:before {
  position: relative;
  display: block;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: linear-gradient(to top,
      rgba(47, 45, 45, 0.2) 0%,
      rgba(0, 0, 0, 0) 35%,
      rgba(2, 2, 2, 0) 60%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 0;
  opacity: 1;
}

.property-box-8 .photo {
  position: relative;
  display: block;
  overflow: hidden;
}

.property-box-8 .price-ratings-box .price {
  font-weight: 600;
  font-size: 15px;
}

.property-box-8 .photo:before {
  position: relative;
  display: block;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  background: linear-gradient(to top,
      rgba(47, 45, 45, 0.2) 0%,
      rgba(0, 0, 0, 0) 35%,
      rgba(2, 2, 2, 0) 60%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.property-box-8 .photo img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}

.property-box-8 .photo>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(12 62 185 / 51%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--moniz-base, #ffffff);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
  content: "";
}

.property-box-8 .photo>a>span {
  position: relative;
}

.property-box-8:hover .photo img {
  transform: scale(1.05);
}

.property-box-8:hover .photo>a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.property-box-8 .photo>a>span::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.property-box-8 .price-ratings-box {
  color: white;
  position: absolute;
  bottom: 12px;
  right: 15px;
  z-index: 20;
  text-align: right;
}

.property-box-8 .photo>a>span::after {
  content: "";
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.property-box-8 .detail {
  display: inline-block;
  width: 100%;
}

.property-box-8 .property-photo {
  position: relative;
}

.property-box-8 .property-photo:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top,
      rgba(35, 35, 37, 0.5) 0%,
      rgba(35, 35, 37, 0.15) 35%,
      rgba(22, 22, 23, 0) 60%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.property-box-8 .property-photo img {
  width: 100%;
}

.property-box-8 .detail .heading {
  padding: 20px 20px 15px;
  margin-bottom: 0;
  text-transform: inherit;
}

.property-box-8 .detail h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.property-box-8 .detail .location {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.property-box-8 .detail .location a {
  color: #535353;
}

.property-box-8 .properties-listing {
  border-top: solid 1px #ebebeb;
}

.property-box-8 .properties-listing span {
  color: #5a5959;
  float: left;
  line-height: 40px;
  text-align: center;
  width: 33.3%;
  font-size: 15px;
  border-right: 1px solid #ebebeb;
}

.property-box-8 .properties-listing span:last-child {
  border-right: 1px solid transparent;
}

.property-box-8 .tag-for {
  left: 15px;
  right: inherit;
  top: 0;
  padding: 5px 12px 3px 12px;
}

.property-box-8:hover .tag-for {
  background: #fff;
}

/** astra tag **/
.listing-badges {
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.listing-badges .featured {
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12px;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
}

.tag-for {
  right: 15px;
  margin-top: 15px;
  z-index: 20;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 12px 5px 12px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  font-family: "Roboto", sans-serif;
}

.price-ratings-box {
  color: white;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  text-align: right;
}

.price-ratings-box .price {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.price-ratings-box .ratings {
  font-size: 10px;
  color: #ffc12b;
}

.plan-price {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  position: absolute;
  bottom: 5px;
  z-index: 40;
  right: 20px;
}

.plan-price sup {
  font-size: 15px;
  position: relative;
  top: -20px;
  color: #fff;
  font-weight: 400;
}

.plan-price span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.tag-2 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #fff;
  padding: 5px 14px 4px;
  font-weight: 500;
  border-radius: 3px 3px 3px 0;
}

.tag-2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 10px solid transparent;
  bottom: -8px;
  left: 0;
}

/** USER PROFILE STARTED **/
.user-profile-box {
  background: #fff;
  margin: 0 auto 50px;
}

.user-page .heading {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 22px;
}

.user-profile-box .header {
  padding: 30px 20px 120px;
  text-align: center;
  position: relative;
  border: none;
  margin: 0;
  background: rgba(0, 0, 0, 0.04) url(../img/banner/img-4.jpg) top left repeat;
  background-size: cover;
  color: #efefef;
}

.user-profile-box .header h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
}

.user-profile-box .header h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}

.user-profile-box .detail {
  padding-top: 100px;
}

.user-profile-box .profile-img {
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #fff;
  bottom: -75px;
  float: left;
  height: 160px;
  width: 160px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.user-profile-box .detail ul li .active {
  color: #fff;
  border-bottom: none;
}

.user-profile-box .detail ul li a {
  border-bottom: 1px solid #eaeaea;
  padding: 12px 20px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #535353;
}

.user-profile-box .detail ul li .border-bto2 {
  border-bottom: none;
}

.user-profile-box .detail ul li a i {
  margin-right: 10px;
  font-weight: 600;
}

.submit-property {
  overflow: hidden;
}

.user-page .contact-2 {
  background: transparent;
}

.user-page .contact-2 .form-control {
  min-height: 50px !important;
}

.submit-property .form-check label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.submit-property .form-group label,
.checkbox label {
  font-size: 15px;
  font-weight: 400;
  color: #535353;
  font-family: "Roboto", sans-serif;
  text-transform: inherit;
}

.submit-property .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/** Submit property  STARTED **/
.submit-property .contact-2 .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  outline: 0;
  color: #545454 !important;
  height: 50px;
  border-radius: 3px;
  background: #fff !important;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}

.submit-property .contact-2 textarea {
  min-height: 150px;
}

.submit-property .search-area .form-control:focus {
  color: #f6f6f6;
  background-color: #fff;
  border: 1px solid #e8e8e8 !important;
}

.submit-property .contact-2 .form-control:focus {
  background-color: #fff !important;
  border: 1px solid #e8e8e8;
  outline: 0;
}

.notification-box {
  padding: 50px;
  color: #2e86b2;
  background-color: #bae8ff;
}

.notification-box h4 {
  margin-bottom: 15px;
}

.notification-box p {
  margin-bottom: 0;
}

.property-gallery {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  background: #fcfcfc;
  transition: all 0.3s linear;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  min-height: 150px;
  padding: 20px;
}

/** Manaage table start **/
.manage-table .listing-photoo {
  width: 19%;
}

.manage-table .listing-photoo img {
  width: 100%;
  border-radius: 4px;
}

.manage-table .title-container {
  width: 40%;
  padding: 25px 0 0 20px;
}

.manage-table .title-container h5 {
  font-size: 20px;
  margin: 0 0 10px;
}

.manage-table .title-container p {
  font-size: 15px;
  margin-bottom: 0;
}

.manage-table .title-container h6 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}

.manage-table .title-container h6 span {
  font-weight: 500;
}

.manage-table .action {
  width: 13%;
  padding-left: 0;
}

.manage-table .date {
  width: 13%;
  color: #535353;
  padding-left: 0;
  font-size: 15px;
}

.manage-table .action ul li a {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #535353;
}

.manage-table .action ul li a i {
  margin-right: 2px;
}

.manage-table .action ul li .dlt {
  background: #f5f6f7;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 13px;
}

.manage-table .title-container h5 a:hover {
  color: #4a4747;
}

.manage-table thead tr {
  border-radius: 10px;
  margin-bottom: 30px !important;
  border-bottom: transparent;
  background: #fff;
}

.manage-table thead tr th:first-child {
  padding-left: 20px;
}

.manage-table thead tr th {
  padding: 10px 0;
  font-weight: 400;
  color: #535353;
  border-right: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.manage-table tbody tr td {
  padding: 25px 0 0 0;
}

/** INTRO SECTION START **/
.intro-section {
  position: relative;
}

.intro-section .intro-section-inner {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.intro-section h3 {
  font-size: 27px;
  margin: 0;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
}

.intro-section .btn-2 {
  float: right;
}

.intro-section .intro-section-inner .btn-5 {
  border: 2px solid #fff;
  color: #fff;
}

.intro-section .intro-section-inner:before {
  content: "";
  width: 750px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 9% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  opacity: 0.1;
}

.intro-section .intro-section-inner:after {
  content: "";
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 50% 0, 70% 100%);
  border-radius: 100%;
  opacity: 0.1;
}

.intro-section .intro-section-inner:before {
  background: #fff;
}

.intro-section .intro-section-inner:after {
  background: #fff;
}

.intro-section .btn-white2 {
  color: #000;
  z-index: 5;
  padding: 0 35px;
  line-height: 50px !important;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
}

/** SERVICES INFO STARTED **/
.services-info {
  margin: 0 0 30px;
  padding: 30px 25px 30px 30px;
  position: relative;
  text-align: left;
  background: #fff;
  overflow: hidden;
}

.services-info:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.services-info i {
  display: inline-block;
  vertical-align: middle;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.services-info:hover i {
  transform: rotateY(360deg);
}

.services-info .icon {
  position: absolute;
  font-size: 50px;
  height: auto;
}

.services-info .icon i {
  line-height: revert;
}

.services-info:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -80px;
  height: 2px;
  width: 80px;
  transition: all 0.8s;
}

.services-info:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -80px;
  height: 2px;
  width: 80px;
  transition: all 0.8s;
}

.services-info:hover:before {
  left: 0px;
}

.services-info:hover:after {
  right: 0px;
}

.services-info .detail {
  margin-left: 65px;
}

.services-info h3 {
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 22px;
}

.services-info p {
  position: relative;
  font-size: 15px;
  margin-bottom: 0;
}

.services-info .number {
  font-size: 162px;
  line-height: 1;
  color: #3a30300a;
  display: inline-block;
  position: absolute;
  z-index: 0;
  right: 20px;
  font-weight: 700;
  margin-top: -25px;
  font-family: "Poppins", sans-serif;
}

.services-2 {
  padding: 80px 0 50px;
}

.services-2 {
  padding: 100px 0 70px;
  background: url(../img/img-3.jpg);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-2.overview-bgi:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.32);
}

/** Services info 2 **/
.services-info-2 {
  width: 100%;
  perspective: 1000px;
  margin-bottom: 30px;
}

.services-info-2 .inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  text-align: left;
  transform-style: preserve-3d;
}

.services-info-2 .inner-buttom {
  color: #fff;
  transform: rotateY(180deg);
}

.services-info-2 .inner-top,
.inner-buttom {
  position: absolute;
  width: 100%;
  padding: 40px 35px !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border-radius: 10px;
}

.services-info-2 .inner-buttom {
  position: relative;
  z-index: 0;
  padding: 40px 35px !important;
}

.services-info-2 .inner-top {
  padding: 40px 35px !important;
}

.services-info-2 .inner-buttom.si1 {
  background: rgba(0, 0, 0, 0.04) url(../img/service-photo/service.jpg) top left repeat;
}

.services-info-2 .inner-buttom.si2 {
  background: rgba(0, 0, 0, 0.04) url(../img/service-photo/service-2.jpg) top left repeat;
}

.services-info-2 .inner-buttom.si3 {
  background: rgba(0, 0, 0, 0.04) url(../img/service-photo/service-3.jpg) top left repeat;
}

.services-info-2 .inner-buttom:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(12 62 185 / 70%);
  z-index: -1;
  border-radius: 10px;
}

.services-info-2 h4 {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 400;
}

.services-info-2 h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.services-info-2 p {
  margin-bottom: 0;
}

.services-info-2 .inner-buttom h4 a {
  color: #fff;
}

.services-info-2 .inner-buttom h4 a:hover {
  opacity: 0.9;
}

.services-info-2 .inner-buttom p {
  color: #fff;
  opacity: 0.9;
}

.services-info-2 .inner-buttom h6 {
  color: #fff;
  opacity: 0.9;
}

.services-info-2 .inner-top i {
  display: inline-block;
}

.services-info-2 .inner-buttom i {
  display: inline-block;
  color: #fff;
}

.services-info-2:hover .inner {
  transform: rotateY(180deg);
}

.services-info-2 i {
  position: absolute;
  top: 25px;
  right: 30px;
  transition: all 0.4s ease-in-out;
  font-size: 50px;
}

/** SERVICES INFO 3 STARTED **/
.services-info-3 {
  margin: 0 auto 30px;
  position: relative;
  background: #fff;
  padding: 30px 20px;
  width: 100%;
  text-align: center;
}

.services-info-3:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services-info-3.df-box:hover:before {
  -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}

.mt-50 {
  margin-top: 50px;
}

.services-info-3.df-box:before {
  content: " ";
  width: 95%;
  height: 95%;
  z-index: -3;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 1px;
  border-radius: 12px;
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.services-info-3.df-box:after {
  background: #fff;
}

.services-info-3 h5 {
  font-size: 21px;
  font-weight: 400;
  margin: 15px 0;
}

.services-info-3 h5 a {
  color: #383737;
}

.services-info-3 i {
  font-size: 30px;
}

.services-info-3.df-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.services-info-3:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.services-info-3 .read-more {
  font-size: 16px;
}

/** PARTNER AREA STARTED **/
.partner {
  text-align: center;
  padding: 10px 0;
}

.partner .main-title {
  margin-bottom: 10px;
}

.multi-carousel {
  float: left;
  overflow: hidden;
  padding: 0 15px 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.multi-carousel .multi-carousel-inner {
  transition: 1s ease all;
  float: left;
}

.multi-carousel .multi-carousel-inner .item {
  float: left;
  cursor: pointer;
}

.multi-carousel .multi-carousel-inner .item>div {
  padding: 25px 10px 20px;
  margin: 10px;
  color: #666;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  /* border: 1px solid black; */
  box-shadow: 0px 3px 5px rgb(172, 172, 172);
  object-fit: contain;
}

.multi-carousel .multi-carousel-inner .item>div .carousel-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.multi-carousel .multi-carousel-inner .item>div img {
  width: 100% !important;
  /* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0 */
  /* filter: grayscale(100%); */
}

.multi-carousel .multi-carousel-inner .item:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.multi-carousel .leftLst,
.multi-carousel .rightLst {
  position: absolute;
  top: calc(55% - 20px);
}

.multi-carousel-indicator {
  width: 30px;
  height: 30px;
  line-height: 33px;
  z-index: 5;
  display: inline-block;
  right: 10px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 5%;
  cursor: pointer;
}

.btn-color-2 {
  background: #212121;
}

.btn-color-2:hover {
  background: #000;
}

.multi-carousel-indicator i {
  font-size: 20px;
  line-height: 22px;
  color: #333;
}

.multi-carousel .leftLst {
  left: 0;
}

.multi-carousel .rightLst {
  right: 0;
}

.multi-carousel .leftLst.over,
.multi-carousel .rightLst.over {
  pointer-events: none;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: none;
}

/** PARTNER AREA ENDED **/

/** DROPZONE ENDED **/
.dropzone-design {
  border: 2px dashed #d0d0d0;
  min-height: 100px;
}

.dropzone-design,
.dropzone-design * {
  box-sizing: border-box;
}

.dropzone-design {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone-design.dz-clickable {
  cursor: pointer;
}

.dropzone-design.dz-clickable * {
  cursor: default;
}

.dropzone-design.dz-clickable .dz-message,
.dropzone-design.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
  display: none;
}

.dropzone-design.dz-drag-hover {
  border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone-design .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone-design .dz-preview:hover {
  z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
  background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
  font-size: 15px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span,
.dropzone-design .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
  border-radius: 3px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  transition: all 0.3s;
  display: block;
  z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
  display: block;
  filter: blur(0px);
  transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark,
.dropzone-design .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg,
.dropzone-design .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone-design {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  background: #fff;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

.dropzone-design:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.9));
  background-color: #66676b;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.dropzone-design:hover:before {
  opacity: 0.4;
}

.dropzone-design .dz-message {
  text-align: center;
  margin: 50px 0;
  font-size: 17px;
  color: #4a4747;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
}

.dropzone-design:hover .dz-message {
  color: #66676b;
}

.dz-message i {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
  display: inline;
  line-height: 117px;
}

.bg-grea {
  background: #f7f7f7;
}

/** SERVICES INFO 4 5STARTED **/
.services-info-4 {
  text-align: center;
  margin-bottom: 30px;
  border: none;
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-info-4:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.services-info-4 img {
  border-radius: 0;
}

.services-info-4 h5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.services-info-4 .detail {
  padding: 25px;
  text-align: left;
}

.services-info-4 .btn {
  letter-spacing: 1px;
  font-size: 12px;
  padding: 6px 25px;
}

.services-info-4 .read-more:hover {
  color: #535353;
}

.services-info-4 img {
  width: 100% !important;
}

.services-details-box {
  background: #fff;
}

.services-details-box .detail {
  padding: 30px;
}

.services-details-box h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

/** SERVICES INFO STARTED**/
.services-info-5 {
  position: relative;
  margin-bottom: 40px;
  max-width: 500px;
  margin-right: auto;
}

.services-info-5.si-6 {
  margin: 0 0 40px auto;
}

.services-info-5 .icon {
  position: absolute;
}

.services-info-5 .icon i {
  font-size: 40px;
  line-height: normal;
}

.services-info-5 .detail {
  margin-left: 65px;
}

.services-info-5.si-6 {
  text-align: right;
  position: relative;
}

.services-info-5.si-6 .detail {
  margin: 0 65px 0 0;
  position: absolute;
}

.services-info-5.si-6 .icon {
  position: inherit;
}

/** Service info 6 start**/
.service-info-6 {
  padding: 0 20px;
  margin: 0 auto 30px;
  text-align: center;
}

.service-info-6 .icon {
  background: #fff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  border-radius: 100%;
  transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.service-info-6:hover .icon {
  color: #fff;
}

.service-info-6:hover .icon i {
  color: #fff;
}

.service-info-6 .icon i {
  font-size: 50px;
  line-height: 110px;
}

.service-info-6 h3 {
  font-size: 21px;
  margin: 25px 0 15px;
  font-weight: 500;
}

.service-info-6 p {
  margin-bottom: 0;
  font-size: 16px;
}

.service-info-6:hover {
  transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
  color: #fff;
}

.service-info-6:hover .icon {
  transform: rotateY(360deg);
  color: #fff;
}

/** MODAL BODY DESIGN STARTED**/
.property-modal .modal-left {
  background: #3a3a3a;
  padding: 0px;
  color: #fff;
}

.property-modal .modal-content {
  border: none;
  background: transparent;
}

.property-modal .modal-header {
  display: initial;
  padding: 0px 0px 10px;
  border: none;
}

.property-modal .modal-header .modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.property-modal .modal-header p {
  color: #fff;
  margin-bottom: 0px;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
  padding: 7px 11px;
  outline: none;
  margin: -40px -3px -15px auto;
  background: #3a3a3a;
  opacity: 1;
  font-size: 17px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.property-modal .modal-body {
  padding: 0px 15px;
}

.modal-right {
  padding: 0px;
}

#modalCarousel .carousel-item {
  /*max-height: 240px;*/
}

.modal-left-content p {
  font-size: 15px;
  color: #fff;
}

.modal-left-content img {
  width: 100%;
}

.modal-left-content .control {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  bottom: 0px;
  opacity: 1;
}

.modal-left-content iframe {
  border: none;
  width: 100%;
  height: 505px !important;
  display: block;
}

.modal-left-content img {
  height: 505px !important;
}

.modal-body .row {
  background: #fff;
}

.modal-left-content .control:hover {
  opacity: 1;
}

.modal-left-content .control-prev {
  right: 30px;
}

.modal-left-content .control-next {
  right: 0px;
}

.modal-right-content .bullets {
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0;
  columns: 2;
}

.modal-right-content .bullets li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.modal-right-content .bullets2 li {
  padding-left: 0;
}

.modal-right-content .bullets li i {
  left: 0;
  position: absolute;
  top: 0;
}

.modal-right-content .ratings-2 {
  margin-bottom: 20px;
}

.modal-right-content .ratings-box {
  margin-right: 4px;
  padding: 4px 10px;
  color: #fff;
  color: #fff !important;
  border-radius: 3px;
}

.modal-right-content .ratings-2 i {
  color: orange;
}

.modal-right-content .ratings-2 span {
  font-size: 14px;
  color: #535353;
  font-weight: 500;
}

.modal-right-content .btn {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

#modalCarousel .carousel-item iframe {
  display: block;
}

.modal-right-content {
  padding: 30px;
  background: #fff;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-right-content .price {
  float: right;
}

.modal-right-content h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.modal-right-content dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
}

.modal-right-content dl dt {
  float: left;
  font-weight: 500;
}

.modal-right-content dl dd {
  text-align: right;
  margin-bottom: 8px;
}

.modal-right-content dl dt .btn-show {
  padding: 7px 20px;
  letter-spacing: 2px;
}

/** MODAL BODY DESIGN ENDED **/

/** TESTIMONIAL STARTED **/
.testimonial {
  padding: 100px 0;
  background: #f7f7f7;
  text-align: center;
}

.testimonial .testimonial-inner {
  max-width: 600px;
  margin: 0 auto;
}

.testimonial .main-title {
  margin-bottom: 30px;
}

.testimonial .testimonial-inner .carousel-inner {
  max-width: 600px;
  margin: 0 auto;
}

.testimonial .testimonial-inner .avatar {
  max-width: 100px;
  margin: 0 auto 30px;
}

.testimonial .testimonial-inner .avatar img {
  border-radius: 100px;
}

.testimonial .testimonial-inner h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.testimonial .testimonial-inner h5 strong {
  font-weight: 500;
  color: #2339d6;
}

.testimonial .testimonial-inner h6 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #535353;
}

.testimonial .testimonial-inner .author-name {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.testimonial .testimonial-inner p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.testimonial .testimonial-inner .carousel-item {
  margin-bottom: 20px;
}

.testimonial .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 100%;
  cursor: pointer;
}

.testimonial .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}

/** Testimonial 2 start **/
.testimonial-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(../img/img-4.jpg);
  position: relative;
  background-size: cover;
}

.testimonial-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.testimonial-2 .main-title {
  z-index: 999;
}

.testimonial-2 .main-title h1 {
  color: #fff;
  text-shadow: 0px 0px 10px #000;

}

.testimonial-2 .main-title p {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.testimonial-bg {
  background: #f9f9f8;
}

.testimonial-2 .testimonials-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.testimonial-2 .testimonials-inner .user {
  background-color: #dddddd;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  left: 0;
  position: absolute;
  top: 30px;
  transition: background-color 0.15s linear;
  display: block;
  z-index: 999 !important;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.testimonial-2 .testimonials-inner:hover .user {
  transform: rotateY(360deg);
  color: #fff;
}

.testimonial-2 .testimonials-inner a img {
  bottom: 2px;
  border-radius: 50%;
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 0px;
  box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
}

.testimonial-2 .testimonials-inner .testimonial-info {
  margin: 0 0 0 60px;
  padding: 40px 30px 40px 90px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  height: 335px;
}

.testimonial-2 .testimonials-inner h3 {
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: 400;
}

.testimonial-2 .testimonials-inner .rating {
  font-size: 16px;
}

.testimonial-2 .testimonials-inner .rating i {
  color: orange;
}

/** TESTIMONIAL 3 STARTED **/
.testimonial-3 {
  padding: 100px 0;
}

.testimonial-3 .testimonial-info {
  background: #fff;
  margin: 0 1px;
}

.testimonial-3 .testimonial-info:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-3 .testimonial-info .photo img {
  width: 100%;
}

.testimonial-3 .testimonial-info .detail {
  padding: 15px 25px 10px;
  text-align: center;
}

.testimonial-3 .carousel-indicators {
  bottom: 0px;
  margin: 0;
}

.testimonial-3 .testimonial-info .testimonial-inner .avatar {
  max-width: 85px;
  margin: 0 auto 30px;
  border-radius: 100px;
}

.testimonial-3 .testimonial-info .testimonial-inner {
  max-width: 530px;
  margin: 0 auto;
}

.testimonial-3 .testimonial-info .testimonial-inner .avatar img {
  width: 100%;
  border-radius: 100px;
}

.testimonial-3 .testimonial-inner h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}

.testimonial-3 .testimonial-info p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 27px;
}

.testimonial-3 .testimonial-info .testimonial-inner .testimonia-header h1 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

.testimonial-3 .testimonial-info .carousel-indicators li {
  width: 20px;
  height: 8px;
  background-color: #8a8989;
  border-radius: 2px;
  cursor: pointer;
}

.testimonial-3 .testimonial-info.carousel-indicators {
  bottom: 0;
}

.testimonial-3 .testimonial-info .carousel-item {
  max-width: 100%;
  margin: 0 auto;
}

/** TESTIMONIAL STARTED **/
.testimonial-4 .testimonial-inner {
  max-width: 400px;
  margin: auto;
}

.testimonial-4 .testimonial-inner .content-box {
  background: #fff;
  border-radius: 5px;
  margin: 0;
  padding: 30px 40px 30px 72px;
  position: relative;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.testimonial-4 .testimonial-inner .content-box p {
  margin-bottom: 0;
}

.testimonial-4 .testimonial-inner .content-box:before {
  left: 22px;
  top: 21px;
  content: "“";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  font-family: "Playfair Display", serif;
}

.testimonial-4 .testimonial-inner .arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #ccc;
  height: 0;
  margin: 0 0 0 45px;
  width: 0;
  border-top-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.testimonial-4 .testimonial-inner .user {
  margin-top: 20px;
}

.testimonial-4 .testimonial-inner .media img {
  width: 60px;
  margin-right: 15px;
  border-radius: 5px;
}

.testimonial-4 .testimonial-inner h5 {
  font-weight: 400;
  font-size: 19px;
  margin: 3px 0 3px;
}

.testimonial-4 .testimonial-inner h6 {
  font-weight: 400;
  font-size: 15px;
  color: #535353;
}

/** Testimonial 5 start **/
.testimonial-5 .testimonial-info {
  border: 0;
  padding: 35px 30px 35px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.testimonial-5 .testimonial-info:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-5 .testimonial-info .text p {
  margin: 20px 0 0;
  font-size: 16px;
}

.testimonial-5 .testimonial-info .user-section {
  display: flex;
  align-items: center;
  position: relative;
}

.testimonial-5 .testimonial-info .user-section:before {
  content: "";
  position: absolute;
  left: -31px;
  top: 0;
  border-radius: 6px;
  width: 6px;
  height: 100%;
}

.testimonial-5 .testimonial-info .user-thumb {
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}

.testimonial-5 .testimonial-info .user-thumb img {
  transition: 0.3s;
  border-radius: 50%;
  height: 90px;
  width: 90px;
}

.testimonial-5 .testimonial-info .icon {
  position: absolute;
  top: 50px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-5 .testimonial-info .user-name h5 {
  margin-bottom: 0;
  font-weight: 400;
}

.testimonial-5 .testimonial-info .user-name p {
  margin-bottom: 0;
}

/** Tml 4 STARTED **/
.tml-4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(../img/img-2.jpg);
  position: relative;
  background-size: cover;
}

.tml-4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 53%);
}

.tml-4 .testimonial-inner .arrow-down {
  border-top-color: #fff;
}

.tml-4 .testimonial-inner h5 {
  color: #fff;
}

.tml-4 .testimonial-inner .user p {
  margin-bottom: 0;
  color: #fff;
  line-height: normal;
}

.tml-4 .main-title h1 {
  color: #fff;
}

.tml-4 .main-title p {
  color: #fff;
}

.tml-4 .main-title {
  z-index: 999;
}

/** AGENT 1 STARTED **/
.agent-1 {
  width: 100%;
  height: 373px;
  perspective: 1000px;
  margin-bottom: 30px;
}

.agent-1 .agent-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.agent-1 .inner-buttom {
  color: #fff;
  transform: rotateY(180deg);
}

.agent-1 .inner-top,
.inner-buttom {
  position: absolute;
  width: 100%;
  padding: 40px 10px !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border-radius: 10px;
}

.agent-1 .inner-top:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-1 .inner-buttom:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-1 h4 {
  margin-bottom: 7px;
  font-size: 20px;
}

.agent-1 .photo img {
  height: 150px;
  margin-bottom: 30px;
}

.agent-1 .inner-buttom h4 a {
  color: #fff;
}

.agent-1 .inner-top h4 a {
  color: #37404d;
}

.agent-1 .inner-top p {
  color: #535353;
}

.agent-1 .inner-buttom p {
  color: #fff;
}

.agent-1 .social-list li a {
  margin: 0 1px 2px;
  color: #535353;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f3f3f3;
  border-radius: 3px;
  display: inline-block;
}

.agent-1 .social-list li {
  display: inline-block;
}

.agent-1:hover .agent-inner {
  transform: rotateY(180deg);
}

/** AGENT 2 STARTED **/
.agent-2 {
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.agent-2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.agent-2 .photo {
  position: relative;
}

.agent-2 .photo img {
  width: 100%;
}

.agent-2 .photo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(12 62 185 / 51%);
  padding: 8px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 500ms ease 0s;
}

.agent-2 .photo .overlay .border {
  width: 100%;
  height: 100%;
  border: 1px solid #e9ecef59 !important;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.agent-2 .photo .overlay .border .icon-holder {
  width: 50px;
  height: 50px;
  background: #fff;
  margin: 4px;
  border-radius: 50%;
  transition: all 500ms ease 0s;
}

.agent-2 .photo .overlay .border .icon-holder a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  border-radius: 50%;
  line-height: 50px;
  transition: all 500ms ease 0s;
  background: #fff;
}

.agent-2 .photo .overlay .border .icon-holder a:hover {
  color: #fff;
}

.agent-2:hover .photo .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.agent-2 .agent-details {
  text-align: center;
  padding: 25px 20px;

}

.agent-details {
  margin-top: 20px !important;
  text-align: center;
}

.agent-2 .agent-details h5 {
  margin-bottom: 5px;
}

.agent-2 .agent-details h5 a {
  font-size: 20px;
}

.agent-2 .agent-details p {
  margin-bottom: 0;
}

.agent-2 .facebook-bg:hover {
  background: #4867aa !important;
}

.agent-2 .twitter-bg:hover {
  background: #56d7fe !important;
}

.agent-2 .google-bg:hover {
  background: #dc4e41 !important;
}

/** AGENT 3 STARTED **/
.agent-3 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  -moz-transition: all ease 0.4s;
  background: #fff;
  margin: 0 auto 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.agent-3:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.agent-3 .agent-photo {
  position: relative;
}

.agent-3 img {
  width: 100% !important;
}

.agent-3 .agent-details {
  padding: 25px 25px;
}

.agent-3 .agent-details p {
  padding-left: 22px;
  position: relative;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 30px;
}

.agent-3 .agent-details .contact {
  margin-bottom: 20px;
}

.agent-3 .agent-details p a {
  color: #535353;
}

.agent-3 .agent-details p i {
  position: absolute;
  left: 0;
  line-height: 30px;
}

.agent-3 .agent-details h5 {
  margin-bottom: 15px;
}

.agent-3 .agent-details h5 a {
  font-size: 20px;
}

.agent-3 .agent-details h6 {
  font-size: 12px;
  color: #535353;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.agent-3 .agent-details .social-list li {
  display: inline-block;
}

.agent-3 .agent-details .social-list li a {
  margin: 0 1px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}

.agent-3 .photo {
  position: relative;
}

.agent-3 .photo img {
  height: auto;
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.agent-3 .agent-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.9s ease;
  -moz-transition: all ease 0.9s;
  -webkit-transition: all 0.9s ease;
  -o-transition: all ease 0.9s;
}

.agent-3 .job {
  position: absolute;
  right: 0;
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.9s ease;
  -moz-transition: all ease 0.9s;
  -webkit-transition: all 0.9s ease;
  -o-transition: all ease 0.9s;
}

.agent-3 .agent-overlay:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(12 62 185 / 51%);
  overflow: hidden;
  width: 0;
  height: 100%;
  content: "";
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all ease 0.9s;
}

.agent-3:hover .job {
  visibility: visible;
  opacity: 1;
  right: 30px;
}

.agent-3:hover .photo img {
  transform: translateZ(0);
}

.agent-3:hover .agent-overlay:after {
  width: 100%;
}

.agent-3 .job h6 {
  display: block;
  font-size: 15px;
  line-height: 0.8;
  letter-spacing: 1.2px;
  color: #fff;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.agent-3 .job h6 {
  position: relative;
}

.agent-3 .job h6:hover:after {
  width: 100%;
}

.agent-3 .job h6:after {
  width: 0;
  content: "";
  background: #fff;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: all 0.4s ease-out;
}

/** AGENT 4 STARTED **/
.agent-4 {
  margin: 0 1px;
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.agent-4:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.agent-4 .photo {
  position: relative;
}

.agent-4 .photo img {
  width: 100%;
}

.agent-4 .photo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(12 62 185 / 51%);
  padding: 8px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 500ms ease 0s;
}

.agent-4 .photo .overlay .border {
  width: 100%;
  height: 100%;
  border: 1px solid #e9ecef59 !important;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.agent-4 .photo .overlay .border .icon-holder {
  width: 50px;
  height: 50px;
  background: #fff;
  margin: 4px;
  border-radius: 50%;
  transition: all 500ms ease 0s;
}

.agent-4 .photo .overlay .border .icon-holder a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  border-radius: 50%;
  line-height: 50px;
  transition: all 500ms ease 0s;
  background: #fff;
}

.agent-4 .photo .overlay .border .icon-holder a:hover {
  color: #fff;
}

.agent-4:hover .photo .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.agent-4 .details h3 a {
  font-size: 20px;
}

.agent-4 .details h3 {
  font-weight: 400;
  margin: 0 0 10px;
}

.agent-4 .details h6 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #535353;
}

.agent-4 .details {
  padding: 0 20px 0 30px;
}

.agent-4 .contact p {
  padding-left: 22px;
  position: relative;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 30px;
}

.agent-4 .contact p i {
  position: absolute;
  left: 0;
  line-height: 30px;
}

.agent-4 p a {
  color: #535353;
}

.agent-4 a:hover {
  color: #535353;
}

.agent-4 .social-list a:hover {
  box-shadow: none;
}

.agent-4 .facebook-bg:hover {
  background: #4867aa !important;
}

.agent-4 .twitter-bg:hover {
  background: #56d7fe !important;
}

.agent-4 .google-bg:hover {
  background: #dc4e41 !important;
}

/** AGENT 5 STARTED **/
.agent-5 {
  padding: 40px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.agent-5:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.agent-5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.agent-5:hover::before {
  height: 100%;
}

.agent-5 .photo {
  height: 130px;
  left: 30px;
  width: 130px;
  float: left;
  margin-right: 20px;
}

.agent-5 .photo img {
  width: 100%;
  border-radius: 100%;
}

.agent-5 .detail {
  float: left;
  margin-top: 20px;
}

.agent-5 .member-socials a {
  font-size: 16px;
  margin-right: 16px;
  color: #535353 !important;
}

.agent-5 .detail h3 {
  font-size: 22px;
}

.agent-5 .detail p {
  margin-bottom: 10px;
}

/** Most populer box 1 **/
.most-popular-box-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 5px;
}

.most-popular-box-1 img {
  width: 100%;
  height: 250px;
}

.mpb-2 img {
  height: 515px;
}

.most-popular-box-1:hover .content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.most-popular-box-1 .content {
  position: absolute;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.5s;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgb(12 62 185 / 51%);
  z-index: 9;
}

.most-popular-box-1:hover .inner {
  top: 50%;
}

.most-popular-box-1 .inner {
  padding: 25px 10px 22px;
  border: none;
  position: absolute;
  top: -100px;
  background-color: #fff;
  left: 30px;
  right: 30px;
  z-index: 9;
  transition: 0.5s;
  text-align: center;
  /* transform: translateY(-50%); */
  border-radius: 5px;
}

.most-popular-box-1:hover .thumb-photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.most-popular-box-1 .thumb-photo img {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.most-popular-box-1 .thumb-photo {
  overflow: hidden;
  position: relative;
}

.most-popular-box-1 .info h3 {
  margin: 0 0 7px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.most-popular-box-1 .info h3 a:hover {
  color: #37404d;
}

.most-popular-box-1 .info p {
  line-height: normal;
  margin: 0;
}

/** Most popular box-2 **/
.most-popular-box-2 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  -moz-transition: all ease 0.4s;
  background: #fff;
  margin: 0 auto 15px;
}

.most-popular-box-2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.most-popular-box-2 .agent-photo {
  position: relative;
}

.most-popular-box-2 img {
  width: 100% !important;
}

.most-popular-box-2 .photo {
  position: relative;
}

.most-popular-box-2 .photo img {
  height: auto;
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
}

.most-popular-box-2 .most-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.9s ease;
  -moz-transition: all ease 0.9s;
  -webkit-transition: all 0.9s ease;
  -o-transition: all ease 0.9s;
}

.most-popular-box-2 .job {
  position: absolute;
  left: 0;
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.9s ease;
  -moz-transition: all ease 0.9s;
  -webkit-transition: all 0.9s ease;
  -o-transition: all ease 0.9s;
}

.most-popular-box-2 .most-overlay:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(12 62 185 / 51%);
  overflow: hidden;
  width: 0;
  height: 100%;
  border-radius: 5px;
  content: "";
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all ease 0.9s;
}

.most-popular-box-2:hover .job {
  visibility: visible;
  opacity: 1;
  left: 25px;
}

.most-popular-box-2:hover .photo img {
  transform: translateZ(0);
}

.most-popular-box-2:hover .most-overlay:after {
  width: 100%;
}

.most-popular-box-2 .job h6 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
}

.most-popular-box-2 .job h6 a {
  color: #fff;
}

.most-popular-box-2 .job h6 a:hover {
  color: #fff;
  opacity: 0.9;
}

.most-popular-box-2 .job h6 {
  position: relative;
}

.most-popular-box-2 .job h6:hover:after {
  width: 100%;
}

.most-popular-box-2 .job h6:after {
  width: 0;
  content: "";
  background: #fff;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: all 0.4s ease-out;
}

.most-popular-box-2 .job p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}

/** Most popular box 3 start **/
.most-popular-box-3 {
  position: relative;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  width: 100% !important;
  margin: 0 0 15px 0;
  overflow: hidden;
}

.most-popular-box-3 .most-overflow {
  overflow: hidden;
  border-radius: 3px;
}

.most-popular-box-3 .most-photo {
  position: relative;
  transform: scale(1);
  transition: 1s;
  border-radius: 3px;
}

.most-popular-box-3 .most-photo img {
  border-radius: 3px;
  height: 250px;
  width: 100%;
}

.most-popular-box-3 .most-photo .big {
  height: 515px;
}

.most-popular-box-3:hover .most-photo {
  transform: scale(1.2);
  border-radius: 3px;
}

.most-popular-box-3:hover .most-photo img {
  border-radius: 3px;
}

.most-popular-box-3 .most-photo:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top,
      rgb(35 35 37 / 52%) 0%,
      rgb(35 35 37 / 15%) 35%,
      rgb(22 22 23 / 8%) 60%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 3px;
  opacity: 1;
}

.most-popular-box-3:hover .most-photo:before {
  background-image: linear-gradient(358deg,
      #2339d6d4 8%,
      #2339d645 82%) !important;
  opacity: 0.7;
}

.most-popular-box-3 h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.most-popular-box-3 .listings_no {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 20%);
  box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 20%);
  color: #fff;
  padding: 5px 14px 6px;
  font-weight: 500;
  border-radius: 3px;
}

.most-popular-box-3 p {
  margin-bottom: 0;
  color: #fff;
}

.most-popular-box-3 .ling-section {
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.most-popular-box-3 h3 a {
  color: #fff;
}

.most-popular-box-3 h3 a:hover {
  color: #fff;
  opacity: 0.9;
}

/** AGENT PAGE STARTED **/
.agent-page .heading {
  margin-bottom: 25px;
  font-size: 19px;
  text-transform: uppercase;
}

.additional-details-list li {
  list-style: none;
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
}

.additional-details-list li span {
  margin-right: 10px;
  float: left;
  font-weight: 500;
}

.attachments a i {
  margin-right: 10px;
}

/** OUR NEWSLATTERS START **/
.our-newslatters {
  text-align: center;
  background: #f7f7f7;
  padding: 60px 0 50px;
}

.our-newslatters .form-info {
  max-width: 550px;
  margin: 0 auto;
}

.our-newslatters h3 {
  margin-bottom: 10px;
}

.our-newslatters p {
  margin-bottom: 30px;
  font-size: 16px;
}

.our-newslatters .form-control {
  width: 72%;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #fff;
  background: #fff;
  outline: 0;
  height: 50px;
  border-radius: 3px;
  float: left;
  margin-right: 3%;
  color: #535353;
}

.our-newslatters .btn-message {
  height: 50px;
  width: 25%;
  font-size: 15px;
  text-transform: inherit;
  padding: 0 5px;
}

/** Our newslatters 2 start **/
.our-newslatters-2 .inner {
  background: url(../img/banner/img-3.jpg);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px 15px;
  border-radius: 100px;
  margin: 0 0 30px;
}

.our-newslatters-2 .inner:before {
  opacity: 0.8;
  content: "";
  border-radius: 100px;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.our-newslatters-2 .inner .intro-text h3 {
  font-size: 27px;
  margin-bottom: 0;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
}

.our-newslatters-2 .inner .Subscribe-box {
  border-radius: 3px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.our-newslatters-2 .form-inline {
  background: #fff;
  border-radius: 60px;
}

.our-newslatters-2 .inner form .form-control {
  width: 68%;
  height: 60px;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 60px;
  outline: 0;
  font-weight: 500;
  border: 1px solid #fff;
  background: #fff;
}

.our-newslatters-2 .inner .btn {
  width: 32%;
  padding: 0 5px;
  line-height: 58px;
  text-align: center;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background: #111111;
}

/** Rating area start **/
.rating-area {
  margin-bottom: 20px;
}

.rating-area .average-rating {
  padding: 19px;
  text-align: center;
  border-radius: 0;
}

.rating-area .average-rating h1 {
  color: #fff;
  font-weight: 600;
}

.rating-area .average-rating .ratings i {
  color: orange;
}

.rating-area .average-rating h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.rating-area .rating-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rating-area .rating-item .ratings {
  margin-left: auto;
}

.rating-area .rating-count {
  width: 40px;
}

.rating-area .rating-bar {
  width: 59%;
  height: 15px;
  margin: 0 20px;
  background: #d4d7de;
  position: relative;
}

.rating-area .rating-width {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #7a7d8a;
}

.rating-area .ratings i {
  color: #eda619;
  font-size: 15px;
}

.agent-experience {
  font-size: 15px;
  position: relative;
  padding-left: 22px;
}

.agent-experience i {
  left: 0;
  position: absolute;
}

.agent-experience i {
  top: 7px;
}

/** Pricing start **/
.pricing {
  text-align: center;
  background: #fff;
}

.pricing:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pricing .pricing-btn {
  border-radius: 3px !important;
}

.pricing h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.pricing .content {
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
}

.pricing .content ul li {
  padding: 7px 0;
  font-size: 16px;
}

.pricing .price-heading {
  padding: 35px 0 20px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  color: #535353;
}

.pricing .button {
  padding: 25px 0;
}

.pricing .price-heading .price .dolar {
  font-size: 50px;
  margin-right: 5px;
  font-weight: 600;
  color: #000;
}

.pricing .price-heading .price .month {
  font-size: 15px;
  font-weight: 600;
}

.pricing .price-heading .price sup {
  top: -25px;
  left: -3px;
  font-size: 30px;
  font-weight: 600;
}

.pricing .btn {
  border-radius: 3px;
  padding: 7px 30px 7px;
}

.pricing.boxed--emphasis {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  margin: 0 15px 0;
}

.pricing.boxed--emphasis .content ul li {
  padding: 8px 0;
  font-size: 15px;
}

.pricing-tables .main-title-2 h1 {
  color: #37404d;
}

.pricing-tables .main-title-2 p {
  color: #535353;
}

.pricing .btn-outline:hover {
  color: #fff;
}

.pricing .button-theme {
  color: #fff;
}

.pricing-tables.tab-box .nav-pills .nav-link {
  display: block;
  padding: 10px 25px;
  width: 110px;
  border-radius: 0;
  background: #fbfbfb;
}

.pricing-tables.tab-box .btn-section {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 220px;
  border-radius: 50px;
}

.pricing-tables.tab-box .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #fff;
}

.pricing-tables.tab-box .btn-monthly {
  border-radius: 50px 0 0 50px !important;
}

.pricing-tables.tab-box .btn-yearly {
  border-radius: 0 50px 50px 0 !important;
}

/** PRICING 2 STARTED **/
.pricing-2 {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.pricing-2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pricing-2 .pricing-head {
  margin-bottom: 30px;
}

.pricing-2 .pricing-head h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.pricing-2 .price-rate h4 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.pricing-2 .price-rate span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.pricing-2 .pricing-bottom {
  margin-top: 30px;
  border-top: 1px solid #b9b9b963;
  padding-top: 30px;
}

.pricing-2 .price-details li {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 400;
}

.pricing-2 .pricing-bottom li i {
  font-size: 18px;
  margin-right: 5px;
}

.pricing-2 .pricing-button {
  margin-top: 30px;
}

.pricing-2 .theme-btn {
  border: 2px solid #ff006614;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 7px 30px 7px;
}

.pricing-2 .pricing-head h5,
.pricing-2 .price-rate h4,
.pricing-2 .price-rate span,
.pricing-2 .price-details li,
.pricing-2 .price-details li i {
  color: #535353;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pricing-2:hover .pricing-head h5,
.pricing-2:hover .price-rate h4,
.pricing-2:hover .price-rate span,
.pricing-2:hover .price-details li,
.pricing-2:hover .price-details li i {
  color: #fff;
}

.pricing-2.active .pricing-head h5,
.pricing-2.active .price-rate h4,
.pricing-2.active .price-rate span,
.pricing-2.active .price-details li,
.pricing-2.active .price-details li i {
  color: #fff;
}

.pricing-2:hover .pricing-bottom {
  border-top: 1px solid #ffffff73;
}

.pricing-2:hover .pricing-button .theme-btn {
  background: #fff;
}

.pricing-2.active {
  box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
  transform: translateY(-10px);
}

.pricing-2:hover {
  box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
  transform: translateY(-10px);
}

.pricing-2:hover {
  box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
  transform: translateY(-10px);
}

.pricing-2.active .pricing-button .theme-btn {
  background: #fff;
}

.pricing-2 .pricing-button .theme-btn {
  color: #fff;
  border: 1px solid transparent;
}

/** Contact 1 start **/
.contact-1 .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  outline: 0;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.contact-1 .form-control:focus {
  color: #495057;
  outline: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.contact-1 .form-group {
  margin-bottom: 20px;
}

.contact-1 .contact-inner-2 {
  background: #fff;
  margin: 0 1px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-1 textarea {
  min-height: 150px;
}

.date-box span {
  font-size: 19px;
  display: block;
  line-height: 22px;
}

.contact-1 .contact-map {
  height: 560px !important;
}

.contact-1 .contact-inner {
  background: #fff;
  margin: 0 1px;
}

.contact-1 .form {
  padding: 30px 50px;
}

.contact-1 .col-pad {
  padding: 0;
}

.contact-map p {
  color: red;
  font-size: 50px;
}

.cf2 {
  padding: 0;
}

/** CONTACT 2 STARTED **/
.contact-2 {
  background: #fff;
}

.contact-2 .contact-info {
  text-align: center;
  margin-bottom: 50px;
}

.contact-2 .contact-info i {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-2 .contact-info p {
  margin-bottom: 0;
}

.contact-2 .contact-info h5 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.contact-2 .form-section {
  margin-bottom: 30px;
}

.contact-2 .form-control {
  padding: 10px 17px;
  color: #495057 !important;
  width: 100%;
  min-height: 55px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
}

.contact-2 .form-control:focus {
  color: #495057;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  outline: 0;
}

.contact-2 .form-group {
  margin-bottom: 20px;
}

.contact-2 textarea {
  min-height: 180px !important;
}

.contact-2 .opening-hours {
  padding: 45px 50px 50px;
  margin-left: 50px;
  border-radius: 5px;
  background: #f7f7f7;
  margin-bottom: 30px;
}

.contact-2 .opening-hours .day {
  margin-bottom: 30px;
}

.contact-2 .opening-hours .day li {
  list-style: none;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
}

.contact-2 .opening-hours strong {
  width: 100px;
  display: inline-block;
  font-weight: 500;
}

.contact-2 h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.contact-2 .social-list li {
  display: inline-block;
}

.contact-2 .social-list li a {
  margin: 0 0 5px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
}

.contact-2 .bh-55 {
  height: 55px;
}

.map-section {
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
}

/** CONTACT 3 STARTED **/
.contact-3 .form-section {
  margin-bottom: 30px;
}

.contact-3 .form-control {
  padding: 10px 17px;
  color: #495057 !important;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: none;
}

.contact-3 .form-control:focus {
  color: #495057;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  outline: 0;
}

.contact-3 .form-group {
  margin-bottom: 20px;
}

.contact-3 textarea {
  min-height: 290px !important;
}

.contact-3 h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.contact-3 .social-list li {
  display: inline-block;
}

.contact-3 .social-list li a {
  margin: 0;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
}

.contact-3 .contact-info .ci-box {
  margin: 0 0 20px 0;
}

.contact-3 .contact-info {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px #dddce3;
  margin-bottom: 30px;
  border-radius: 10px;
}

.contact-3 .contact-info .ci-box .icon {
  position: absolute;
  background: #fff;
  border: solid 1px #e4e4e4;
  border-radius: 3px;
}

.contact-3 .contact-info .ci-box .detail {
  margin-left: 65px;
}

.contact-3 .contact-info .ci-box h5 {
  font-weight: 400;
  font-size: 17px;
  margin: 0 0 5px;
}

.contact-3 .contact-info .ci-box p a {
  color: #535353;
}

.contact-3 .contact-info .ci-box p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: #535353;
}

.contact-3 .contact-info .ci-box i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef;
  background: #fff;
}

.table td,
.table th {
  padding: 13px 15px;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/** Pages 404 start **/
.pages-404 {
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  min-height: 100vh;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.pages-404 .pages-404-inner h1 {
  font-size: 67px;
  margin-bottom: 30px;
  font-weight: 700;
}

.pages-404 .pages-404-inner p {
  margin-bottom: 30px;
  line-height: 30px;
  font-weight: 500;
  font-size: 17px;
}

.border-thn {
  cursor: pointer;
  padding: 8px 30px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 50px !important;
  background: transparent;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.border-thn:hover {
  color: #fff;
}

/** pages 404 2 start **/
.pages-404-2 {
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
  background: #1b1b1b;
}

.pages-404-2 .btn-2 {
  padding: 0 60px;
}

.pages-404-2 .error404 {
  line-height: 0.8;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 260px;
  opacity: 2;
  color: #3f3f3f;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.pages-404-2 h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #dedede;
}

.pages-404-2 p {
  color: #b9b3b3;
  margin-bottom: 30px;
  font-size: 18px;
}

/** Notice start **/
.notice {
  padding: 17px 15px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #fff;
  border-left: 4px solid #838992;
  -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

.notice-success {
  border-left-color: #74ba28;
}

.notice-success strong {
  color: #74ba28 !important;
}

.notice-danger {
  border-left-color: #eb344f;
}

.notice-danger strong {
  color: #eb344f;
}

.notice-info strong {
  color: #1db4bd;
}

.notice-info {
  border-left-color: #1db4bd;
}

.notice-warning {
  border-left-color: #fea911;
}

.notice-warning strong {
  color: #fea911;
}

.notice strong {
  font-weight: 600;
}

.progress {
  margin-bottom: 20px;
  height: 22px;
}

.progress {
  background-color: #ececec;
}

.btn-warning {
  color: #fff3f3;
  background-color: #ffc107;
  border-color: #ffc107;
}

.tab-box .nav-pills .nav-link {
  padding: 7px 30px;
}

.tab-box .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-radius: 3px;
}

.table-bordered .ass th {
  font-weight: 600;
}

.table-bordered {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #535353;
  font-size: 15px;
}

.button-section .btn {
  margin-bottom: 5px;
}

.bomd {
  padding: 13px 26px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 2px;
}

.search-area-inner .range-slider {
  margin-top: 5px;
  margin-bottom: 0;
}

.search-area-inner .form-group {
  margin-bottom: 20px;
}

.as-2 {
  display: none;
}

/** FOOTER 1 STARTED **/
.footer-1 {
  padding-top: 80px;
  background: url(../img/footer.jpg);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(36 10 99 / 57%);
}

.footer-1 h4 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ececec;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-1 a {
  color: #c5c5c5;
  font-size: 15px;
}

.footer-1 a:hover {
  color: #adabab;
}

.footer-1 .footer-inner .links li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  line-height: 20px;
}

.footer-1 .footer-inner .links li a i {
  left: 0;
  position: absolute;
  top: 0;
  line-height: 22px;
}

.footer-1 .footer-inner .social-list {
  margin: 30px 0 0;
}

.footer-1 .footer-inner .social-list li a {
  font-size: 15px;
  float: left;
  margin-right: 20px;
}

.footer-1 .footer-inner .gallery li {
  float: left;
}

.footer-1 .footer-inner .gallery li img {
  margin: 0 10px 10px 0;
  width: 70px;
  border-radius: 1px;
}

.footer-1 .footer-inner .Subscribe-box .btn-color {
  border: none;
}

.footer-1 .footer-inner .Subscribe-box form .form-contact {
  width: 75%;
  height: 45px;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
  font-size: 15px;
  outline: none;
  border-radius: 3px;
  float: left;
  margin-right: 2%;
}

.footer-1 .footer-inner .Subscribe-box form .btn {
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  width: 23%;
  float: left;
}

.footer-1 .submitNewsletter {
  margin-left: 30px;
}

.footer-1 .submitNewsletter p {
  margin-bottom: 30px;
}

.footer-1 .footer-item {
  margin-bottom: 70px;
}

.footer-1 .footer-inner .contact-info li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #c5c5c5;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.footer-1 .footer-inner .contact-info li i {
  left: 0;
  position: absolute;
  line-height: 22px;
}

.footer-1 .footer-inner .contact-info li a {
  color: #c5c5c5;
}

.footer-1 .footer-inner .recent-posts .media h5 a {
  font-size: 17px;
  color: #c5c5c5;
}

.footer-1 .footer-inner .recent-posts .media h5 a:hover {
  color: #adabab;
}

.footer-1 .recent-posts .media p {
  margin: 0;
  font-size: 15px;
  color: #c5c5c5;
}

.footer-1 p {
  color: #c5c5c5;
}

/** Sub footer start **/
.sub-footer {
  padding: 20px 0;
  border-top: solid 1px #ffffff54;
}

.sub-footer .copy {
  margin: 0;
  font-size: 15px;
  color: #c5c5c5;
  line-height: 40px;
}

.sub-footer .copy a {
  color: #b2b3b5;
}

.sub-footer .copy a:hover {
  text-decoration: underline;
}

.sub-footer .social-list {
  float: right;
}

.sub-footer .social-list li {
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.sub-footer .social-list li a {
  margin: 0 2px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
}

.sub-footer .social-list li a:hover {
  box-shadow: none;
}

.sub-footer .recent-posts .media h5 {
  font-weight: 400;
}

.sub-footer .facebook-bg:hover {
  background: #4867aa !important;
}

.sub-footer .twitter-bg:hover {
  background: #56d7fe !important;
}

.sub-footer .google-bg:hover {
  background: #dc4e41 !important;
}

.sub-footer .linkedin-bg:hover {
  /* background: #0177b5 !important; */
}

/** Footer 2 start **/
.footer-2 .footer-left,
.footer-wrapper {
  position: relative;
}

.footer-2 .row {
  margin-right: 0px;
  margin-left: 0px;
}

.footer-2 .btn-white-lg-outline {
  padding: 15px 35px 13.5px;
}

.footer-2 .footer-left {
  background: linear-gradient(145deg, #3f56ff, #ff433e);
  background: linear-gradient(145deg, #f81f01, #ee076e);
  padding: 140px 120px;
  z-index: 2;
  margin-right: 0;
  border-top-right-radius: 6px;
}

.footer-2 .footer-left:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/footer-left.png);
  content: "";
  z-index: 1;
  opacity: 0.5;
  border-top-right-radius: 6px;
}

.footer-2 .footer-left .inner:after {
  content: url(../img/big-logo.png);
  position: absolute;
  right: -50px;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-20%);
  transform: translateY(-50%);
  width: 290px;
  height: 296px;
}

.footer-2 .footer-left .inner {
  z-index: 5;
  position: relative;
}

.footer-2 .footer-left span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 9px;
}

.footer-2 .footer-left .inner h2 {
  color: #fff;
  font-size: 75px;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  line-height: 90px;
  margin-bottom: 40px;
}

.footer-2 .footer-right {
  background: url(../img/footer-2.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 150px 70px 150px 120px;
}

.footer-2 .footer-right:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(14 5 34 / 53%);
}

.footer-2 .footer-right .footer-link h4 {
  color: #c6c9d8;
  font-weight: 500;
  margin-bottom: 30px;
  opacity: 0.74;
  font-size: 22px;
}

.footer-2 .footer-right .links {
  margin-bottom: 40px;
}

.footer-2 .footer-right .links li {
  margin-bottom: 12px;
}

.footer-2 .footer-right .links li a {
  color: #c6c9d8;
  font-size: 16px;
  opacity: 0.74;
}

.footer-2 .footer-right .links li a:hover {
  opacity: 1;
}

.footer-2 .social-share {
  margin-bottom: 30px;
}

.footer-2 .social-share li a {
  border: 0;
  width: 30px;
  height: auto;
  text-align: left;
  line-height: inherit;
  font-size: 16px;
}

.footer-2 .social-share li a {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #c6c9d8;
  opacity: 0.74;
}

.footer-2 .social-share li a:hover {
  opacity: 1;
}

.footer-2 .social-share li {
  margin-right: 15px;
}

.footer-2 .copyright-text {
  position: absolute;
  bottom: -100px;
}

.footer-2 .copyright-text p {
  color: #c6c9d8;
  font-size: 15px;
  opacity: 0.74;
  margin-bottom: 0;
}

.footer-2 .copyright-text p a {
  color: #c6c9d8;
}

.footer-2 .copyright-text p a:hover {
  opacity: 1;
  color: #f2f3f7;
}

.footer-2 .col-pad {
  padding: 0;
}

/** MAIN FOOTER 3  STARTED **/
.footer-3 {
  background: #f3f3f3;
  position: relative;
  padding-top: 60px;
  margin-top: 60px;
}

.our-newslatters-2 {
  top: -60px;
  width: 100%;
  position: absolute;
}

.our-newslatters-2 .inner {
  margin: 0;
}

.footer-3 h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.footer-3 .footer-inner .links li {
  margin-bottom: 15px;
  position: relative;
  line-height: 20px;
  font-size: 16px;
}

.footer-3 .footer-inner .links li a {
  color: #535353;
}

.footer-3 .footer-inner .links li a:hover {
  color: #1e1d1d;
}

.footer-3 .footer-inner p {
  color: #535353;
}

.footer-3 .footer-inner .links li a i {
  left: 0;
  position: absolute;
  top: 0;
  line-height: 22px;
}

.footer-3 .footer-inner .contact-info li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #535353;
  font-weight: 400;
}

.footer-3 .footer-inner .contact-info li a {
  color: #535353;
}

.footer-3 .footer-inner .gallery li {
  float: left;
}

.footer-3 .footer-inner .gallery li img {
  margin: 0 10px 10px 0;
  width: 70px;
  border-radius: 100px;
}

.footer-3 .fi2 {
  margin-right: 50px;
}

.footer-3 .sub-footer {
  padding: 25px 0 22px;
  border-top: solid 1px #e3e3e3;
}

.footer-3 .sub-footer p {
  color: #535353;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 50px;
}

.footer-3 .sub-footer p a {
  color: #535353;
}

.footer-3 .sub-footer p a:hover {
  color: #fff;
}

.footer-3 .footer-item {
  margin-bottom: 40px;
}

.footer-3 .footer-inner {
  padding: 90px 0 40px;
}

.footer-3 .footer-gallery ul li {
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.footer-3 .footer-gallery ul li img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  cursor: pointer;
}

.footer-3 .footer-gallery ul li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 5px;
}

/** footer 4 area start **/
.footer-4 {
  margin-right: 0;
  text-align: center;
  padding-top: 50px;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/footer-left.png);
  content: "";
  z-index: 1;
}

.footer-4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255 255 255 / 75%);
}

.footer-4 .footer-menu ul {
  margin-bottom: 35px;
}

.footer-4 .footer-menu ul li,
.footer-menu ul li a {
  display: inline-block;
  position: relative;
}

.footer-4 .footer-menu ul li a {
  color: #535353;
  margin-right: 40px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-4 .footer-menu ul li a:before {
  position: absolute;
  top: 3px;
  right: -20px;
  width: 1px;
  height: 15px;
  background-color: #535353;
  content: "";
  opacity: 0.4;
}

.footer-4 .footer-menu ul li a:hover {
  color: #222222;
}

.footer-4 .footer-menu ul li:last-child a:before {
  opacity: 0;
}

.footer-4 .social-media .social-list {
  margin-bottom: 50px;
}

.footer-4 .logo-image {
  margin-bottom: 45px;
}

.footer-4 img {
  height: 50px;
}

.footer-4 .copy-right-2 {
  border-top: solid 1px #00000087;
  padding: 25px 0;
  text-align: center;
  font-size: 15px;
}

.footer-4 .copy-right-2 p {
  text-align: center;
  color: #535353;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-4 .copy-right-2 p a {
  color: #535353;
}

.footer-4 .copy-right-2 p a:hover {
  color: #222222;
}

.footer-4 .social-media .icon {
  margin: 0 2px 3px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 35px;
}

.footer-4 .social-media .icon span {
  color: #2a2929;
}

/** footer-5 start **/
.footer-5 {
  background: url(../img/footer-2.jpg);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-5:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(14 5 34 / 53%);
}

.footer-5 .container {
  z-index: 999 !important;
  color: #fff;
}

.footer-5 ul li a {
  color: #afb0b7;
}

.footer-5 h4 {
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 400;
  color: #afb0b7;
}

.footer-5 .footer-item {
  margin-bottom: 60px;
}

.footer-5 .footer-inner .links li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  line-height: 20px;
}

.footer-5 .footer-inner .links li a i {
  left: 0;
  position: absolute;
  top: 0;
  line-height: 22px;
}

.footer-5 .footer-inner .links li:last-child {
  margin-bottom: 0;
}

.footer-5 .footer-inner .links li a:hover {
  color: #efe9e9;
}

.footer-5 a {
  color: #afb0b7;
}

.footer-5 .footer-inner p {
  font-size: 15px;
  color: #afb0b7;
  z-index: 999;
}

.footer-5 .footer-inner p a {
  color: #afb0b7;
}

.footer-5 .footer-inner .contact-info li {
  color: #afb0b7;
  font-size: 15px;
  line-height: 45px;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
  padding-left: 55px;
}

.footer-5 .footer-inner .contact-info li i {
  font-size: 16px;
  float: left;
  left: 0;
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #443f50b8;
  border-radius: 3px;
}

.footer-5 .s-border {
  background: rgba(255, 255, 255, 0.18);
}

.footer-5 .m-border {
  width: 20px;
  height: 1px;
  margin-bottom: 25px;
  border-radius: 50px;
  background: rgb(197, 197, 197);
}

.footer-5 .m-border {
  background: rgba(255, 255, 255, 0.18);
}

.footer-5 .s-border {
  width: 40px;
  height: 1px;
  margin-bottom: 2px;
  border-radius: 50px;
  background: rgb(197, 197, 197);
}

.footer-5 .social-media {
  float: right;
}

.footer-5 .social-media .icon {
  margin: 0 0 3px 4px;
}

.footer-5 .social-media .icon {
  background: #443f50b8;
  color: #fff !important;
}

.footer-5 .footer-gallery {
  max-width: 255px;
  margin-left: auto;
}

.footer-5 .footer-inner {
  padding: 80px 0 20px;
}

.sub-footer-5 {
  padding: 25px 0 22px;
  border-top: solid 1px #ffffff2e;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.sub-footer-5 p {
  margin-bottom: 0;
  color: #afb0b7;
  text-align: left;
  line-height: 44px;
}

.footer-5 .form-inline {
  width: 100%;
  border-radius: 100px;
  background: #fff;
}

.footer-5 .subscribe-newsletter .form-control {
  width: 75%;
  height: 60px;
  padding: 10px 30px;
  font-size: 17px;
  outline: 0;
  border-radius: 3px;
  border: transparent;
  background: #443f50b8;
  margin-right: 3%;
}

.footer-5 .subscribe-newsletter .btn {
  border: none;
  color: #25232a;
  background: #fff;
  padding: 15px 5px 15px 5px;
  height: 60px;
  font-size: 22px;
  top: 0;
  right: 0;
  text-transform: inherit;
  font-weight: 400;
  border-radius: 3px;
  width: 22%;
}

.footer-5 .subscribe-newsletter {
  padding: 40px 0;
  border-bottom: solid 1px #ffffff2e;
}

.footer-5 .subscribe-newsletter .newsletter-content-wrap {
  max-width: 550px;
  margin-left: auto;
}

.footer-5 .subscribe-newsletter h3 {
  color: #afb0b7;
  margin-bottom: 0;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 27px;
}

.footer-5 .recent-posts .media h5 a {
  color: #919398;
}

.footer-5 .footer-inner .text {
  margin-right: 30px;
}

.footer-5 .s-border {
  background: #ffffff2e;
}

.footer-5 .m-border {
  background: #ffffff2e;
}

.footer-5 .footer-gallery ul li {
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.footer-5 .footer-gallery ul li img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  cursor: pointer;
}

.footer-5 .footer-gallery ul li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 5px;
}

.footer-5 .social-media .icon span {
  color: #fff;
}

.footer-5 .sub-footer {
  padding: 25px 0 22px;
  border-top: solid 1px #ffffff2e;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.footer-5 .sub-footer p {
  margin-bottom: 0;
  color: #afb0b7;
  text-align: left;
  line-height: 44px;
}

/** Lines area start **/
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 75%,
      #ffffff 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  z-index: -888;
}

.line:nth-child(1) {
  margin-left: -30%;
}

.line:nth-child(1)::after {
  animation-delay: 1s;
}

.line:nth-child(3) {
  margin-left: 30%;
}

.line:nth-child(3)::after {
  animation-delay: 2s;
}

.line:nth-child(4) {
  margin-left: -15%;
}

.line:nth-child(4)::after {
  animation-delay: 3s;
}

.line:nth-child(5) {
  margin-left: 15%;
}

.line:nth-child(5)::after {
  animation-delay: 4s;
}

@keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

/** Social media area start **/
.social-media .social-list {
  display: inline-flex;
}

.social-media .icon {
  position: relative;
  border-radius: 3px;
  margin: 0 4px 3px 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-media .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background-color: #49a8b7;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-media .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-media .icon span {
  color: #fff;
}

.social-media .icon:hover span {
  color: #fff;
}

.social-media .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.social-media .icon:hover span,
.social-media .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-media .facebook {
  /* background-color: #3b5999; */
}

.social-media .facebook:hover,
.social-media .facebook:hover .tooltip,
.social-media .facebook:hover .tooltip::before {
  /* background-color: #3b5999 !important; */
  color: #ffffff;
}

.social-media .twitter {
  background-color: #46c1f6;
}

.social-media .twitter:hover,
.social-media .twitter:hover .tooltip,
.social-media .twitter:hover .tooltip::before {
  background-color: #46c1f6 !important;
  color: #ffffff;
}

.social-media .instagram {
  /* background-color: #e1306c; */
}

.social-media .instagram:hover,
.social-media .instagram:hover .tooltip,
.social-media .instagram:hover .tooltip::before {
  /* background-color: #e1306c !important; */
  color: #ffffff;
}

.social-media .github {
  background-color: #333333;
}

.social-media .github:hover,
.social-media .github:hover .tooltip,
.social-media .github:hover .tooltip::before {
  background-color: #333333 !important;
  color: #ffffff;
}

.social-media .youtube {
  /* background-color: #de463b; */
}

.social-media .youtube:hover,
.social-media .youtube:hover .tooltip,
.social-media .youtube:hover .tooltip::before {
  /* background-color: #de463b !important; */
  color: #ffffff;
}

/** Contact section start **/
.contact-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-section .form-section {
  background: #fff9f7;
  min-height: 100vh;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.contact-section .form-inner {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 50px 30px;
}

.contact-section .bg-img {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #fff;
  background: rgba(0, 0, 0, 0.04) url(../img/img-2.jpg) top left repeat;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-section .bg-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(41 0 142 / 69%);
}

.contact-section .form-section .extra-login {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

.contact-section .form-section .extra-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  content: "";
}

.contact-section .form-section .extra-login>span {
  width: auto;
  float: none;
  display: inline-block;
  padding: 1px 20px;
  z-index: 1;
  position: relative;
  font-family: Open Sans;
  font-size: 14px;
  color: #535353;
  text-transform: capitalize;
  background: #fff;
}

.contact-section .pad-0 {
  padding: 0;
}

.contact-section .form-section p {
  color: #535353;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.contact-section .form-section p a {
  color: #535353;
}

.contact-section .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.contact-section .form-section .thembo {
  margin-left: 4px;
}

.contact-section .form-section h3 {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 400;
}

.contact-section .form-section .form-group {
  margin-bottom: 25px;
}

.contact-section .form-section .form-box {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}

.contact-section .form-section .form-box input {
  float: left;
  width: 100%;
}

.contact-section .form-section .input-text {
  padding: 10px 20px;
  font-size: 15px;
  height: 50px;
  outline: none;
  color: #616161;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #00000029;
  background: #fff;
}

.contact-section .form-section img {
  margin-bottom: 5px;
}

.contact-section .form-section .form-box i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 23px;
  color: #616161;
}

.contact-section .form-section .checkbox .terms {
  margin-left: 3px;
}

.contact-section .form-section .btn-md {
  cursor: pointer;
  padding: 13px 50px 12px 50px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  border-radius: 3px;
}

.contact-section .form-section input[type="checkbox"],
input[type="radio"] {
  margin-right: 3px;
}

.contact-section .form-section button:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
}

.contact-section .none-2 {
  display: none;
}

.contact-section .form-section .terms {
  margin-left: 3px;
}

.contact-section .form-section .checkbox {
  font-size: 14px;
}

.contact-section .form-section .form-check {
  float: left;
  margin-bottom: 0;
}

.contact-section .form-section .form-check a {
  color: #535353;
  float: right;
}

.contact-section .form-section .form-check-input {
  position: absolute;
  margin-left: -15px;
}

.contact-section .form-section .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  border: 1px solid #c5c3c3;
  border-radius: 3px;
  background-color: #fff;
}

.contact-section .form-section .form-check-label {
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #535353;
}

.contact-section .form-section input[type="checkbox"]:checked+label:before {
  font-weight: 300;
  color: #fff;
  line-height: 15px;
  font-size: 14px;
  content: "\2713";
}

.contact-section .form-section input[type="checkbox"],
input[type="radio"] {
  margin-top: 4px;
}

.contact-section .form-section a.forgot-password {
  font-size: 16px;
  color: #535353;
  float: right;
}

.contact-section .logo img {
  margin-bottom: 15px;
  height: 30px;
}

.contact-section .info {
  max-width: 610px;
  padding: 10px 30px;
  z-index: 999;
}

.contact-section .info h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}

.contact-section .info h1 a {
  color: #fff;
}

.contact-section .info p {
  color: #fff;
  opacity: 0.8;
  line-height: 28px;
}

.contact-section .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.contact-section .social-list {
  padding: 0;
  text-align: center;
}

.contact-section .social-list li {
  display: inline-block;
}

.contact-section .social-list li a {
  margin: 1px;
  font-size: 14px;
  font-weight: 500;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.contact-section .social-list li a:hover {
  text-decoration: none;
}

.contact-section .facebook-bg {
  background: #4867aa;
}

.contact-section .facebook-bg:hover {
  background: #3d5996;
  color: #fff;
}

.contact-section .twitter-bg {
  background: #33ccff;
}

.contact-section .twitter-bg:hover {
  background: #56d7fe;
}

.contact-section .google-bg {
  background: #db4437;
}

.contact-section .google-bg:hover {
  background: #dc4e41;
}

/** Login 15 end **/

/** BLOG 1 CLASSIC STARTED **/
.blog-1 {
  position: relative;
  height: 452px;
  overflow: hidden;
  background: #fff;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  width: 100% !important;
  margin-bottom: 30px;
}

.blog-1.bp {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
}

.blog-1.blog-photo {
  background-image: url(../img/banner/img-1.jpg);
}

.blog-1.blog-photo-2 {
  background-image: url(../img/banner/img-2.jpg);
}

.blog-1.blog-photo-3 {
  background-image: url(../img/banner/img-3.jpg);
}

.blog-1.blog-photo-4 {
  background-image: url(../img/banner/img-4.jpg);
}

.blog-1 .date {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  background: #fff;
  padding: 13.5px 19px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}

.blog-1 .date p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}

.blog-1:hover .date p {
  color: #fff;
}

.blog-1:hover .date h2 {
  color: #fff;
}

.blog-1 .date h2 {
  font-weight: 700;
  font-family: "Jost", sans-serif;
  font-size: 27px;
  margin-bottom: 0;
}

.blog-1:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(to top,
      rgb(47 45 45 / 73%) 0%,
      rgb(0 0 0 / 44%) 35%,
      rgba(2, 2, 2, 0) 60%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.blog-1 h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 0 12px;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
}

.blog-1 .ling-section {
  position: absolute;
  bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
}

.blog-1 h3 a {
  color: #fff;
}

.blog-1 h3 a:hover {
  color: #fff;
  opacity: 0.9;
}

.blog-1 .read-more-btn {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 87px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6;
  transition: 0.6;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 9.5px 22px;
  border-radius: 3px;
  background: #fff;
}

.blog-1 .read-more-btn::before {
  content: "";
  position: absolute;
  width: 0;
  -webkit-transition: 0.5s;
}

.blog-1 .ling-section p {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.blog-1:hover .read-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  text-align: left;
}

.blog-1:hover h3 {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.blog-1:hover .ling-section p {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

/** BLOG 2 STARTED **/
.blog-2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 2;
  background: #fff;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-2:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.blog-2 .blog-photo {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-2 .blog-photo img {
  width: 100%;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
}

.blog-2:hover .blog-photo .overlay-icon {
  transform: perspective(400px) scaleY(1);
}

.blog-2 .blog-photo .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
}

.blog-2 .blog-photo .overlay-icon a {
  position: relative;
  display: inline-block;
}

.blog-2 .blog-photo .overlay-icon span {
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
}

.blog-2 .blog-photo::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgb(12 62 185 / 51%);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.blog-2:hover .blog-photo img {
  transform: scale(1.2) rotate(1deg);
}

.blog-2:hover .blog-photo::after {
  opacity: 0.9;
  transform: scaleY(1);
}

.blog-2 .detail {
  position: relative;
  display: block;
  background: #ffffff;
  border: none;
  border-top: none;
  padding: 32px 35px 32px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-2 .title {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 12px;
}

.blog-2 .title::before {
  position: absolute;
  top: 0;
  left: -35px;
  width: 3px;
  height: 100%;
  content: "";
}

.blog-2 .post-meta li {
  position: relative;
  float: left;
  color: #535353;
  font-size: 15px;
  margin-right: 30px;
}

.blog-2 .post-meta:last-child {
  margin-right: 0;
}

.blog-2 .post-meta li i {
  margin-right: 5px;
}

.blog-2 .post-meta li a {
  color: #535353;
}

.blog-2 .post-meta {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 13px;
}

/** BLOG 3 STARTED **/
.blog-3 {
  position: relative;
  margin: 0 1px;
  margin-bottom: 30px;
  z-index: 2;
  background: #fff;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-3:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-3:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.blog-3 .blog-photo {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-3 .blog-photo img {
  width: 100%;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
}

.blog-3:hover .blog-photo .overlay-icon {
  transform: perspective(400px) scaleY(1);
}

.blog-3 .blog-photo .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
}

.blog-3 .blog-photo .overlay-icon a {
  position: relative;
  display: inline-block;
}

.blog-3 .blog-photo .overlay-icon span {
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
}

.blog-3 .blog-photo::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgb(12 62 185 / 51%);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.blog-3:hover .blog-photo img {
  transform: scale(1.2) rotate(1deg);
}

.blog-3:hover .blog-photo::after {
  opacity: 0.9;
  transform: scaleY(1);
}

.blog-3 .detail {
  padding: 40px 30px 0px;
  display: inline-block;
}

.blog-3 .detail h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.blog-3 .detail p {
  margin-bottom: 20px;
}

.blog-3 .user {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 100px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.36);
  z-index: 999;
}

.blog-3 .user .avatar {
  position: absolute;
  width: 30px;
}

.blog-3 .user .name {
  margin-left: 40px;
}

.blog-3 .user .name h5 {
  line-height: 30px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.blog-3 .detail .blog-footer {
  font-size: 15px;
}

.blog-3 .detail .date {
  margin: 0;
  font-size: 15px;
}

.blog-3 .detail .blog-footer a {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.blog-3 .detail .blog-footer a:hover {
  color: #535353;
}

/** Blog 4 start **/
.blog-4 {
  position: relative;
  z-index: 9;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.blog-4 .blog-inner {
  position: relative;
  padding: 60px;
}

.blog-4:hover .blog-inner {
  background: rgb(35 57 214 / 45%);
}

.blog-4:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.blog-4-one:hover:before {
  background: rgba(0, 0, 0, 0.04) url(../img/blog/blog.jpg) top left repeat;
}

.blog-4-two:hover:before {
  background: rgba(0, 0, 0, 0.04) url(../img/blog/blog-2.jpg) top left repeat;
}

.blog-4-there:hover:before {
  background: rgba(0, 0, 0, 0.04) url(../img/blog/blog-3.jpg) top left repeat;
}

.blog-4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.9) translateY(20px);
  -ms-transform: scale(0.9) translateY(20px);
  transform: scale(0.9) translateY(20px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-4 h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 20px;
}

.blog-4 h3 a {
  color: #383737;
}

.blog-4 h3 a:hover {
  color: #fff;
  opacity: 0.9;
}

.blog-4 p {
  margin-bottom: 20px;
}

.blog-4:hover p {
  color: #fff;
}

.blog-4:hover h3 a {
  color: #fff;
  z-index: 999;
}

.blog-4 h5 {
  font-size: 15px;
  color: #535353;
}

.blog-4 h5 a {
  color: #535353;
}

.blog-4:hover h5 {
  color: #fff;
  z-index: 999;
}

.blog-4:hover .b-btn {
  color: #fff;
  z-index: 999;
}

.blog-4 .b-btn:hover {
  color: #fff;
  opacity: 0.9;
}

/** Blog 5 start **/
.blog-5 {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
  background: #fff;
  z-index: 2;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  border-radius: 10px;
}

.blog-5:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.blog-5 .detail {
  padding: 45px 25px 15px;
  border-radius: 10px;
}

.blog-5 .blog-image {
  position: relative;
}

.blog-5 .blog-image::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-5 .blog-image img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 111;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.blog-5 .blog-image::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-5:hover .blog-image::before,
.blog-5:hover .blog-image::after {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  visibility: visible;
}

.blog-5 .blog-photo {
  position: relative;
}

.blog-5 .blog-photo img {
  width: 100%;
}

.blog-5 .post-meta {
  position: absolute;
  bottom: -20px;
  font-size: 15px;
  border-radius: 5px;
  width: 85%;
  margin: 0 7.5%;
  padding: 7px 0;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  z-index: 999 !important;
}

.blog-5 .post-meta span {
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 14px;
  color: #3c3b3b;
  font-weight: 500;
  line-height: 26px;
}

.blog-5 .post-meta span i {
  font-size: 14px;
  margin-right: 5px;
  font-weight: 600;
}

.blog-5 .detail h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-5 .detail h3 a {
  color: #212121;
}

.blog-5 .detail h3 a:hover {
  color: #535353;
}

.mr-0 {
  margin-right: 0;
}

.blog-5 .date-box {
  position: absolute;
  top: 15px;
  font-size: 11px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px 0 5px;
  right: 19px;
  border-radius: 5px 5px 0 5px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 999;
}

.blog-5 .date-box span {
  font-size: 17px;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.blog-5 .date-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 10px solid transparent;
  bottom: -10px;
  right: 0;
}

.blog-5:hover .date-box {
  background: #fff;
}

.blog-5:hover .date-box::after {
  border-right: 10px solid #fff;
}

.blog-big:hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: none;
}

/** PAGINATION STARTED **/
.pagination-box {
  margin-bottom: 25px;
}

.pagination {
  padding-left: 0;
  border-radius: 4px;
  display: inline-block;
}

.pagination li {
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 0;
  margin: 0 1px 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  line-height: 50px;
  border: none;
}

.pagination>li>a {
  color: #212529;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

.pagination>li>.active {
  color: #fff;
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

.pagination>li>a:hover {
  color: #fff;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/** FORM SEARCH STARTED **/
.form-search {
  position: relative;
}

.form-search .form-control {
  box-shadow: none;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 3px;
  height: 45px;
}

.form-search .btn {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 12px 9px 12px;
}

.show-more-options {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}

.widget {
  padding: 30px 25px;
  border-bottom: solid 1px #eaeaea;
}

.widget-3 {
  padding: 30px 20px;
  border: none;
}

.sidebar-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.sidebar {
  background: #fff;
}

/** Campare properties **/
.compare-properties {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
}

#compare-search {
  margin-bottom: 15px;
}

#compare-search .form-group {
  margin-bottom: 15px;
}

.compare-properties .card-img-top {
  border-radius: 0;
}

.compare-properties h6 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.comparison .faq-accordion .card-block {
  padding: 0;
}

.comparison .faq-accordion .card-title {
  font-size: 18px;
}

.comparison h3 {
  text-align: center;
}

.vs {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.vs img {
  width: 100%;
}

.comparison .selectBox-dropdown .selectBox-arrow {
  border-left: none;
}

/** COMPARE TABLE **/
.compare-table tr {
  border: 1px solid #ececec;
}

.compare-table tr:first-child {
  border-top: none;
}

.compare-table tr td:first-child {
  width: 350px;
  background: #f8f9fa;
}

.compare-table tr td {
  box-sizing: border-box;
  font-size: 15px;
  padding: 20px 15px;
  text-align: center;
  width: 395px;
  font-weight: 500;
}

.compare-table tr td .fa-times {
  color: red;
}

.compare-table tr td .fa-check {
  color: green;
}

/** CATEGORIES STARTED **/
.categories ul li {
  font-size: 15px;
  margin-bottom: 10px;
}

.categories ul li:last-child {
  margin-bottom: 0;
}

.categories ul li a {
  color: #535353;
}

.categories ul li span {
  float: right;
}

/** TAGS STARTED **/
.tags ul li a {
  float: left;
  margin: 0 3px 3px 0;
  padding: 4px 12px 4px;
  font-size: 15px;
  text-decoration: none;
  border: solid 1px #f7f7f7;
  background: #f7f7f7;
  color: #5f5f5f;
  border-radius: 2px;
}

.tags ul li a:hover {
  color: #fff;
}

/** RECENT POSTS STARTED **/
.recent-posts .media h5 {
  margin-bottom: 5px;
}

.recent-posts .media h5 a {
  font-size: 17px;
}

.recent-posts .media img {
  width: 60px;
  border-radius: 3px;
  margin-right: 15px;
}

.recent-posts .media p {
  margin: 0;
  font-size: 15px;
}

.recent-posts .media p strong {
  font-weight: 500;
}

/** RECENT COMMENTS STARTED **/
.recent-comments img {
  width: 60px;
  margin-right: 15px;
  border-radius: 3px;
}

.recent-comments .media h5 {
  font-size: 17px;
}

.recent-comments .media p {
  margin-bottom: 0;
  font-size: 15px;
}

.recent-comments .media p span {
  font-weight: 500;
}

blockquote {
  padding: 20px 20px;
  margin: 0 0 30px;
  background: #f9f6f6;
  border-left: 5px solid #e6e6e6;
}

blockquote p {
  font-size: 15px;
  font-weight: 400;
}

blockquote .footers {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}

.tags-socal-box .social-list {
  float: right;
  text-align: right;
}

.tags-socal-box h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}

.tags-socal-box .social-list ul li {
  display: inline-block;
  margin-left: 10px;
}

.tags-socal-box .social-list ul li a {
  color: #535353;
}

.tags-socal-box .social-list ul li:first-child {
  margin: 0;
}

.tags-socal-box {
  margin-bottom: 10px;
}

/** COMMENT STARTED **/
.comments-section {
  margin-bottom: 50px;
}

.comment {
  margin-bottom: 30px;
  position: relative;
}

.comment .comment-author {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.comments ul {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
}

.comment .comment-author a img {
  bottom: 2px;
  border-radius: 50%;
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
}

.comment .comment-content {
  margin-left: 80px;
  padding: 20px;
  background: #fff;
}

.comment .comment-content p {
  margin-bottom: 0;
}

.comment .comment-meta {
  font-family: "Roboto", sans-serif;
}

.comment .comment-meta-author {
  float: left;
  font-weight: 400;
  color: #37404d;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}

.comment .comment-meta-reply {
  float: right;
  margin-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.comment .comment-meta-date {
  float: right;
  font-size: 14px;
}

.comment .comment-body {
  margin-top: 10px;
}

/** SIMPLE CONTENT BOX **/
.simple-content {
  padding-top: 100px;
  background: url(http://placehold.it/1920x511);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.simple-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.simple-content p {
  color: #fff;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 20px;
}

.simple-content h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}

/** Shop box start **/
.shop-box {
  margin-bottom: 30px;
  border: none;
  background: #fff;
  z-index: 2;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  border-radius: 0;
  text-align: center;
}

.shop-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.shop-box .shop-theme {
  position: relative;
}

.shop-box .shop-theme::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shop-box .shop-theme img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 111;
  width: 100%;
  border-radius: 0;
}

.shop-box .shop-theme::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shop-box:hover .shop-theme::before,
.shop-box:hover .shop-theme::after {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  visibility: visible;
}

.shop-box .price-box {
  text-align: right;
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  font-weight: 600;
}

.shop-box .price-box .del {
  color: red;
  font-size: 13px;
}

.shop-box .price-box span {
  color: #37404d;
}

.shop-box .shop-details .btn {
  padding: 6px 20px 5px;
  font-size: 13px;
  letter-spacing: normal;
}

.shop-box .shop-details {
  padding: 25px 15px 30px;
}

.shop-box .shop-details h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.shop-box .shop-details h5 a {
  font-size: 18px;
}

.shop-box .shop-details h5 {
  font-weight: 400;
  margin-bottom: 13px;
}

/** Shop checkout start **/
.shop-checkout .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  background: transparent;
  outline: 0;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.shop-checkout .form-group {
  margin-bottom: 20px;
}

.our-payment .payment-box {
  margin-left: 0;
}

.payment-box {
  margin-left: 20px;
}

.payment-box .form-check-label {
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  color: #212121;
}

.shop-info .btn-md {
  padding: 13px 5px 11px 5px;
}

.shop-info .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  background: transparent;
  outline: 0;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.shop-info {
  background: #fff;
  margin-bottom: 40px;
}

.shop-info h3 {
  font-size: 27px;
  font-weight: 400;
  color: #212121;
}

.shop-info .price {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

.shop-info .price del {
  margin-right: 15px;
}

.shop-info .inner {
  padding: 50px 45px 20px;
}

.shop-info .inner p {
  margin-bottom: 25px;
}

.shop-info .ratings {
  margin-bottom: 20px;
}

.shop-info .ratings i {
  color: orange;
}

.shop-info .car-properties .list-inline-item {
  width: 50px;
}

.shop-info .price del {
  color: #f0151f;
}

.shop-info p a {
  color: #f0151f;
}

.financing-calculator {
  margin-bottom: 30px;
  background: #fff;
}

.financing-calculator .form-control {
  padding: 10px 17px;
  color: #495057 !important;
  width: 100%;
  min-height: 50px !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #d6d5d5;
  box-shadow: none;
}

.sidebar .financing-calculator {
  background: #fff;
}

/** SHOP SLIDER **/
.shop-slider .carousel-control-next,
.carousel-control-prev {
  width: 0;
}

/** SHOP CART **/
table {
  width: 100%;
}

.shop-header {
  margin-bottom: 30px;
}

.shop-table.cart .product-thumbnail,
.shop-table.cart .product-name {
  padding-left: 0;
}

.shop-table.cart .product-thumbnail,
.shop-table.cart .product-name a {
  text-transform: none;
  font-size: 15px;
  color: #535353;
}

.shop-table th {
  padding: 15px 0;
  border: none;
  font-weight: 500;
  font-size: 16px;
}

.shop-table.cart td,
.shop-table.cart th {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.shop-table.cart .product-remove {
  padding-right: 0;
}

.shop-table td {
  border-top: 1px solid #ddd;
  padding: 40px 0;
}

.shop-table.cart .product-thumbnail img {
  width: 100px;
}

.shop-table.cart .qty {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.shop-table input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"] {
  border: 1px solid #e8e8e8;
  padding: 6px 15px;
  color: #777;
  max-width: 100%;
  outline: none;
}

.cart-total-box {
  padding: 25px;
  background: #fff;
}

.cart-total-box h5 {
  font-weight: 400;
  font-size: 18px;
}

.cart-total-box ul li {
  line-height: 33px;
  width: 100%;
  font-size: 15px;
}

.cart-total-box ul li span {
  margin-right: 0;
}

.cart-total-box .btn {
  line-height: 48px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
}

/** SHOP CHECKOUT **/
.shop-checkout .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #37404d;
}

.shop-checkout .form-group {
  margin-bottom: 25px;
}

.shop-checkout .form-control {
  padding: 10px 17px;
  color: #495057 !important;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}

/** SHOP DETAILS **/
.shop-single .shop-title {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 22px;
}

.shop-details-content p {
  font-size: 15px;
  line-height: 28px;
}

.payment-box {
  margin-bottom: 30px;
}

.payment-box p {
  padding: 10px 0 0 20px;
}

/** Content form box STARTED **/
.form-check {
  font-size: 13px;
}

.form-check-label {
  font-size: 13px;
  color: #80828e;
}

/** FAQ **/
.faq-box {
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.faq-box h5 .btn-link {
  padding: 25px 20px;
  width: 100%;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #535353;
}

.faq-box .card-header {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 15px;

  border-bottom: solid 1px #d8d8d8;
}

.bd-none {
  border-bottom: none !important;
}

.faq-box .card-body p {
  line-height: 27px;
}

.faq-box .card-body span {
  font-size: 15px;
}

.faq-box .card-body span a {
  font-weight: 600;
}

.faq-accordion .card {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #f1f2f3;
  background-color: #fff;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.faq-accordion .card-header {
  padding: 25px 20px 20px 20px;
  background: #fff;
}

.faq-accordion .card-title {
  margin-bottom: 0;
  padding-right: 20px;
  letter-spacing: 0;
  font-size: 16px;
  cursor: pointer;
}

.faq-accordion .card-block {
  padding: 25px 20px 20px 20px;
}

.faq-accordion .card-header a:before {
  font-family: "FontAwesome";
  content: "\f077";
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
}

.faq-accordion .card-header a.collapsed:before {
  content: "\f078";
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
}

.faq-accordion .answer-helpful {
  font-size: 15px;
}

.faq-accordion .answer-helpful .yes {
  margin-left: 5px;
  color: #155724;
  font-size: 15px;
}

.faq-accordion .answer-helpful .no {
  margin-left: 5px;
  color: #721c24;
  font-size: 15px;
}

/** TYPOGRAPHY **/
.typography .mb-60 {
  margin-bottom: 40px;
}

.typography .heading {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.typography p {
  font-size: 15px;
  margin: 0;
}

/** typography 2 start **/
.typography-2 .heading {
  text-transform: uppercase;
  margin: 20px 0;
}

.typography-2 .sd p {
  margin-bottom: 40px;
}

.hr-title.hr-long {
  width: 50%;
  margin: 7px auto 30px;
}

.hr-title {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin: 10px 0;
  height: auto;
  color: #737373;
}

.hr-title abbr {
  background-color: #fff9f7;
  padding: 2px 10px;
  border-radius: 2px;
  position: relative;
  top: -10px;
  letter-spacing: 1px;
}

.typography-2 address {
  margin-bottom: 20px;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #535353;
}

.typography-2 .space {
  width: 100%;
  display: block;
  clear: both;
  height: 20px;
  position: relative;
  border-top: none;
}

/** Slick slider start**/
.slick-slider-area {
  position: relative;
}

.slick-slide-item {
  padding: 0 15px;
}

.slick-arrow-buton {
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 43%;
  font-size: 20px;
  border-radius: 3px;
  position: absolute;
  cursor: pointer;
  color: #000;
  z-index: 999;
  background: white;
  cursor: pointer;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.slick-arrow-buton:hover {
  color: #fff;
}

.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.slick-slide,
.slick-slide:focus * {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

/** Slick btn start **/
.slick-btn {
  text-align: center;
  max-width: 90px !important;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  top: 43px;
}

.slick-btn .sab-4 {
  border-radius: 50px 0 0 50px;
}

.slick-btn .slick-arrow-buton-2:last-child {
  border: none;
}

.slick-btn .sab-3 {
  border-radius: 0 50px 50px 0;
}

.slick-btn .slick-arrow-buton-2 {
  width: 45px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  display: block;
  float: left;
  border-right: solid 1px #e4e4e4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  background: white;
  font-size: 20px;
  position: absolute;
  bottom: 12px;
}

.slick-btn .slick-next {
  right: 0;
}

.slick-btn .slick-prev {
  left: 0;
}

/** PARTNERS BLOCK**/
.slick-slide img {
  width: 80%;
}

.slick-current img {
  width: 100%;
  filter: grayscale(0%);
}

.slick-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  color: #777;
  cursor: pointer;
  outline: none;
}

.slick-prev {
  border: none;
  position: absolute;
  left: 0px;
  top: 20px;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next {
  background: none;
  border: none;
  position: absolute;
  right: 0px;
  top: 20px;
}

.slick-next:before {
  content: "\f054";
}

/** COUNTERS **/
.counters {
  padding: 100px 0 60px;
  background: url(../img/img-2.jpg);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.counters:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.counter-box {
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(180deg, rgba(38, 3, 153, 1) 0%, rgba(56, 56, 56, 1) 95%);
  border-radius: 8px;
}

.counter-box i {
  font-size: 50px;
  color: #fff;
  margin-left: 20px;
}

.counter-box h1 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin: 10px 0;
}

.counter-box h5 {
  font-size: 20px;
  /* font-size: 16px; */
  color: #fff;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.5px;
}

/** ABOUT US **/
.about-us .about-info h3 {
  font-weight: 700;
  font-size: 50px;
  margin: -10px 0 15px 0;
}

.about-us .about-info h4 {
  font-weight: 700;

}

.about-us .about-info .counters h1 {
  font-weight: 600;
  margin: 10px 0;
  font-size: 25px;
}

.about-us .about-info {
  padding-left: 10px;
}

.about-us .about-carousel {
  padding-right: 10px;
}

.about-us .about-carousel img {
  border-radius: 5px;
}

.about-us .about-info .counters h5 {
  color: #37404d;
}

.about-us .about-info .counter-box {
  text-align: left;
  margin: 0 30px 0 0;
  float: left;
}

.about-us .counters {
  padding: 0;
}

.about-us .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

/** ABOUT **/
.about-text ul li {
  list-style: none;
  color: #5a5959;
  font-size: 15px;
}

.about-text h3 {
  margin-bottom: 20px;
  font-size: 23px;
}

.properties-service-v img {
  width: 100%;
}

.about-text p b {
  font-weight: 500;
}

.about-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}

.about-text ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.about-text ul li i {
  left: 0;
  position: absolute;
  top: 0;
  line-height: 22px;
}

.about-us iframe,
.modal-body iframe .element.style {
  height: 350px !important;
}

.about-us iframe,
.modal-body iframe {
  width: 100%;
  border: none !important;
}

.properties-details-page .heading {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.properties-details-page iframe,
.modal-body iframe .element.style {
  height: 350px;
}

.properties-details-page iframe,
.modal-body iframe {
  width: 100%;
  border: none !important;
}

.properties-details-sliders .list-inline {
  white-space: nowrap;
  width: 100% !important;
}

.properties-details-sliders .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
  margin-top: 0;
}

.properties-details-sliders .carousel-indicators a {
  cursor: pointer;
}

.properties-details-sliders .carousel-indicators>li {
  height: initial;
  text-indent: initial;
  margin-right: 0;
  margin-left: 0;
}

.dd.properties-details-sliders .carousel-indicators>li {
  width: initial;
  height: initial;
  text-indent: initial;
}

.smail-properties .list-inline-item {
  width: 20%;
}

.smail-properties .list-inline-item a img {
  width: 100%;
  border: none;
  border-radius: 0;
}

.properties-details-sliders .carousel-indicators>li.active img {
  opacity: 0.7;
}

.properties-details-sliders .right {
  position: absolute;
  right: 15px;
  top: 45%;
}

.properties-details-sliders .left {
  left: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: -30px;
  text-align: center;
  background: #fff;
  border-radius: 5%;
}

.properties-details-sliders .left i {
  font-size: 20px;
  color: #000;
}

.properties-details-sliders .right {
  right: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 5%;
}

.properties-details-sliders .right i {
  font-size: 20px;
  color: #000;
}

.list-inline-item:not(:last-child) {
  margin-right: 1px;
}

.smail-properties {
  width: 100%;
}

.alert strong {
  font-weight: 600;
}

.maps .map-properties .map-content {
  margin-top: 0 !important;
}

.section .map-properties .map-content {
  margin-top: 0 !important;
}

/** FLOOR PLANS STARTED **/
.floor-plans table {
  width: 100%;
  margin-bottom: 15px;
}

.floor-plans table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td {
  font-size: 13px;
}

.floor-plans table td,
table th {
  padding: 10px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 15px;
}

.floor-plans table td strong {
  font-weight: 600;
}

/** TABBING BOX STARTED **/
.tabbing-box .tab-pane {
  padding-top: 50px;
}

.faq .tabbing-box .tab-pane {
  padding-top: 30px;
}

.tabbing-box .tp2 {
  padding-top: 30px;
}

.tabbing-box .nav-tabs {
  background: #fff;
  border-bottom: solid 1px #fff;
}

.tabbing-box .nav-tabs li {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  padding: 12px 18px;
  color: #37404d;
  border: none;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border-radius: 0;
  color: #fff;
}

/** FINANCING CALCULATOR STARTED **/
.financing-calculator .form-label {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.financing-calculator .form-group {
  margin-bottom: 20px;
}

.financing-calculator .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  border: 1px solid #d8d8d8;
  background: #fff;
  outline: 0;
  color: #f6f6f6;
  height: 45px;
  border-radius: 3px;
}

.financing-calculator .form-control:focus {
  border: 1px solid #d8d8d8;
  background: #fff;
}

.location #map {
  width: 100%;
  height: 350px;
}

.property-details ul li {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
}

.property-details ul li strong {
  margin-right: 5px;
  font-weight: 500;
}

/** Heading properties start **/
.heading-properties {
  margin-bottom: 15px;
}

.heading-properties h5 {
  font-size: 15px;
}

.heading-properties h3 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 25px;
}

.heading-properties p {
  margin-bottom: 0;
}

.p-r {
  float: right;
  text-align: right;
}

.p-r i {
  color: #ffc12b;
  margin-left: 2px;
}

/** Heading properties 2 start **/
.heading-properties-2 {
  margin-bottom: 20px;
}

.heading-properties-2 h1 {
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 10px;
}

.heading-properties-2 h1 span {
  float: right;
}

.heading-properties-2 ul li {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
}

.heading-properties-2 ul li:last-child {
  margin-right: 0;
}

.heading-properties-2 p {
  text-align: right;
  font-weight: 600;
  margin-bottom: 0;
}

/** AMENITIES BOX STARTED **/
.amenities-box li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #535353;
  font-size: 15px;
}

.amenities-box li i {
  left: 0;
  position: absolute;
  top: 0;
  font-weight: 500;
}

.features-opions ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #535353;
  font-size: 15px;
}

.features-opions ul li i {
  left: 0;
  position: absolute;
  top: 0;
  font-weight: 500;
}

.af ul li i {
  font-size: 15px;
  line-height: 21px;
}

/** SELL YOUR PROPERTIES **/
.sell-your-properties {
  text-align: center;
  background: rgba(0, 0, 0, 0.04) url(../img/contact.jpg) top left repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 35px 20px;
}

.sell-your-properties h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0.9;
}

.sell-your-properties p {
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.9;
}

.sell-your-properties .btn-md {
  padding: 10px 30px 9px;
  letter-spacing: 0.5px;
  font-size: 13px;
}

/** HELPING CENTER **/
.helping-center {
  background: rgba(0, 0, 0, 0.04) url(../img/contact.jpg) top left repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px;
  width: 100%;
}

.helping-center i {
  font-size: 75px;
  margin-right: 15px;
}

.helping-center h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.helping-center h4 {
  margin: 0;
}

.helping-center h4 a {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.sidebar .social-list li {
  text-align: center;
  display: inline-block;
  list-style: none;
}

.sidebar .social-list li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 2px;
  border-radius: 5px;
}

.sidebar .agent-3 {
  margin: 0;
  background: #fff;
  box-shadow: none;
  border-bottom: solid 1px #eaeaea;
}

.sidebar .agent-3:hover {
  transform: translateY(0px);
}

/** COMING SOON **/
.coming-soon .cmt {
  top: 20px;
  position: absolute;
}

.coming-soon h1 {
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.65);
}

.coming-soon p {
  color: #fff;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
}

.coming-soon .btn-white-lg-outline {
  opacity: 0.9;
}

.coming-soon .btn-white-lg-outline:hover {
  opacity: 1;
}

.coming-soon ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 0px;
}

.coming-soon ul li a {
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.12);
  display: inline-block;
  border-radius: 5px;
  text-align: center;
}

.coming-soon .cm {
  text-align: left;
}

.coming-soon .cmb {
  bottom: 20px;
  position: absolute;
}

.coming-soon img {
  animation: bgburnsEast none;
  -webkit-animation: bgburnsEast none;
}

/** OVERVIEW START **/
.overview p {
  font-family: Georgia, serif;
  font-size: 15px;
  position: relative;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}

.overview-box p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.overview {
  z-index: 9;
  cursor: default;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 0 3px #ddd;
}

.overview .mask,
.overview .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 30%;
  left: 0;
}

.overview img {
  display: block;
  position: relative;
  width: 100%;
  height: 232px;
}

.overview .big-img {
  height: 480px;
}

.overview-box img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: none;
}

.overview-box:hover>img {
  -webkit-transform: scale(2) rotate(10deg);
  transform: scale(2) rotate(10deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.overview h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: none;
}

.overview-box h2 {
  color: #333;
  margin: 0 20px 0;
  background: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.overview a.btn {
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
}

.overview-box a.btn {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s linear;
  padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.most-popular-places .col-pad {
  padding: 0 8px;
}

/** FULL PAGE SEARCH **/
#full-page-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999;
}

#full-page-search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#full-page-search input[type="search"] {
  position: absolute;
  top: 50%;
  color: #000;
  background: rgba(0, 0, 0, 0);
  font-weight: 400;
  text-align: left;
  margin-top: -60px;
  outline: none;
  font-size: 18px;
  background: #fff;
  border: none;
  padding: 11.5px 20px;
  border-radius: 3px;
  width: 100%;
  max-width: 400px;
}

#full-page-search .search {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#full-page-search .btn {
  position: absolute;
  top: 50%;
  margin-left: 135px;
}

#full-page-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 15px;
  outline: 0 auto -webkit-focus-ring-color;
  cursor: pointer;
  border-radius: 3px;
  background: #3a3a3a;
}

/** PORTFOLIO AREA START **/
.filteriz-navigation {
  padding: 0;
  text-align: center;
  margin-top: 20px;
}

.filteriz-navigation li {
  color: #535353;
  text-align: center;
  padding: 6px 20px 5px;
  margin: 0 2px;
  border: 0;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  box-shadow: 0 0 2px rgb(0 0 0 / 10%);
  font-family: "Roboto", sans-serif;
}

.portfolio-item,
.portfolio-item:focus {
  outline: none;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.portfolio-item img,
.portfolio-item img:focus {
  outline: none;
  width: 100%;
  height: 100%;
}

/* .portfolio-item:hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.1;
  opacity: 0.1;
} */

.portfolio-item:hover .portfolio-content {
  display: inline;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background: rgb(35 57 214 / 79%);
  color: #fff !important;
  z-index: -999;
}

.portfolio-content {
  display: none;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #1c1c1c;
  height: 100%;
  position: absolute;
  right: 0;
}

.portfolio-content-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-content p {
  font-size: 16px;
  color: #fff;
}

.overview-box p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-weight: 400;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.overview {
  z-index: 9;
  cursor: default;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 0 3px #ddd;
  background: linear-gradient(to top,
      rgba(35, 35, 37, 0.9) 0%,
      rgba(35, 35, 37, 0.45) 35%,
      rgba(22, 22, 23, 0) 60%,
      rgba(0, 0, 0, 0) 100%);
}

.overview .mask,
.overview .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 999;
}

.overview .mask:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.overview .info {
  max-width: 100%;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  min-height: 354px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview .info .ds {
  display: inline-block;
}

.overview .btn-border {
  border: solid 2px #fff;
  background: #fff;
  font-size: 13px;
}

.overview img {
  display: block;
  position: relative;
  width: 100%;
  height: 354px;
}

.overview .big-img {
  height: 723px;
}

.overview .info-2 {
  max-width: 100%;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 723px;
}

.overview-box img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: none;
}

.overview-box:hover>img {
  -webkit-transform: scale(2) rotate(10deg);
  transform: scale(2) rotate(10deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 1;
}

.overview h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  padding: 0 10px 5px;
  background: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", sans-serif;
  margin: 20px 0 0 0;
  text-shadow: none;
}

.overview-box h2 {
  color: #fff;
  margin: 0 20px 0;
  background: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.overview a.btn {
  display: inline-block;
  overflow: hidden;
}

.overview-box a.btn {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s linear;
  padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.most-popular-places .col-pad {
  padding: 0 8px;
}

/** VIEW ALL**/
.view-all ul {
  margin-bottom: 30px;
  text-align: center;
}

.view-all ul li {
  display: inline-block;
}

.view-all ul li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.view-all ul li a:hover {
  color: #fff;
}

.view-all h3 {
  margin-bottom: 30px;
  text-align: center;
}

.view-section .form-search .form-control {
  border: 1px solid #eee;
  height: 50px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/** BRAND BOX**/
.brand-box {
  text-align: center;
  padding: 20px;
  display: inline-block;
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
  transform: scale(1);
  transition: 1s;
}

.brand-box:hover {
  transform: scale(1.1);
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.brand-box h5 {
  margin: 0px 0 0;
  font-size: 15px;
}

.brand-box img {
  height: 50px;
}

/** SEARCH AREA 1**/
#search-area-1 {
  background: #f3f3f3;
  padding: 30px 0 15px;
}

#search-area-1 .form-group {
  margin-bottom: 15px;
}

#search-area-1 .range-slider {
  margin-top: 9px;
  margin-bottom: 0;
}

#search-area-2 {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  z-index: 999;
  padding: 40px 0 10px;
}

#search-area-3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  padding: 40px 0 10px;
}

#search-area-4 {
  transition: all 0.4s;
  position: absolute;
  bottom: -85px;
  width: 100%;
}

#search-area-4 .search-area-inner .form-group {
  margin-bottom: 20px;
}

#search-area-4 .search-area-inner {
  padding: 30px 30px 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

#search-area-4 .search-area-inner .range-slider {
  margin-top: 15px;
  margin-bottom: 0;
}

#search-area-5 {
  width: 100%;
  padding: 30px 25px 20px;
}

#search-area-5 .form-group {
  margin-bottom: 10px;
}

#search-area-5 .col-pad {
  padding: 0 5px;
}

.search-area .search-fields {
  min-height: 50px;
  padding: 0;
  background: #fff;
  border-radius: 3px;
  width: 100% !important;
  cursor: pointer;
  border: 1px solid #e2e2e2;
}

.form-group label,
.checkbox label {
  font-size: 20px;
  font-weight: 400;
  color: #535353;
  font-family: "Roboto", sans-serif;
  text-transform: inherit;
}

.features-brand .form-group label,
.checkbox label {
  font-size: 15px;
  font-weight: 400;
  color: #535353;
  font-family: "Jost", sans-serif;
}

.features-brand .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #949191;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.search-area .search-fields button {
  border-radius: 1px;
  box-shadow: none;
  border: none;
  background: #fff;
}

.search-area .selectBox-dropdown .selectBox-arrow {
  text-align: center;
  width: 36px;
  border-left: none;
}

.search-area .selectBox-dropdown .selectBox-arrow:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  line-height: 48px;
  color: #777;
  font-size: 12px;
}

.search-area .selectBox-dropdown .selectBox-label {
  padding: 2px 9px;
  display: initial;
  white-space: nowrap;
  overflow: hidden;
  line-height: 48px;
  font-size: 15px;
  color: #888;
  color: #545454;
  font-weight: 400;
}

.search-area .selectBox-options.selectBox-options-bottom {
  margin: 0;
  padding: 0;
}

.search-area .selectBox-options,
.selectBox-options li a {
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}

.search-area .selectBox-options,
.selectBox-options li:last-child {
  border-bottom: none;
}

.sa-show {
  display: none;
}

.submit-property .selectBox-arrow {
  border-left: none;
}

.submit-property .btn-4 {
  padding: 0 60px;
}

/** SEARCH AREA 2 **/
.search-area-2 {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  z-index: 999;
  padding: 40px 0 10px;
}

.search-area-2 .search-fields {
  border: 1px solid #b1b1b1;
  background: transparent;
}

.search-area-2 .selectBox-dropdown .selectBox-label {
  color: #b1b1b1;
}

.search-area-2 .selectBox-dropdown .selectBox-arrow:before {
  color: #b1b1b1;
}

/** MAP classes **/
.search-area-3 {
  padding: 0px 40px 25px;
  max-width: 445px;
  width: 100%;
  z-index: 1;
  border-radius: 3px;
  margin-left: auto;
  position: relative;
}

.search-area-3 h2 {
  margin-bottom: 5px;
  font-size: 23px;
  color: #fff;
}

.search-area-3 .selectBox-dropdown .selectBox-label {
  color: #545454;
}

.search-area-3 p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.search-area-3::before {
  opacity: 0.7;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -999;
}

.search-area-3 .search-area-inner .form-group {
  margin-bottom: 15px;
}

.search-area-3 .btn-color-2 {
  color: #fff;
  margin: 0 !important;
  height: 50px;
}

/** Search area start **/
.search-area-6 {
  padding: 0 15px;
}

.search-area-6 .form-group {
  margin-bottom: 0;
  border-right: solid 1px #d0d0d0;
}

.search-area-6 .col-pad2 {
  padding: 0;
}

.search-area-6 .search-fields {
  min-height: 65px;
  line-height: 65px;
  padding: 0;
  background: #fff;
  border-radius: 0;
  width: 100% !important;
  cursor: pointer;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.search-area-6 .selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 7px;
  width: 30px;
  height: 100%;
  border-left: none;
}

.search-area-6 .search-button {
  height: 65px;
  border-radius: 0 5px 5px 0;
  width: 100%;
  margin: 0 !important;
}

.search-area-6 .sf2 {
  border-radius: 5px 0 0 5px;
}

.search-area-6 .fg2 {
  border-right: none;
}

.search-area-6 .tab-box .nav-pills {
  border-bottom: 1px solid transparent;
  text-align: center !important;
  display: inline-block;
  margin-bottom: 15px;
}

.tab-search-section .tab-box #pills-tab {
  border-bottom: 1px solid transparent;
  text-align: center !important;
  display: inline-block !important;
  margin-bottom: 20px;
}

.tab-search-section .tab-box .nav-pills .nav-item {
  display: inline-block;
}

.tab-search-section .tab-box .nav-pills .nav-link {
  background: #fff;
  padding: 6px 25px 5px;
}

.tab-search-section .tab-box .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-radius: 3px;
}

.tab-search-section .search-area-6 .fc2 {
  cursor: text;
  padding: 0 15px;
}

/** Properties banner start **/
.properties-banner {
  background: rgba(0, 0, 0, 0.04) url(../img/property/img-19.jpg) top left repeat;
  background-size: cover;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: rgba(36, 42, 53, 0.7);
}

.properties-banner .heading-properties-2 {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}

.properties-banner .heading-properties-2 .inner {
  background: #fff;
  padding: 20px;
}

.properties-banner .heading-properties-2 h1 {
  text-align: left;
}

.properties-banner .heading-properties-2 h1 {
  font-size: 22px;
}

/** MAP classes **/
.map-content {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/** MAP **/
#contactMap {
  width: 100%;
  height: 350px;
}

.map {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}

.contact-map-content .map-content {
  width: 250px;
}

.marker-loaded .map-marker {
  visibility: visible;
}

.map-properties .map-properties-list {
  margin: 0;
  padding: 0;
}

.map-properties .map-properties-list li {
  list-style: none;
  margin-bottom: 8px;
  color: #535353;
}

.map-properties .map-properties-list li a {
  color: #535353;
}

.map-properties .map-properties-list li i {
  margin-right: 10px;
}

.cnt-bg-photo {
  background-size: cover;
  top: 0;
  min-height: 100vh;
  width: 100%;
  bottom: 0;
  max-height: 100%;
}

/** OFF-CANVAS MENU **/
body.off-canvas-sidebar-open {
  left: -375px;
  position: relative;
}

.off-canvas-sidebar-open .off-canvas-sidebar {
  -webkit-transform: translateX(-375px);
  transform: translateX(-375px);
}

.off-canvas-sidebar {
  background: #1b1d1f;
  position: fixed;
  right: -375px;
  top: 0;
  height: 100%;
  width: 375px;
  z-index: 999999;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.off-canvas-sidebar-wrapper {
  width: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  opacity: 1;
  min-height: 100vh;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.off-canvas-content {
  padding: 20px 0;
}

.off-canvas-header {
  text-align: right;
  top: 20px;
  color: #fff;
  position: absolute;
  right: 10px;
}

.off-canvas-header .close-offcanvas {
  color: #fff;
  padding: 10px 17px;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
}

.canvas-widget .menu {
  text-align: center;
  margin-top: 50px;
}

.canvas-widget .menu-item {
  margin-bottom: 25px;
}

.canvas-widget .menu-item a {
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.canvas-widget .menu-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.canvas-widget .logo {}

.canvas-widget .social-icons {
  text-align: center;
  margin-top: 50px;
}

.canvas-widget .social-icons>li {
  display: inline-block;
  margin: 10px;
}

.canvas-widget .social-icons>li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.canvas-widget .social-icons>li a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.close-offcanvas {
  font-size: 24px;
}

.bbb {
  background: none !important;
}

/** Slick slider start**/
.slick-slider-area {
  position: relative;
}

.slick-slide-item {
  padding: 0 15px;
}

.slick-arrow-buton {
  position: absolute;
  top: 43%;
}

.slick-slider-area .slick-arrow-buton {
  width: 50px;
  height: 35px;
  line-height: 35px;
  top: 47%;
  border-radius: 3px;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  background: #fff;
}

.slick-next {
  right: 15px;
  content: normal;
}

.slick-next:before {
  content: normal;
}

.slick-prev {
  left: 15px;
  content: normal;
}

.slick-prev:before {
  content: normal;
}

.slick-slide,
.slick-slide:focus * {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.simple-slick-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.simple-slick-carousel.slick-dotted.slick-slider.dots-nav {
  margin-bottom: 30px;
}

.simple-slick-carousel .slick-dots {
  display: none !important;
}

.simple-slick-carousel.dots-nav .slick-dots {
  display: block !important;
}

.slick-dots li {
  position: relative;
  padding: 0;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  position: relative;
  outline: none;
  display: inline-block;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
  line-height: 0;
  box-shadow: inset 0 0 0 2px #777;
  transition: all 0.3s;
}

.slick-dots li button {
  display: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active {
  transition: all 0.3s;
}

.slick-dots li:after {
  position: absolute;
  height: 13px;
  width: 13px;
  display: block;
  content: "";
  top: 1px;
  left: 1px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}

.slick-dots li.slick-active:after {
  opacity: 1;
}

/** Slick slider end**/

/** Sidebar nav start **/
.nav-sidebar {
  width: 350px;
  position: fixed;
  top: 0;
  left: -350px;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.nav-sidebar.active {
  left: 0;
}

.nav-sidebar .overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.nav-sidebar .overlay.active {
  display: block;
  opacity: 1;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: transparent;
  position: absolute;
  top: 24px;
  font-size: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.get-in-touch .media:hover i {
  color: #ff214f;
}

/** Sidebar nav end **/
.sidebar-navigation {
  height: auto;
  margin: 0 auto;
  padding: 30px 20px 20px;
  border-bottom: solid 1px #00000024;
}

.sidebar-logo img {
  width: 80px;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px;
  text-decoration: none;
  color: #2e2e2e;
  letter-spacing: normal;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-navigation .pt0 {
  padding-top: 0;
}

.sidebar-navigation ul li a em {
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4.5px 5px 5.5px;
  border-radius: 5px;
  font-weight: 100;
  color: #777;
}

.sidebar-navigation ul li:hover>a,
.sidebar-navigation ul li.selected>a {
  background-color: transparent;
  color: #2e2e2e;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
  display: none;
  background-color: transparent;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: #2e2e2e;
  border-color: rgba(255, 255, 255, 0.1);
  font-size: 15px;
  font-weight: 500;
  padding: 8px;
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
  background-color: transparent;
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last>a {
  background-color: #94aab0;
  color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
  background-color: transparent;
}

/** Sidebar nav end **/
.sidebar-navigation {
  height: auto;
  margin: 0 auto;
  padding: 30px 20px 20px;
  border-bottom: solid 1px #00000024;
}

.sidebar-inner h3 {
  margin: 0 0 20px;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #000;
}

.sidebar-logo {
  padding: 20px 30px;
  border-bottom: solid 1px #00000024;
}

/** Get social start **/
.get-social {
  height: auto;
  margin: 0 auto;
  padding: 30px 30px;
  border-bottom: solid 1px #00000024;
}

.get-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  margin-right: 2px;
  border-radius: 5%;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  color: #fff;
}

.get-social h3 {
  padding: 0;
}

/** Get social end **/

/** Get in touch start **/
.get-in-touch {
  height: auto;
  margin: 0 auto;
  padding: 30px 30px;
  border-bottom: solid 1px #00000024;
}

.get-in-touch h3 {
  padding: 0;
}

.get-in-touch .media {
  margin-bottom: 10px;
}

.get-in-touch .media i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f1e6e6;
  line-height: 40px;
  margin-right: 15px;
  font-size: 16px;
  color: #2e2e2e;
  border-radius: 3px;
}

.get-in-touch .media a {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 500;
}

/** Get in touch end **/

/** mblrt **/
.mbl {
  margin: 0 0 30px 0;
}

.mrb {
  margin: 0 0 50px 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

/** MEDIA **/
@media (max-width: 1200px) {
  .property-box-3 .media-body {
    padding-right: 0;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 12px 34px;
  }

  .about-us .about-info h3 {
    margin: 0 0 15px 0;
  }

  .coming-soon-inner .cm {
    top: 25%;
  }

  .coming-soon-inner h1 {
    font-size: 80px;
  }

  .property-box-3 h3 {
    font-size: 17px;
  }

  .property-box-5 .detail {
    padding: 20px 27px 20px 20px;
  }

  .property-box-5 ul li {
    margin-right: 10px;
  }

  .property-box-5 .detail .location {
    margin: 0 0 10px;
  }

  .property-box-6 h3 {
    margin: 0 0 12px;
    font-size: 22px;
  }

  .property-box-6 p {
    margin-bottom: 10px;
  }

  .property-box-6 .btn {
    margin-top: 10px;
  }

  .property-box-6 .info {
    padding: 0 30px;
  }

  .main-title {
    margin-bottom: 40px;
  }

  .d-none-1200 {
    display: none;
  }

  .footer-1 .submitNewsletter {
    margin-left: 0;
  }

  .none-1200 {
    display: none;
  }

  .shop-info .inner {
    padding: 40px 35px 20px;
  }

  .footer-2 .footer-right {
    padding: 80px 40px 100px;
  }

  .footer-2 .footer-left {
    padding: 110px 60px;
  }

  .footer-2 .footer-left .inner h2 {
    font-size: 46px;
    line-height: 60px;
  }

  .footer-2 .copyright-text {
    bottom: -70px;
  }
}

@media (max-width: 992px) {
  .banner .w-100 {
    width: auto !important;
  }

  .our-newslatters-2 .inner {
    border-radius: 10px;
  }

  .our-newslatters-2 .inner:before {
    border-radius: 10px;
  }

  .our-newslatters-2 .inner form .form-control {
    height: 50px;
  }

  .our-newslatters-2 .inner .btn {
    line-height: 48px;
  }

  .footer-3 .our-newslatters-2 {
    top: -78px;
  }

  .footer-3 {
    padding-top: 78px;
    margin-top: 78px;
  }

  .footer-2 .footer-left {
    padding: 60px;
  }

  .footer-2 .footer-right {
    padding: 60px 45px 80px;
  }

  .footer-2 .copyright-text {
    bottom: -40px;
  }

  .footer-2 .footer-left .inner h2 {
    margin-bottom: 20px;
  }

  .contact-section .form-section {
    width: 100%;
  }

  .contact-section .form-section {
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }

  .contact-section .bg-img {
    min-height: 100%;
    border-radius: 5px;
  }

  .none-992 {
    display: none !important;
  }

  .footer-5 .footer-gallery {
    max-width: 100%;
    margin-left: 0;
  }

  .footer-5 .subscribe-newsletter h3 {
    line-height: 50px;
    font-size: 20px;
  }

  .footer-5 .subscribe-newsletter .form-control {
    height: 50px;
    padding: 10px 20px;
  }

  .footer-5 .subscribe-newsletter .btn {
    padding: 0;
    height: 50px;
    font-size: 20px;
  }

  .footer-5 .footer-item {
    margin-bottom: 40px;
  }

  .footer-5 .footer-inner {
    padding: 60px 0 20px;
  }

  .footer-5 .subscribe-newsletter {
    padding: 30px 0;
  }

  .social-media .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .footer-3 .footer-inner {
    padding: 70px 0 30px;
  }

  .footer-4 .copy-right-2 p {
    font-size: 15px;
  }

  .footer-3 .sub-footer p {
    margin-bottom: 10px;
    line-height: normal;
  }

  .banner .w-100 {
    width: auto !important;
  }

  .shop-info .inner {
    padding: 30px 30px 5px;
  }

  .banner img {
    animation: bgburnsEast 25s none;
    -webkit-animation: bgburnsEast none;
  }

  .search-area-3 {
    display: none;
  }

  .banner .b1-inner-2 {
    margin-top: 0;
  }

  .btb2 {
    margin-top: 0;
  }

  .pages-404-2 {
    text-align: center;
  }

  .pages-404-2 .error404 {
    margin-bottom: 25px;
    font-size: 180px;
  }

  .pages-404-2 h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .pages-404-2 p {
    margin-bottom: 20px;
  }

  .properties-banner {
    height: 450px;
  }

  .sub-banner {
    background-position: inherit;
    background-repeat: inherit;
  }

  .banner-text-box {
    text-align: center;
    max-width: 100%;
  }

  .as-2 {
    width: 100%;
    display: inline-block;
  }

  .services-2 {
    padding: 80px 0 50px;
  }

  .our-newslatters h3 {
    font-size: 22px;
  }

  .change-password {
    margin-bottom: 50px;
  }

  .properties-banner {
    background-position: left;
    background-repeat: inherit;
    position: relative;
  }

  .heading-properties-2 ul li {
    margin-right: 10px;
  }

  .heading-properties-2 h1 {
    font-size: 24px;
  }

  .cp-2 {
    padding: 0 7.5px;
  }

  .as {
    display: none;
  }

  .cp-3 {
    padding: 0 !important;
  }

  .sub-banner {
    background-position: inherit;
    background-repeat: inherit;
  }

  .properties-details-page .send-btn.mb-50 {
    margin-bottom: 60px;
  }

  .sub-footer {
    text-align: center;
    padding: 25px 0;
  }

  .sub-footer .social-list {
    float: inherit;
  }

  .sub-footer .copy {
    line-height: normal;
    margin-bottom: 20px;
  }

  .footer-1 .footer-item {
    margin-bottom: 60px;
  }

  .our-newslatters-2 .inner {
    text-align: center;
  }

  .our-newslatters-2 .inner .intro-text h3 {
    font-size: 23px;
    line-height: normal;
    margin: 0 0 18px;
  }

  .about-us .about-info h3 {
    font-size: 23px;
    margin: 0 15px 15px 0;
  }

  .about-us .about-info {
    padding: 30px 0 0 0;
  }

  .about-us .about-info .counters h1 {
    font-size: 22px;
  }

  .about-us .about-carousel {
    padding-right: 0;
  }

  .about-us .about-info .counter-box {
    margin-right: 20px;
  }

  .pages-404 .pages-404-inner h1 {
    font-size: 50px;
  }

  .agent-4 .details {
    padding: 25px;
  }

  .shop-info h3 {
    font-size: 22px;
  }

  .sa-show {
    display: flex;
  }

  .sa-show-2 {
    display: none;
  }

  .banner .plan-price {
    font-size: 30px;
  }

  #search-area-1 {
    padding: 30px 0 20px;
  }

  .banner-text-box {
    text-align: left;
  }

  .banner h5 {
    font-size: 22px;
  }

  .banner-text-box h5 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
  }

  .main-header .signup-link {
    margin: 0 0 20px 0;
  }

  .main-header .ls-bgn {
    margin-left: 20px;
  }

  .btn-secton {
    right: 10px;
  }

  .banner .typed-text {
    font-size: 37px;
  }

  .banner .tt2 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .tab-search-section h1 {
    margin-bottom: 10px;
  }

  .tab-search-section .search-area .search-button {
    font-size: 13px;
  }

  .banner p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .open-offcanvas {
    padding: 18px 20px 15px;
  }

  .blog-3 .photo img {
    width: 100%;
  }

  .megamenu-section p {
    font-size: 12px;
  }

  .services-info-3.s-brd-2 {
    border-bottom: none;
  }

  .map-content-left {
    padding: 20px 30px 20px 30px;
  }

  .map-content-right {
    padding: 20px 30px 20px 30px;
  }

  .property-box-3 img {
    width: 110px;
    height: 110px;
  }

  #search-area-1 .form-group {
    margin-bottom: 10px;
  }

  #search-area-1 .selectBox-dropdown .selectBox-arrow {
    margin-right: 10px;
    width: auto;
  }

  #search-area-1 .selectBox-dropdown .selectBox-arrow {
    border-left: none;
  }

  #search-area-1 .selectBox-dropdown .selectBox-arrow:before {
    font-size: 10px;
  }

  #search-area-1 .selectBox-dropdown .selectBox-label {
    padding: 2px 10px;
  }

  .text-l {
    text-align: center;
  }

  .navbar-collapse {
    margin: 0px -15px;
    background: #fff;
  }

  .footer-1 {
    padding-top: 80px;
  }

  .hidden-mb-45 {
    margin-bottom: 45px;
  }

  .content-area {
    padding-bottom: 50px;
  }

  .content-area-2 {
    padding: 80px 0 50px;
  }

  .content-area-3 {
    padding-bottom: 64px;
  }

  .content-area-4 {
    padding: 80px 0 30px;
  }

  .content-area-5 {
    padding-bottom: 80px;
  }

  .content-area-6 {
    padding-bottom: 30px;
  }

  .content-area-7 {
    padding: 80px 0;
  }

  .content-area-8 {
    padding-top: 80px;
  }

  .content-area-9 {
    padding: 30px 0;
  }

  .content-area-10 {
    padding: 80px 0 30px;
  }

  .content-area-11 {
    padding: 80px 0 30px;
  }

  .content-area-12 {
    padding-bottom: 30px;
  }

  .content-area-13 {
    padding: 80px 0 30px;
  }

  .content-area-14 {
    padding: 80px 0 30px;
  }

  .content-area-14 {
    padding: 80px 0 60px;
  }

  .content-area-15 {
    padding: 80px 0 50px;
  }

  .content-area-16 {
    padding: 80px 0 50px;
  }

  .content-area-17 {
    margin-bottom: 50px;
  }

  .content-area-18 {
    padding: 80px 0 20px;
  }

  .content-area-19 {
    padding: 80px 0 50px;
  }

  .content-area-20 {
    padding: 80px 0;
  }

  .content-area-21 {
    padding: 80px 0 50px;
  }

  .content-area-22 {
    padding: 80px 0 40px;
  }

  .content-area-23 {
    padding: 80px 0 64px;
  }

  .btn-white {
    padding: 10px 28px 8px;
    font-weight: 400;
  }

  .submit-property .heading {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .main-title {
    margin-bottom: 30px;
  }

  .main-title h1 {
    font-size: 30px;
  }

  .main-title p {
    font-size: 16px;
  }

  .main-title-2 {
    text-align: center;
  }

  .main-title-2 .btn {
    display: none;
  }

  .main-title-2 span {
    display: none;
  }

  .testimonial {
    padding: 80px 0;
  }

  .testimonial .testimonial-inner .testimonia-header h1 {
    font-size: 30px;
  }

  .testimonial .testimonial-inner p {
    font-size: 15px;
    line-height: 26px;
  }

  .pricing.mrg-btn-60 {
    margin-bottom: 70px;
  }

  .properties-slider {
    margin-bottom: 40px;
  }

  .pricing-tables .mrg-btn-76 {
    margin-bottom: 40px;
  }

  .sidebarmbl {
    margin-left: 0;
  }

  .about-text {
    margin-top: 40px;
  }

  .mrb {
    margin: 0 0 50px 0;
  }

  .mbl {
    margin: 0 0 30px 0;
  }

  .properties-list-fullwidth .property-box-5 .price-ratings-box {
    right: 30px;
  }

  .properties-list-fullwidth .property-box-5 .detail {
    padding: 25px 40px;
  }

  .banner .slider-mover-left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: -40px;
  }

  .banner .slider-mover-left i {
    font-size: 22px;
    line-height: 30px;
  }

  .banner .slider-mover-right {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
  }

  .banner .slider-mover-right i {
    font-size: 22px;
    line-height: 30px;
  }

  .navbar-light .navbar-toggler {
    border: none;
    font-size: 17px;
    font-weight: 100;
    border-radius: 3px;
    cursor: pointer;
  }

  .navbar-toggler {
    padding: 0;
    width: 35px;
    height: 35px;
    font-size: 1rem;
    border-radius: 0;
    outline: none !important;
  }

  .main-header .logo {
    padding: 20px 0;
  }

  .main-header-2 .logo {
    padding: 20px 0;
  }

  .main-header .logo-2 {
    padding: 20px 0;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 20px 15px;
  }

  .banner .banner-slider-inner {
    padding: 20px 15px;
    top: 0%;
  }

  .banner h1 {
    font-size: 37px;
  }

  .banner h3 {
    font-size: 37px;
  }

  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 32px;
  }

  .banner .banner-opt .banner-slider-inner p {
    font-size: 15px;
  }

  .breadcrumb-area h1 {
    font-size: 35px;
  }

  .shop-infombl {
    margin-left: 0;
  }

  .media-pad-top-50 {
    padding-top: 50px;
  }

  .coming-soon h1 {
    font-size: 50px;
  }

  .coming-soon p {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .register-info {
    padding: 30px 40px;
  }

  .setting-button {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -40px;
  }

  .search-area .search-fields {
    min-height: 38px;
    padding: 0 5px 0 3px;
  }

  .submit-property .contact-2 .form-control {
    padding: 10px 15px;
    height: 38px;
  }

  .search-area .search-button {
    cursor: pointer;
    padding: 10px 20px 9px;
  }

  .sidebar .search-area .search-button {
    padding: 12px 20px 12px;
  }

  .pt-40 {
    padding-top: 40px;
  }

  .sub-banner {
    height: 350px;
  }

  .submit-property .search-area .search-fields {
    min-height: 44px;
  }

  .comparison .search-area .search-fields {
    min-height: 45px;
  }

  .comparison .search-button {
    cursor: pointer;
    min-height: 45px;
  }

  .sub-banner .breadcrumb-area {
    top: 52%;
  }

  .sub-banner .breadcrumb-area h1 {
    font-size: 25px;
  }

  .property-box-5 ul li {
    margin-right: 15px;
  }

  .property-box-5 .detail .location {
    margin: 0 0 15px;
  }

  .p-box .price-ratings-box {
    right: 30px;
  }

  .p-box .detail {
    padding: 30px 40px 30px 40px;
  }

  .hedin-mb-30 {
    margin-bottom: 30px !important;
  }

  .hedin-mb-50 {
    margin-bottom: 50px;
  }

  .widget-2 {
    margin-bottom: 60px;
    background: #fff;
    padding: 30px 25px;
  }

  .simple-content p {
    line-height: 28px;
    font-size: 15px;
  }

  .simple-content h1 {
    font-size: 25px;
  }

  .simple-content .btn-lg {
    padding: 10px 30px 8px;
  }

  .simple-content .btn-white-lg-outline {
    padding: 8px 28px 6px;
  }

  .simple-content .btn {
    margin: 2px;
  }

  .simple-content {
    padding-top: 60px;
  }

  .simple-content .btn-sm {
    padding: 6px 23px;
    margin: 2px 2px 0;
  }

  .property-box-6 .info {
    padding: 30px;
  }

  .intro-text h3 {
    font-size: 20px;
    line-height: inherit;
  }

  .intro-section .btn {
    float: none;
  }

  .faq-accordion .card-header {
    padding: 15px 20px;
  }

  .comparison .faq-accordion .card-title {
    font-size: 15px;
  }

  #main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
  }

  .main-header .navbar-expand-lg .navbar-nav .active .nav-link {
    background: #f9f9f9;
    border-bottom: solid 1px transparent;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #f9f9f9;
  }

  .sticky-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }

  .sticky-header {
    position: fixed;
    top: 50px;
    z-index: 999;
    background: transparent;
  }

  .header-shrink {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    top: 0px !important;
    background: #fff;
  }

  .mh-2 {
    position: fixed;
    top: 40px;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
  }

  .main-header .navbar-expand-lg .navbar-nav .submit-btn {
    display: inline-block;
    margin: 0 0 20px 20px;
  }

  .top-header.th-bg {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.14);
  }

  .contact-2 .contact-info {
    margin-bottom: 30px;
  }

  .contact-2 .mb-30 {
    margin-bottom: 0;
  }

  .advanced-search .search-button {
    padding: 13px 20px 13px;
  }

  .search-area-6 .search-fields {
    min-height: 45px;
    line-height: 45px;
    padding: 0;
    border-radius: 3px;
  }

  .search-area-6 .form-group {
    margin-bottom: 10px;
    border-right: none;
  }

  .search-area-6 .col-pad2 {
    padding: 0 15px;
  }

  .search-area-6 .search-button {
    height: 45px;
    border-radius: 5px;
  }

  .tab-search-section .tab-box #pills-tab {
    margin-bottom: 15px;
  }

  .search-area-6 {
    padding: 0;
  }

  .main-header .sb2 {
    padding: 0;
    margin: 0 !important;
  }

  .d-none-992 {
    display: none;
  }

  .contact-3 .form-section {
    margin-bottom: 50px;
  }

  .contact-1 .form {
    padding: 0;
    margin-bottom: 50px;
  }

  .contact-1 .contact-inner {
    background: transparent;
  }

  .none-992 {
    display: none;
  }

  .properties-details-page .tabbing-box .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    padding: 12px 16px;
  }

  .property-box-4 ul li {
    margin-right: 10px;
  }

  .contact-2 .opening-hours {
    padding: 45px 50px 50px;
    margin-left: 0;
  }

  .contact-2 .form-section {
    margin-bottom: 50px;
  }

  .pricing-2.active {
    transform: translateY(0px);
  }

  .pricing-2.active:hover {
    transform: translateY(-10px);
  }

  .content-area-24 {
    padding: 80px 0 50px;
  }

  .pricing-tables .pricing.boxed--emphasis {
    transform: scale(1.09);
    -webkit-transform: scale(1);
    margin: 0 0 30px;
  }

  .pricing-tables .pricing {
    margin-bottom: 30px;
  }

  .pricing-tables.tab-box .btn-section {
    width: 220px;
    margin: 0 auto;
  }

  .service-info-6 {
    padding: 30px;
    background: #fff9f7;
  }

  .counters {
    padding: 80px 0 40px;
  }

  .important-btn {
    display: none;
  }

  .testimonial-3 .testimonial-info {
    background: transparent;
    margin: 0 1px;
    box-shadow: none;
  }

  .testimonial-3 .testimonial-info:hover {
    box-shadow: none;
  }

  .testimonial-3 {
    padding: 80px 0;
  }

  .testimonial-3 .testimonial-info .detail {
    padding: 0;
  }

  .testimonial-3 .testimonial-info .testimonial-inner {
    max-width: 470px;
  }

  .blog-4 .blog-inner {
    padding: 30px;
  }

  .blog-3 .detail {
    padding: 30px;
  }

  .main-header .dropdown-menu a {
    padding: 12px 20px;
  }

  .main-header .dropdown-menu a:hover {
    padding: 12px 20px;
    background: #f9f9f9 !important;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px 10px;
  }

  .main-header .sb2 a {
    background: #fff !important;
    border-radius: 3px;
    padding: 13px 25px !important;
  }
}

@media (max-width: 768px) {
  .content-area {
    padding-bottom: 30px;
  }

  .content-area-24 {
    padding: 60px 0 30px;
  }

  .properties-banner {
    height: 400px;
  }

  .content-area-2 {
    padding: 60px 0 30px;
  }

  .content-area-3 {
    padding-bottom: 44px;
  }

  .content-area-4 {
    padding: 60px 0 10px;
  }

  .content-area-5 {
    padding-bottom: 60px;
  }

  .content-area-6 {
    padding-bottom: 10px;
  }

  .content-area-7 {
    padding: 60px 0;
  }

  .content-area-8 {
    padding-top: 60px;
  }

  .content-area-9 {
    padding: 10px 0;
  }

  .content-area-10 {
    padding: 60px 0 10px;
  }

  .content-area-11 {
    padding: 60px 0 10px;
  }

  .content-area-12 {
    padding-bottom: 30px;
  }

  .content-area-13 {
    padding: 60px 0 30px;
  }

  .content-area-14 {
    padding: 60px 0 60px;
  }

  .content-area-15 {
    padding: 60px 0 30px;
  }

  .content-area-16 {
    padding: 60px 0 30px;
  }

  .content-area-17 {
    margin-bottom: 30px;
  }

  .content-area-18 {
    padding: 60px 0 20px;
  }

  .content-area-19 {
    padding: 60px 0 30px;
  }

  .content-area-20 {
    padding: 60px 0;
  }

  .content-area-21 {
    padding: 60px 0 30px;
  }

  .content-area-22 {
    padding: 60px 0 30px;
  }

  .content-area-23 {
    padding: 60px 0 44px;
  }

  .sub-banner .breadcrumb-area {
    top: 48%;
  }

  .footer-5 .sub-footer p {
    margin-bottom: 10px;
    line-height: normal;
  }

  .footer-5 .subscribe-newsletter h3 {
    line-height: normal;
    margin-bottom: 15px;
  }

  .footer-5 .social-media {
    float: left;
  }

  .footer-4 .footer-menu ul li a {
    margin-right: 20px;
  }

  .footer-4 .footer-menu ul li a:before {
    right: -10px;
  }

  .footer-3 .footer-inner {
    padding: 60px 0 20px;
  }

  .footer-2 .footer-right {
    padding: 60px 15px 80px;
  }

  .footer-2 .footer-left {
    padding: 60px 30px;
  }

  .footer-2 .footer-left .inner:after {
    right: 0px;
  }

  .banner .btn-5 {
    padding: 0 30px;
    line-height: 45px;
  }

  .banner .btn-2 {
    padding: 0 30px;
    line-height: 41px;
  }

  .banner .btn-3 {
    padding: 0 30px;
    line-height: 41px;
  }

  .banner .btn-1 {
    padding: 11.5px 30px;
  }

  .property-box-4 ul li {
    margin-right: 15px;
  }

  .slick-slider-area .slick-arrow-buton {
    width: 35px;
    height: 35px;
  }

  .contact-section .form-inner {
    margin: 0 15px;
  }

  .index-5 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-properties-2 h1 span {
    float: inherit;
    display: flex;
    font-size: 17px;
    margin-top: 7px;
  }

  .heading-properties-2 .float-right {
    display: flex !important;
    width: 100%;
  }

  .heading-properties-2 h1 {
    font-size: 22px;
  }

  .heading-properties-2 ul {
    margin-bottom: 5px;
  }

  .heading-properties-2 p {
    text-align: left;
    float: none;
  }

  .change-password {
    margin-bottom: 30px;
  }

  .footer-1 .footer-item {
    margin-bottom: 50px;
  }

  .testimonial {
    padding: 60px 0;
  }

  .services-info-5.si-6 .icon {
    position: absolute;
  }

  .services-info-5.si-6 .detail {
    margin: 0 0 0 55px;
    position: inherit;
  }

  .services-info-5 .detail {
    margin-left: 55px;
  }

  .services-info-5 p {
    margin-bottom: 0;
  }

  .services-info-5.si-6 {
    text-align: left;
    position: relative;
    display: flex;
    margin: 0 auto 30px 0;
  }

  .services-info-5 {
    margin-bottom: 30px;
  }

  .manage-table {
    border-bottom: solid 1px #e6e6e6;
  }

  .manage-table .action a {
    float: none;
  }

  .manage-table .action a {
    margin: 3px 0;
  }

  .manage-table {
    text-align: center;
    background: #fff;
  }

  .manage-table .listing-photoo {
    width: 100%;
    float: left;
    padding-left: 0;
  }

  .manage-table .listing-photoo img {
    max-width: 280px !important;
  }

  .manage-table .title-container {
    padding: 20px 0 10px;
    width: 100%;
    float: left;
  }

  .manage-table .date {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 15px;
  }

  .manage-table .action {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 25px;
  }

  .manage-table .action ul li {
    display: inline-block;
  }

  .manage-table .action ul li a {
    padding: 5px 15px;
    background: #ebedef;
    margin: 1px;
    border-radius: 3px;
  }

  .manage-table thead {
    display: none;
  }

  .manage-table:last-child {
    border-bottom: none;
  }

  .pages-404 .pages-404-inner h1 {
    font-size: 40px;
  }

  .vs {
    margin: 0 auto 30px;
  }

  .tags-socal-box h2 {
    margin-bottom: 10px;
  }

  .sb {
    margin-bottom: 30px;
  }

  .contact-2 .opening-hours {
    padding: 30px;
  }

  .map-section {
    padding: 20px;
  }

  .d-none-768 {
    display: none;
  }

  .counters {
    padding: 60px 0 20px;
  }

  .intro-section .intro-section-inner {
    padding: 30px 0;
    text-align: center;
  }

  .intro-section .btn-2 {
    float: none;
  }

  .intro-section h3 {
    margin-bottom: 15px;
    line-height: normal;
    font-size: 24px;
  }

  .services-2 {
    padding: 60px 0 30px;
  }

  .coming-soon-inner .cs {
    display: inherit;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
  }

  .banner h5 {
    font-size: 20px;
  }

  .banner-text-box h5 {
    font-size: 17px;
  }

  .banner .b1-inner {
    margin-top: 50px;
  }

  .banner-2 .b1-inner {
    margin-top: 0;
  }

  .sticky-header {
    top: 0px;
  }

  .top-header {
    display: none;
  }

  .btn-secton-2 {
    display: flex;
  }

  .banner .slider-mover-left {
    display: none;
  }

  .banner .slider-mover-right {
    display: none;
  }

  .main-title h1 {
    margin-bottom: 10px;
  }

  .properties-details-sliders .left {
    left: 5px;
  }

  .properties-details-sliders .right {
    right: 5px;
  }

  .typography .mb-50 {
    margin-bottom: 35px;
  }

  .services-info-3.s-brd-3 {
    border-bottom: none;
  }

  .sub-banner .breadcrumb-area h1 {
    font-size: 22px;
  }

  .sub-banner .breadcrumbs li {
    font-size: 15px;
  }

  .sub-banner .breadcrumbs .active:before {
    margin-right: 7px;
  }

  .cart-total-box {
    padding: 20px;
  }

  .shop-table.cart td,
  .shop-table.cart th {
    padding-left: 0;
  }

  .shop-table.cart .product-thumbnail,
  .shop-table.cart .product-name a {
    font-size: 15px;
  }

  .notification-box {
    padding: 30px;
  }

  .notification-box h3 {
    font-size: 25px;
  }

  .shop-table.cart .product-thumbnail img {
    width: 70px;
  }

  .faq-accordion .card-header {
    padding: 13px 20px;
  }

  .faq-accordion .card-header a.collapsed:before {
    margin-right: 10px;
  }

  .faq-accordion .card-title {
    font-size: 15px;
  }

  .faq-accordion .card-title {
    padding-right: 0;
  }

  .filteriz-navigation li {
    padding: 6px 17px 5px;
    margin: 0 1px 4px;
  }

  #search-area-1 .selectBox-dropdown .selectBox-label {
    padding: 2px 12px;
  }

  .t-center {
    text-align: center;
  }

  .t-right {
    text-align: center;
  }

  .t-left {
    text-align: center;
  }

  .property-modal .modal-header .modal-title {
    font-size: 19px;
  }

  .footer-1 {
    padding-top: 60px;
  }

  .footer-1 h4 {
    margin-bottom: 20px;
  }

  .option-bar .heading {
    display: none;
  }

  .main-title {
    margin-bottom: 25px;
  }

  .main-title h1 {
    font-size: 25px;
    font-weight: 500;
  }

  .heading-2 h4 {
    font-size: 22px;
  }

  #main-header {
    top: 0;
  }

  .widget-2 {
    margin-bottom: 40px;
  }

  .tabbing-box .tab-pane {
    padding-top: 40px;
  }

  .faq .tabbing-box .tab-pane {
    padding-top: 30px;
  }

  .tabbing-box .tp2 {
    padding-top: 30px;
  }

  .property-box-5 .price-ratings-box {
    right: 30px;
  }

  .property-box-5 .col-pad {
    padding: 0 15px;
  }

  .property-box-5 .detail {
    padding: 25px;
  }

  .property-box-5 ul li {
    line-height: 30px;
  }

  .services .col-pad-30 {
    padding: 30px;
  }

  .comments ul {
    margin: 0;
  }

  .comment {
    margin: 0 0 40px 0;
  }

  .tags-socal-box .social-list {
    float: none;
    text-align: left;
    margin-top: 20px;
  }

  .pricing-tables .mrg-btn-76 {
    margin-bottom: 30px;
  }

  .property-box-5 .tag.featured {
    left: 15px;
    margin-top: 15px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .property-box-5 .price-ratings-box {
    right: 15px;
  }

  .properties-list-fullwidth .property-box-5 .price-ratings-box {
    right: 15px;
  }

  .properties-list-fullwidth .property-box-5 .detail {
    padding: 25px;
  }

  .banner h1 {
    font-size: 32px;
  }

  .banner h3 {
    font-size: 32px;
  }

  .banner .banner-slider-inner {
    padding: 10px 12px;
    top: 0%;
  }

  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 20px;
  }

  .banner .banner-opt .banner-slider-inner p {
    line-height: 22px;
    font-size: 15px;
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 5px;
  }

  .banner .btn-md {
    padding: 9px 15px;
    font-size: 12px;
  }

  .breadcrumb-area h1 {
    font-size: 28px;
  }

  button:focus {
    outline: 0 auto -webkit-focus-ring-color;
  }

  .heading-properties h3 {
    font-size: 20px;
  }

  .coming-soon-inner {
    text-align: center;
  }

  .coming-soon-inner .cm {
    position: absolute;
    top: 28%;
    left: 3%;
    width: 94%;
    right: 3%;
  }

  .coming-soon {
    text-align: center;
  }

  .coming-soon-inner ul li {
    margin: 0 2px;
    float: none;
  }

  .register-box {
    margin: auto;
  }

  .setting-button {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: -35px;
    color: #fff;
  }

  .tabbing-box .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    padding: 9px 13px;
  }

  .tabbing-box .nav-tabs li {
    font-size: 11px;
  }

  .tabbing-box .nav-tabs li {
    font-size: 12px;
    letter-spacing: normal;
  }

  .sub-banner {
    height: 300px;
  }

  .property-description.pt-40 {
    padding-top: 20px;
  }

  .hdn-mb-30 {
    margin-bottom: 30px;
  }

  .properties-details-page .mb-60 {
    margin-bottom: 40px;
  }

  .properties-details-page .mb-45 {
    margin-bottom: 25px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .properties-details-page .send-btn.mb-50 {
    margin-bottom: 40px;
  }

  .hedin-mb-30 {
    margin-bottom: 10px !important;
  }

  .properties-details-page .heading {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .simple-content img {
    margin-top: 50px;
  }

  .simple-content {
    text-align: center;
  }

  .property-box-6 .info {
    padding: 30px 25px;
  }

  .intro-text h3 {
    margin: 5px 0 10px;
  }

  .intro-text h3 {
    font-size: 17px;
  }

  .banner .carousel-content {
    padding: 0 10px;
  }

  .banner .typed-text {
    font-size: 32px;
  }

  .banner .tt2 {
    font-size: 16px;
  }

  .setting-button {
    display: none;
  }

  .main-header .logo {
    padding: 15px 0;
  }

  .main-header-2 .logo {
    padding: 15px 0;
  }

  .main-header .logo-2 {
    padding: 15px 0;
  }

  .mpp .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .coming-soon p {
    font-size: 17px;
  }

  .coming-soon h1 {
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  .banner .typed-text {
    font-size: 28px;
  }

  .banner .tt2 {
    font-size: 16px;
  }

  .properties-details-sliders .left {
    display: none;
  }

  .properties-details-sliders .right {
    display: none;
  }

  .option-bar {
    display: none;
  }

  .comment .comment-meta-date {
    display: none;
  }

  #search-area-5 {
    width: 100%;
    padding: 30px 15px 20px;
  }

  .coming-soon-counter div {
    margin: 0 3px 15px;
  }

  .hdn {
    display: none;
  }

  .banner .banner-slider-inner {
    padding: 10px 10px;
    top: 0%;
  }

  .navbar-toggler {
    width: 30px;
    height: 30px;
  }

  .banner .btn-md {
    padding: 7px 12px;
    font-size: 10px;
  }

  .banner .banner-slider-inner .btn {
    margin: 0 0 5px;
  }

  .banner h1 {
    font-size: 28px;
  }

  .banner h3 {
    font-size: 28px;
  }

  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 20px;
  }

  .banner .banner-opt .banner-slider-inner p {
    line-height: 22px;
    font-size: 15px;
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 5px;
  }

  .media-pad-top-50 {
    padding-top: 50px;
  }

  .carousel-inner img {
    width: 100%;
  }

  .sell-your-properties {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 20px;
    width: 100%;
  }

  .coming-soon h1 {
    font-size: 35px;
  }

  .banner .btn-5 {
    padding: 0 25px;
    line-height: 40px;
  }

  .banner .btn-2 {
    padding: 0 25px;
    line-height: 36px;
  }

  .banner .btn-3 {
    padding: 0 25px;
    line-height: 36px;
  }

  .banner .btn-1 {
    padding: 9px 25px;
  }

  .banner .btn-white-lg-outline {
    font-size: 14px;
    letter-spacing: normal;
  }

  .banner .btn-lg {
    cursor: pointer;
    padding: 9px 27px 8px;
    letter-spacing: normal;
    font-size: 14px;
  }
}

@media (min-width: 991px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown .dropdown-item:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }

  .header-with-top {
    top: 40px;
  }

  .sticky-header .nav-link::after {
    display: none !important;
  }

  .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  .sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
  }

  .sticky-header .sb2 a {
    background: #fff !important;
  }

  .do-sticky .nav-link::after {
    display: none !important;
  }

  .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
    opacity: 1;
  }

  .header-shrink .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000 !important;
  }

  .header-shrink .open-offcanvas {
    color: #515151;
  }

  .hide-carat .nav-link::after {
    display: none !important;
  }

  .sticky-header {
    position: fixed;
    background: transparent;
    top: 50px;
    z-index: 999;
    width: 100%;
  }

  /* .header-shrink {
    background: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    top: 0px !important;
  } */
  .header-shrink {
    background: #fff;
    -webkit-transition: 1s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 1s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    top: 0px !important;
  }

  .top-header.th-bg {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.14);
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .property-box-5 .detail p {
    margin-bottom: 10px;
  }

  .blog-3 .detail p {
    margin-bottom: 10px;
  }

  .blog-3 .detail {
    padding: 25px 23px 0px;
  }

  .blog-3 p {
    font-size: 15px;
    line-height: 25px;
  }

  .d-none2-1200 {
    display: none;
  }
}

.span {
  color: blue;
}

.heading p {
  color: blue;
}

.heading h3 {
  font-weight: 600;
}

.img-shadow {
  box-shadow: 0px 10px 20px rgb(172, 172, 172);
}

.img-shadow img {
  width: 255px;
  height: 170px;
  object-fit: cover;
}

.info p {
  font-weight: 600;
}

.services-info-3 p {
  font-size: 13px;
  line-height: 17px;
}

.services-info-3 h5 {
  font-weight: 700;
}

.partner img {
  width: 50px;
  height: 50px;
}
/* .partner img {
  width: 140px;
  height: 100px;
  height: 80px;
} */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-properties {
  overflow: hidden;
}

.photo {
  box-shadow: 0px 10px 20px rgb(172, 172, 172) !important;
}

.whatsapp {
  position: fixed;
  background: #10b418;
  width: 45px;
  height: 45px;
  line-height: 49px;
  border-radius: 50%;
  text-align: center;
  bottom: 40px;
  color: #fff;
  z-index: 999;
  left: 10px;
}

.whatsapp i {
  font-size: 1.5rem;
}

.phone {
  position: fixed;
  background: #1052b4;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  bottom: 120px;
  color: #fff;
  z-index: 999;
  left: 10px;
}

.phone i {
  font-size: 1.5rem;
}

.setting-button {
  display: none;
}

.social-media .linkdin {
  /* background-color: #069de5; */
}

.text_item {
  text-align: center !important;

}

.project-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);

  z-index: 1;
  background-color: #0000005e;
  display: inline;
  padding: 100% 0;
}

.project-name a {
  color: white;
}

.photo img {
  /* border-radius: 15px; */
  /* box-shadow: 0px 10px 20px rgb(172, 172, 172); */
}

.send-btn a {
  color: #fff3f3;
}

.overlayText {
  position: absolute;
  top: 70%;
  /* left: 30%; */
  z-index: 1;
}

#form-inline {
  color: white;
  font-size: 20px;
  align-self: center;
}

.input-group-append .btn {
  background: #0177b5;
  padding: 20px 20px;

}

.overlayText form {
  width: 100%;
}

@media all and (max-width: 767px) {
  .overlayText {
    display: none;
  }

}

li {
  font-style: normal;
}

.about_points {
  border: 1px solid #000;
}

.about_points ul li {
  font-weight: 700;
}

.form_sec {
  width: 100%;
  height: 150vh;
  background-color: #fffaf7;
}

.form_sec .container {
  width: 50%;
  height: 60vh;
  background-color: #1052b4;
}

.main_box {
  align-items: center;


}

.hey {
  align-items: center;
}



.form_section {
  font-family: Arial, sans-serif;
  background: #ffff;
  /* background: #dbdde1; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin: 0;
}

.form-container {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 90px;
  margin-bottom: 50px;
  max-width: 50%;
}

.form-container h2 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: #007bff;
}

textarea {
  resize: none;
  min-height: 80px;
}

.submit-btn {
  width: 100%;
  background: #000d8f;
  border: none;
  color: #fff;
  padding: 12px;
  font-size: 21px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #0056b3;
}

.form-container h2 {
  font-size: 35px;
  font-weight: 700;
}

.blog_para {
  text-align: justify;
}

.blog_forms {
  background: #ffff;
  box-shadow: 0px 0px 10px #aeaeb1;
  border-radius: 10px;
}

.blog_forms h4 {
  padding-top: 20px;
}

.blog_forms2 {
  margin-top: 50px;
  background: #ffff;
  box-shadow: 0px 0px 10px #aeaeb1;
  border-radius: 10px;
}

.blog_forms2 h4 {
  padding-top: 20px;
}


/* -====================card-slider============ */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-slide {
  height: 550px !important;
}

.property_contact {
  background-color: #dddddd;
}

.header_icon {
  width: 32px;
}

.bg-social {
  background-color: #000d8f !important;
}

.card_name {
  font-size: 24px;
}

.footer a {
  color: #000d8f !important;
  font-weight: bold;
  transition: 0.3s ease;
}

.details {
  border: 1px solid #d0d2eb;
  background-color: #d0d2eb;
  border-radius: 5px;
}

.counter_logo {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.logo_slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_logo {

  padding: 10px 10px 20px;
  /* margin: 10px; */
  /* color: #666; */
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  /* border: 1px solid black; */
  box-shadow: 0px 3px 5px rgb(172, 172, 172);
  object-fit: contain;
  /* height: 115px; */
}

.bg_form {
  background-color: #06539b;
  width: 465px;
}

.bg_form h2 {
  color: #fff;
}

.bg_form label {
  color: #fff;
}

.submit-btn_about {
  width: 100%;
  background: #df2528;
  border: none;
  color: #fff;
  padding: 12px;
  font-size: 21px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

/* .hero_search {
  padding-left: 336px;
} */

.logo_brand {
  margin-top: 30px;
}

.rof {
  height: 85px !important;
  align-items: center !important;
  display: inline !important;
  width: 90px !important;
}

.logo_slide {
  background: none !important;
}

.logo_vatika {
  margin-top: 15px;
}

.border_about {
  box-shadow: 0px 0px 4px gray;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
}

.about-us {
  background: linear-gradient(90deg, rgba(237, 235, 230, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

/* .img_margin {
  margin-top: -12px;
} */

li .footer_cnct {
  font-size: 20px;
}

li .footer_cnct1 {
  font-size: 20px;
}

li .footer_cnct:hover {
  font-weight: bold;
  background-color: blue;
  color: #fff !important;
  width: 300px !important;
  height: 20px;
}

li .footer_cnct1:hover {
  font-weight: bold;
  background-color: blue;
  color: #fff !important;

}

.footer_form {
  padding-top: 20px;
  background-color: #000 !important;
  margin-bottom: 20px;
}

.contact_form {
  box-shadow: 0px 0px 13px #b7afaf;
  padding: 14px;
  border-radius: 10px;
}

.blogs_btn {
  width: 103px;
  height: 37px;
  background: #000d8f;
  border: none;
  border-radius: 10px;

}

.blogs_btn a {
  color: #fff;
  transition: 0.5s ease;
}

.blogs_btn a:hover {
  color: #000 !important;
  font-weight: bold;
}

.blogs_btn_box {
  display: flex;
  justify-content: center;
  /* Horizontal center */
  align-items: center;
  /* Vertical center */
  margin: 0;
  margin-bottom: 10px;
  transition: 0.5s ease;
}

.blogs_btn:hover {
  background-color: #5758d6 !important;
  color: #000 !important;
}

.blog-5 {
  height: 500px !important;
}

.detail p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* .detail_title{
margin-top: 20px !important;
} */

.page_title h3,
p {
  /* font-weight: bold; */

}

.page_title h3 {
  background-color: yellow;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 10px;

}

.page_title1 h3 {
  background-color: yellow;
  width: 253px;
  height: 40px;
  text-align: center;
  border-radius: 10px;

}

.page_title2 h3 {
  background-color: yellow;
  width: 330px;
  height: 40px;
  text-align: center;
  border-radius: 10px;

}

.page_title h3 {
  margin-top: 20px !important;
}

.bg-color {
  width: 240px;
  background: yellow;
  height: 60px;
}

.bg-color h4 {
  margin-top: 10px;
}

.rof h5 {
  float: right;
  width: 200px;
  margin-right: 300px;
  background-color: #bd0404;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  margin-top: -44px;
}

.rof1 h5 {
  float: right;
  width: 200px;
  margin-right: 251px;
  background-color: #bd0404;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  margin-top: -44px;
}

.rof2 h5 {
  float: right;
  width: 200px;
  margin-right: 175px;
  background-color: #bd0404;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  margin-top: -44px;
}


.heading_detail {
  color: #000d8f;
  text-decoration: underline;
  width: 100%;
  font-weight: bold;
}

.heading_details {
  color: #000d8f;
  /* text-decoration: underline;  */
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000d8f;
}

.project_bg {
  background: linear-gradient(90deg, rgb(251 249 242) 100%, rgba(255, 255, 255, 1) 100%);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.similar_property {
  background-color: #000d8f;
  color: #fff;
  border-radius: 5px;
  /* text-align: center; */
  padding-left: 10px;
  padding-top: 2px;
  margin: 9px 18px 12px 14px;
  text-align: center;
}

.hot-section {
  margin: 0;
}

.hot-details h5 {
  font-size: 16px;
  font-weight: bold;
  /* background: #fff; */
}

.hot-details p {
  line-height: 19px;
  /* background: #fff; */
}

.hot-details:hover {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

}

.side_details {
  padding: 20px 0px !important;
}

.main-title h1 {
  border-bottom: 2px solid;
}

.project_details {
  background-color: yellow !important;
  font-weight: bold;

}

.project_title {
  background-color: #bd0404;
  font-weight: 700;
  color: #fff;
  width: 210px;
  padding-top: 3px;
  height: 29px;
}

.center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}


.swiper-slide {
  position: relative;
}

.overlayText {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  z-index: 10;
}




/* =======================counters============== */
.counter-box {
  /* display: list-item; */
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
  padding-top: 20px;
  height: 150px;
}
.posotion{
   display: flex;
   gap: 45px;
}

@media (max-width: 600px) {
.posotion{
   display: flex;
   gap: 45px;
   padding-left: 45px;
}

.phone_counter{
  padding: 45px;
}
 
}

.counter {
  font-size: 40px;  
  font-weight: bold;
  color: #fff;
}

.label {
  font-size: 18px;
  margin-top: 5px;
  color: #fff;
  width: 130px;
}

.about_icon img {
  width: 70px !important;
  margin-left: 70px;
  padding: 15px 0px 0px 0px;
}

.about_icon p {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  color: #000;
}

.about_icon {
  width: 230px;
  height: 160px;
  background: #efefef;
  border-radius: 10px;
  transition: 0.8s;
}

.about_icon:hover {
  box-shadow: 0px 0px 10px;
}

.Subscribe-box p {
  margin-left: -46px;
}

.clearfix img {
  margin-left: -16px;
}

/* =========================card================= */

/* .row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    } */

.cards {
  flex: 1 1 280px;
  /* responsive width */
  max-width: 320px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 70, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.cards:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 35px rgba(0, 0, 120, 0.3);
}

.cards img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #d0e7ff;
}

.card-body {
  padding: 20px;
  height: 170px;
  text-align: center;
  flex-grow: 1;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #004aad;
  margin: 10px 0;
  height: 50px;
}

.card-desc {
  font-size: 14px;
  color: #4a638c;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.card-desc.open {
  max-height: 200px;
  margin-top: 10px;
}

.new-btn {
  display: inline-block;
  background: #000d8f;
  /* background: #007bff; */
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  transition: all 0.3s ease;
}

.new-btn:hover {
  background: #0056b3;
  transform: scale(1.05);
}

/* Mobile adjustments */
@media (max-width: 600px) {

  /* .row {
        gap: 15px;
      } */
  .cards {
    flex: 1 1 100%;
    margin-top: 40px;
    max-width: 100%;
  }

  .card-padding {
    padding: 0px 30px;
  }
}

.height-btn {
  margin-top: 10px;
}

.details_title {
  font-size: 30px;
  font-weight: 700;
}

.under {
  font-weight: 700;
  text-decoration: underline;
}

.residential_dropdown {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.residential_plots {
  width: 200px;
  height: auto;
}

.filtr-item img:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
  border-radius: 10px;

}


@media (max-width:440px) {
  .about-box {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 30px !important;
  }

  .send-btn {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

}

/* .counter-box {
  width: 150px;
}
.mycounter {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.counter-box p {
  margin-top: 5px;
  font-size: 16px;
  color: #666;
} */



/* ======================================================================== */





#satya-verma {
  font-size: 18px;
}

.blogs-projects:hover {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

}

.card_icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

.card_icon img {
  width: 18px;
  vertical-align: middle;
}

.banner_form{
color: #000d8f !important;
font-weight: bold !important;
}


/* ==================================================================================== */

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Light gray overlay */
    z-index: 999;
}

/* Popup box */
.popup-box {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
}

/* Popup header */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #007bff;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
}

.popup-header .text-white {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.close-btn {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
}

/* Form styles */
#enquiryForm input, #enquiryForm textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

#enquiryForm button {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#enquiryForm button:hover {
    background-color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .popup-box {
        width: 90%;
        padding: 15px;
    }
    .popup-header .text-white {
        font-size: 16px;
    }
    #enquiryForm input, #enquiryForm textarea {
        font-size: 13px;
        padding: 8px;
    }
    #enquiryForm button {
        font-size: 15px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .popup-box {
        width: 95%;
        padding: 12px;
    }
    .popup-header .text-white {
        font-size: 14px;
    }
    .close-btn {
        font-size: 20px;
    }
    #enquiryForm input, #enquiryForm textarea {
        font-size: 12px;
        padding: 6px;
    }
    #enquiryForm button {
        font-size: 14px;
        padding: 8px;
    }
}


/* ===================popup============================================================================= */


/* ===== Transparent Overlay ===== */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.3); transparent dark overlay */
    background-color: rgba(12,60,233,0.3); /* transparent dark overlay */
    z-index: 999;
}

/* ===== Popup Box ===== */
.popup-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    padding: 20px;
    animation: fadeIn 0.4s ease-in-out;
    box-sizing: border-box;
}

/* ===== Popup Header ===== */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000d8f;
    padding: 12px 15px;
    border-radius: 8px 8px 0 0;
}

.popup-header .text-white {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.close-btn {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
}

/* ===== Form Inputs ===== */
#enquiryForm input,
#enquiryForm textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

#enquiryForm button {
    width: 100%;
    padding: 12px;
    background-color: #000d8f;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#enquiryForm button:hover {
    background-color: #2a41e2;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
    .popup-box {
        width: 90%;
        padding: 15px;
    }
    .popup-header .text-white {
        font-size: 16px;
    }
    #enquiryForm input, #enquiryForm textarea {
        font-size: 13px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .popup-box {
        width: 95%;
        padding: 12px;
    }
    .popup-header .text-white {
        font-size: 14px;
    }
    .close-btn {
        font-size: 20px;
    }
}

/* ===== Fade Animation ===== */
@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -48%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}


.sidebar_about{
  position: sticky !important;
  align-self: flex-start;
  top: 100px;
}

.cert{
  width: 100%;
  height: 400px !important;
}