/* 
    Table Of Content

    01 - Global Style
        01.1 - Helper Style
        01.2 - Button
        01.3 - Section Head
    02 - Header & Footer
    03 - Hero & Slider Style
    04 - Featured Section
    05 - About Section
    06 - Service Section
    07 - App Section
    08 - Portfolio Section
    09 - Team Section
    10 - Category Section
    11 - Property Section
    12 - Testimonial Section
    13 - Client Section
    14 - Blog Section
    15 - Sale Section
    16 - FAQ Section
    17 - Event Section
    18 - Listing Section
    19 - Gallery Section
    20 - Fun Facts Section
    21 - Instagram & Follow Section
    22 - Map Section
    23 - Newsletter Section
    24 - Search Section
    25 - Video Section
    26 - Other's Section
    27 - Contact Section
    28 - Homepage
    29 - Other Pages
*/
/*
======================================== 
  01 - Global Style
========================================
*/
html,
body {
  overflow-x: hidden;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.slick-slide {
  outline: 0;
}

input,
textarea,
select {
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"] {
  border: 0;
}

button {
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
}
button:focus {
  outline: 0;
}

.slick-slider a {
  outline: 0;
}

body {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #757c8c;
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #343851;
}

h1 {
  font-size: 4.68em;
  line-height: 1;
}

h2 {
  font-size: 2.5em;
  line-height: 1.4;
}

h3 {
  font-size: 1.8em;
  line-height: 1.3;
}

h4 {
  font-size: 1.5em;
  line-height: 1.4;
}

h5 {
  font-size: 1.25em;
  line-height: 1.5;
}

h6 {
  font-size: 1.125em;
  line-height: 1.6;
}

.bold-text {
  font-weight: 600;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 30px !important;
  margin-top: 60px !important;
}

.pa-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pa-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pa-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-86 {
  padding-top: 86px;
}

.pt-60 {
  padding-top: 60px;
}

.hide-normal {
  display: none;
}

.primary-color {
  color: #fb5252;
}

.heading-primary {
  color: #343851;
}

.color-white {
  color: #fff;
}

.primary-bg {
  background: #fb5252;
}

.dark-bg {
  background: #1a2d39;
}

.extra-dark-bg {
  background: #172833;
}

.black-bg {
  background: #24262d;
}

.extra-black {
  background: #202229;
}

.blue-bg {
  background: #0075ff;
}

.view-mobile {
  display: none;
}

/* Back to Top */
#top-button {
  display: inline-block;
  background-color: #fb5252;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.4s, opacity 0.5s, visibility 0.5s;
  -o-transition: background-color 0.4s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.4s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(167, 167, 167, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(167, 167, 167, 0.3);
}

#top-button i {
  font-size: 1.1em;
  line-height: 35px;
  color: #fff;
}

#top-button:hover {
  cursor: pointer;
  background-color: #000;
}

#top-button:active {
  background-color: #000;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.button {
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 40px;
  display: inline-block;
  border: 1px solid #fb5252;
  color: #fb5252;
  border-radius: 5px;
}
.button:hover {
  color: #fff;
  background: #fb5252;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.button-primary {
  padding: 14px 50px;
  background: #fb5252;
  border: 0;
  color: #fff;
  text-transform: unset;
}
.button-primary:hover {
  background: #fa3939;
}

.button-white {
  border: 1px solid #ddd;
  color: #343851;
  background: #fff;
}
.button-white:hover {
  background: #fb5252;
  color: #fff;
  border-color: #fb5252;
}

.button-slides {
  padding: 8px 40px;
  border-radius: 40px;
  background: #fff;
  border: 0;
}
.button-slides:hover {
  background: #fb5252;
  color: #fff;
}

.button-transparent {
  background: transparent;
  border-color: #fb5252;
  color: #fb5252;
}

.button.button-icon {
  padding: 10px 10px 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button.button-icon i {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background: #fff;
  color: #fb5252;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}

.button.button-blue-icon {
  background: #fff;
  border: 0;
  padding: 10px 10px 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button.button-blue-icon i {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background: #0075ff;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.button.button-blue-icon:hover {
  color: #343851;
}

.button.button-primary-icon {
  background: #fff;
  border: 0;
  padding: 10px 10px 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button.button-primary-icon i {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background: #fb5252;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.button.button-primary-icon:hover {
  color: #343851;
}

.button.button-white.button-icon {
  background: #fff;
  border: 0;
  padding: 10px 10px 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: unset;
  color: #fb5252;
}
.button.button-white.button-icon i {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background: #fb5252;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.button.button-white.button-icon:hover {
  color: #fb5252;
}

.button-blue {
  border: 0;
  background: #0075ff;
  color: #fff;
}
.button-blue.button-icon i {
  color: #0075ff;
}
.button-blue:hover {
  background: #3391ff;
}

.button-blog:hover {
  background: #fff;
  color: #fb5252 !important;
  border-color: #fff;
}

.view-more {
  color: #fb5252;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.view-more:after {
  content: "\f110";
  font-family: "Flaticon";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.view-more:hover {
  color: #fb5252;
  padding-right: 10px;
}
.view-more:hover:after {
  opacity: 1;
}

.button-small {
  padding: 10px 25px;
  font-weight: 400;
  border-radius: 3px;
}

.button-flat {
  border-radius: 0;
}

.playbutton {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.playbutton .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fb5252;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.playbutton:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #fb5252;
}

.section-head h2 {
  position: relative;
  margin-bottom: 18px;
}
.section-head h2::before {
  content: attr(data-title);
  position: absolute;
  left: -7px;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 120px;
  top: -70px;
  z-index: -1;
  pointer-events: none;
  -webkit-text-stroke: 1px rgba(228, 195, 195, 0.5);
  -webkit-text-fill-color: transparent;
}

.section-head-two p {
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.section-head-two p:before {
  content: "";
  width: 2px;
  height: 90%;
  background-color: #fb5252;
  position: absolute;
  left: 0;
  top: 5%;
}

.section-head-three p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-head-three h2 {
  font-weight: 500;
}

.section-head-four p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-head-five h2 {
  position: relative;
  line-height: 55px;
}
.section-head-five h2:before {
  content: "&";
  font-size: 115px;
  color: #fb5252;
  font-weight: 400;
  position: absolute;
  z-index: -1;
  top: 30px;
  opacity: 0.3;
}
.section-head-five h2 span {
  display: block;
  text-transform: uppercase;
}

/*
======================================== 
  02 - Header & Footer
========================================
*/
#header {
  position: relative;
  z-index: 99;
}

#header-bottom,
#header-bottom-two {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 20px;
}

#header-bottom.sticky,
#header-bottom-two.sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 999;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  padding: 0;
  border-bottom: 0;
}

.menuzord {
  background: transparent;
  padding: 0;
}

.top-bar {
  padding: 15px 0;
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.menuzord-menu ul.dropdown {
  border-radius: 0 0 5px 5px;
  border-top: 3px solid #fb5252;
}
.menuzord-menu ul.dropdown li:hover > a {
  color: #343851;
  background: #fafafa;
}
.menuzord-menu ul.dropdown li a {
  border-bottom: 1px solid #ededed;
}
.menuzord-menu ul.dropdown li:last-child a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.menuzord-brand img {
  max-width: 160px;
  height: auto;
}

.menuzord-menu ul.dropdown li:hover > a {
  color: #fb5252;
}

.menuzord-menu li .indicator,
.menuzord-menu li ul.dropdown li .indicator {
  font-family: serif;
}

.menuzord-menu li .indicator {
  margin-left: 4px;
}

.menuzord-menu > li > a > i {
  top: 4px;
}

.header-layout-one#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header-layout-one .menuzord {
  background: transparent;
}

.header-layout-one .menuzord-brand {
  margin: 18px 10px 0 0;
}

.header-layout-one .top-bar {
  border-bottom: 1px solid rgba(227, 227, 227, 0.1);
}
.header-layout-one .top-bar li {
  color: #fff;
}
.header-layout-one .top-bar li > i {
  color: #fb5252;
  padding-right: 4px;
}
.header-layout-one .top-bar a {
  color: #fff;
}
.header-layout-one .top-bar a:hover {
  color: #fb5252;
}
.header-layout-one .top-bar .top-social li:not(:last-child) {
  padding-right: 8px;
}

.header-layout-one .header-middle {
  margin-top: 65px;
  position: relative;
}
.header-layout-one .header-middle:before {
  content: "RealEstate";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 150px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -75px;
  z-index: -1;
  pointer-events: none;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.03);
  -webkit-text-fill-color: transparent;
}

.header-layout-one .text-hidden {
  position: relative;
  margin-left: -10px;
  opacity: 0;
}

.header-layout-one #header-bottom-two {
  top: 145px;
}
.header-layout-one #header-bottom-two .menuzord {
  padding: 0;
}
.header-layout-one #header-bottom-two .menuzord-menu > li > a {
  color: #fff;
  padding: 26px 15px;
  font-weight: 500;
}
.header-layout-one #header-bottom-two .menuzord-menu > li > a i {
  color: #fb5252;
  padding-right: 5px;
}
.header-layout-one #header-bottom-two .menuzord-menu > li > a:hover {
  color: #fb5252;
}
.header-layout-one #header-bottom-two .menuzord-menu > li:hover > a {
  color: #fb5252;
}
.header-layout-one #header-bottom-two .menuzord-menu > li.active > a {
  color: #fb5252;
}
.header-layout-one #header-bottom-two .menuzord-menu.menuzord-right {
  float: none;
  text-align: center;
}
.header-layout-one #header-bottom-two .menuzord-menu.menuzord-right > li {
  float: none;
}
.header-layout-one #header-bottom-two .menuzord-menu.menuzord-right .dropdown {
  text-align: left;
}
.header-layout-one #header-bottom-two.sticky {
  background: #141635;
  top: 0;
}
.header-layout-one #header-bottom-two.sticky .hide-normal {
  display: inline-block;
}
.header-layout-one #header-bottom-two.sticky .col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.header-layout-one #header-bottom-two.sticky .menuzord-menu.menuzord-right {
  float: right;
  text-align: center;
}
.header-layout-one
  #header-bottom-two.sticky
  .menuzord-menu.menuzord-right
  > li {
  float: left;
}

.header-layout-two .container {
  max-width: 1600px;
}

.header-layout-two .menuzord {
  padding: 0;
}

.header-layout-two .menuzord-menu > li > a {
  color: #fff;
  padding: 26px 15px;
  font-weight: 600;
}

.header-layout-two .menuzord-brand {
  margin: 18px 10px 0 0;
}

.header-layout-two .list-inline li:not(:last-child) {
  margin-right: 20px;
}

.header-layout-two .list-inline li a {
  color: #757c8c;
  font-weight: 600;
}
.header-layout-two .list-inline li a i {
  color: #fb5252;
  padding-right: 4px;
}
.header-layout-two .list-inline li a.cta-button {
  background: #fb5252;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
}
.header-layout-two .list-inline li a.cta-button:hover {
  color: #fff;
}

.header-layout-two #header-bottom.sticky {
  background: #141635;
}
.header-layout-two #header-bottom.sticky .list-inline li a {
  color: #fff;
}

.header-layout-three .menuzord-brand {
  margin: 18px 10px 0 0;
}

.header-layout-three .top-bar {
  border-bottom: 1px solid rgba(227, 227, 227, 0.1);
}
.header-layout-three .top-bar li {
  color: #fff;
}
.header-layout-three .top-bar a {
  color: #fff;
}
.header-layout-three .top-bar .list-inline li:not(:last-child) {
  padding-right: 8px;
}
.header-layout-three .top-bar .dropdown a.btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.header-layout-three .top-bar .dropdown a.btn:hover,
.header-layout-three .top-bar .dropdown a.btn:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.header-layout-three .top-bar .dropdown .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.155em;
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-layout-three .top-bar .dropdown .dropdown-menu a {
  color: #757c8c;
}
.header-layout-three .top-bar .dropdown-toggle::after {
  display: none;
}

.header-layout-three .menuzord-menu > li > a {
  color: #343851;
  padding: 26px 15px;
  font-weight: 500;
}
.header-layout-three .menuzord-menu > li > a.cta-button {
  background: #fb5252;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 13px;
}
.header-layout-three .menuzord-menu > li > a.cta-button:hover {
  color: #fff;
}

.header-layout-three .menuzord-menu > li.active > a {
  color: #fb5252;
}

.header-layout-three .menuzord-menu > li:hover > a {
  color: #fb5252;
}

.header-layout-three #header-bottom {
  top: 50px;
}
.header-layout-three #header-bottom.sticky {
  top: 0;
}

.header-layout-three .top-bar .dropdown-menu {
  background: #f9f9f9;
}

.header-layout-three .top-bar .dropdown img {
  width: 20px;
  margin-left: 10px;
  margin-right: 0;
}

.header-layout-three .top-bar .dropdown .dropdown-menu img {
  margin-right: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
}

.header-layout-four .menuzord-brand {
  margin: 18px 10px 0 0;
}

.header-layout-four .menu-middle {
  display: inline-block;
  margin: 26px 0;
  position: relative;
  left: 150px;
  font-weight: 600;
}
.header-layout-four .menu-middle .dropdown a.btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.header-layout-four .menu-middle .dropdown a.btn:hover,
.header-layout-four .menu-middle .dropdown a.btn:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.header-layout-four .menu-middle .dropdown .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.155em;
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-layout-four .menu-middle .dropdown .dropdown-menu a {
  color: #757c8c;
}
.header-layout-four .menu-middle .dropdown-toggle::after {
  display: none;
}
.header-layout-four .menu-middle .dropdown-menu {
  background: #f9f9f9;
}
.header-layout-four .menu-middle .dropdown img {
  width: 20px;
  margin-left: 10px;
  margin-right: 0;
}
.header-layout-four .menu-middle .dropdown .dropdown-menu img {
  margin-right: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
}

.header-layout-four .menuzord-menu > li > a {
  color: #fff;
  padding: 28px 15px;
  font-weight: 600;
}
.header-layout-four .menuzord-menu > li > a.cta-button {
  background: #fb5252;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 13px;
}
.header-layout-four .menuzord-menu > li > a.cta-button:hover {
  color: #fff;
}

.header-layout-four .header-left {
  background: #151926;
  position: absolute;
  left: -400px;
  top: 0;
  min-height: 810px;
  padding-top: 180px;
  width: 285px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-layout-four .header-left .button-sidebar {
  position: absolute;
  bottom: 60px;
  left: 35px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  color: #fff;
  padding: 14px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.header-layout-four .header-left .button-sidebar:hover {
  background: #fb5252;
  border-color: #fb5252;
}
.header-layout-four .header-left .close-button {
  width: 25px;
  height: 25px;
  background: #fb5252;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.header-layout-four .header-left .close-button:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-layout-four #header-bottom.sticky {
  top: 0;
  background: #151926;
}

.header-layout-four .social-links {
  text-align: center;
}
.header-layout-four .social-links li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.header-layout-four .social-links li a:hover i {
  background: #fb5252;
  border-color: #fb5252;
}
.header-layout-four .social-links li i {
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-layout-four .social-links li:not(:last-child) {
  padding-bottom: 70px;
}

.header-layout-five .top-bar {
  padding: 0;
}
.header-layout-five .top-bar .cta-button {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 40px;
  display: inline-block;
}
.header-layout-five .top-bar .dropdown-menu {
  background: #f9f9f9;
}
.header-layout-five .top-bar .dropdown img {
  width: 20px;
  margin-left: 10px;
  margin-right: 0;
}
.header-layout-five .top-bar .dropdown .dropdown-menu img {
  margin-right: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
}

.header-layout-five .menuzord-brand {
  margin-top: 16px;
}

.header-layout-five #header-bottom {
  background: #fff;
  padding: 0;
  top: 56px;
}

.header-layout-six .container-fluid {
  max-width: 1650px;
}

.header-layout-six .menuzord-brand {
  margin: 22px 10px 0 0;
}

.header-layout-six .top-bar {
  border-bottom: 1px solid rgba(234, 234, 234, 0.5);
}
.header-layout-six .top-bar .list-inline li:not(:last-child) {
  padding-right: 8px;
}
.header-layout-six .top-bar .list-inline a {
  color: #757c8c;
}
.header-layout-six .top-bar .list-inline i {
  color: #fb5252;
}
.header-layout-six .top-bar .dropdown a.btn {
  background: transparent;
  border: 0;
  padding: 0;
  color: #757c8c;
}
.header-layout-six .top-bar .dropdown a.btn:hover,
.header-layout-six .top-bar .dropdown a.btn:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.header-layout-six .top-bar .dropdown .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.155em;
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fb5252 #fb5252 transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-layout-six .top-bar .dropdown .dropdown-menu a {
  color: #757c8c;
}
.header-layout-six .top-bar .dropdown-toggle::after {
  display: none;
}
.header-layout-six .top-bar .dropdown-menu {
  background: #f9f9f9;
}
.header-layout-six .top-bar .dropdown img {
  width: 20px;
  margin-left: 10px;
  margin-right: 0;
}
.header-layout-six .top-bar .dropdown .dropdown-menu img {
  margin-right: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
}

.header-layout-six .menu-middle {
  display: inline-block;
  margin: 20px 0;
  position: relative;
  left: 70px;
  max-width: 480px;
  width: 30%;
}
.header-layout-six .menu-middle form {
  position: relative;
}
.header-layout-six .menu-middle input {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 11px 25px;
  border-radius: 5px;
}
.header-layout-six .menu-middle button {
  position: absolute;
  right: 15px;
  top: 11px;
  background: transparent;
  color: #fb5252;
}

.header-layout-six .menuzord {
  padding: 0;
}

.header-layout-six .menuzord-menu > li > a {
  padding-top: 34px;
  padding-bottom: 44px;
  color: #343851;
  font-weight: 500;
}
.header-layout-six .menuzord-menu > li > a.open-canvas {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.header-layout-six .menuzord-menu > li.active > a {
  color: #fb5252;
}

.header-layout-six .menuzord-menu > li:hover > a {
  color: #fb5252;
}

.header-layout-six #header-bottom {
  background: #fff;
  padding: 10px 0 0;
  top: 57px;
}
.header-layout-six #header-bottom.sticky {
  top: 0;
}

.header-layout-seven .container-fluid {
  max-width: 1650px;
}

.header-layout-seven .menuzord {
  padding: 0;
}

.header-layout-seven .menuzord-brand {
  margin: 22px 10px 0 0;
}

.header-layout-seven .menuzord-menu > li > a {
  padding-top: 34px;
  padding-bottom: 34px;
  color: #fff;
  font-weight: 600;
}
.header-layout-seven .menuzord-menu > li > a.open-canvas {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-layout-seven .menu-middle {
  display: inline-block;
  margin: 20px 0;
  position: relative;
  left: 70px;
  max-width: 480px;
  width: 30%;
}
.header-layout-seven .menu-middle form {
  position: relative;
}
.header-layout-seven .menu-middle input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 11px 25px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}
.header-layout-seven .menu-middle button {
  position: absolute;
  right: 15px;
  top: 11px;
  background: transparent;
  color: #fff;
}

.header-layout-seven #header-bottom.sticky {
  background: #24262d;
}

.header-layout-eight .menuzord-brand,
.header-layout-nine .menuzord-brand {
  margin: 22px 10px 0 0;
}

.header-layout-eight .top-bar,
.header-layout-nine .top-bar {
  border-bottom: 1px solid rgba(227, 227, 227, 0.1);
}
.header-layout-eight .top-bar li,
.header-layout-nine .top-bar li {
  color: #fff;
}
.header-layout-eight .top-bar a,
.header-layout-nine .top-bar a {
  color: #fff;
}
.header-layout-eight .top-bar .list-inline li:not(:last-child),
.header-layout-nine .top-bar .list-inline li:not(:last-child) {
  padding-right: 8px;
}
.header-layout-eight .top-bar .dropdown a.btn,
.header-layout-nine .top-bar .dropdown a.btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.header-layout-eight .top-bar .dropdown a.btn:hover,
.header-layout-eight .top-bar .dropdown a.btn:focus,
.header-layout-nine .top-bar .dropdown a.btn:hover,
.header-layout-nine .top-bar .dropdown a.btn:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.header-layout-eight .top-bar .dropdown .dropdown-toggle:before,
.header-layout-nine .top-bar .dropdown .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.155em;
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-layout-eight .top-bar .dropdown .dropdown-menu a,
.header-layout-nine .top-bar .dropdown .dropdown-menu a {
  color: #757c8c;
}
.header-layout-eight .top-bar .dropdown-toggle::after,
.header-layout-nine .top-bar .dropdown-toggle::after {
  display: none;
}
.header-layout-eight .top-bar .dropdown-menu,
.header-layout-nine .top-bar .dropdown-menu {
  background: #f9f9f9;
}
.header-layout-eight .top-bar .dropdown img,
.header-layout-nine .top-bar .dropdown img {
  width: 20px;
  margin-left: 10px;
  margin-right: 0;
}
.header-layout-eight .top-bar .dropdown .dropdown-menu img,
.header-layout-nine .top-bar .dropdown .dropdown-menu img {
  margin-right: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
}

.header-layout-eight .menuzord-menu > li > a,
.header-layout-nine .menuzord-menu > li > a {
  color: #343851;
  padding: 34px 15px;
  font-weight: 600;
}
.header-layout-eight .menuzord-menu > li > a.open-canvas,
.header-layout-nine .menuzord-menu > li > a.open-canvas {
  padding-top: 30px;
  padding-bottom: 20px;
}

.header-layout-eight .menuzord-menu > li.active > a,
.header-layout-nine .menuzord-menu > li.active > a {
  color: #fb5252;
}

.header-layout-eight .menuzord-menu > li:hover > a,
.header-layout-nine .menuzord-menu > li:hover > a {
  color: #fb5252;
}

.header-layout-eight #header-bottom,
.header-layout-nine #header-bottom {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #ededed;
  top: 56px;
}
.header-layout-eight #header-bottom.sticky,
.header-layout-nine #header-bottom.sticky {
  top: 0;
}

.header-layout-nine .menuzord-menu > li > a {
  font-weight: 500;
  border-bottom: 0;
}

.header-layout-nine #header-bottom {
  border-bottom: 0;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
}

.search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}

.overlay-innar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}

.search-overlay .search-social {
  position: absolute;
  bottom: 50px;
}

.search-overlay .search-social li {
  display: inline-block;
  padding: 0 10px;
}

.search-overlay .search-social li a {
  font-size: 18px;
  color: #4969a8;
}
.search-overlay .search-social li a.color-twitter {
  color: #2aa3ef;
}
.search-overlay .search-social li a.color-dribbble {
  color: #ea4c89;
}
.search-overlay .search-social li a.color-youtube {
  color: #ff0000;
}
.search-overlay .search-social li a.color-pinterest {
  color: #d73532;
}

.search-overlay .search-social li a:hover {
  color: #fb5252;
}

.search-overlay .search-form-overlay {
  width: 50%;
}

.search-overlay .search-form-overlay input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  font-size: 24px;
  padding: 20px;
  text-align: center;
  color: #343851;
}
.search-overlay .search-form-overlay input:focus {
  border-color: #343851;
}

.search-overlay .search-form-overlay input::-webkit-input-placeholder {
  color: #343851;
}

.search-overlay .search-form-overlay input:-ms-input-placeholder {
  color: #343851;
}

.search-overlay .search-form-overlay input::-ms-input-placeholder {
  color: #343851;
}

.search-overlay .search-form-overlay input::placeholder {
  color: #343851;
}

.search-overlay .close-overlay {
  float: right;
  margin-bottom: 50px;
  font-size: 40px;
  border: 0;
  background: transparent;
  outline: 0;
}

.sidenav {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  display: none;
}

.sidenav-menu {
  padding: 100px 30px 0 !important;
  width: 350px;
  right: -350px;
  position: relative;
  height: 100%;
  float: right;
  background: #fff;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidenav-menu .social li {
  display: inline-block;
  padding: 0 5px;
}

.sidenav-menu li {
  padding: 5px 0;
}

.sidenav-menu li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #4969a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}
.sidenav-menu li a:hover {
  color: #fff !important;
  background: #4969a8;
}
.sidenav-menu li a.color-twitter {
  color: #2aa3ef;
}
.sidenav-menu li a.color-twitter:hover {
  background: #2aa3ef;
}
.sidenav-menu li a.color-dribbble {
  color: #ea4c89;
}
.sidenav-menu li a.color-dribbble:hover {
  background: #ea4c89;
}
.sidenav-menu li a.color-youtube {
  color: #ff0000;
}
.sidenav-menu li a.color-youtube:hover {
  background: #ff0000;
}

.sidenav-menu li a:hover {
  color: #fb5252;
}

.sidenav .closebtn {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 18px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fb5252;
  color: #fff;
  border-radius: 50%;
}

.sidenav h5 {
  font-weight: 600;
}

.sidenav-list .info-list {
  color: #757c8c;
}
.sidenav-list .info-list .icon {
  margin-right: 15px;
  color: #343851;
}
.sidenav-list .info-list p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.sidenav-list .social {
  padding-top: 30px;
}

.footer-layout-one {
  padding: 100px 0 0;
  background: url("../img/footer-bg.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.footer-layout-one .footer-widget h4 {
  margin-bottom: 30px;
}
.footer-layout-one .footer-widget .lists > ul {
  width: 50%;
  float: left;
}
.footer-layout-one .footer-widget .list-footer li {
  padding-bottom: 14px;
}
.footer-layout-one .footer-widget .list-footer li:last-child {
  padding-bottom: 0;
}
.footer-layout-one .footer-widget .list-footer a {
  color: #757c8c;
  position: relative;
}
.footer-layout-one .footer-widget .list-footer a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-one .footer-widget .list-footer a:hover {
  color: #fb5252;
}
.footer-layout-one .footer-widget .list-footer a:hover::before {
  opacity: 1;
}
.footer-layout-one .footer-widget .map-image #map-footer {
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
  box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
}
.footer-layout-one .footer-top .container {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(52, 56, 81, 0.15);
}
.footer-layout-one .footer-bottom {
  padding: 20px 0;
}
.footer-layout-one .footer-bottom .container {
  padding: 0;
}
.footer-layout-one .footer-bottom li:not(:last-child) {
  padding-right: 8px;
}
.footer-layout-one .footer-bottom li a {
  color: #757c8c;
  position: relative;
}
.footer-layout-one .footer-bottom li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-one .footer-bottom li a:hover {
  color: #fb5252;
}
.footer-layout-one .footer-bottom li a:hover:before {
  opacity: 1;
}
.footer-layout-one .footer-bottom a {
  color: #fb5252;
}

.footer-layout-two {
  padding-top: 80px;
  background: #1a2d39;
}
.footer-layout-two .footer-top {
  padding: 100px 0;
}
.footer-layout-two .footer-top h4,
.footer-layout-two .footer-top h6,
.footer-layout-two .footer-top p {
  color: #fff;
}
.footer-layout-two .footer-top .international-sites {
  padding-top: 10px;
}
.footer-layout-two .footer-top .footer-widget h4 {
  margin-bottom: 30px;
}
.footer-layout-two .footer-top .footer-widget .lists > ul {
  width: 50%;
  float: left;
}
.footer-layout-two .footer-top .footer-widget .list-footer li {
  padding-bottom: 14px;
}
.footer-layout-two .footer-top .footer-widget .list-footer li:last-child {
  padding-bottom: 0;
}
.footer-layout-two .footer-top .footer-widget .list-footer a {
  color: #fff;
  position: relative;
}
.footer-layout-two .footer-top .footer-widget .list-footer a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-two .footer-top .footer-widget .list-footer a:hover {
  color: #fb5252;
}
.footer-layout-two .footer-top .footer-widget .list-footer a:hover:before {
  opacity: 1;
}
.footer-layout-two .footer-top .footer-widget .map-image #map-footer {
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
  box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
}
.footer-layout-two .footer-bottom {
  background: #172833;
  padding: 20px 0;
}
.footer-layout-two .footer-bottom p {
  color: #fff;
}
.footer-layout-two .footer-bottom li:not(:last-child) {
  padding-right: 10px;
}
.footer-layout-two .footer-bottom li a {
  color: #fff;
}
.footer-layout-two .footer-bottom li a:hover {
  color: #fb5252;
}
.footer-layout-two .footer-bottom a {
  color: #fb5252;
}
.footer-layout-two .footer-form input {
  width: 60%;
  border: 0;
  background: #fff;
  border-radius: 5px;
  padding: 16px 25px;
}
.footer-layout-two .footer-form button {
  width: 35%;
  float: right;
  background: #fb5252;
  border: 0;
  padding: 16px 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}
.footer-layout-two .international-sites {
  margin-top: 20px;
}
.footer-layout-two .international-sites li {
  color: #fff;
}
.footer-layout-two .international-sites li a {
  color: #fff;
  position: relative;
}
.footer-layout-two .international-sites li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-two .international-sites li a:hover {
  color: #fb5252;
}
.footer-layout-two .international-sites li a:hover:before {
  opacity: 1;
}

.footer-layout-three .footer-top {
  padding: 120px 0 100px;
}
.footer-layout-three .footer-top .footer-widget h4 {
  margin-bottom: 30px;
  color: #fff;
}
.footer-layout-three .footer-top .footer-widget .lists > ul {
  width: 50%;
  float: left;
}
.footer-layout-three .footer-top .footer-widget .list-footer li {
  padding-bottom: 14px;
}
.footer-layout-three .footer-top .footer-widget .list-footer li:last-child {
  padding-bottom: 0;
}
.footer-layout-three .footer-top .footer-widget .list-footer a {
  color: #fff;
  position: relative;
}
.footer-layout-three .footer-top .footer-widget .list-footer a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-three .footer-top .footer-widget .list-footer a:hover {
  color: #fb5252;
}
.footer-layout-three .footer-top .footer-widget .list-footer a:hover:before {
  opacity: 1;
}
.footer-layout-three .footer-top .footer-widget .list-address {
  padding: 20px 0;
}
.footer-layout-three .footer-top .footer-widget .list-address li {
  color: #fff;
}
.footer-layout-three .footer-top .footer-widget .map-image #map-footer {
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
  box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
  max-width: 100%;
}
.footer-layout-three .footer-top .list-inline a {
  color: #ffff;
}
.footer-layout-three .footer-top .list-inline a:hover {
  color: #fb5252;
}
.footer-layout-three .footer-top .footer-social li:not(:last-child) {
  padding-right: 8px;
}
.footer-layout-three .footer-top .footer-form input,
.footer-layout-three .footer-top .footer-form textarea {
  border: 1px solid rgba(221, 221, 221, 0.1);
  background: transparent;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 8px;
  width: 100%;
}
.footer-layout-three .footer-top .footer-form input::-webkit-input-placeholder,
.footer-layout-three
  .footer-top
  .footer-form
  textarea::-webkit-input-placeholder {
  color: #fff;
}
.footer-layout-three .footer-top .footer-form input:-ms-input-placeholder,
.footer-layout-three .footer-top .footer-form textarea:-ms-input-placeholder {
  color: #fff;
}
.footer-layout-three .footer-top .footer-form input::-ms-input-placeholder,
.footer-layout-three .footer-top .footer-form textarea::-ms-input-placeholder {
  color: #fff;
}
.footer-layout-three .footer-top .footer-form input::placeholder,
.footer-layout-three .footer-top .footer-form textarea::placeholder {
  color: #fff;
}
.footer-layout-three .footer-top .footer-form input:focus,
.footer-layout-three .footer-top .footer-form textarea:focus {
  border-color: #fff;
}
.footer-layout-three .footer-top .footer-form textarea {
  min-height: 100px;
  margin-bottom: 4px;
}
.footer-layout-three .footer-top .footer-form button {
  background: #fb5252;
  padding: 14px 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  width: 100%;
}
.footer-layout-three .footer-top .international-sites {
  margin-top: 20px;
}
.footer-layout-three .footer-top .international-sites li {
  color: #fff;
}
.footer-layout-three .footer-top .international-sites li a {
  position: relative;
}
.footer-layout-three .footer-top .international-sites li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-three .footer-top .international-sites li a:hover:before {
  opacity: 1;
}

.footer-layout-three .footer-bottom {
  padding: 20px 0;
}
.footer-layout-three .footer-bottom p {
  color: #fff;
}
.footer-layout-three .footer-bottom li:not(:last-child) {
  padding-right: 10px;
}
.footer-layout-three .footer-bottom li a {
  color: #fff;
  position: relative;
}
.footer-layout-three .footer-bottom li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-three .footer-bottom li a:hover {
  color: #fb5252;
}
.footer-layout-three .footer-bottom li a:hover:before {
  opacity: 1;
}
.footer-layout-three .footer-bottom a {
  color: #fb5252;
}

.footer-layout-four {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-layout-four .footer-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-layout-four .footer-widget h4 {
  margin-bottom: 30px;
  color: #fff;
}
.footer-layout-four .footer-widget .lists {
  display: flex;
  justify-content: center;
}
.footer-layout-four .footer-widget .lists > ul {
  /* width: 50%;
  float: left; */
  width: auto; /* Change width to auto for better alignment */
  margin: 0 40px; /* Add some margin between columns */
}
.footer-layout-four .footer-widget .list-footer li {
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
}
.footer-layout-four .footer-widget .list-footer li:last-child {
  padding-bottom: 0;
}
.footer-layout-four .footer-widget .list-footer a {
  color: #fff;
  position: relative;
}
.footer-layout-four .footer-widget .list-footer a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-four .footer-widget .list-footer a:hover {
  color: #fb5252;
}
.footer-layout-four .footer-widget .list-footer a:hover:before {
  opacity: 1;
}
.footer-layout-four .footer-widget .list-address {
  padding: 20px 0;
}
.footer-layout-four .footer-widget .list-address li {
  color: #fff;
}
.footer-layout-four .footer-widget .map-image #map-footer {
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
  box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
  max-width: 100%;
}
.footer-layout-four .footer-widget .author .img {
  margin-right: 20px;
}
.footer-layout-four .footer-widget .author .img img {
  border: 3px solid #fff;
}
.footer-layout-four .footer-widget .author h6 {
  padding-bottom: 4px;
}
.footer-layout-four .col-md-6.dark-bg {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.22);
}
.footer-layout-four .footer-subscribe {
  padding: 35px;
}
.footer-layout-four .footer-subscribe h4 {
  margin-bottom: 10px;
  font-size: 22px;
}
.footer-layout-four .footer-subscribe p {
  margin-bottom: 50px;
}
.footer-layout-four .footer-subscribe form {
  position: relative;
}
.footer-layout-four .footer-subscribe input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 0;
  width: 100%;
}
.footer-layout-four .footer-subscribe input::-webkit-input-placeholder {
  color: #fff;
}
.footer-layout-four .footer-subscribe input:-ms-input-placeholder {
  color: #fff;
}
.footer-layout-four .footer-subscribe input::-ms-input-placeholder {
  color: #fff;
}
.footer-layout-four .footer-subscribe input::placeholder {
  color: #fff;
}
.footer-layout-four .footer-subscribe button {
  color: #fb5252;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.footer-layout-four .footer-bottom {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-layout-four .footer-bottom p {
  color: #fff;
}
.footer-layout-four .footer-bottom li:not(:last-child) {
  padding-right: 10px;
}
.footer-layout-four .footer-bottom li a {
  color: #fff;
  position: relative;
}
.footer-layout-four .footer-bottom li a:hover {
  color: #fb5252;
}
.footer-layout-four .footer-bottom a {
  color: #fb5252;
}

.footer-layout-five {
  padding-top: 120px;
  background: #14232c;
}
.footer-layout-five .footer-top {
  padding-bottom: 100px;
}
.footer-layout-five .footer-widget h4 {
  margin-bottom: 30px;
  font-weight: 500;
  color: #fff;
}
.footer-layout-five .footer-widget .list-footer li {
  padding-bottom: 14px;
}
.footer-layout-five .footer-widget .list-footer li:last-child {
  padding-bottom: 0;
}
.footer-layout-five .footer-widget .list-footer a {
  color: #a6adbc;
  position: relative;
}
.footer-layout-five .footer-widget .list-footer a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-five .footer-widget .list-footer a:hover {
  color: #fff;
}
.footer-layout-five .footer-widget .list-footer a:hover:before {
  opacity: 1;
}
.footer-layout-five .footer-widget .footer-logo {
  margin-bottom: 40px;
  display: inline-block;
}
.footer-layout-five .footer-widget .footer-social a {
  margin-bottom: 20px;
  display: inline-block;
  color: #a6adbc;
}
.footer-layout-five .footer-widget .footer-social a:hover {
  color: #fff;
}
.footer-layout-five .footer-form input,
.footer-layout-five .footer-form textarea {
  border: 1px solid rgba(221, 221, 221, 0.1);
  background: transparent;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 8px;
  width: 100%;
}
.footer-layout-five .footer-form input::-webkit-input-placeholder,
.footer-layout-five .footer-form textarea::-webkit-input-placeholder {
  color: #a6adbc;
}
.footer-layout-five .footer-form input:-ms-input-placeholder,
.footer-layout-five .footer-form textarea:-ms-input-placeholder {
  color: #a6adbc;
}
.footer-layout-five .footer-form input::-ms-input-placeholder,
.footer-layout-five .footer-form textarea::-ms-input-placeholder {
  color: #a6adbc;
}
.footer-layout-five .footer-form input::placeholder,
.footer-layout-five .footer-form textarea::placeholder {
  color: #a6adbc;
}
.footer-layout-five .footer-form input:focus,
.footer-layout-five .footer-form textarea:focus {
  border-color: #fff;
}
.footer-layout-five .footer-form textarea {
  min-height: 100px;
  margin-bottom: 4px;
}
.footer-layout-five .footer-form button {
  background: #fb5252;
  padding: 14px 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  width: 100%;
}
.footer-layout-five .footer-bottom {
  background: #142129;
  padding: 20px 0;
}
.footer-layout-five .footer-bottom p {
  color: #fff;
}
.footer-layout-five .footer-bottom li:not(:last-child) {
  padding-right: 10px;
}
.footer-layout-five .footer-bottom li a {
  color: #fff;
  position: relative;
}
.footer-layout-five .footer-bottom li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-five .footer-bottom li a:hover {
  color: #fb5252;
}
.footer-layout-five .footer-bottom li a:hover:before {
  opacity: 1;
}
.footer-layout-five .footer-bottom a {
  color: #fb5252;
}
.footer-layout-five .footer-bottom .bottom-social li a:before {
  display: none;
}

.footer-layout-eight {
  background: #1a191e;
  padding: 60px 0 0;
}
.footer-layout-eight .footer-top {
  /* padding-bottom: 50px;
  font-size: 16px;
  font-weight: bold; */
  display: flex;
  justify-content: center; /* Centers items horizontally */
  align-items: center; /* Centers items vertically */
  flex-wrap: wrap; /* Ensures the widgets wrap if there are multiple columns */
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: bold;
}
.footer-layout-eight .footer-top .footer-widget h4 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center; /* Centers the text within each widget */
  margin: 0 15px; /* Optional: add some space between the widgets */
  flex-basis: 100%; /* Ensures the widgets take up the full width of their container */
  margin-bottom: 20px;
}
.footer-layout-eight .footer-top .footer-widget .lists {
  text-align: center; /* Centers the lists inside the widgets */
  margin: 0 auto; /* Centers the list container */
  float: none; /* Prevents the list from floating left */
  width: auto; /* Removes fixed width, allowing it to shrink/expand */
}
.footer-layout-eight .footer-top .footer-widget .lists > ul {
  width: 50%;
  float: left;
}
.footer-layout-eight .footer-top .footer-widget .list-footer li {
  padding-bottom: 14px;
}
.footer-layout-eight .footer-top .footer-widget .list-footer li:last-child {
  padding-bottom: 0;
}
.footer-layout-eight .footer-top .footer-widget .list-footer a {
  color: #a6adbc;
  position: relative;
}
.footer-layout-eight .footer-top .footer-widget .list-footer a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-eight .footer-top .footer-widget .list-footer a:hover {
  color: #fff;
}
.footer-layout-eight .footer-top .footer-widget .list-footer a:hover:before {
  opacity: 1;
}
.footer-layout-eight .footer-top .footer-widget .list-address {
  padding: 20px 0;
}
.footer-layout-eight .footer-top .footer-widget .list-address li {
  color: #fff;
}
.footer-layout-eight .footer-top .footer-widget .map-image #map-footer {
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
  box-shadow: 0px 0px 90px 0px rgba(111, 120, 142, 0.2);
  width: 100%;
}
.footer-layout-eight .footer-top .footer-widget .footer-form p {
  color: #a6adbc;
}
.footer-layout-eight .footer-top .footer-widget .footer-form form {
  position: relative;
  margin-bottom: 25px;
}
.footer-layout-eight .footer-top .footer-widget .footer-form input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 12px;
  color: #fff;
}
.footer-layout-eight
  .footer-top
  .footer-widget
  .footer-form
  input::-webkit-input-placeholder {
  color: #a6adbc;
}
.footer-layout-eight
  .footer-top
  .footer-widget
  .footer-form
  input:-ms-input-placeholder {
  color: #a6adbc;
}
.footer-layout-eight
  .footer-top
  .footer-widget
  .footer-form
  input::-ms-input-placeholder {
  color: #a6adbc;
}
.footer-layout-eight
  .footer-top
  .footer-widget
  .footer-form
  input::placeholder {
  color: #a6adbc;
}
.footer-layout-eight .footer-top .footer-widget .footer-form input:focus {
  border-color: #fff;
}
.footer-layout-eight .footer-top .footer-widget .footer-form button {
  position: absolute;
  right: 5px;
  top: 12px;
  background: transparent;
  font-weight: 600;
  color: #fff;
}
.footer-layout-eight .footer-bottom .container {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-layout-eight .footer-bottom p {
  color: #fff;
}
.footer-layout-eight .footer-bottom li:not(:last-child) {
  padding-right: 10px;
}
.footer-layout-eight .footer-bottom li a {
  color: #fff;
  position: relative;
}
.footer-layout-eight .footer-bottom li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb5252;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.footer-layout-eight .footer-bottom li a:hover {
  color: #fb5252;
}
.footer-layout-eight .footer-bottom li a:hover:before {
  opacity: 1;
}
.footer-layout-eight .footer-bottom a {
  color: #fb5252;
}

/*
======================================== 
  03 - Hero & Slider Style
========================================
*/
.hero-layout-one {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  height: 1250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-layout-one:before {
  content: "";
  background: url("../img/header-1.png") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 1270px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-layout-one h1 {
  color: #fff;
}

.hero-layout-two {
  margin-top: 90px;
}
.hero-layout-two .animated {
  position: relative;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}
.hero-layout-two .col-md-8 {
  padding-right: 80px;
}
.hero-layout-two .col-md-8 h1,
.hero-layout-two .col-md-8 p {
  color: #fff;
}
.hero-layout-two .col-md-8 p {
  padding: 10px 0;
}
.hero-layout-two h1 {
  font-size: 4em;
}
.hero-layout-two .slider-item.slick-active .animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hero-layout-two .slider-item {
  position: relative;
}
.hero-layout-two .slider-item .slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.hero-layout-two .property-item {
  position: relative;
  background: #fff;
}
.hero-layout-two .property-item .feature-tag {
  background: #fb5252;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 3px;
}
.hero-layout-two .property-item .content-top {
  padding: 25px 30px;
}
.hero-layout-two .property-item .content-top h4 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.hero-layout-two .property-item .content-top h4 a {
  color: #343851;
}
.hero-layout-two .property-item .content-top i {
  padding-right: 5px;
}
.hero-layout-two .property-item .content-middle {
  padding: 20px 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.hero-layout-two .property-item .content-middle i {
  color: #fb5252;
}
.hero-layout-two .property-item .content-middle .flaticon-building {
  font-size: 20px;
  margin-right: 5px;
}
.hero-layout-two .property-item .content-middle .favorite-feature {
  float: right;
  width: 30px;
  height: 30px;
  background: #f7f6f1;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-layout-two .property-item .content-middle .favorite-feature i {
  line-height: 31px;
}
.hero-layout-two .property-item .content-middle strong {
  font-weight: 500;
}
.hero-layout-two .property-item .footer-content {
  padding: 25px 30px;
  overflow: hidden;
}
.hero-layout-two .property-item .footer-content .img {
  margin-right: 8px;
}
.hero-layout-two .property-item .footer-content .author {
  float: left;
}
.hero-layout-two .property-item .footer-content .right-content {
  float: right;
}
.hero-layout-two .property-item .footer-content .right-content a {
  display: inline-block;
  position: relative;
  top: 16px;
}
.hero-layout-two .property-item .footer-content .right-content a span {
  position: relative;
  width: 4px;
  height: 4px;
  background: #a8adb6;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
}
.hero-layout-two .property-item .footer-content .right-content a span::before,
.hero-layout-two .property-item .footer-content .right-content a span::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #a8adb6;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.hero-layout-two .property-item .footer-content .right-content a span:before {
  top: -10px;
}
.hero-layout-two .property-item .footer-content .right-content a span:after {
  bottom: -10px;
}
.hero-layout-two .property-item .footer-content .right-content a.active span,
.hero-layout-two
  .property-item
  .footer-content
  .right-content
  a.active
  span:before,
.hero-layout-two
  .property-item
  .footer-content
  .right-content
  a.active
  span:after {
  background: #fb5252;
}
.hero-layout-two .property-item .icon-group {
  position: absolute;
  right: 20px;
  top: -2px;
}
.hero-layout-two .property-item .icon-group li a {
  width: 20px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  background: #fb5252;
  color: #fff;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.hero-layout-two .property-item .icon-group li a:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  left: 5px;
  bottom: -5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hero-layout-two .property-item .icon-group li a.blue-bolt {
  background: #0075ff;
}
.hero-layout-two .property-item .house-feature {
  padding: 20px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(111, 120, 142, 0.12);
  box-shadow: 0px 0px 38px 0px rgba(111, 120, 142, 0.12);
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 4;
}
.hero-layout-two .property-item .house-feature li {
  position: relative;
  padding-left: 12px;
}
.hero-layout-two .property-item .house-feature li:not(:last-child) {
  padding-bottom: 15px;
}
.hero-layout-two .property-item .house-feature li::before {
  width: 5px;
  height: 5px;
  content: "";
  background: #fb5252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.hero-layout-two .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 60px;
  height: 70px;
  border-radius: 3px;
  line-height: 70px;
  text-align: center;
  font-size: 28px;
  display: inline-block !important;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 9;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-layout-two .slick-arrow.flaticon-left {
  left: 0;
}
.hero-layout-two .slick-arrow.flaticon-right {
  right: 0;
}
.hero-layout-two .slick-arrow:hover {
  background: #fb5252;
  color: #fff;
}

.hero-layout-three {
  /* padding-top: 50px; */
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0.9)),
      to(rgba(255, 255, 255, 0.9))
    ),
    url("https://via.placeholder.com/1920x1030/eee/000");
  background-image: -webkit-linear-gradient(
      right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x1030/eee/000");
  background-image: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x1030/eee/000");
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x1030/eee/000");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-layout-three .container {
  position: relative;
}
.hero-layout-three .container .row {
  min-height: 950px;
}
.hero-layout-three p {
  font-size: 18px;
  margin-bottom: 50px;
  color: #343851;
}
.hero-layout-three h4 {
  text-transform: uppercase;
}
.hero-layout-three h1 {
  font-size: 4.1em;
  margin-bottom: 30px;
}
.hero-layout-three .button-group a:first-child {
  margin-right: 25px;
}
.hero-layout-three .img-hero {
  position: absolute;
  right: -100px;
  bottom: -50px;
}
.hero-layout-three .hero-slider .slider-item {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-layout-three .open-button {
  width: 25px;
  height: 25px;
  background: #fb5252;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-layout-three .open-button:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 49%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-layout-three .open-button:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 49%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-layout-four {
  position: relative;
}
.hero-layout-four .hero-slider {
  position: relative;
}
.hero-layout-four .hero-slider .slider-item img {
  /* min-height: 1020px; */
  width: 100%; /* Ensures the image fills the width */
  height: 100%; /* Ensures the image fills the height */
  object-fit: contain;
  /* Crops the image to fit inside the container */
}
.hero-layout-four .hero-content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-layout-four .hero-content h1,
.hero-layout-four .hero-content p,
.hero-layout-four .hero-content h6,
.hero-layout-four .hero-content i {
  color: #fff;
}
.hero-layout-four .hero-content h1 {
  font-size: 5em;
  text-transform: uppercase;
  /* margin-bottom: 40px; */
}
.hero-layout-four .hero-content .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-layout-four .hero-content .container > p {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.hero-layout-four .hero-content .content-flexible {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.hero-layout-four .hero-content .content-flexible .icon {
  font-size: 45px;
  line-height: 1;
  margin-right: 20px;
}
.hero-layout-four .hero-content .content-flexible h6 {
  line-height: 1;
}
.hero-layout-four .slick-dots {
  bottom: 55px;
  text-align: right;
  max-width: 1260px;
  z-index: 15;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-layout-four .slick-dots li {
  width: 20px;
  height: 20px;
}
.hero-layout-four .slick-dots li.slick-active button {
  background: transparent;
  border-color: #fff;
}
.hero-layout-four .slick-dots li button {
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
}
.hero-layout-four .slick-dots li button:before {
  display: none;
}
.hero-layout-four .open-button {
  width: 25px;
  height: 25px;
  background: #fb5252;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-layout-four .open-button:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 49%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-layout-four .open-button:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 49%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-layout-five {
  position: relative;
}
.hero-layout-five .hero-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-layout-five .hero-left h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.hero-layout-five .hero-left h4 i {
  padding-right: 10px;
}
.hero-layout-five .hero-left h1 {
  margin-bottom: 30px;
}
.hero-layout-five .hero-left p.lead {
  font-weight: 500;
  margin-bottom: 60px;
}
.hero-layout-five .hero-form {
  background: #fff;
  margin-left: 60px;
  padding: 30px 30px 40px;
  border-radius: 5px;
}
.hero-layout-five .hero-form h3 {
  margin-bottom: 20px;
}
.hero-layout-five .hero-form input,
.hero-layout-five .hero-form textarea {
  width: 100%;
  padding: 12px 25px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.hero-layout-five .hero-form input:focus,
.hero-layout-five .hero-form textarea:focus {
  border-color: #fb5252;
}
.hero-layout-five .hero-form textarea {
  min-height: 100px;
  margin-bottom: 15px;
}
.hero-layout-five .hero-form button {
  padding: 14px 15px;
  text-align: center;
  background: #fb5252;
  color: #fff;
  width: 100%;
  border-radius: 3px;
}

.hero-layout-six {
  position: relative;
  padding-top: 220px;
  background: url("https://via.placeholder.com/1920x1060/eee/999") no-repeat;
  background-size: cover;
  min-height: 1060px;
}
.hero-layout-six .search-layout-two .search-layout {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.hero-layout-six h1 {
  font-size: 50px;
  font-weight: 500;
}

.hero-layout-seven {
  position: relative;
  padding-top: 220px;
  background: url("../img/header-5.png") no-repeat;
  background-size: cover;
  min-height: 1100px;
}
.hero-layout-seven .container-fluid {
  max-width: 1500px;
  position: relative;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-layout-seven .container-fluid > .row {
  width: 100%;
}
.hero-layout-seven .background-shape-two {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-layout-seven .background-shape-two .bg-shape {
  position: absolute;
}
.hero-layout-seven .background-shape-two .bg-shape:nth-child(1) {
  left: 150px;
  top: 350px;
}
.hero-layout-seven .background-shape-two .bg-shape:nth-child(2) {
  right: 520px;
  bottom: 110px;
}
.hero-layout-seven .hero-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero-layout-seven .hero-social li:not(:last-child) {
  padding-right: 10px;
}
.hero-layout-seven .hero-social a {
  color: #fff;
}
.hero-layout-seven h1 {
  font-size: 4.1em;
  margin-bottom: 45px;
}
.hero-layout-seven p {
  margin-bottom: 50px;
}
.hero-layout-seven .hero-slider-two {
  position: absolute;
  right: 0;
  top: 0;
  width: 950px;
  width: 825px;
  border-radius: 50%;
}
.hero-layout-seven .hero-slider-two .hover {
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hero-layout-seven .hero-slider-two .hover .play-button {
  background: #fb5252;
  color: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 34px;
  display: block;
  border-radius: 50%;
  position: relative;
}
.hero-layout-seven .hero-slider-two .hover .play-button i {
  position: relative;
  z-index: 2;
}
.hero-layout-seven .hero-slider-two .hover .play-button:before {
  content: "";
  width: 124px;
  height: 124px;
  background: #fb5252;
  opacity: 0.4;
  position: absolute;
  left: -12px;
  top: -12px;
  border-radius: 50%;
}
.hero-layout-seven .hero-navigation {
  max-width: 525px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.hero-layout-seven .hero-navigation .hero-nav-item {
  margin: 0 5px;
}
.hero-layout-seven .hero-navigation .hero-nav-item img {
  width: 100%;
  border: 4px solid #29374f;
  border-radius: 10px;
  -webkit-box-shadow: 0px 22px 32px 0px rgba(111, 120, 142, 0.08);
  box-shadow: 0px 22px 32px 0px rgba(111, 120, 142, 0.08);
  cursor: pointer;
}
.hero-layout-seven .hero-navigation .hero-nav-item.slick-current img {
  border-color: #fff;
}

.innar-hero .list-inline a {
  color: #757c8c;
}
.innar-hero .list-inline a:hover {
  color: #fb5252;
}

.innar-hero .list-inline li {
  margin-right: 2px;
  color: #aaa;
}

.innar-hero .list-inline i {
  font-size: 10px;
}

/*
======================================== 
  04 - Featured Section
========================================
*/
.feature-layout-one {
  position: relative;
  overflow: hidden;
}
.feature-layout-one:before {
  content: "";
  width: 100%;
  height: 80%;
  background: #f2f6f9;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
}
.feature-layout-one .featured-tt {
  padding: 0 15px 15px;
}
.feature-layout-one .sale-carousel,
.feature-layout-one .rent-carousel {
  margin: 0 -15px;
  position: relative;
}
.feature-layout-one .featured-item {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(111, 120, 142, 0.1);
  box-shadow: 0px 6px 15px 0px rgba(111, 120, 142, 0.1);
  overflow: hidden;
}
.feature-layout-one .featured-item img {
  width: 100%;
}
.feature-layout-one .featured-item .img {
  position: relative;
}
.feature-layout-one .featured-item .img .hover {
  position: absolute;
  padding: 25px 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-one .featured-item .img .hover .features-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px 25px;
  width: 100%;
}
.feature-layout-one .featured-item .img .hover .features-icon a {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.feature-layout-one .featured-item .img .hover .features-icon a:hover {
  color: #fb5252;
}
.feature-layout-one .featured-item .img .hover .features-icon a:last-child {
  float: right;
}
.feature-layout-one .featured-item .content {
  margin: 20px 25px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.feature-layout-one .featured-item .map-featured {
  -webkit-box-shadow: 0px 0px 43px 0px rgba(210, 210, 210, 0.21);
  box-shadow: 0px 0px 43px 0px rgba(210, 210, 210, 0.21);
  border: 8px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 60px;
  left: 0;
  display: none;
}
.feature-layout-one .featured-item .map-featured img {
  max-width: 100%;
}
.feature-layout-one .featured-item h4 a {
  color: #343851;
}
.feature-layout-one .featured-item p {
  cursor: pointer;
}
.feature-layout-one .featured-item .post-footer {
  padding: 20px 25px 15px;
  overflow: hidden;
}
.feature-layout-one .featured-item .post-footer > div {
  float: left;
}
.feature-layout-one .featured-item .post-footer > div:last-child {
  float: right;
}
.feature-layout-one .featured-item .post-footer .author .img {
  margin-right: 10px;
}
.feature-layout-one .featured-item .post-footer .post-icons i {
  font-size: 24px;
}
.feature-layout-one .featured-item .post-footer .post-icons i:last-child {
  margin-left: 12px;
}
.feature-layout-one .featured-item .button-amount {
  background: #fff;
  padding: 5px 25px;
  border-radius: 5px;
  color: #fb5252;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}
.feature-layout-one .featured-item .post-icons li {
  position: relative;
  padding: 6px;
  border-radius: 4px;
  line-height: 1;
  color: #343851;
}
.feature-layout-one .featured-item .post-icons li span {
  width: 20px;
  height: 20px;
  font-size: 14px;
  background: #fb5252;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-weight: 500;
}
.feature-layout-one .featured-item:hover .button-amount {
  background: #fb5252;
  color: #fff;
}
.feature-layout-one .featured-item:hover .hover {
  background: rgba(0, 0, 0, 0.2);
}
.feature-layout-one .col-md-6 {
  position: relative;
}
.feature-layout-one .latest-sale-dots,
.feature-layout-one .latest-rent-dots {
  position: relative;
  z-index: 1;
}
.feature-layout-one .latest-sale-dots .slick-dots,
.feature-layout-one .latest-rent-dots .slick-dots {
  position: relative;
  bottom: 0;
}
.feature-layout-one .rent-tab {
  display: none;
}
.feature-layout-one .latest-rent-tab {
  opacity: 0;
  position: relative;
  height: 0;
}
.feature-layout-one .latest-sale-tab,
.feature-layout-one .latest-rent-tab {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.feature-layout-one .button-group {
  float: right;
}
.feature-layout-one .button-group a {
  text-transform: unset;
}
.feature-layout-one .button-group a:hover {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.feature-layout-one .button-group a:last-child {
  margin-left: 15px;
}
.feature-layout-one .button-group a.active {
  background: #fb5252;
  color: #fff;
}
.feature-layout-one .slick-dots li {
  width: 15px;
  height: 15px;
}
.feature-layout-one .slick-dots li.slick-active button {
  background: #fb5252;
}
.feature-layout-one .slick-dots li button {
  background: rgba(251, 82, 82, 0.37);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.feature-layout-one .slick-dots li button:before {
  display: none;
}

.latest-property-layout:before {
  width: 100%;
  height: 100%;
  -webkit-clip-path: unset;
  clip-path: unset;
}

.latest-property-layout .container-fluid {
  max-width: 1450px;
}

.feature-layout-two .feature-item {
  position: relative;
  padding: 60px 40px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 33px 0px rgba(111, 120, 142, 0.05);
  box-shadow: 0px 6px 33px 0px rgba(111, 120, 142, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.feature-layout-two .feature-item:before,
.feature-layout-two .feature-item:after {
  content: "";
  width: 274px;
  height: 274px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
}
.feature-layout-two .feature-item:before {
  right: -90px;
  top: -90px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.feature-layout-two .feature-item:after {
  right: -70px;
  top: -70px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.feature-layout-two .feature-item i,
.feature-layout-two .feature-item h4,
.feature-layout-two .feature-item p {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-two .feature-item i {
  font-size: 60px;
  color: #fb5252;
  line-height: 1;
}
.feature-layout-two .feature-item h4 {
  padding: 35px 0 20px;
}
.feature-layout-two .feature-item:hover {
  background: #fb5252;
}
.feature-layout-two .feature-item:hover i,
.feature-layout-two .feature-item:hover h4,
.feature-layout-two .feature-item:hover p {
  color: #fff;
}
.feature-layout-two .feature-item:hover:before,
.feature-layout-two .feature-item:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.feature-layout-three {
  position: relative;
  overflow: hidden;
}
.feature-layout-three:after {
  content: "";
  background: url("../img/property-bg-2.png") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 1080px;
  position: absolute;
  z-index: -1;
  bottom: -550px;
  left: 0;
}
.feature-layout-three .feature-item {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 60px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.feature-layout-three .feature-item .icon {
  position: relative;
  font-size: 85px;
  color: #fb5252;
  line-height: 1;
  height: 100px;
}
.feature-layout-three .feature-item .icon i {
  position: relative;
  z-index: 2;
}
.feature-layout-three .feature-item .icon:before {
  content: "";
  width: 112px;
  height: 112px;
  background: rgba(251, 82, 82, 0.1);
  border-radius: 50%;
  position: absolute;
  right: 70px;
  top: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.feature-layout-three .feature-item h4 {
  padding: 15px 0 10px;
}
.feature-layout-three .feature-item:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 16px 35px 0px rgba(111, 120, 142, 0.11);
  box-shadow: 0px 16px 35px 0px rgba(111, 120, 142, 0.11);
}
.feature-layout-three .feature-item:hover .icon:before {
  opacity: 1;
}

.feature-layout-four {
  position: relative;
}
.feature-layout-four:before {
  content: "";
  width: 525px;
  height: 525px;
  background: url("../img/feature/shape.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 25px;
  bottom: 30px;
}
.feature-layout-four:after {
  content: "";
  width: 525px;
  height: 525px;
  background: url("../img/feature/shape-2.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 30px;
}
.feature-layout-four .container {
  position: relative;
  z-index: 2;
}
.feature-layout-four .feature-item {
  -webkit-box-shadow: 0px 22px 25px 0px rgba(111, 120, 142, 0.15);
  box-shadow: 0px 22px 25px 0px rgba(111, 120, 142, 0.15);
  background: #fff;
  position: relative;
}
.feature-layout-four .feature-item .img {
  position: relative;
}
.feature-layout-four .feature-item .img img {
  width: 100%;
}
.feature-layout-four .feature-item .img:hover .slick-arrow {
  opacity: 1;
}
.feature-layout-four .feature-item .img:hover .hover {
  background: rgba(0, 0, 0, 0.2);
}
.feature-layout-four .feature-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-four .feature-item .sale-tag {
  background: #fb5252;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.feature-layout-four .feature-item .rent-tag {
  background: #ff9c00;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.feature-layout-four .feature-item .feature-tag {
  background: #fb5252;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.feature-layout-four .feature-item .img-footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.feature-layout-four .feature-item .img-footer h4 {
  float: left;
  color: #fff;
  line-height: 1;
}
.feature-layout-four .feature-item .img-footer h4 span {
  font-size: 16px;
  font-weight: 400;
}
.feature-layout-four .feature-item .img-footer .list-inline {
  float: right;
}
.feature-layout-four .feature-item .img-footer .list-inline a {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.feature-layout-four .feature-item .img-footer .list-inline a:hover {
  color: #fb5252;
}
.feature-layout-four .feature-item .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 500;
}
.feature-layout-four .feature-item .slick-arrow.flaticon-right {
  right: 20px;
}
.feature-layout-four .feature-item .slick-arrow.flaticon-left {
  left: 20px;
}
.feature-layout-four .feature-item .content {
  padding: 30px 30px 15px;
}
.feature-layout-four .feature-item .content h4 {
  padding-bottom: 2px;
}
.feature-layout-four .feature-item .content .row i,
.feature-layout-four .feature-item .content p i {
  padding-right: 5px;
}
.feature-layout-four .feature-item .footer-content {
  overflow: hidden;
  border-top: 1px solid #ededed;
  padding-top: 15px;
  margin-top: 15px;
}
.feature-layout-four .feature-item .footer-content > div {
  float: left;
}
.feature-layout-four .feature-item .footer-content > div:last-child {
  float: right;
}
.feature-layout-four .feature-item .footer-content .author .img {
  margin-right: 10px;
}
.feature-layout-four .feature-item .footer-content a {
  margin-top: 6px;
  display: inline-block;
  color: #757c8c;
}
.feature-layout-four .feature-item .footer-content a i {
  padding-left: 8px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.feature-layout-four .feature-item .footer-content a.active {
  color: #fb5252;
}
.feature-layout-four .feature-item .footer-content a.active > i:before {
  content: "\f106";
}
.feature-layout-four .feature-item .house-feature {
  padding: 20px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(111, 120, 142, 0.12);
  box-shadow: 0px 0px 38px 0px rgba(111, 120, 142, 0.12);
  position: absolute;
  right: -150px;
  bottom: 40px;
  z-index: 4;
}
.feature-layout-four .feature-item .house-feature li {
  position: relative;
  padding-left: 12px;
}
.feature-layout-four .feature-item .house-feature li:not(:last-child) {
  padding-bottom: 15px;
}
.feature-layout-four .feature-item .house-feature li::before {
  width: 5px;
  height: 5px;
  content: "";
  background: #fb5252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.feature-background {
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0.9)),
      to(rgba(255, 255, 255, 0.9))
    ),
    url("https://via.placeholder.com/1920x910/eee/000");
  background-image: -webkit-linear-gradient(
      right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x910/eee/000");
  background-image: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x910/eee/000");
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x910/eee/000");
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-background:before {
  background: url("../img/feature/shape-3.png") no-repeat;
  background-size: contain;
}
.feature-background:after {
  background: url("../img/feature/shape-4.png") no-repeat;
  background-size: contain;
  top: 70px;
}

.hover-layout .feature-item:before,
.hover-layout .feature-item:after {
  display: none;
}

.hover-layout .feature-item .before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0.9)),
      to(rgba(255, 255, 255, 0.9))
    ),
    url("https://via.placeholder.com/370/eee/000");
  background-image: -webkit-linear-gradient(
      right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/370/eee/000");
  background-image: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/370/eee/000");
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/370/eee/000");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.hover-layout .feature-item .before:before,
.hover-layout .feature-item .before:after {
  content: "";
  width: 274px;
  height: 274px;
  background: rgba(251, 82, 82, 0.07);
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 1;
}
.hover-layout .feature-item .before:before {
  right: -90px;
  top: -90px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-layout .feature-item .before:after {
  right: -70px;
  top: -70px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.hover-layout .feature-item i,
.hover-layout .feature-item h4,
.hover-layout .feature-item p {
  position: relative;
  z-index: 2;
}

.hover-layout .feature-item:hover {
  background: #fff;
}
.hover-layout .feature-item:hover i {
  color: #fb5252;
}
.hover-layout .feature-item:hover h4 {
  color: #343851;
}
.hover-layout .feature-item:hover p {
  color: #757c8c;
}
.hover-layout .feature-item:hover .before {
  opacity: 1;
}
.hover-layout .feature-item:hover .before:before,
.hover-layout .feature-item:hover .before:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.feature-layout-five .feature-left {
  padding-right: 60px;
}
.feature-layout-five .feature-left p.lead {
  font-size: 2.3em;
  color: #343851;
  margin-bottom: 30px;
}
.feature-layout-five .feature-left p {
  margin-bottom: 50px;
}
.feature-layout-five .feature-left .button {
  text-transform: uppercase;
}

.feature-layout-five .feature-right {
  padding-left: 40px;
}
.feature-layout-five .feature-right img {
  width: 100%;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(178, 178, 178, 0.09);
  box-shadow: 0px 0px 57px 0px rgba(178, 178, 178, 0.09);
}

.feature-layout-six {
  padding-bottom: 55px;
}
.feature-layout-six .feature-carousel-two {
  margin: 0 -15px;
}
.feature-layout-six .feature-carousel-two:hover .slick-arrow {
  opacity: 1;
}
.feature-layout-six .bottom-position {
  margin-top: -45px;
}
.feature-layout-six .feature-tt {
  padding: 0 15px 45px;
}
.feature-layout-six .col-md-4 {
  position: relative;
}
.feature-layout-six .feature-item {
  position: relative;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(111, 120, 142, 0.15);
  box-shadow: 0px 20px 25px 0px rgba(111, 120, 142, 0.15);
}
.feature-layout-six .feature-item .img {
  position: relative;
}
.feature-layout-six .feature-item .img img {
  width: 100%;
}
.feature-layout-six .feature-item .img:hover .hover {
  background: rgba(0, 0, 0, 0.3);
}
.feature-layout-six .feature-item .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px 0;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-six .feature-item .hover .button-group a {
  border-radius: 3px;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.feature-layout-six .feature-item .hover .button-group a:last-child {
  margin-left: 5px;
}
.feature-layout-six .feature-item .hover .button-group .button-blue {
  background: #0075ff;
}
.feature-layout-six .feature-item .hover .button-group .tag-primary {
  background: #fb5252;
}
.feature-layout-six .feature-item .hover .button-group .button-yellow {
  background: #ff9c00;
}
.feature-layout-six .feature-item .hover .pricing {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  width: 100%;
}
.feature-layout-six .feature-item .hover .pricing h5 {
  float: left;
}
.feature-layout-six .feature-item .hover .pricing span {
  font-size: 16px;
  font-weight: 400;
}
.feature-layout-six .feature-item .hover .pricing a {
  color: #fff;
  float: right;
  font-size: 16px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 8px 10px;
  border-radius: 3px;
}
.feature-layout-six .feature-item .hover .pricing a:hover {
  background-color: #fb5252;
}
.feature-layout-six .feature-item .content-title {
  padding: 30px;
}
.feature-layout-six .feature-item .content-title h4 {
  font-weight: 500;
  margin-bottom: 15px;
}
.feature-layout-six .feature-item .content-title h4 a {
  color: #343851;
}
.feature-layout-six .feature-item .content-title h4 a:hover {
  color: #fb5252;
}
.feature-layout-six .feature-item .content-title i {
  padding-right: 5px;
}
.feature-layout-six .feature-item .content-middle {
  padding: 20px 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.feature-layout-six .feature-item .content-middle i {
  color: #fb5252;
}
.feature-layout-six .feature-item .content-middle .flaticon-building {
  font-size: 20px;
  margin-right: 5px;
}
.feature-layout-six .feature-item .content-middle strong {
  font-weight: 500;
}
.feature-layout-six .feature-item .content-middle .favorite-feature {
  float: right;
  width: 30px;
  height: 30px;
  background: #f7f6f1;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-six .feature-item .content-middle .favorite-feature i {
  line-height: 31px;
}
.feature-layout-six .feature-item .footer-content {
  padding: 30px;
  overflow: hidden;
}
.feature-layout-six .feature-item .footer-content .img {
  margin-right: 8px;
}
.feature-layout-six .feature-item .footer-content .author {
  float: left;
}
.feature-layout-six .feature-item .footer-content .right-content {
  float: right;
  margin-top: -10px;
}
.feature-layout-six .feature-item .footer-content .right-content a {
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  text-align: center;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.feature-layout-six .feature-item .footer-content .right-content a span {
  position: relative;
  width: 4px;
  height: 4px;
  background: #a8adb6;
  border-radius: 50%;
  top: 10px;
  display: inline-block;
}
.feature-layout-six .feature-item .footer-content .right-content a span::before,
.feature-layout-six .feature-item .footer-content .right-content a span::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #a8adb6;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.feature-layout-six .feature-item .footer-content .right-content a span:before {
  top: -10px;
}
.feature-layout-six .feature-item .footer-content .right-content a span:after {
  bottom: -10px;
}
.feature-layout-six .feature-item .footer-content .right-content a.active span,
.feature-layout-six
  .feature-item
  .footer-content
  .right-content
  a.active
  span:before,
.feature-layout-six
  .feature-item
  .footer-content
  .right-content
  a.active
  span:after {
  background: #fb5252;
}
.feature-layout-six .feature-item:hover .hover {
  border-color: #fb5252;
}
.feature-layout-six .feature-item:hover .content-middle .favorite-feature {
  background: #fb5252;
}
.feature-layout-six .feature-item:hover .content-middle .favorite-feature i {
  color: #fff;
}
.feature-layout-six .house-feature {
  padding: 20px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(111, 120, 142, 0.12);
  box-shadow: 0px 0px 38px 0px rgba(111, 120, 142, 0.12);
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 4;
}
.feature-layout-six .house-feature li {
  position: relative;
  padding-left: 12px;
}
.feature-layout-six .house-feature li:not(:last-child) {
  padding-bottom: 15px;
}
.feature-layout-six .house-feature li::before {
  width: 5px;
  height: 5px;
  content: "";
  background: #fb5252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.feature-layout-six .slick-arrow {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(111, 120, 142, 0.18);
  box-shadow: 0px 0px 32px 0px rgba(111, 120, 142, 0.18);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 115px;
  text-align: center;
  line-height: 70px;
  color: #fb5252;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer;
}
.feature-layout-six .slick-arrow.flaticon-right-chevron {
  right: -20px;
}
.feature-layout-six .slick-arrow.flaticon-left-chevron {
  left: -20px;
}

.feature-layout-seven .feature-item {
  padding: 60px 40px 40px;
  border-radius: 5px;
}
.feature-layout-seven .feature-item .icon {
  font-size: 70px;
  line-height: 1;
  margin-right: 25px;
}
.feature-layout-seven .feature-item h4 {
  margin-bottom: 20px;
}
.feature-layout-seven .feature-item p {
  margin-bottom: 30px;
}

.feature-layout-eight .feature-tab-control {
  background: #fff;
  -webkit-box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  text-align: center;
}
.feature-layout-eight .feature-tab-control .tab-item {
  float: left;
  width: 33.33%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 45px 30px;
  cursor: pointer;
  color: #343851;
}
.feature-layout-eight .feature-tab-control .tab-item.active {
  background: #fb5252;
  color: #fff;
}

.feature-layout-eight .rent-lists,
.feature-layout-eight .buy-lists,
.feature-layout-eight .sale-lists {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-eight .rent-lists .container-fluid,
.feature-layout-eight .buy-lists .container-fluid,
.feature-layout-eight .sale-lists .container-fluid {
  max-width: 1550px;
}

.feature-layout-eight .rent-lists,
.feature-layout-eight .buy-lists {
  display: none;
}

.feature-layout-eight .feature-item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.feature-layout-eight .feature-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-eight .feature-item .compare {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.feature-layout-eight .feature-item .compare a {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
}
.feature-layout-eight .feature-item .compare a:hover {
  background: #fb5252;
}
.feature-layout-eight .feature-item .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-eight .feature-item .content h4 a,
.feature-layout-eight .feature-item .content p {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-eight .feature-item .content p {
  font-weight: 600;
}
.feature-layout-eight .feature-item .content .content-top {
  padding: 35px 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-eight .feature-item .content .content-middle {
  padding: 20px 30px;
}
.feature-layout-eight .feature-item .content .tag-group {
  position: absolute;
  top: -15px;
  left: 30px;
}
.feature-layout-eight .feature-item .content .tag-group a {
  font-size: 14px;
}
.feature-layout-eight .feature-item .content .tag-group a:first-child {
  margin-right: 10px;
}
.feature-layout-eight .feature-item .content h4 {
  margin-bottom: 3px;
}
.feature-layout-eight .feature-item .content .feature-tag {
  background: #fb5252;
  color: #fff;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 3px;
}
.feature-layout-eight .feature-item .content .blue-tag {
  background: #0075ff;
  color: #fff;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 3px;
}
.feature-layout-eight .feature-item .content .yellow-tag {
  background: #ff9c00;
  color: #fff;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 3px;
}
.feature-layout-eight .feature-item .content .flaticon-building {
  font-size: 20px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-eight .feature-item .content .favorite-feature {
  float: right;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-layout-eight .feature-item .content .favorite-feature i {
  line-height: 31px;
}
.feature-layout-eight .feature-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-layout-eight .feature-item:hover .content {
  background: #fff;
}
.feature-layout-eight .feature-item:hover .content .content-top {
  border-color: #eaeaea;
}
.feature-layout-eight .feature-item:hover .content h4 a,
.feature-layout-eight .feature-item:hover .content .content-middle p {
  color: #343851;
}
.feature-layout-eight .feature-item:hover .content p {
  color: #757c8c;
}
.feature-layout-eight .feature-item:hover .content .favorite-feature {
  background: #fb5252;
}
.feature-layout-eight .feature-item:hover .content .flaticon-building {
  color: #fb5252;
}
.feature-layout-eight .feature-item:hover .compare {
  opacity: 1;
}

.feature-layout-nine .feature-item {
  padding: 0 40px;
}
.feature-layout-nine .feature-item i {
  color: #fb5252;
  font-size: 80px;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 1;
}
.feature-layout-nine .feature-item h4 {
  margin-bottom: 20px;
}

.feature-pb {
  padding-bottom: 100px;
}

.no-background:before {
  display: none;
}

/*
======================================== 
  05 - About Section
========================================
*/
.about-layout-one .section-head h2::before {
  left: 2px;
}

.about-layout-one .about-left {
  position: relative;
  left: -70px;
}
.about-layout-one .about-left .about-slide {
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 33px 0px rgba(111, 120, 142, 0.05);
  box-shadow: 0px 6px 33px 0px rgba(111, 120, 142, 0.05);
  overflow: hidden;
  position: relative;
}
.about-layout-one .about-left .about-slide img {
  width: 100%;
}
.about-layout-one .about-left .about-slide h2 {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 70px;
  width: 565px;
  top: 270px;
  left: -230px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 8px 5px rgba(0, 0, 0, 0.21);
}
.about-layout-one .about-left .about-navigation {
  position: absolute;
  bottom: 40px;
  right: -60px;
  width: 90%;
}
.about-layout-one .about-left .about-navigation .about-tt {
  padding: 5px;
}
.about-layout-one .about-left .about-navigation .about-nav {
  cursor: pointer;
}
.about-layout-one .about-left .about-navigation .about-nav img {
  max-width: 100%;
  -webkit-box-shadow: 0px 6px 33px 0px rgba(111, 120, 142, 0.05);
  box-shadow: 0px 6px 33px 0px rgba(111, 120, 142, 0.05);
  border: 4px solid #fff;
  border-radius: 10px;
}

.about-layout-one .about-list li {
  padding: 0 0 12px 15px;
  position: relative;
}
.about-layout-one .about-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fb5252;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-layout-one .about-list li:last-child {
  padding-bottom: 0;
}

.about-layout-two {
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
}
.about-layout-two:before {
  content: "";
  width: 680px;
  height: 747px;
  background: url("../img/about/shape.png") no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: -1;
}
.about-layout-two .about-left {
  position: relative;
  width: calc(100% + 180px);
  left: -250px;
}
.about-layout-two .about-left:before {
  content: "";
  width: 292px;
  height: 302px;
  background: url("../img/about/shape-2.png") no-repeat;
  position: absolute;
  right: -85px;
  bottom: -95px;
  z-index: -1;
}
.about-layout-two .about-slide img {
  border: 10px solid #fff;
  max-width: 100%;
}
.about-layout-two .about-navigation {
  max-width: 540px;
  position: absolute;
  left: -70px;
  bottom: 20px;
}
.about-layout-two .about-navigation .about-nav {
  margin: 15px 5px;
}
.about-layout-two .about-navigation img {
  border: 4px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(111, 120, 142, 0.05);
  box-shadow: 0px 6px 13px 0px rgba(111, 120, 142, 0.05);
  max-width: 100%;
}
.about-layout-two .about-feature {
  border-top: 1px solid #ededed;
  padding-top: 30px;
}
.about-layout-two .about-feature .about-flex {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.about-layout-two .about-feature .about-flex i {
  padding-right: 8px;
}

.about-layout-three .about-left {
  position: relative;
}
.about-layout-three .about-left img {
  border: 10px solid #fff;
  width: 98%;
  -webkit-box-shadow: 0px 0px 51px 0px rgba(111, 120, 142, 0.08);
  box-shadow: 0px 0px 51px 0px rgba(111, 120, 142, 0.08);
}
.about-layout-three .about-left .button-about {
  position: absolute;
  background: url("../img/about/shape-3.png") no-repeat;
  width: 153px;
  height: 150px;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-layout-three .about-left .button-about a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  margin-top: 10px;
}

.about-layout-three .list-inline li:not(:last-child) {
  padding-right: 20px;
}

.about-layout-three .list-inline a {
  color: #757c8c;
  font-size: 20px;
  display: inline-block;
}
.about-layout-three .list-inline a:hover {
  color: #fb5252;
}

.about-layout-four {
  position: relative;
  padding: 100px 0 200px;
}
.about-layout-four:before {
  content: "";
  background: url("../img/property-bg.png") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 1080px;
  position: absolute;
  z-index: -2;
  top: -450px;
  left: 0;
}
.about-layout-four:after {
  content: "";
  background: url("../img/property-bg-2.png") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 1080px;
  position: absolute;
  z-index: -1;
  bottom: -400px;
  left: 0;
}
.about-layout-four p.primary-color {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-layout-four p.size {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2;
}
p.mb-0 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 2;
}
#floor-one-content p.color-white {
  font-size: 14px;
  font-weight: bold;
}
#floor-one-content h4.color-white {
  font-size: 25px;
}
.about-layout-four .about-item {
  margin: 30px 0 60px;
}
.about-layout-four .about-item .icon {
  font-size: 55px;
  line-height: 1;
  margin-right: 15px;
}
.about-layout-four .about-item h6 {
  font-size: 22px;
  line-height: 1;
}
.about-layout-four h2 {
  margin-bottom: 55px;
  text-transform: uppercase;
  padding-top: 5px;
}
.about-layout-four .about-left {
  padding-right: 40px;
}
.about-layout-four .about-right {
  position: relative;
}
.about-layout-four .about-right:before,
.about-layout-four .about-right:after {
  content: "";
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-color: #fb5252 transparent transparent #fb5252;
  position: absolute;
  left: -20px;
  top: -20px;
}
.about-layout-four .about-right:after {
  left: auto;
  top: auto;
  border-width: 0 3px 3px 0;
  border-color: transparent #fb5252 #fb5252 transparent;
  right: -20px;
  bottom: -20px;
}
.about-layout-four .about-right img {
  border: 10px solid #fff;
  width: 100%;
}
.about-layout-four .about-right .about-hover {
  position: absolute;
  right: -20%;
  bottom: 50px;
}
.about-layout-four .about-right .about-hover img {
  border: 8px solid #fff;
}

.about-layout-five {
  position: relative;
}
.about-layout-five:before {
  content: "";
  width: 675px;
  height: 610px;
  background: url("../img/about/shape-4.png") no-repeat;
  position: absolute;
  left: 50px;
  top: 150px;
  z-index: -1;
}
.about-layout-five:after {
  content: "";
  width: 431px;
  height: 640px;
  background: url("../img/about/shape-5.png") no-repeat;
  position: absolute;
  right: 0px;
  bottom: -280px;
  z-index: -1;
}
.about-layout-five .about-left {
  position: relative;
  left: -50px;
}
.about-layout-five .about-list {
  margin-bottom: 55px;
}
.about-layout-five .about-list li {
  position: relative;
  padding-left: 15px;
}
.about-layout-five .about-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fb5252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-layout-five .about-list li:not(:last-child) {
  margin-bottom: 15px;
}

.about-layout-six {
  background: url("../img/about-bg.png") no-repeat;
  background-position: center;
}
.about-layout-six img {
  width: 100%;
}
.about-layout-six .col-md-6 {
  padding: 0;
}
.about-layout-six .about-top .about-content {
  padding: 0 60px 0 15px;
}
.about-layout-six .about-bottom .about-content {
  padding: 0 15px 0 60px;
}
.about-layout-six p i {
  padding-right: 10px;
}
.about-layout-six p {
  font-size: 17px;
}

.about-innar {
  background: #f9f9f9;
  position: relative;
}
.about-innar:before {
  content: "";
  width: 48.5%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://via.placeholder.com/935x660/ededed/999") no-repeat;
  background-size: cover;
  background-position: right center;
}
.about-innar .container {
  position: relative;
  z-index: 2;
}
.about-innar .play-button {
  background: #fb5252;
  color: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 34px;
  display: block;
  border-radius: 50%;
  position: relative;
}
.about-innar .play-button i {
  position: relative;
  z-index: 2;
}
.about-innar .play-button:before {
  content: "";
  width: 124px;
  height: 124px;
  background: #fb5252;
  opacity: 0.4;
  position: absolute;
  left: -12px;
  top: -12px;
  border-radius: 50%;
}
.about-innar .about-list {
  margin-bottom: 55px;
}
.about-innar .about-list li {
  position: relative;
  padding-left: 15px;
}
.about-innar .about-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fb5252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-innar .about-list li:not(:last-child) {
  margin-bottom: 15px;
}

/*
======================================== 
  06 - Service Section
========================================
*/
.service-layout-one .service-left {
  position: relative;
  width: calc(100% + 65px);
  left: -90px;
}
.service-layout-one .service-left .img-one {
  float: left;
  margin-top: 80px;
}
.service-layout-one .service-left .img-two {
  float: right;
}

.service-layout-one h6 {
  text-transform: uppercase;
}

.service-layout-one .list-service li {
  display: inline-block;
  width: 49%;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #343851;
}
.service-layout-one .list-service li i {
  font-size: 24px;
  padding-right: 12px;
  position: relative;
  top: 2px;
}

.service-layout-two .service-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-layout-two .service-item img {
  width: 100%;
}
.service-layout-two .service-item .hover {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px 25px 25px;
}
.service-layout-two .service-item .hover h4 {
  margin-bottom: 0;
  line-height: 1.3;
}
.service-layout-two .service-item .hover a {
  color: #fff;
}
.service-layout-two .service-item:hover {
  -webkit-box-shadow: 0px 22px 32px 0px rgba(111, 120, 142, 0.08);
  box-shadow: 0px 22px 32px 0px rgba(111, 120, 142, 0.08);
  cursor: pointer;
}
.service-layout-two .service-item:hover .hover {
  background: #fff;
}
.service-layout-two .service-item:hover .hover a {
  color: #343851;
}
.service-layout-two .service-item:hover .hover a:hover {
  color: #fb5252;
}

.single-service-layout .service-content .quote {
  background: #fff;
  padding: 35px;
  font-style: italic;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.04);
  margin: 20px 0 45px;
}

.single-service-layout .service-content img {
  border-radius: 5px;
  width: 100%;
}

.single-service-layout .service-content h2 {
  padding: 25px 0 15px;
}

.single-service-layout .service-content .list-service {
  padding: 15px 0;
}
.single-service-layout .service-content .list-service li {
  position: relative;
  padding-left: 15px;
}
.single-service-layout .service-content .list-service li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fb5252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.single-service-layout .service-content .list-service li:not(:last-child) {
  margin-bottom: 15px;
}

.single-service-layout .service-content .service-row img {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
}

.single-service-layout .service-content .service-skill {
  background: #fff;
  padding: 45px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.single-service-layout .service-content .service-skill h4 {
  padding-bottom: 15px;
}

.single-service-layout .service-content .skill-bar {
  position: relative;
}
.single-service-layout .service-content .skill-bar:before {
  content: "";
  width: calc(100% - 38px);
  height: 1px;
  background: #eee;
  position: absolute;
  top: 0px;
  left: 24px;
}

.single-service-layout .sidebar-item {
  background: #fff;
  padding: 45px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.single-service-layout .sidebar-item h4 {
  padding-bottom: 15px;
}
.single-service-layout .sidebar-item .recent-item .img {
  padding-right: 20px;
}
.single-service-layout .sidebar-item .recent-item .img img {
  border-radius: 5px;
}
.single-service-layout .sidebar-item .recent-item h6 a {
  color: #343851;
}
.single-service-layout .sidebar-item .service-lists li {
  margin-bottom: 3px;
}
.single-service-layout .sidebar-item .service-lists li:last-child {
  margin-bottom: 0;
}
.single-service-layout .sidebar-item .service-lists a {
  display: block;
  padding: 12px 25px;
  background: #f9f9f9;
  color: #343851;
  font-weight: 500;
}
.single-service-layout .sidebar-item .service-lists a:hover {
  background: #fb5252;
  color: #fff;
  border-left: 2px solid #343851;
}

.single-service-layout .item-two {
  padding: 0;
}
.single-service-layout .item-two .sidebar-author {
  position: relative;
}
.single-service-layout .item-two .sidebar-author img {
  width: 100%;
  border-radius: 5px;
}
.single-service-layout .item-two .sidebar-author .author {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.single-service-layout .item-two .contact {
  padding: 30px 25px;
}
.single-service-layout .item-two .contact input,
.single-service-layout .item-two .contact textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 25px;
}
.single-service-layout .item-two .contact textarea {
  margin-bottom: 20px;
  min-height: 80px;
}
.single-service-layout .item-two .contact .button {
  font-weight: 400;
  width: 100%;
  padding: 14px 25px;
  border-radius: 3px;
}

/*
======================================== 
  07 - App Section
========================================
*/
.app-layout-one .container {
  position: relative;
}
.app-layout-one .container .app-image {
  position: absolute;
  right: -240px;
  bottom: -101px;
}

.app-layout-one .button-group a:first-child {
  margin-right: 25px;
}

/*
======================================== 
  08 - Portfolio Section
========================================
*/
.portfolio-layout-one .container-fluid {
  padding: 0 30px;
}
.portfolio-layout-one .container-fluid .mix {
  margin-bottom: 30px;
}

.portfolio-layout-one .filters-button-group .nav-item {
  padding: 14px 40px;
  background: transparent;
  border: 2px solid #ddd;
  color: #757c8c;
  font-weight: 600;
  text-transform: uppercase;
}
.portfolio-layout-one .filters-button-group .nav-item:not(:last-child) {
  margin-right: 20px;
}
.portfolio-layout-one .filters-button-group .nav-item.is-checked {
  border-color: #fb5252;
  color: #fb5252;
}

.portfolio-layout-one .portfolio-item {
  position: relative;
}
.portfolio-layout-one .portfolio-item .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  left: -10px;
}
.portfolio-layout-one .portfolio-item .content a {
  color: #343851;
  text-transform: uppercase;
}
.portfolio-layout-one .portfolio-item .content .list-inline {
  padding-bottom: 10px;
}
.portfolio-layout-one .portfolio-item .content .list-inline a {
  width: 40px;
  height: 40px;
  border: 1px solid #343851;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.portfolio-layout-one .portfolio-item .content .list-inline a:hover {
  background: #fb5252;
  border-color: #fb5252;
  color: #fff;
}
.portfolio-layout-one .portfolio-item:hover .content {
  opacity: 1;
  left: 0;
}

.portfolio-layout-two {
  background: #eff2f7;
}
.portfolio-layout-two .container-fluid {
  max-width: 1600px;
}
.portfolio-layout-two .container-fluid .portfolio-carousel {
  margin: 0 -15px;
  margin-bottom: 80px;
}
.portfolio-layout-two .container-fluid .portfolio-tt {
  padding: 0 15px;
}
.portfolio-layout-two .portfolio-item {
  position: relative;
}
.portfolio-layout-two .portfolio-item .hover {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  background: #fff;
  padding: 15px 30px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.portfolio-layout-two .portfolio-item h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio-layout-two .portfolio-item h4 a {
  color: #343851;
}
.portfolio-layout-two .portfolio-item .button-arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 50%;
  line-height: 40px;
  color: #fb5252;
  position: absolute;
  right: 30px;
  top: 25px;
}
.portfolio-layout-two .portfolio-item:hover .hover {
  opacity: 1;
}
.portfolio-layout-two .slick-dots {
  bottom: -80px;
  z-index: 15;
}
.portfolio-layout-two .slick-dots li {
  width: 24px;
  height: 24px;
}
.portfolio-layout-two .slick-dots li.slick-active button {
  border: 7px solid #fb5252;
}
.portfolio-layout-two .slick-dots li button {
  background: #f7f6f1;
  border: 5px solid rgba(251, 82, 82, 0.2);
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 3px;
}
.portfolio-layout-two .slick-dots li button:before {
  display: none;
}

/*
======================================== 
  09 - Portfolio Section
========================================
*/
.team-layout-one {
  position: relative;
}
.team-layout-one:before {
  content: "";
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(42, 55, 76, 0.97)),
      to(rgba(42, 55, 76, 0.97))
    ),
    url("https://via.placeholder.com/1920x825/aaa/fff");
  background-image: -webkit-linear-gradient(
      right,
      rgba(42, 55, 76, 0.97),
      rgba(42, 55, 76, 0.97)
    ),
    url("https://via.placeholder.com/1920x825/aaa/fff");
  background-image: -o-linear-gradient(
      right,
      rgba(42, 55, 76, 0.97),
      rgba(42, 55, 76, 0.97)
    ),
    url("https://via.placeholder.com/1920x825/aaa/fff");
  background-image: linear-gradient(
      to left,
      rgba(42, 55, 76, 0.97),
      rgba(42, 55, 76, 0.97)
    ),
    url("https://via.placeholder.com/1920x825/aaa/fff");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.team-layout-one:after {
  content: "Our Re";
  position: absolute;
  right: -130px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 150px;
  line-height: 1;
  bottom: 15px;
  z-index: -1;
  pointer-events: none;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
  -webkit-text-fill-color: transparent;
}
.team-layout-one .section-head h2,
.team-layout-one .section-head p {
  color: #fff;
}
.team-layout-one .team-carousel {
  margin: 0 -15px;
}
.team-layout-one .team-tt {
  padding: 15px;
}
.team-layout-one .team-item {
  padding: 80px 80px 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-layout-one .team-item .img {
  position: relative;
}
.team-layout-one .team-item .img img {
  border-radius: 10px;
  width: 100%;
}
.team-layout-one .team-item .img .icon {
  position: absolute;
  top: 17px;
  right: -17px;
  width: 34px;
  height: 34px;
  background: #fb5252;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
.team-layout-one .team-item .tag {
  position: absolute;
  left: 30px;
  top: 25px;
  font-size: 15px;
  background: #fb5252;
  padding: 2px 20px;
  border-radius: 30px;
  color: #fff;
}
.team-layout-one .team-item .designation {
  padding: 20px 0;
}
.team-layout-one .team-item .designation h4 {
  margin-bottom: 2px;
}
.team-layout-one .team-item .designation a {
  color: #343851;
}
.team-layout-one .team-item .info li {
  padding-bottom: 6px;
}
.team-layout-one .team-item .info li:last-child {
  padding-bottom: 0;
}
.team-layout-one .team-item .info li i {
  padding-right: 10px;
}
.team-layout-one .team-item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(210, 210, 210, 0.51);
  box-shadow: 0px 0px 15px 0px rgba(210, 210, 210, 0.51);
  cursor: pointer;
}
.team-layout-one .team-dots {
  float: right;
}
.team-layout-one .team-dots .slick-dots {
  position: relative;
}
.team-layout-one .slick-dots li {
  width: 15px;
  height: 15px;
}
.team-layout-one .slick-dots li.slick-active button {
  background: #fff;
}
.team-layout-one .slick-dots li button {
  background: rgba(255, 255, 255, 0.37);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.team-layout-one .slick-dots li button:before {
  display: none;
}

.team-layout-two .team-item {
  padding: 80px 30px 40px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 6px 25px 0px rgba(111, 120, 142, 0.15);
  box-shadow: 0px 6px 25px 0px rgba(111, 120, 142, 0.15);
  text-align: center;
}
.team-layout-two .team-item .img {
  position: relative;
}
.team-layout-two .team-item .img img {
  border-radius: 50%;
  max-width: 100%;
}
.team-layout-two .team-item .img .icon {
  position: absolute;
  top: 17px;
  right: -17px;
  width: 34px;
  height: 34px;
  background: #fb5252;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
.team-layout-two .team-item .tag {
  position: absolute;
  left: 30px;
  top: 25px;
  font-size: 15px;
  background: rgba(251, 82, 82, 0.15);
  padding: 2px 20px;
  border-radius: 30px;
  color: #fb5252;
}
.team-layout-two .team-item .share {
  width: 35px;
  height: 35px;
  background: rgba(251, 82, 82, 0.15);
  color: #fb5252;
  border-radius: 50%;
  color: #fb5252;
  line-height: 35px;
  position: absolute;
  right: 30px;
  top: 25px;
}
.team-layout-two .team-item .designation {
  padding: 20px 0;
}
.team-layout-two .team-item .designation h4 {
  margin-bottom: 2px;
}
.team-layout-two .team-item .designation a {
  color: #343851;
}
.team-layout-two .team-item .info li {
  font-size: 18px;
  padding-bottom: 6px;
}
.team-layout-two .team-item .info li:last-child {
  padding-bottom: 0;
}
.team-layout-two .team-item:hover .tag,
.team-layout-two .team-item:hover .share {
  background: #fb5252;
  color: #fff;
}

.team-layout-three p.primary-color {
  font-weight: 600;
  text-transform: uppercase;
}

.team-layout-three h2 {
  text-transform: uppercase;
  padding-top: 5px;
}

.team-layout-three .team-item {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-layout-three .team-item img {
  width: 100%;
}
.team-layout-three .team-item .content {
  padding: 30px;
}
.team-layout-three .team-item .content h4 {
  text-transform: uppercase;
}
.team-layout-three .team-item .content h4 a {
  color: #343851;
}
.team-layout-three .team-item .content p {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.team-layout-three .team-item .content .team-social li:not(:last-child) {
  padding-right: 10px;
}
.team-layout-three .team-item .content .team-social a {
  background: #f5f5f5;
  width: 43px;
  height: 43px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  color: #757c8c;
}
.team-layout-three .team-item .content .team-social a:hover {
  background: #fb5252;
  color: #fff;
}
.team-layout-three .team-item:hover,
.team-layout-three .team-item.active {
  -webkit-box-shadow: 0px 22px 32px 0px rgba(111, 120, 142, 0.08);
  box-shadow: 0px 22px 32px 0px rgba(111, 120, 142, 0.08);
}

.team-single-short .team-contact {
  padding: 45px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.team-single-short .team-contact input,
.team-single-short .team-contact textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 25px;
}
.team-single-short .team-contact textarea {
  margin-bottom: 20px;
  min-height: 150px;
}
.team-single-short .team-contact .button {
  font-weight: 400;
  width: 100%;
  padding: 14px 25px;
  border-radius: 3px;
}

.team-single-short .team-map {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(111, 120, 142, 0.09);
  box-shadow: 0px 0px 65px 0px rgba(111, 120, 142, 0.09);
}

.team-single-detail .nav-tabs {
  border: 0;
}

.team-single-detail .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  color: #343851;
  padding: 14px 35px;
}

.team-single-detail .nav-tabs .nav-item.show .nav-link,
.team-single-detail .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #fb5252;
  border: 0;
}

.team-single-detail .tab-content {
  padding-top: 50px;
}

.team-overview-layout img {
  border-radius: 10px;
}

.team-overview-layout h3 {
  padding: 30px 0 15px;
}

.team-overview-layout .quote {
  background: #fff;
  padding: 35px;
  font-style: italic;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.04);
  margin: 25px 0 25px;
}

/*
======================================== 
  10 - Category Section
========================================
*/
.category-layout-one {
  position: relative;
  margin-top: -120px;
  padding-bottom: 110px;
}
.category-layout-one .category-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.category-layout-one .category-item img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.category-layout-one .category-item .hover {
  position: absolute;
  background: rgba(0, 0, 0, 0.16);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-layout-one .category-item .hover h4,
.category-layout-one .category-item .hover p,
.category-layout-one .category-item .hover a {
  color: #fff;
}
.category-layout-one .category-item .hover h4 {
  line-height: 1;
  margin-bottom: 15px;
}
.category-layout-one .category-item .hover p {
  position: relative;
  font-weight: 600;
  display: inline-block;
  padding-left: 22px;
}
.category-layout-one .category-item .hover p:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.category-layout-one .category-item .hover p:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 10px;
}
.category-layout-one .category-item .hover .content {
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: calc(50% - 32.5px);
  width: 100%;
  opacity: 1;
}
.category-layout-one .category-item .hover .button-hover {
  position: absolute;
  top: calc(50% - 26.5px);
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.category-layout-one .category-item .hover .button-category {
  font-weight: 600;
  background: #fb5252;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 12px 35px;
  display: inline-block;
}
.category-layout-one .category-item:hover .hover .content {
  opacity: 0;
}
.category-layout-one .category-item:hover .button-hover {
  opacity: 1;
}
.category-layout-one .category-item:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

/*
======================================== 
  11 - Property Section
========================================
*/
.property-layout-one {
  position: relative;
  overflow: hidden;
}
.property-layout-one:before {
  content: "";
  background: url("../img/property-bg.png") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 1080px;
  position: absolute;
  z-index: -2;
  top: -350px;
  left: 0;
}
.property-layout-one:after {
  content: "";
  background: url("../img/property-bg-2.png") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 1080px;
  position: absolute;
  z-index: -1;
  bottom: -400px;
  left: 0;
}
.property-layout-one .property-list-one,
.property-layout-one .property-list-two,
.property-layout-one .property-list-three {
  position: relative;
  min-height: 765px;
}
.property-layout-one .property-list-one .container,
.property-layout-one .property-list-two .container,
.property-layout-one .property-list-three .container {
  position: relative;
}
.property-layout-one .property-list-one .container > .row > .col-md-6,
.property-layout-one .property-list-two .container > .row > .col-md-6,
.property-layout-one .property-list-three .container > .row > .col-md-6 {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.property-layout-one .property-item .icon {
  font-size: 50px;
  line-height: 1;
  margin-right: 20px;
}
.property-layout-one .property-item h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.property-layout-one .property-sliding-section {
  width: 600px;
  position: absolute;
  right: -20px;
  top: 0;
}
.property-layout-one .property-sliding-section .property-tt {
  float: left;
}
.property-layout-one .property-sliding-section .property-tt:first-child {
  margin-right: 30px;
}
.property-layout-one .property-slide {
  position: relative;
}
.property-layout-one .property-slide img {
  border-radius: 10px;
  width: 100%;
}
.property-layout-one .property-slide .hover {
  position: absolute;
  left: 30px;
  top: 30px;
}
.property-layout-one .property-slide .hover a:last-child {
  margin-left: 15px;
}
.property-layout-one .property-navigation {
  width: 450px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.property-layout-one .property-navigation img {
  max-width: calc(100% - 8px);
  margin: 4px;
  border: 4px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.property-layout-one .property-list-two {
  min-height: 865px;
}
.property-layout-one .property-list-two:after {
  content: "";
  width: 75%;
  height: 100%;
  background-color: #f2f6f9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
}
.property-layout-one .property-list-two .property-sliding-section {
  right: auto;
  left: -40px;
  top: 0;
}
.property-layout-one .property-list-two .property-navigation {
  left: auto;
  right: 60px;
}
.property-layout-one .property-list-three .property-sliding-section {
  top: 0;
  right: -10px;
}

.property-area-layout .container-fluid {
  max-width: 1700px;
}

.property-area-layout .property-tt {
  padding: 15px 15px 40px;
}

.property-area-layout .property-item {
  position: relative;
}
.property-area-layout .property-item img {
  width: 100%;
}
.property-area-layout .property-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property-area-layout .property-item .hover h4,
.property-area-layout .property-item .hover p,
.property-area-layout .property-item .hover a {
  color: #fff;
}
.property-area-layout .property-item .hover .info {
  position: absolute;
  left: 30px;
  top: 18px;
}
.property-area-layout .property-item .hover .author {
  position: absolute;
  left: 30px;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.property-area-layout .property-item .hover .author img {
  border: 2px solid #fff;
  border-radius: 50%;
}
.property-area-layout .property-item .hover .author .content h4 {
  color: #fff;
  font-size: 1.3em;
  margin-left: 15px;
}
.property-area-layout .property-item .hover .author .content span {
  display: block;
  font-weight: 400;
}
.property-area-layout .property-item .hover p {
  position: relative;
  font-weight: 600;
  display: inline-block;
  padding-left: 22px;
}
.property-area-layout .property-item .hover p:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.property-area-layout .property-item .hover p:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 10px;
}
.property-area-layout .property-item:hover .author {
  opacity: 1;
}

.property-area-layout .slick-dots li {
  width: 33px;
  height: 10px;
}
.property-area-layout .slick-dots li.slick-active {
  width: 60px;
}
.property-area-layout .slick-dots li.slick-active button {
  background: #fb5252;
  width: 60px;
}
.property-area-layout .slick-dots li button {
  background: rgba(251, 82, 82, 0.37);
  width: 33px;
  height: 10px;
  border-radius: 5px;
}
.property-area-layout .slick-dots li button:before {
  display: none;
}

.property-layout-two .filter-property li {
  cursor: pointer;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-layout-two .filter-property li.active {
  color: #fb5252;
}
.property-layout-two .filter-property li:not(:last-child) {
  margin-right: 10px;
}

.property-layout-two .property-listwise {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-layout-two .property-listwise .feature-item {
  height: auto;
}
.property-layout-two .property-listwise .feature-item .col-md-6:first-child {
  padding-right: 0;
}
.property-layout-two .property-listwise .feature-item .col-md-6:last-child {
  padding-left: 0;
}
.property-layout-two .property-listwise .feature-item .hover {
  border-bottom: 0;
  border-right: 3px solid transparent;
}
.property-layout-two .property-listwise .feature-item .content-title {
  padding: 30px 30px 15px;
}
.property-layout-two .property-listwise .feature-item .content-title h4 {
  font-weight: 600;
}
.property-layout-two .property-listwise .feature-item .footer-content {
  padding: 23px 30px;
}
.property-layout-two .property-listwise .feature-item .house-feature {
  right: 60px;
  bottom: 25px;
}
.property-layout-two .property-listwise .feature-item:hover .hover {
  border-color: #fb5252;
}

.property-layout-two .property-gridwise {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.property-layout-two .property-item {
  background: #fff;
}
.property-layout-two .property-item .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.6%;
  flex: 0 0 31.6%;
  max-width: 31.6%;
}
.property-layout-two .property-item .img img {
  width: 100%;
}
.property-layout-two .property-item .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68.4%;
  flex: 0 0 68.4%;
  max-width: 68.4%;
  padding: 40px 25px 0;
  position: relative;
}
.property-layout-two .property-item .content .button-view a {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
  display: inline-block;
  padding: 11px 0;
  font-weight: 500;
  color: #757c8c;
}
.property-layout-two .property-item .content .button-view a:hover {
  background: #fb5252;
  border-color: #fb5252;
  color: #fff;
}
.property-layout-two .property-item .content h6 {
  font-weight: 500;
}

.property-layout-three {
  background: url("https://via.placeholder.com/1920x880/eee/999") no-repeat;
  background-size: cover;
}
.property-layout-three .container {
  height: 700px;
  position: relative;
}
.property-layout-three .property-video .property-item {
  position: relative;
  background: #fff;
  margin-left: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.property-layout-three .property-video .property-item .feature-tag {
  background: #fb5252;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 3px;
}
.property-layout-three .property-video .property-item .content-top {
  padding: 25px 30px;
}
.property-layout-three .property-video .property-item .content-top h4 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.property-layout-three .property-video .property-item .content-top h4 a {
  color: #343851;
}
.property-layout-three .property-video .property-item .content-top i {
  padding-right: 5px;
}
.property-layout-three .property-video .property-item .content-middle {
  padding: 20px 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.property-layout-three .property-video .property-item .content-middle i {
  color: #fb5252;
}
.property-layout-three
  .property-video
  .property-item
  .content-middle
  .flaticon-building {
  font-size: 20px;
  margin-right: 5px;
}
.property-layout-three
  .property-video
  .property-item
  .content-middle
  .favorite-feature {
  float: right;
  width: 30px;
  height: 30px;
  background: #f7f6f1;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-layout-three
  .property-video
  .property-item
  .content-middle
  .favorite-feature
  i {
  line-height: 31px;
}
.property-layout-three .property-video .property-item .footer-content {
  padding: 25px 30px;
  overflow: hidden;
}
.property-layout-three .property-video .property-item .footer-content .img {
  margin-right: 8px;
}
.property-layout-three .property-video .property-item .footer-content .author {
  float: left;
}
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content {
  float: right;
}
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a {
  display: inline-block;
  position: relative;
  top: 16px;
}
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a
  span {
  position: relative;
  width: 4px;
  height: 4px;
  background: #a8adb6;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
}
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a
  span::before,
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a
  span::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #a8adb6;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a
  span:before {
  top: -10px;
}
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a
  span:after {
  bottom: -10px;
}
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a.active
  span,
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a.active
  span:before,
.property-layout-three
  .property-video
  .property-item
  .footer-content
  .right-content
  a.active
  span:after {
  background: #fb5252;
}
.property-layout-three .property-video .property-item .icon-group {
  position: absolute;
  right: 20px;
  top: -2px;
}
.property-layout-three .property-video .property-item .icon-group li a {
  width: 20px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  background: #fb5252;
  color: #fff;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.property-layout-three .property-video .property-item .icon-group li a:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  left: 5px;
  bottom: -5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.property-layout-three
  .property-video
  .property-item
  .icon-group
  li
  a.blue-bolt {
  background: #0075ff;
}
.property-layout-three .property-video .property-item .house-feature {
  padding: 20px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(111, 120, 142, 0.12);
  box-shadow: 0px 0px 38px 0px rgba(111, 120, 142, 0.12);
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 4;
}
.property-layout-three .property-video .property-item .house-feature li {
  position: relative;
  padding-left: 12px;
}
.property-layout-three
  .property-video
  .property-item
  .house-feature
  li:not(:last-child) {
  padding-bottom: 15px;
}
.property-layout-three
  .property-video
  .property-item
  .house-feature
  li::before {
  width: 5px;
  height: 5px;
  content: "";
  background: #fb5252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.property-layout-three .property-video .property-item.slick-current:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 25px solid transparent;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.property-layout-three .property-video .col-md-8 {
  position: relative;
}
.property-layout-three .property-video .property-video-carousel-two {
  height: 100%;
  position: relative;
}
.property-layout-three .property-video .video-tt {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  min-height: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.property-layout-three .property-video .video-tt.video-tt-two {
  top: 200px !important;
  height: 1240px;
}
.property-layout-three .property-video .video-tt.video-tt-three {
  top: 400px !important;
  height: 1040px;
}
.property-layout-three .property-video .video-tt.video-tt-four {
  top: 650px !important;
  height: 790px;
}
.property-layout-three .property-video .video-option {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 790px;
}
.property-layout-three .property-video .video-option .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  background: #fb5252;
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
}
.property-layout-three .property-video .video-option .play-button::before {
  content: "";
  width: 120px;
  height: 120px;
  background: #fb5252;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  opacity: 0.4;
}
.property-layout-three .property-video .video-option .play-button i {
  position: relative;
  z-index: 2;
}

.property-layout-four .tab-titles .tab-item {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #343851;
  font-size: 17px;
  cursor: pointer;
}
.property-layout-four .tab-titles .tab-item.active span {
  color: #fb5252;
}

/********* Property Single Page ********/
.property-header-content .container > .row:first-child {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.property-header-content .container > .row {
  margin: 0;
}

.property-header-content .content-middle .list-inline {
  float: right;
}
.property-header-content .content-middle .list-inline li:last-child a {
  margin-left: 0;
}

.property-header-content .tag-group {
  position: relative;
  top: 15px;
}
.property-header-content .tag-group a {
  border-radius: 3px;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.property-header-content .tag-group a:last-child {
  margin-left: 10px;
}
.property-header-content .tag-group .tag-blue {
  background: #0075ff;
}
.property-header-content .tag-group .tag-primary {
  background: #fb5252;
}
.property-header-content .tag-group .tag-yellow {
  background: #ff9c00;
}

.property-header-content .favorite-feature {
  float: right;
  width: 30px;
  height: 30px;
  background: rgba(251, 82, 82, 0.1);
  color: #fb5252;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.property-header-content .favorite-feature i {
  line-height: 31px;
}
.property-header-content .favorite-feature:hover {
  background: #fb5252;
  color: #fff;
}

.property-header-content .heading-flex li i {
  padding-right: 7px;
}

.property-header-content .property-list-images {
  position: relative;
}

.property-header-content .property-list-carousel img {
  width: 100%;
  border-radius: 10px;
}

.property-header-content .property-list-navigation {
  position: absolute;
  width: 82%;
  bottom: 50px;
  left: 10%;
}
.property-header-content .property-list-navigation img {
  width: 100%;
  border-radius: 5px;
  height: 103px;
}
.property-header-content .property-list-navigation .property-nav {
  margin: 12px;
}
.property-header-content .property-list-navigation .slick-current {
  position: relative;
}
.property-header-content .property-list-navigation .slick-current:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.property-header-content .property-list-navigation .slick-current img {
  border: 2px solid #fff;
}

.property-main-content .single-item {
  background: #fff;
  padding: 45px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}

.property-main-content .intro-content .heading {
  overflow: hidden;
  padding-bottom: 10px;
}

.property-main-content .intro-content h4 {
  float: left;
}

.property-main-content .intro-content ul {
  float: right;
}
.property-main-content .intro-content ul li i {
  color: #343851;
  padding-right: 5px;
}

.property-main-content .intro-content p {
  padding-bottom: 15px;
}

.property-main-content .intro-content a {
  font-weight: 600;
}
.property-main-content .intro-content a:hover {
  color: #fb5252;
}
.property-main-content .intro-content a i {
  font-size: 24px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.property-main-content .lists {
  overflow: hidden;
}
.property-main-content .lists > ul {
  width: 50%;
  float: left;
}

.property-main-content .detail-feature h4 {
  padding-bottom: 15px;
}

.property-main-content .detail-list li {
  padding-bottom: 20px;
}
.property-main-content .detail-list li:last-child {
  padding-bottom: 0;
}

.property-main-content .detail-video h4 {
  padding-bottom: 15px;
}

.property-main-content .detail-video .video-item {
  position: relative;
}
.property-main-content .detail-video .video-item img {
  width: 100%;
  border-radius: 10px;
}
.property-main-content .detail-video .video-item .youtube-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fb5252;
  font-size: 65px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.property-main-content .virtual-tour h4 {
  padding-bottom: 15px;
}

.property-main-content .virtual-tour img {
  width: 100%;
  border-radius: 10px;
}

.property-main-content .map-canvas {
  border-radius: 5px;
}

.property-main-content .thumbnail-items {
  padding: 45px 0;
}
.property-main-content .thumbnail-items h4 {
  padding: 0 25px 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
}
.property-main-content .thumbnail-items .thumb-items {
  padding: 0 25px;
}
.property-main-content .thumbnail-items .thumb-item img {
  border-radius: 5px;
}
.property-main-content .thumbnail-items .thumb-item .content {
  padding-left: 20px;
}
.property-main-content .thumbnail-items .thumb-item .list-inline li {
  font-size: 13px;
  margin-right: 2px;
}
.property-main-content .thumbnail-items h6 a {
  color: #343851;
}

.property-main-content .property-collapse .collapse-item {
  background: #f9f9f9;
  padding: 30px 25px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-main-content .property-collapse .collapse-item .head {
  overflow: hidden;
}
.property-main-content .property-collapse .collapse-item .head h5 {
  line-height: 1.2;
}
.property-main-content .property-collapse .collapse-item .head .left-head {
  float: left;
}
.property-main-content .property-collapse .collapse-item .head .right-head {
  float: right;
  padding-right: 10px;
  padding-top: 15px;
}
.property-main-content .property-collapse .collapse-item .view-more {
  color: #757c8c;
}
.property-main-content .property-collapse .collapse-item .view-more:hover,
.property-main-content .property-collapse .collapse-item .view-more.active {
  color: #fb5252;
}
.property-main-content .property-collapse .collapse-item .content {
  text-align: center;
  position: relative;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.property-main-content .property-collapse .collapse-item:last-child {
  margin-bottom: 0;
}
.property-main-content .property-collapse .collapse-item.show .content {
  height: auto;
  opacity: 1;
  padding: 30px 0 20px;
}

.property-main-content .property-form h4 {
  padding-bottom: 15px;
}

.property-main-content .property-form .list-inline {
  padding-bottom: 20px;
}
.property-main-content .property-form .list-inline .heading-primary {
  font-weight: 600;
}
.property-main-content .property-form .list-inline li {
  margin-right: 2px;
}
.property-main-content .property-form .list-inline li i {
  font-size: 12px;
}

.property-main-content .property-form .input-full {
  width: 100%;
  margin-bottom: 25px;
}

.property-main-content .property-form .input-half {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.property-main-content .property-form .input-half:nth-child(3) {
  padding-right: 15px;
}
.property-main-content .property-form .input-half:nth-child(4) {
  padding-left: 15px;
}

.property-main-content .property-form input,
.property-main-content .property-form textarea {
  width: 100%;
  padding: 13px 20px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}

.property-main-content .property-form textarea {
  min-height: 150px;
}

.property-sidebar .sidebar-item {
  background: #fff;
  padding: 45px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.property-sidebar .sidebar-item h4 {
  padding-bottom: 15px;
}
.property-sidebar .sidebar-item .recent-item .img {
  padding-right: 20px;
}
.property-sidebar .sidebar-item .recent-item .img img {
  border-radius: 5px;
}
.property-sidebar .sidebar-item h6 a {
  color: #343851;
}

.property-sidebar .item-one {
  padding: 0;
}
.property-sidebar .item-one .sidebar-author {
  position: relative;
}
.property-sidebar .item-one .sidebar-author img {
  width: 100%;
  border-radius: 5px;
}
.property-sidebar .item-one .sidebar-author .author {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.property-sidebar .item-one .contact {
  padding: 30px 25px;
}
.property-sidebar .item-one .contact input,
.property-sidebar .item-one .contact textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 25px;
}
.property-sidebar .item-one .contact textarea {
  margin-bottom: 20px;
  min-height: 80px;
}
.property-sidebar .item-one .contact .button {
  font-weight: 400;
  width: 100%;
  padding: 14px 25px;
  border-radius: 3px;
}

.property-grid .sidebar-search {
  padding: 45px 25px;
}
.property-grid .sidebar-search h4 {
  padding-bottom: 10px;
}
.property-grid .sidebar-search .input-full {
  margin-bottom: 20px;
  position: relative;
}
.property-grid .sidebar-search .input-full input {
  width: 100%;
  padding: 12px 25px;
  color: #757c8c;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}
.property-grid .sidebar-search .input-full input::-webkit-input-placeholder {
  color: #757c8c;
}
.property-grid .sidebar-search .input-full input:-ms-input-placeholder {
  color: #757c8c;
}
.property-grid .sidebar-search .input-full input::-ms-input-placeholder {
  color: #757c8c;
}
.property-grid .sidebar-search .input-full input::placeholder {
  color: #757c8c;
}
.property-grid .sidebar-search .input-full .form-icon {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
}
.property-grid .sidebar-search .select-option {
  background: #fff;
  border-radius: 5px;
  position: relative;
  color: #757c8c;
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
}
.property-grid .sidebar-search .select-option:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #757c8c #757c8c transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
}
.property-grid .sidebar-search .select-option select {
  padding: 12px 25px;
  width: 100%;
  text-align: center;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #757c8c;
}
.property-grid .sidebar-search .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.property-grid .sidebar-search .checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.property-grid .sidebar-search .checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: #ddd;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 2px;
}
.property-grid .sidebar-search .checkbox input:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 7px;
  left: 3px;
  color: #fff;
}
.property-grid .sidebar-search .checkbox input:checked + label:before {
  background: #fb5252;
}
.property-grid .sidebar-search .checkbox-lists {
  width: 50%;
  float: left;
  padding: 0 0 20px;
}
.property-grid .sidebar-search .range-slider {
  margin-bottom: 20px;
}
.property-grid .sidebar-search .range-slider .ui-widget.ui-widget-content {
  border: 0;
  background: #fb5252;
  border-radius: 0;
  height: 7px;
}
.property-grid
  .sidebar-search
  .range-slider
  .ui-slider-horizontal
  .ui-slider-range-max {
  border-radius: 0;
  background: #ededed;
}
.property-grid .sidebar-search .range-slider input {
  border: 0;
  color: #fb5252;
  width: 100px;
}
.property-grid .sidebar-search .range-slider .ui-state-default,
.property-grid
  .sidebar-search
  .range-slider
  .ui-widget-content
  .ui-state-default,
.property-grid .sidebar-search .range-slider .ui-widget-content .ui-state-hover,
.property-grid
  .sidebar-search
  .range-slider
  .ui-widget-content
  .ui-state-focus {
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff;
  width: 15px;
  height: 15px;
  top: -4px;
  outline: 0;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
.property-grid .sidebar-search .range-slider-two {
  margin-bottom: 20px;
}
.property-grid .sidebar-search .range-slider-two .ui-widget.ui-widget-content {
  border: 0;
  background: #ededed;
  border-radius: 0;
  height: 7px;
}
.property-grid .sidebar-search .range-slider-two .ui-slider .ui-slider-range {
  border-radius: 0;
  background: #fb5252;
}
.property-grid .sidebar-search .range-slider-two input {
  border: 0;
  color: #fb5252;
  width: 100%;
  text-align: center;
}
.property-grid .sidebar-search .range-slider-two .ui-state-default,
.property-grid
  .sidebar-search
  .range-slider-two
  .ui-widget-content
  .ui-state-default,
.property-grid
  .sidebar-search
  .range-slider-two
  .ui-widget-content
  .ui-state-hover,
.property-grid
  .sidebar-search
  .range-slider-two
  .ui-widget-content
  .ui-state-focus {
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff;
  width: 15px;
  height: 15px;
  top: -4px;
  outline: 0;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
.property-grid .sidebar-search .view-advance-search {
  display: inline-block;
  color: #fb5252;
  margin-bottom: 20px;
  margin-top: 10px;
}
.property-grid .sidebar-search .view-advance-search i {
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.property-grid .sidebar-search .property-advance {
  display: none;
}
.property-grid .sidebar-search .input-submit input {
  background: #fb5252;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 13px 10px;
  border-radius: 5px;
  font-weight: 600;
}
.property-grid .sidebar-search .input-submit input:hover {
  background: #fc6b6b;
}

.property-grid .property-filter {
  background: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.property-grid .property-filter .dropdown a.btn {
  background: transparent;
  margin-left: 20px;
  border: 0;
  padding: 0;
  color: #757c8c;
}
.property-grid .property-filter .dropdown a.btn:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.property-grid .property-filter .list-inline li:first-child {
  padding-right: 15px;
}
.property-grid .property-filter .list-inline a {
  color: #343851;
  padding: 5px 10px;
  border-radius: 3px;
}
.property-grid .property-filter .list-inline a.active {
  background: #ededed;
  color: #fb5252;
}
.property-grid .property-filter .list-inline a:hover {
  color: #fb5252;
}
.property-grid .property-filter .list-inline a.show-filter {
  background: #fff;
  border: 1px solid #fb5252;
  color: #fb5252;
}
.property-grid .property-filter .list-inline a.show-filter i {
  padding-right: 10px;
}
.property-grid .property-filter .list-inline a.show-filter:hover {
  background: #fb5252;
  color: #fff;
}

.property-grid .property-layout-two .property-gridwise {
  display: block;
}

.property-grid .property-layout-two .property-listwise {
  display: none;
}

.property-grid.advance-search-offcanvas {
  width: 320px;
  position: fixed;
  left: -0;
  top: 0;
  z-index: 1000;
  background: #fff;
  display: none;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.property-grid.advance-search-offcanvas .sidebar-search {
  height: 100vh;
}
.property-grid.advance-search-offcanvas .close-search {
  position: absolute;
  right: 0;
  top: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #343851;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
}
.property-grid.advance-search-offcanvas .close-search:hover {
  background: #fb5252;
  color: #fff;
}

.property-list .property-layout-two .property-gridwise {
  display: none;
}

.property-list .property-layout-two .property-listwise {
  display: block;
}

.property-gallery-layout img {
  width: 100%;
  border: 1px solid #fff;
}

.property-gallery-layout .slick-arrow {
  background: rgba(255, 255, 255, 0.5);
  color: #343851;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  display: inline-block !important;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-gallery-layout .slick-arrow.flaticon-left-chevron {
  left: 0;
}
.property-gallery-layout .slick-arrow.flaticon-right-chevron {
  right: 0;
}
.property-gallery-layout .slick-arrow:hover {
  background: #fb5252;
  color: #fff;
}

/*
======================================== 
  12 - Testimonial Section
========================================
*/
.testimonial-layout-one {
  position: relative;
}
.testimonial-layout-one:before {
  content: "";
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.77)),
      to(rgba(0, 0, 0, 0.77))
    ),
    url("https://via.placeholder.com/1920x700/aaa/fff");
  background-image: -webkit-linear-gradient(
      right,
      rgba(0, 0, 0, 0.77),
      rgba(0, 0, 0, 0.77)
    ),
    url("https://via.placeholder.com/1920x700/aaa/fff");
  background-image: -o-linear-gradient(
      right,
      rgba(0, 0, 0, 0.77),
      rgba(0, 0, 0, 0.77)
    ),
    url("https://via.placeholder.com/1920x700/aaa/fff");
  background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.77),
      rgba(0, 0, 0, 0.77)
    ),
    url("https://via.placeholder.com/1920x700/aaa/fff");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.testimonial-layout-one .section-head h2,
.testimonial-layout-one .section-head p {
  color: #fff;
}
.testimonial-layout-one .testimonial-dots {
  float: right;
}
.testimonial-layout-one .testimonial-dots .slick-dots {
  position: relative;
}
.testimonial-layout-one .slick-dots li {
  width: 15px;
  height: 15px;
}
.testimonial-layout-one .slick-dots li.slick-active button {
  background: #fff;
}
.testimonial-layout-one .slick-dots li button {
  background: rgba(255, 255, 255, 0.37);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.testimonial-layout-one .slick-dots li button:before {
  display: none;
}
.testimonial-layout-one .testimonial-slider {
  width: 100%;
  margin-bottom: 0;
}
.testimonial-layout-one .testimonial-slider p,
.testimonial-layout-one .testimonial-slider i,
.testimonial-layout-one .testimonial-slider h4 {
  color: #fff;
}
.testimonial-layout-one .testimonial-slider .lead {
  font-size: 24px;
  line-height: 1.5;
  padding: 20px 0 15px;
  font-weight: 500;
}
.testimonial-layout-one .testimonial-slider img {
  border: 4px solid #fff;
  border-radius: 50%;
}
.testimonial-layout-one .testimonial-slider h4 {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.testimonial-layout-one .testimonial-tt {
  padding: 0 40px 0 0;
  opacity: 0.5;
}
.testimonial-layout-one .testimonial-tt.slick-current {
  opacity: 1;
}

.testimonial-layout-two .testimonial-carousel {
  position: relative;
  left: 50px;
  background: url("../img/testimonial/testimonial-bg-2.png") no-repeat;
  background-size: contain;
  height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 70px 0 120px;
}
.testimonial-layout-two .testimonial-carousel .lead {
  font-weight: 600;
}
.testimonial-layout-two .testimonial-carousel p,
.testimonial-layout-two .testimonial-carousel h4,
.testimonial-layout-two .testimonial-carousel i {
  color: #fff;
}
.testimonial-layout-two .testimonial-carousel .lead {
  padding: 20px 0 10px;
}
.testimonial-layout-two .testimonial-carousel img {
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 5px;
}

.testimonial-layout-two .testimonial-arrow .slick-arrow {
  background: #0ad00a;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial-layout-two .testimonial-arrow .slick-arrow:hover {
  background: #fb5252;
}
.testimonial-layout-two .testimonial-arrow .slick-arrow:first-child {
  margin-right: 10px;
}

.admin-layout-one {
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0.5)),
      to(rgba(255, 255, 255, 0.5))
    ),
    url("../img/property-bg-2.png");
  background-image: -webkit-linear-gradient(
      right,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("../img/property-bg-2.png");
  background-image: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("../img/property-bg-2.png");
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("../img/property-bg-2.png");
  background-repeat: no-repeat;
  background-position: center -50px;
  overflow: hidden;
}
.admin-layout-one .admin-right {
  position: relative;
  right: -30px;
}
.admin-layout-one .admin-left .quote {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 30px;
}

.testimonial-layout-three {
  background: url("../img/testimonial-bg-2.png") no-repeat;
  background-size: cover;
}
.testimonial-layout-three .feature-carousel-two {
  margin: 0 -15px;
}
.testimonial-layout-three .testimonial-tt {
  padding: 0 15px;
}
.testimonial-layout-three .view-more {
  color: #fff;
}
.testimonial-layout-three .testimonial-item {
  background: #fff;
  padding: 60px 35px 50px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.testimonial-layout-three .testimonial-item .tag-line {
  background: #fb5252;
  color: #fff;
  display: inline-block;
  padding: 10px 10px 12px;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: -40px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonial-layout-three .testimonial-item img {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(111, 120, 142, 0.27);
  box-shadow: 0px 0px 32px 0px rgba(111, 120, 142, 0.27);
  border-radius: 50%;
  border: 3px solid #fff;
}
.testimonial-layout-three .testimonial-item h4 {
  font-weight: 500;
}
.testimonial-layout-three .testimonial-item .list-inline {
  margin-bottom: 15px;
}
.testimonial-layout-three .slick-arrow {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(111, 120, 142, 0.18);
  box-shadow: 0px 0px 32px 0px rgba(111, 120, 142, 0.18);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 70px;
  color: #fb5252;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer;
}
.testimonial-layout-three .slick-arrow.flaticon-right-chevron {
  right: -20px;
}
.testimonial-layout-three .slick-arrow.flaticon-left-chevron {
  left: -20px;
}

.testimonial-layout-four {
  padding-bottom: 250px;
}
.testimonial-layout-four .testimonial-item {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 13px 46px 0px rgba(111, 120, 142, 0.15);
  box-shadow: 0px 13px 46px 0px rgba(111, 120, 142, 0.15);
  padding: 40px 35px;
}
.testimonial-layout-four .testimonial-item .list-inline-item {
  margin-right: 2px;
}
.testimonial-layout-four .testimonial-item p.lead {
  padding: 25px 0 10px;
}
.testimonial-layout-four .testimonial-item .img {
  margin-right: 15px;
}
.testimonial-layout-four .testimonial-item .img img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 12px 43px 0px rgba(111, 120, 142, 0.1);
  box-shadow: 0px 12px 43px 0px rgba(111, 120, 142, 0.1);
  border-radius: 50%;
}
.testimonial-layout-four .testimonial-item .author h6 {
  text-transform: uppercase;
  font-size: 17px;
}

.testimonial-innar {
  padding-bottom: 0;
}

/*
======================================== 
  13 - Client Section
========================================
*/
.client-layout-one .client-item {
  text-align: center;
  padding: 25px 15px;
}
.client-layout-one .client-item img {
  max-width: 100%;
}
.client-layout-one .client-item .normal {
  display: inline-block;
}
.client-layout-one .client-item .active {
  display: none;
}
.client-layout-one .client-item.slick-current {
  background: #fff;
}
.client-layout-one .client-item.slick-current .normal {
  display: none;
}
.client-layout-one .client-item.slick-current .active {
  display: inline-block;
}

/*
======================================== 
  14 - Blog Section
========================================
*/
.blog-layout-one {
  position: relative;
  margin: 40px;
  padding-top: 80px;
}
.blog-layout-one:before {
  content: "";
  background-image: url("../img/blog-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 40px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.blog-layout-one .blog-carousel {
  margin: 0;
}
.blog-layout-one .blog-tt {
  padding: 0 15px;
}
.blog-layout-one .blog-item {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  margin: 10px;
}
.blog-layout-one .blog-item::before {
  content: "";
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(251, 82, 82, 0.9)),
      to(rgba(251, 82, 82, 0.9))
    ),
    url("https://via.placeholder.com/370x400/eee/999");
  background-image: -webkit-linear-gradient(
      right,
      rgba(251, 82, 82, 0.9),
      rgba(251, 82, 82, 0.9)
    ),
    url("https://via.placeholder.com/370x400/eee/999");
  background-image: -o-linear-gradient(
      right,
      rgba(251, 82, 82, 0.9),
      rgba(251, 82, 82, 0.9)
    ),
    url("https://via.placeholder.com/370x400/eee/999");
  background-image: linear-gradient(
      to left,
      rgba(251, 82, 82, 0.9),
      rgba(251, 82, 82, 0.9)
    ),
    url("https://via.placeholder.com/370x400/eee/999");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-layout-one .blog-item h5,
.blog-layout-one .blog-item h4,
.blog-layout-one .blog-item p,
.blog-layout-one .blog-item a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.blog-layout-one .blog-item p {
  opacity: 0.7;
}
.blog-layout-one .blog-item h5 {
  position: relative;
  line-height: 1.2;
  font-size: 1.4em;
  text-transform: uppercase;
  padding-left: 15px;
}
.blog-layout-one .blog-item h5:before {
  content: "";
  height: 100%;
  width: 3px;
  background: #343851;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-layout-one .blog-item h5 span {
  display: block;
  font-size: 0.8em;
}
.blog-layout-one .blog-item h4 {
  padding: 20px 0 15px;
  font-size: 1.4em;
}
.blog-layout-one .blog-item a {
  color: #343851;
  /* color: #343851; */
}
.blog-layout-one .blog-item:hover:before,
.blog-layout-one .blog-item.active:before {
  opacity: 1;
}
.blog-layout-one .blog-item:hover p,
.blog-layout-one .blog-item.active p {
  opacity: 1;
}
.blog-layout-one .blog-item:hover h5:before,
.blog-layout-one .blog-item.active h5:before {
  background: #fff;
}
.blog-layout-one .blog-item:hover h5,
.blog-layout-one .blog-item:hover p,
.blog-layout-one .blog-item:hover h4 a,
.blog-layout-one .blog-item.active h5,
.blog-layout-one .blog-item.active p,
.blog-layout-one .blog-item.active h4 a {
  color: #fff;
}
.blog-layout-one .blog-item .button-blog:hover,
.blog-layout-one .blog-item .button-blog:active {
  color: #fff !important;
}
.blog-layout-one .blog-item:hover .button-blog,
.blog-layout-one .blog-item.active .button-blog {
  border-color: #fff;
  background: transparent;
  color: #ffffff;
}
.blog-layout-one .blog-dots {
  float: center;
}
.blog-layout-one .blog-dots .slick-dots {
  position: relative;
}
.blog-layout-one .slick-dots li {
  width: 15px;
  height: 15px;
}
.blog-layout-one .slick-dots li.slick-active button {
  background: #fb5252;
}
.blog-layout-one .slick-dots li button {
  background: rgba(251, 82, 82, 0.37);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.blog-layout-one .slick-dots li button:before {
  display: none;
}

.blog-layout-two .blog-item {
  background: #fff;
}
.blog-layout-two .blog-item .img {
  position: relative;
}
.blog-layout-two .blog-item img {
  width: 100%;
}
.blog-layout-two .blog-item .hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.blog-layout-two .blog-item .hover h4 {
  margin: 0 30px 22px;
}
.blog-layout-two .blog-item .hover a {
  color: #fff;
}
.blog-layout-two .blog-item .content {
  padding: 30px;
}
.blog-layout-two .blog-item .content p {
  padding: 20px 0 10px;
}
.blog-layout-two .blog-item .content .blog-links li {
  position: relative;
  padding-left: 15px;
}
.blog-layout-two .blog-item .content .blog-links li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #757c8c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-layout-two .blog-item .content .blog-links li:not(:last-child) {
  padding-right: 15px;
}
.blog-layout-two .blog-item .content .blog-links li:hover:before {
  background: #fb5252;
}
.blog-layout-two .blog-item .content .blog-links li:hover a {
  color: #fb5252;
}
.blog-layout-two .blog-item .content .blog-links a {
  color: #757c8c;
}
.blog-layout-two .blog-item:hover .hover {
  background: rgba(251, 82, 82, 0.65);
}

.blog-layout-three {
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0.9)),
      to(rgba(255, 255, 255, 0.9))
    ),
    url("https://via.placeholder.com/1920x900/ccc/000");
  background-image: -webkit-linear-gradient(
      right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x900/ccc/000");
  background-image: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x900/ccc/000");
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://via.placeholder.com/1920x900/ccc/000");
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-layout-three .blog-item {
  background: #fff;
}
.blog-layout-three .blog-item img {
  width: 100%;
}
.blog-layout-three .blog-item .content {
  padding: 30px;
  border-bottom: 1px solid #ededed;
}
.blog-layout-three .blog-item .content .list-inline li:not(:last-child) {
  margin-right: 2px;
}
.blog-layout-three .blog-item .content .list-inline a {
  color: #fb5252;
}
.blog-layout-three .blog-item .content h4 {
  padding: 20px 0;
}
.blog-layout-three .blog-item .content h4 a {
  color: #343851;
}
.blog-layout-three .blog-item .blog-footer {
  padding: 25px 30px;
}
.blog-layout-three .blog-item .blog-footer .list-inline a {
  color: #757c8c;
}
.blog-layout-three .blog-item .blog-footer .list-inline a:hover {
  color: #fb5252;
}
.blog-layout-three .blog-item .button {
  padding: 6px 20px;
  text-transform: unset;
  border-radius: 3px;
}

.blog-layout-four {
  background: #f9f9f9;
}
.blog-layout-four .section-heading p.primary-color {
  text-transform: uppercase;
  font-weight: 600;
}
.blog-layout-four .section-heading h2 {
  text-transform: uppercase;
  padding-top: 5px;
}
.blog-layout-four .blog-item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(178, 178, 178, 0.09);
  box-shadow: 0px 0px 57px 0px rgba(178, 178, 178, 0.09);
}
.blog-layout-four .blog-item .img {
  position: relative;
}
.blog-layout-four .blog-item .img img {
  width: 100%;
}
.blog-layout-four .blog-item .hover {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 30px;
  left: 30px;
}
.blog-layout-four .blog-item .hover h4 {
  margin-bottom: 0;
  line-height: 1;
}
.blog-layout-four .blog-item .hover p {
  line-height: 1;
  text-transform: uppercase;
  padding-top: 5px;
  color: #343851;
}
.blog-layout-four .blog-item .content {
  padding: 25px 30px;
}
.blog-layout-four .blog-item .content h4 {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.blog-layout-four .blog-item .content h4 a {
  color: #343851;
}
.blog-layout-four .blog-item .content .list-inline {
  padding-bottom: 15px;
}
.blog-layout-four .blog-item .content a {
  color: #757c8c;
}
.blog-layout-four .blog-item .content a:hover {
  color: #fb5252;
}

.blog-layout-five .blog-item {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.blog-layout-five .blog-item img {
  width: 100%;
}
.blog-layout-five .blog-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.47);
  padding: 30px 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-layout-five .blog-item .content li,
.blog-layout-five .blog-item .content p,
.blog-layout-five .blog-item .content a {
  color: #fff;
}
.blog-layout-five .blog-item .content li,
.blog-layout-five .blog-item .content p {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-layout-five .blog-item .content h4 {
  padding: 15px 0 0;
  font-weight: 500;
  margin-bottom: 0;
}
.blog-layout-five .blog-item .content .blog-top {
  padding: 0 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-layout-five .blog-item .content .blog-footer {
  padding: 20px 30px 0;
  overflow: hidden;
}
.blog-layout-five .blog-item .content .blog-footer .author {
  float: left;
}
.blog-layout-five .blog-item .content .blog-footer .author .img {
  margin-right: 8px;
}
.blog-layout-five .blog-item .content .blog-footer .comment {
  float: right;
  margin-top: 8px;
}
.blog-layout-five .blog-item:hover {
  -webkit-box-shadow: 0px 22px 25px 0px rgba(111, 120, 142, 0.1);
  box-shadow: 0px 22px 25px 0px rgba(111, 120, 142, 0.1);
}
.blog-layout-five .blog-item:hover .content {
  background: #fff;
}
.blog-layout-five .blog-item:hover li > a,
.blog-layout-five .blog-item:hover li,
.blog-layout-five .blog-item:hover p {
  color: #757c8c;
}
.blog-layout-five .blog-item:hover li > a:hover {
  color: #fb5252;
}
.blog-layout-five .blog-item:hover h4 a {
  color: #343851;
}
.blog-layout-five .blog-item:hover .blog-top {
  border-color: rgba(0, 0, 0, 0.1);
}

.blog-layout-six .blog-item {
  background: #fff;
  border: 1px solid #eaeaea;
}
.blog-layout-six .blog-item img {
  width: 100%;
}
.blog-layout-six .blog-item .content {
  padding: 30px;
}
.blog-layout-six .blog-item p a {
  color: #757c8c;
}
.blog-layout-six .blog-item p a:hover {
  color: #fb5252;
}
.blog-layout-six .blog-item h4 {
  padding: 10px 0 20px;
}
.blog-layout-six .blog-item h4 a {
  color: #343851;
}

.blog-layout-six .button-blog {
  padding: 10px 10px 10px 30px;
  border: 1px solid rgba(251, 82, 82, 0.15);
  border-radius: 5px;
  color: #fb5252;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}
.blog-layout-six .button-blog i {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background: rgba(251, 82, 82, 0.1);
  color: #fb5252;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-layout-six .button-blog:hover {
  background: #fb5252;
  border-color: #fb5252;
  color: #fff !important;
}
.blog-layout-six .button-blog:hover i {
  color: #fb5252;
  background: #fff;
}

.blog-transparent:before {
  display: none;
}

.single-blog-layout .blog-content-wrap .quote {
  background: #fff;
  padding: 35px;
  font-style: italic;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.04);
  margin: 20px 0 45px;
}

.single-blog-layout .blog-content-wrap img {
  border-radius: 5px;
  width: 100%;
}

.single-blog-layout .blog-content-wrap h2 {
  padding: 25px 0 5px;
}

.single-blog-layout .blog-content-wrap .list-blog {
  padding: 15px 0;
}
.single-blog-layout .blog-content-wrap .list-blog li {
  position: relative;
  padding-left: 15px;
}
.single-blog-layout .blog-content-wrap .list-blog li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fb5252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.single-blog-layout .blog-content-wrap .list-blog li:not(:last-child) {
  margin-bottom: 15px;
}

.single-blog-layout .blog-content-wrap .blog-row img {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
}

.single-blog-layout .blog-content-wrap .post-hierarchy {
  padding: 5px 0 15px;
}
.single-blog-layout .blog-content-wrap .post-hierarchy i {
  padding-right: 5px;
}
.single-blog-layout .blog-content-wrap .post-hierarchy li:not(:last-child) {
  padding-right: 10px;
}
.single-blog-layout .blog-content-wrap .post-hierarchy a {
  color: #343851;
}
.single-blog-layout .blog-content-wrap .post-hierarchy a:hover {
  color: #fb5252;
}

.single-blog-layout .blog-content-wrap .blog-tag {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 40px;
}
.single-blog-layout .blog-content-wrap .blog-tag a {
  padding: 6px 20px;
  display: inline-block;
  background: rgba(251, 82, 82, 0.15);
  color: #fb5252;
  border-radius: 3px;
}
.single-blog-layout .blog-content-wrap .blog-tag a:hover {
  background: #fb5252;
  color: #fff;
}

.single-blog-layout .blog-author-layout {
  background: #fff;
  padding: 45px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.single-blog-layout .blog-author-layout .img {
  padding-right: 20px;
}
.single-blog-layout .blog-author-layout h4 a {
  color: #343851;
}

.single-blog-layout .comment-layout {
  background: #fff;
  padding: 45px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.single-blog-layout .comment-layout h4 {
  padding-bottom: 15px;
}
.single-blog-layout .comment-layout .list-inline {
  padding-bottom: 20px;
}
.single-blog-layout .comment-layout .list-inline .heading-primary {
  font-weight: 600;
}
.single-blog-layout .comment-layout .list-inline li {
  margin-right: 2px;
}
.single-blog-layout .comment-layout .list-inline li i {
  font-size: 12px;
}
.single-blog-layout .comment-layout .input-full {
  width: 100%;
  margin-bottom: 25px;
}
.single-blog-layout .comment-layout .input-half {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.single-blog-layout .comment-layout .input-half:nth-child(2) {
  padding-right: 15px;
}
.single-blog-layout .comment-layout .input-half:nth-child(3) {
  padding-left: 15px;
}
.single-blog-layout .comment-layout input,
.single-blog-layout .comment-layout textarea {
  width: 100%;
  padding: 13px 20px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}
.single-blog-layout .comment-layout textarea {
  min-height: 150px;
}

.single-blog-layout .blog-sidebar .sidebar-item {
  background: #fff;
  padding: 45px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04);
}
.single-blog-layout .blog-sidebar .sidebar-item h4 {
  padding-bottom: 15px;
}
.single-blog-layout .blog-sidebar .sidebar-item .recent-item .img {
  padding-right: 20px;
}
.single-blog-layout .blog-sidebar .sidebar-item .recent-item .img img {
  border-radius: 5px;
}
.single-blog-layout .blog-sidebar .sidebar-item .category-lists li {
  margin-bottom: 3px;
}
.single-blog-layout .blog-sidebar .sidebar-item .category-lists li:last-child {
  margin-bottom: 0;
}
.single-blog-layout .blog-sidebar .sidebar-item .category-lists a {
  display: block;
  padding: 12px 25px;
  background: #f9f9f9;
  color: #343851;
  font-weight: 500;
}
.single-blog-layout .blog-sidebar .sidebar-item .category-lists a:hover {
  background: #fb5252;
  color: #fff;
  border-left: 2px solid #343851;
}

.single-blog-layout .blog-sidebar .sidebar-contact {
  padding: 0;
}
.single-blog-layout .blog-sidebar .sidebar-contact .sidebar-author {
  position: relative;
}
.single-blog-layout .blog-sidebar .sidebar-contact .sidebar-author img {
  width: 100%;
  border-radius: 5px;
}
.single-blog-layout .blog-sidebar .sidebar-contact .sidebar-author .author {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.single-blog-layout .blog-sidebar .sidebar-contact .contact {
  padding: 30px 25px;
}
.single-blog-layout .blog-sidebar .sidebar-contact .contact input,
.single-blog-layout .blog-sidebar .sidebar-contact .contact textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 25px;
}
.single-blog-layout .blog-sidebar .sidebar-contact .contact textarea {
  margin-bottom: 20px;
  min-height: 80px;
}
.single-blog-layout .blog-sidebar .sidebar-contact .contact .button {
  font-weight: 400;
  width: 100%;
  padding: 14px 25px;
  border-radius: 3px;
}

.single-blog-layout .item-tag li {
  display: inline-block;
  padding: 4px 2px;
}

.single-blog-layout .item-tag a {
  padding: 6px 20px;
  display: inline-block;
  background: rgba(251, 82, 82, 0.15);
  color: #fb5252;
  border-radius: 3px;
}
.single-blog-layout .item-tag a:hover {
  background: #fb5252;
  color: #fff;
}

/*
======================================== 
  15 - Sale Section
========================================
*/
.sale-layout-one .sale-item {
  -webkit-box-shadow: 0px 6px 25px 0px rgba(111, 120, 142, 0.15);
  box-shadow: 0px 6px 25px 0px rgba(111, 120, 142, 0.15);
  background: #fff;
}
.sale-layout-one .sale-item .img {
  position: relative;
}
.sale-layout-one .sale-item .img img {
  width: 100%;
}
.sale-layout-one .sale-item .img:hover .slick-arrow {
  opacity: 1;
}
.sale-layout-one .sale-item .img:hover .hover {
  background: rgba(0, 0, 0, 0.2);
}
.sale-layout-one .sale-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sale-layout-one .sale-item .sale-tag {
  background: #fb5252;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.sale-layout-one .sale-item .rent-tag {
  background: #ff9c00;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.sale-layout-one .sale-item .feature-tag {
  background: #fb5252;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.sale-layout-one .sale-item .img-footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.sale-layout-one .sale-item .img-footer h4 {
  float: left;
  color: #fff;
  line-height: 1;
}
.sale-layout-one .sale-item .img-footer h4 span {
  font-size: 16px;
  font-weight: 400;
}
.sale-layout-one .sale-item .img-footer .list-inline {
  float: right;
}
.sale-layout-one .sale-item .img-footer .list-inline a {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.sale-layout-one .sale-item .img-footer .list-inline a:hover {
  color: #fb5252;
}
.sale-layout-one .sale-item .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 500;
}
.sale-layout-one .sale-item .slick-arrow.flaticon-right {
  right: 20px;
}
.sale-layout-one .sale-item .slick-arrow.flaticon-left {
  left: 20px;
}
.sale-layout-one .sale-item .content {
  padding: 30px 30px 15px;
}
.sale-layout-one .sale-item .content h4 {
  padding-bottom: 2px;
}
.sale-layout-one .sale-item .content h4 a {
  color: #343851;
}
.sale-layout-one .sale-item .content h4 a:hover {
  color: #fb5252;
}
.sale-layout-one .sale-item .footer-content {
  overflow: hidden;
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
.sale-layout-one .sale-item .footer-content > div {
  float: left;
}
.sale-layout-one .sale-item .footer-content > div:last-child {
  float: right;
}
.sale-layout-one .sale-item .footer-content .author .img {
  margin-right: 10px;
}
.sale-layout-one .sale-item .footer-content a {
  margin-top: 6px;
  display: inline-block;
  color: #757c8c;
}
.sale-layout-one .sale-item .footer-content a i {
  padding-left: 8px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.sale-layout-one .sale-item .footer-content a.active {
  color: #fb5252;
}
.sale-layout-one .sale-item .footer-content a.active > i:before {
  content: "\f106";
}
.sale-layout-one .sale-item .house-feature {
  border-top: 1px solid #ededed;
  padding-top: 25px;
  margin-top: 15px;
  display: none;
}
.sale-layout-one .sale-item .house-feature i {
  padding-right: 5px;
}

.ls-layout-one .container {
  position: relative;
}

.ls-layout-one .sale-wrap {
  position: relative;
  z-index: 2;
}
.ls-layout-one .sale-wrap:before {
  content: "";
  width: 518px;
  height: 584px;
  background: url("../img/latest-sale/shape.png") no-repeat;
  position: absolute;
  right: -250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.ls-layout-one .sale-wrap > .row {
  position: relative;
  z-index: 3;
  margin: 0;
  background-color: #fff;
  border-radius: 20px;
}
.ls-layout-one .sale-wrap > .row .col-md-6:first-child {
  padding-left: 0;
}

.ls-layout-one .sale-left {
  position: relative;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.ls-layout-one .sale-left > img {
  width: 100%;
}
.ls-layout-one .sale-left .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ls-layout-one .sale-left .sale-tag {
  background: #fb5252;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.ls-layout-one .sale-left .author {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.ls-layout-one .sale-left .author img {
  border: 2px solid #fff;
  border-radius: 50%;
}
.ls-layout-one .sale-left .author .content h4 {
  color: #fff;
  font-size: 1.3em;
  margin-left: 15px;
}
.ls-layout-one .sale-left .author .content span {
  display: block;
  font-weight: 400;
}

.ls-layout-one .sale-feature {
  border-top: 1px solid #ededed;
  padding-top: 30px;
}
.ls-layout-one .sale-feature .sale-flex {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ls-layout-one .sale-feature .sale-flex i {
  padding-right: 8px;
}

.ls-layout-one .sale-right {
  padding-right: 30px;
}
.ls-layout-one .sale-right h4 {
  margin-bottom: 25px;
}
.ls-layout-one .sale-right h3 {
  margin-bottom: 25px;
}
.ls-layout-one .sale-right p i {
  padding-right: 8px;
}

.ls-layout-one.background-sale .bg-shape:nth-child(4) {
  opacity: 0;
}

/*
======================================== 
  16 - FAQ Section
========================================
*/
.faq-layout-one .nav-tabs {
  display: block;
  border: 0;
  text-align: center;
  margin-bottom: 45px;
}
.faq-layout-one .nav-tabs .nav-item {
  margin-bottom: 0;
  border: 0;
  display: inline-block;
  background: rgba(251, 82, 82, 0.2);
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: #fb5252;
  border-radius: 5px;
  padding: 12px 25px;
  margin: 0 10px;
}
.faq-layout-one .nav-tabs .nav-item.active {
  background: #fb5252;
  color: #fff;
}

.faq-layout-one .tab-content {
  background: #fff;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(111, 120, 142, 0.09);
  box-shadow: 0px 0px 43px 0px rgba(111, 120, 142, 0.09);
  padding: 90px 75px;
}
.faq-layout-one .tab-content .tab-pane .admin-image {
  position: relative;
}
.faq-layout-one .tab-content .tab-pane .admin-image:before {
  content: "";
  width: 320px;
  height: 320px;
  background: #fb5252;
  -webkit-clip-path: ellipse(28% 50% at 50% 50%);
  clip-path: ellipse(28% 50% at 50% 50%);
  position: absolute;
  left: -30px;
  top: -30px;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq-layout-one .tab-content .tab-pane .admin-image img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 51px 0px rgba(111, 120, 142, 0.08);
  box-shadow: 0px 0px 51px 0px rgba(111, 120, 142, 0.08);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.faq-layout-one .accordion .card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0px 0px 37px 0px rgba(0, 85, 149, 0.08);
  box-shadow: 0px 0px 37px 0px rgba(0, 85, 149, 0.08);
  padding: 15px 20px;
  overflow: hidden;
}
.faq-layout-one .accordion .card .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
.faq-layout-one .accordion .card .card-header h2 {
  line-height: 0;
}
.faq-layout-one .accordion .card .card-header button {
  text-align: left;
  padding: 0;
  color: #343851;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  text-decoration: none;
}
.faq-layout-one .accordion .card .card-header button i {
  float: right;
  font-weight: bold;
}
.faq-layout-one .accordion .card .card-header button:hover,
.faq-layout-one .accordion .card .card-header button:focus,
.faq-layout-one .accordion .card .card-header button:visited {
  text-decoration: none;
}
.faq-layout-one .accordion .card .card-header button[aria-expanded="true"] i {
  color: #fb5252;
}
.faq-layout-one .accordion .card .card-body {
  padding: 20px 0 0;
}
.faq-layout-one .accordion .card:not(:last-child) {
  margin-bottom: 20px;
}

/*
======================================== 
  17 - Event Section
========================================
*/
/*
======================================== 
  18 - Listing Section
========================================
*/
.listing-layout-one .listing-item {
  padding: 60px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.listing-layout-one .listing-item .icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(251, 82, 82, 0.2);
  margin: 0 auto;
  color: #fb5252;
  font-size: 80px;
  line-height: 150px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.listing-layout-one .listing-item h4 {
  padding: 30px 0 15px;
}
.listing-layout-one .listing-item:hover,
.listing-layout-one .listing-item.active {
  -webkit-box-shadow: 0px 32px 43px 0px rgba(111, 120, 142, 0.09);
  box-shadow: 0px 32px 43px 0px rgba(111, 120, 142, 0.09);
}
.listing-layout-one .listing-item:hover .icon,
.listing-layout-one .listing-item.active .icon {
  background: #fb5252;
  color: #fff;
}

/*
======================================== 
  19 - Gallery Section
========================================
*/
.gallery-layout-one {
  position: relative;
  margin-top: -230px;
  margin-bottom: -330px;
}
.gallery-layout-one p.primary-color {
  font-weight: 600;
  text-transform: uppercase;
}
.gallery-layout-one h2 {
  text-transform: uppercase;
  padding-top: 5px;
}
.gallery-layout-one .slider-item {
  position: relative;
}
.gallery-layout-one .slider-item img {
  width: 100%;
}
.gallery-layout-one .slider-item:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
  top: 15px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.gallery-layout-one .slick-dots {
  bottom: 50px;
  z-index: 15;
}
.gallery-layout-one .slick-dots li {
  width: 20px;
  height: 20px;
}
.gallery-layout-one .slick-dots li.slick-active button {
  background: transparent;
  border-color: #fff;
}
.gallery-layout-one .slick-dots li button {
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
}
.gallery-layout-one .slick-dots li button:before {
  display: none;
}

/*
======================================== 
  20 - Fun Facts Section
========================================
*/
.skill-layout-one .ldBar {
  width: 160px !important;
  height: 160px !important;
  margin: 0 auto;
}
.skill-layout-one .ldBar .mainline {
  stroke-width: 4px;
  stroke: #fb5252;
}
.skill-layout-one .ldBar .baseline {
  stroke-width: 4px;
}
.skill-layout-one .ldBar .ldBar-label {
  color: #fb5252;
  font-size: 23px;
  font-weight: 600;
}

.skill-layout-one .skill-item {
  padding: 0 30px;
}
.skill-layout-one .skill-item h4 {
  text-transform: uppercase;
  padding: 20px 0 5px;
}

/*
======================================== 
  21 - Instagram Section
========================================
*/
.instagram-layout-one {
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 0 -4px;
}
.instagram-layout-one .instagram-item {
  float: left;
  width: 20%;
  padding: 0 4px;
}

.instagram-layout-two .container-fluid {
  max-width: 1600px;
}
.instagram-layout-two .container-fluid img {
  width: 100%;
}

.follow-layout-one .follow-item {
  background: #fff;
  -webkit-box-shadow: 0px 13px 46px 0px rgba(111, 120, 142, 0.1);
  box-shadow: 0px 13px 46px 0px rgba(111, 120, 142, 0.1);
}
.follow-layout-one .follow-item img {
  width: 100%;
}
.follow-layout-one .follow-item .content {
  padding: 25px 30px;
}

/*
======================================== 
  22 - Map Section
========================================
*/
.map-layout-one .map-wrap {
  position: relative;
}
.map-layout-one .map-wrap .map-items {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.map-layout-one .map-wrap .map-item {
  position: absolute;
  width: 300px;
  min-height: 10px;
}
.map-layout-one .map-wrap .map-item .item-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 0;
  cursor: pointer;
  z-index: 3;
}
.map-layout-one .map-wrap .map-item .item-dot:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: -2px;
  top: -2px;
  cursor: pointer;
}
.map-layout-one .map-wrap .map-item .item-dot.item-dot-active {
  background: #fb5252;
}
.map-layout-one .map-wrap .map-item .item-dot.item-dot-active:before {
  background: #fb5252;
}
.map-layout-one .map-wrap .map-item .item-details {
  position: absolute;
  bottom: 20px;
  width: 300px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map-layout-one .map-wrap .map-item .item-details .content {
  padding: 20px 25px;
}
.map-layout-one .map-wrap .map-item .item-details.show {
  opacity: 1;
}
.map-layout-one .map-wrap .map-item:nth-child(1) {
  left: 100px;
  top: 400px;
}
.map-layout-one .map-wrap .map-item:nth-child(2) {
  right: 50px;
  top: 450px;
}
.map-layout-one .map-wrap .map-item:nth-child(3) {
  left: 150px;
  bottom: 100px;
}
.map-layout-one .map-wrap .map-item:nth-child(4) {
  right: 150px;
  bottom: 70px;
}

.map-layout-one .map-video {
  position: relative;
}
.map-layout-one .map-video img {
  min-height: 750px;
  max-width: 110%;
}
.map-layout-one .map-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  background: #fb5252;
  color: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  border-radius: 50%;
}
.map-layout-one .map-video .play-button:before {
  content: "";
  width: 124px;
  height: 124px;
  background: #fb5252;
  position: absolute;
  left: -12px;
  top: -12px;
  opacity: 0.5;
  border-radius: 50%;
}
.map-layout-one .map-video .play-button i {
  position: relative;
  z-index: 2;
}

.halfmap-fixed {
  position: fixed;
  top: 147px;
  left: 0;
  height: calc(100vh - 147px);
  width: 40%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.halfmap-fixed #map-canvas {
  height: calc(100vh - 147px);
}
.halfmap-fixed.top-bigger {
  top: 90px;
  height: calc(100vh - 90px);
}
.halfmap-fixed.top-bigger #map-canvas {
  height: calc(100vh - 90px);
}

/*
======================================== 
  23 - Newsletter Section
========================================
*/
.newsletter-layout-one {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fb5252),
    color-stop(50%, #fb5252),
    color-stop(50%, #151926),
    to(#151926)
  );
  background: -webkit-linear-gradient(
    left,
    #fb5252 0%,
    #fb5252 50%,
    #151926 50%,
    #151926 100%
  );
  background: -o-linear-gradient(
    left,
    #fb5252 0%,
    #fb5252 50%,
    #151926 50%,
    #151926 100%
  );
  background: linear-gradient(
    to right,
    #fb5252 0%,
    #fb5252 50%,
    #151926 50%,
    #151926 100%
  );
  padding: 400px 0 100px;
}
.newsletter-layout-one .container-fluid {
  max-width: 1700px;
}
.newsletter-layout-one .container-fluid .col-md-6:first-child {
  padding-right: 60px;
}
.newsletter-layout-one .container-fluid .col-md-6:last-child {
  padding-left: 60px;
}
.newsletter-layout-one .newsletter-title {
  float: left;
  padding-right: 30px;
  width: 32%;
}
.newsletter-layout-one .newsletter-title h2 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.3em;
  padding-top: 5px;
}
.newsletter-layout-one .newsletter-title p {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.newsletter-layout-one .newsletter-form {
  float: right;
  width: 68%;
}
.newsletter-layout-one .newsletter-form input {
  width: 68%;
  margin-right: 2%;
  float: left;
  padding: 19px 20px;
  border: 0;
  background: #fff;
  text-transform: uppercase;
}
.newsletter-layout-one .newsletter-form button {
  float: right;
  width: 30%;
  padding: 20px;
  text-transform: uppercase;
  background: #151926;
  text-transform: uppercase;
  color: #fff;
}
.newsletter-layout-one .newsletter-item .icon {
  font-size: 65px;
  line-height: 1.1em;
  margin-right: 20px;
}
.newsletter-layout-one .newsletter-item h2 {
  line-height: 1.2;
}

.newsletter-layout-two .subscribe-form {
  margin-bottom: 90px;
}
.newsletter-layout-two .subscribe-form form {
  position: relative;
}
.newsletter-layout-two .subscribe-form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 22px 40px;
  color: #fff;
  border-radius: 5px;
}
.newsletter-layout-two .subscribe-form input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-layout-two .subscribe-form input:-ms-input-placeholder {
  color: #fff;
}
.newsletter-layout-two .subscribe-form input::-ms-input-placeholder {
  color: #fff;
}
.newsletter-layout-two .subscribe-form input::placeholder {
  color: #fff;
}
.newsletter-layout-two .subscribe-form input:focus {
  border-color: #fb5252;
}
.newsletter-layout-two .subscribe-form button {
  padding: 15px 40px;
  background: #fb5252;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 5px;
}

/*
======================================== 
  24 - Search Section
========================================
*/
.search-layout-one {
  position: relative;
  padding: 60px 40px 0;
}
.search-layout-one .short-version {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 730px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.search-layout-one .short-version > div {
  float: left;
}
.search-layout-one .short-version .select {
  background: #f8f8f8;
  border-radius: 50px;
  position: relative;
  color: #343851;
}
.search-layout-one .short-version .select:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fb5252 #fb5252 transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.search-layout-one .short-version .select select {
  padding: 25px 50px 25px 30px;
  font-weight: 500;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-layout-one .short-version .input input {
  border: 0;
  padding: 25px 20px;
  min-width: 350px;
  background: #fff;
}
.search-layout-one .short-version .view-button {
  padding: 25px 20px;
}
.search-layout-one .short-version .view-button a {
  color: #fb5252;
}
.search-layout-one .short-version .submit-form {
  float: right;
  margin-right: 11px;
}
.search-layout-one .short-version .submit-form input {
  background: #fb5252;
  padding: 14px 38px;
  border-radius: 50px;
  margin-top: 11px;
  font-weight: 600;
  color: #fff;
}
.search-layout-one .advance-search {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px 30px;
  -webkit-box-shadow: 0px 0px 139px 0px rgba(111, 120, 142, 0.06);
  box-shadow: 0px 0px 139px 0px rgba(111, 120, 142, 0.06);
  display: none;
  position: absolute;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 1;
  margin-top: 10px;
}
.search-layout-one .advance-search .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.search-layout-one .advance-search .checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.search-layout-one .advance-search .checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: #ddd;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 2px;
}
.search-layout-one .advance-search .checkbox input:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  color: #fff;
}
.search-layout-one .advance-search .checkbox input:checked + label:before {
  background: #fb5252;
}
.search-layout-one .advance-search .select-two {
  background: #fff;
  border-radius: 3px;
  position: relative;
  color: #757c8c;
  border: 1px solid #ddd;
}
.search-layout-one .advance-search .select-two.select-half {
  width: 47%;
  float: left;
}
.search-layout-one .advance-search .select-two.select-half:last-child {
  float: right;
}
.search-layout-one .advance-search .select-two:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #757c8c #757c8c transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
}
.search-layout-one .advance-search .select-two select {
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-layout-one .advance-search .input-half {
  width: 48%;
  float: right;
}
.search-layout-one .advance-search .input-half input {
  width: 100%;
  padding: 11px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.search-layout-two {
  padding-top: 100px;
}
.search-layout-two h2 {
  margin-bottom: 45px;
}
.search-layout-two .search-layout {
  position: relative;
  background: #fff;
  padding: 50px 40px;
  -webkit-box-shadow: 0px 0 39px 0px rgba(111, 120, 142, 0.07);
  box-shadow: 0px 0 39px 0px rgba(111, 120, 142, 0.07);
}
.search-layout-two .short-form .select {
  background: #fff;
  border-radius: 5px;
  position: relative;
  color: #757c8c;
  border: 1px solid #ddd;
  width: 100%;
}
.search-layout-two .short-form .select:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #757c8c #757c8c transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
}
.search-layout-two .short-form .select select {
  padding: 12px 25px;
  width: 100%;
  text-align: center;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #757c8c;
}
.search-layout-two .short-form .input-text input {
  width: 100%;
  padding: 12px 25px;
  color: #757c8c;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}
.search-layout-two .short-form .input-text input::-webkit-input-placeholder {
  color: #757c8c;
}
.search-layout-two .short-form .input-text input:-ms-input-placeholder {
  color: #757c8c;
}
.search-layout-two .short-form .input-text input::-ms-input-placeholder {
  color: #757c8c;
}
.search-layout-two .short-form .input-text input::placeholder {
  color: #757c8c;
}
.search-layout-two .short-form .input-submit input {
  background: #fb5252;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 13px 10px;
  border-radius: 5px;
  font-weight: 600;
}
.search-layout-two .show-advance {
  display: inline-block;
  margin-top: 40px;
  color: #fb5252;
  font-size: 17px;
  font-weight: 500;
}
.search-layout-two .show-advance i {
  position: relative;
  font-size: 15px;
  padding-left: 5px;
  top: 1px;
}
.search-layout-two .advance-search {
  padding: 50px 40px;
  display: none;
  -webkit-box-shadow: 0px 40px 39px 0px rgba(111, 120, 142, 0.07);
  box-shadow: 0px 40px 39px 0px rgba(111, 120, 142, 0.07);
  position: absolute;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 1;
}
.search-layout-two .advance-search .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.search-layout-two .advance-search .checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.search-layout-two .advance-search .checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: #ddd;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 2px;
}
.search-layout-two .advance-search .checkbox input:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  color: #fff;
}
.search-layout-two .advance-search .checkbox input:checked + label:before {
  background: #fb5252;
}
.search-layout-two .advance-search .select-two {
  background: #fff;
  border-radius: 5px;
  position: relative;
  color: #757c8c;
  border: 1px solid #ddd;
}
.search-layout-two .advance-search .select-two.select-half {
  width: 47%;
  float: left;
}
.search-layout-two .advance-search .select-two.select-half:last-child {
  float: right;
}
.search-layout-two .advance-search .select-two:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #757c8c #757c8c transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
}
.search-layout-two .advance-search .select-two select {
  padding: 12px 25px;
  width: 100%;
  text-align: center;
  border: 0;
  color: #757c8c;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-layout-two .advance-search .input-half {
  width: 48%;
  float: right;
}
.search-layout-two .advance-search .input-half input {
  width: 100%;
  padding: 11px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  border-radius: 3px;
  margin: 3px auto 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 3px;
  background-color: #757c8c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.active .slider:before {
  background-color: #fb5252;
}

.active .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.search-layout-three {
  background: #fff;
  position: relative;
  padding-top: 86px;
}
.search-layout-three form > .container > .row {
  margin: 0;
}
.search-layout-three .short-version {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.search-layout-three .short-version > div {
  float: left;
}
.search-layout-three .short-version .select {
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 0;
  border-bottom: 0;
  position: relative;
  height: 100%;
  color: #343851;
}
.search-layout-three .short-version .select:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fb5252 #fb5252 transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.search-layout-three .short-version .select select {
  padding: 25px 60px 25px 30px;
  font-weight: 600;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  position: relative;
}
.search-layout-three .short-version .input {
  width: 60%;
}
.search-layout-three .short-version .input input {
  border: 0;
  padding: 25px 20px;
  width: 100%;
  background: #fff;
  font-weight: 600;
}
.search-layout-three .short-version .view-button {
  padding: 29px 30px 28px;
  line-height: 0;
}
.search-layout-three .short-version .view-button a {
  color: #fb5252;
}
.search-layout-three .short-version .view-button .switch {
  width: 42px;
  height: 15px;
}
.search-layout-three .short-version .view-button .switch .slider {
  border-radius: 30px;
}
.search-layout-three .short-version .view-button .switch .slider:before {
  width: 22px;
  height: 15px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.search-layout-three .short-version .submit-form {
  float: right;
}
.search-layout-three .short-version .submit-form input {
  background: #fb5252;
  padding: 25px 50px;
  font-weight: 600;
  color: #fff;
}
.search-layout-three .advance-search {
  padding: 50px 40px;
  display: none;
  -webkit-box-shadow: 0px 40px 39px 0px rgba(111, 120, 142, 0.03);
  box-shadow: 0px 40px 39px 0px rgba(111, 120, 142, 0.03);
  position: absolute;
  background: #fff;
  border-top: 1px solid #eaeaea;
  left: 0;
  width: 100%;
  z-index: 1;
}
.search-layout-three .advance-search .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.search-layout-three .advance-search .checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.search-layout-three .advance-search .checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: #ddd;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 2px;
}
.search-layout-three .advance-search .checkbox input:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 4px;
  left: 3px;
  color: #fff;
}
.search-layout-three .advance-search .checkbox input:checked + label:before {
  background: #fb5252;
}
.search-layout-three .advance-search .select-two {
  background: #fff;
  border-radius: 5px;
  position: relative;
  color: #757c8c;
  border: 1px solid #ddd;
}
.search-layout-three .advance-search .select-two.select-half {
  width: 47%;
  float: left;
}
.search-layout-three .advance-search .select-two.select-half:last-child {
  float: right;
}
.search-layout-three .advance-search .select-two:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #757c8c #757c8c transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
}
.search-layout-three .advance-search .select-two select {
  padding: 12px 25px;
  width: 100%;
  text-align: center;
  border: 0;
  color: #757c8c;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-layout-three .advance-search .input-half {
  width: 48%;
  float: right;
}
.search-layout-three .advance-search .input-half input {
  width: 100%;
  padding: 11px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.search-layout-four {
  background: #fff;
  -webkit-box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.03);
}
.search-layout-four .short-version .input input {
  font-weight: 400;
}

.search-layout-five {
  background: #fff;
  -webkit-box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.03);
}
.search-layout-five .short-version .input {
  width: 55%;
}
.search-layout-five .short-version .input input {
  font-weight: 400;
}

.search-layout-six {
  background: #fff;
  -webkit-box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.03);
}
.search-layout-six .short-version .input {
  width: 42%;
}
.search-layout-six .short-version .input input {
  font-weight: 400;
}

/*
======================================== 
  25 - Video Section
========================================
*/
.video-layout-one {
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(42, 55, 76, 0.97)),
      to(rgba(42, 55, 76, 0.97))
    ),
    url("https://via.placeholder.com/1920x800/eee/fff");
  background-image: -webkit-linear-gradient(
      right,
      rgba(42, 55, 76, 0.97),
      rgba(42, 55, 76, 0.97)
    ),
    url("https://via.placeholder.com/1920x800/eee/fff");
  background-image: -o-linear-gradient(
      right,
      rgba(42, 55, 76, 0.97),
      rgba(42, 55, 76, 0.97)
    ),
    url("https://via.placeholder.com/1920x800/eee/fff");
  background-image: linear-gradient(
      to left,
      rgba(42, 55, 76, 0.97),
      rgba(42, 55, 76, 0.97)
    ),
    url("https://via.placeholder.com/1920x800/eee/fff");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.video-layout-one .video-carousel {
  width: 130%;
  left: -15%;
}
.video-layout-one .video-tt {
  padding: 0 15px;
}
.video-layout-one .video-item {
  position: relative;
}
.video-layout-one .video-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #2a374c;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.video-layout-one .video-item img {
  width: 100%;
}
.video-layout-one .video-item .icons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: 99;
}
.video-layout-one .video-item .icons a {
  background-color: #fff;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  text-align: center;
  line-height: 108px;
}
.video-layout-one .video-item .icons a svg {
  width: 80px;
  height: 80px;
}
.video-layout-one .video-tt.slick-center .video-item:before {
  display: none;
}
.video-layout-one .video-tt.slick-center .video-item .icons {
  opacity: 1;
  z-index: 11;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.video-layout-one .video-arrow {
  width: 36%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  color: #fff;
  font-size: 40px;
  line-height: 0;
}
.video-layout-one .video-arrow i {
  cursor: pointer;
}
.video-layout-one .video-arrow .flaticon-right {
  float: right;
}

.video-layout-two {
  position: relative;
}
.video-layout-two img {
  width: 100%;
}
.video-layout-two .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}
.video-layout-two .playbutton {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  width: 172px;
  height: 172px;
  display: inline-block;
  text-align: center;
  line-height: 172px;
}
.video-layout-two .playbutton:before {
  content: "";
  width: 172px;
  height: 172px;
  border-right: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: -3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation: rotate-center 4s infinite linear;
  animation: rotate-center 4s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.video-layout-two .playbutton svg {
  width: 80px;
  height: 80px;
}
.video-layout-two .playbutton .triangle {
  stroke: #fff;
}
.video-layout-two .playbutton:hover:before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.video-layout-three {
  position: relative;
  overflow: hidden;
}
.video-layout-three:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/property-bg-2.png") no-repeat;
  background-position: center -200px;
  position: absolute;
  left: 0;
  top: 0;
}
.video-layout-three .video-slider {
  margin-bottom: 40px;
}
.video-layout-three .slider-item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(111, 120, 142, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(111, 120, 142, 0.1);
  margin: 30px;
}
.video-layout-three .video-left {
  position: relative;
}
.video-layout-three .video-left img {
  width: 100%;
}
.video-layout-three .video-left .playbutton {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: #fff;
  line-height: 80px;
  text-align: center;
}
.video-layout-three .video-left .playbutton:before {
  content: "";
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50%;
}
.video-layout-three .video-left .playbutton svg {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
}
.video-layout-three .video-right {
  padding: 0 30px 0 0;
}
.video-layout-three .video-right p:first-child {
  text-transform: uppercase;
}
.video-layout-three .video-right h3 {
  margin-bottom: 20px;
}
.video-layout-three .video-right p i {
  margin-right: 8px;
}
.video-layout-three .slick-dots {
  bottom: -40px;
}
.video-layout-three .slick-dots li {
  width: 15px;
  height: 15px;
}
.video-layout-three .slick-dots li.slick-active button {
  background: #fb5252;
}
.video-layout-three .slick-dots li button {
  background: rgba(251, 82, 82, 0.37);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.video-layout-three .slick-dots li button:before {
  display: none;
}

/*
======================================== 
  26 - Contact Section
========================================
*/
.contact-innar .contact-item {
  padding-right: 100px;
}
.contact-innar .contact-item .contact-lists {
  padding-top: 25px;
}
.contact-innar .contact-item .contact-list {
  padding-bottom: 10px;
}
.contact-innar .contact-item .contact-list .icon {
  padding-right: 20px;
}
.contact-innar .contact-item .contact-list:last-child {
  padding-bottom: 0;
}

.contact-innar .contact-form .input-full {
  margin-bottom: 25px;
}

.contact-innar .contact-form .textarea-full {
  margin-bottom: 20px;
}

.contact-innar .contact-form label {
  padding-bottom: 1px;
  color: #343851;
}

.contact-innar .contact-form input,
.contact-innar .contact-form textarea {
  width: 100%;
  padding: 12px 25px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}
.contact-innar .contact-form input:focus,
.contact-innar .contact-form textarea:focus {
  border-color: #fb5252;
}

.contact-innar .contact-form textarea {
  height: 100px;
}

.contact-innar .contact-form .button {
  font-weight: 400;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 3px;
}

/*
======================================== 
  27 - Other's Section
========================================
*/
.plan-layout-one {
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url("https://via.placeholder.com/1920x830/aaa/fff");
  background-image: -webkit-linear-gradient(
      right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("https://via.placeholder.com/1920x830/aaa/fff");
  background-image: -o-linear-gradient(
      right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("https://via.placeholder.com/1920x830/aaa/fff");
  background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("https://via.placeholder.com/1920x830/aaa/fff");
  background-repeat: no-repeat;
  background-size: cover;
}
.plan-layout-one .plan-item {
  padding: 0 30px;
}
.plan-layout-one .plan-item img {
  width: 100%;
}
.plan-layout-one .plan-item .img {
  position: relative;
}
.plan-layout-one .plan-item .hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.plan-layout-one .plan-item .content {
  padding-top: 25px;
}
.plan-layout-one .plan-item .content h4,
.plan-layout-one .plan-item .content h6 i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-layout-one .plan-item .content h6 {
  padding: 5px 0 10px;
}
.plan-layout-one .plan-item .content h6 i {
  font-size: 24px;
  padding-left: 20px;
}
.plan-layout-one .plan-item:hover .content h4 a,
.plan-layout-one .plan-item:hover .content h6 i {
  color: #fb5252;
}
.plan-layout-one .plan-item:hover .hover {
  opacity: 1;
}

.plan-layout-two {
  position: relative;
}
.plan-layout-two .slick-slide img {
  min-height: 700px;
  max-width: 150%;
}
.plan-layout-two .plan-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  padding-bottom: 50px;
}
.plan-layout-two .section-heading p {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
}
.plan-layout-two .section-heading h2 {
  color: #fff;
  text-transform: uppercase;
}
.plan-layout-two .nav-pills .nav-link {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 14px 15px;
}
.plan-layout-two .nav-pills .nav-link:not(:last-child) {
  margin-bottom: 20px;
}
.plan-layout-two .nav-pills .nav-link.active,
.plan-layout-two .nav-pills .show > .nav-link {
  background: #fb5252;
  border-color: #fb5252;
}
.plan-layout-two .tab-content {
  padding-left: 70px;
}
.plan-layout-two .tab-content h4 {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.plan-layout-two .tab-content .col-md-7 {
  padding-right: 50px;
}
.plan-layout-two .tab-content .col-md-7 > p {
  font-size: 12px;
  margin-bottom: 30px;
}
.plan-layout-two .tab-content .floor-list li {
  color: #fff;
  font-size: 12px;
}
.plan-layout-two .tab-content .floor-list li i {
  margin-right: 8px;
}
.plan-layout-two .tab-content .floor-list li:not(:last-child) {
  padding-bottom: 10px;
}
.plan-layout-two .slick-dots {
  bottom: 50px;
  z-index: 15;
}
.plan-layout-two .slick-dots li {
  width: 20px;
  height: 20px;
}
.plan-layout-two .slick-dots li.slick-active button {
  background: transparent;
  border-color: #fff;
}
.plan-layout-two .slick-dots li button {
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
}
.plan-layout-two .slick-dots li button:before {
  display: none;
}

.location-layout-one .map-locations {
  min-height: 575px;
  background: url("../img/location-bg.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.location-layout-one .map-pin {
  position: absolute;
  left: 130px;
  top: 160px;
}
.location-layout-one .map-pin .show-location {
  width: 16px;
  height: 16px;
  background: #fb5252;
  border-radius: 50%;
  cursor: pointer;
}
.location-layout-one .map-pin .show-location:before {
  content: "";
  width: 24px;
  height: 24px;
  background: rgba(251, 82, 82, 0.5);
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
}
.location-layout-one .map-pin:nth-child(2) {
  right: 330px;
  top: 200px;
  left: auto;
}
.location-layout-one .map-pin:nth-child(3) {
  left: 50%;
  top: 50%;
}
.location-layout-one .map-pin:nth-child(4) {
  left: 20%;
  top: 55%;
}
.location-layout-one .map-pin:nth-child(5) {
  left: auto;
  top: auto;
  right: 20%;
  bottom: 22%;
}

.location-layout-one .location-item {
  max-width: 370px;
  -webkit-box-shadow: 0px 6px 33px 0px rgba(111, 120, 142, 0.05);
  box-shadow: 0px 6px 33px 0px rgba(111, 120, 142, 0.05);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: -10px;
  z-index: -1;
}
.location-layout-one .location-item .content {
  padding: 30px 30px 15px;
}
.location-layout-one .location-item .content h4 {
  padding-bottom: 2px;
}
.location-layout-one .location-item .footer-content {
  overflow: hidden;
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
.location-layout-one .location-item .footer-content > div {
  float: left;
}
.location-layout-one .location-item .footer-content > div:last-child {
  float: right;
}
.location-layout-one .location-item .footer-content .author .img {
  margin-right: 10px;
}
.location-layout-one .location-item .footer-content a {
  margin-top: 6px;
  display: inline-block;
  color: #757c8c;
}
.location-layout-one .location-item .footer-content a i {
  padding-left: 8px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.location-layout-one .location-item .footer-content a.active {
  color: #fb5252;
}
.location-layout-one .location-item .footer-content a.active > i:before {
  content: "\f106";
}
.location-layout-one .location-item .house-feature {
  border-top: 1px solid #ededed;
  padding-top: 25px;
  margin-top: 15px;
  display: none;
}
.location-layout-one .location-item .house-feature i {
  padding-right: 5px;
}
.location-layout-one .location-item.show {
  opacity: 1;
  z-index: 1;
}

.explore-layout-one {
  padding: 80px 0 100px;
}
.explore-layout-one .tab-content {
  margin-top: 60px;
}
.explore-layout-one .nav-tabs .nav-item {
  padding: 0 14px;
}
.explore-layout-one .nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.explore-layout-one .nav-tabs .nav-item .nav-link {
  color: #757c8c;
  padding: 8px 0;
  border: 0;
  border-bottom: 2px solid transparent;
}
.explore-layout-one .nav-tabs .nav-item.show .nav-link,
.explore-layout-one .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #fb5252;
  color: #fb5252;
}
.explore-layout-one .explore-list li:not(:last-child) {
  padding-bottom: 12px;
}
.explore-layout-one .explore-list a {
  color: #757c8c;
  font-size: 17px;
  position: relative;
}
.explore-layout-one .explore-list a:before {
  content: "\f110";
  font-family: "Flaticon";
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.explore-layout-one .explore-list a:hover {
  color: #fb5252;
  padding-left: 25px;
}
.explore-layout-one .explore-list a:hover:before {
  opacity: 1;
  left: 0;
}

.explore-layout-two {
  background: #eff2f7;
}
.explore-layout-two .container-fluid {
  max-width: 1450px;
}
.explore-layout-two .container-fluid .explore-carousel {
  margin: 0 -15px;
  margin-bottom: 80px;
}
.explore-layout-two .container-fluid .explore-tt {
  padding: 0 15px;
}
.explore-layout-two .explore-item {
  position: relative;
}
.explore-layout-two .explore-item img {
  width: 100%;
}
.explore-layout-two .explore-item .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 30px;
}
.explore-layout-two .explore-item .hover h4 {
  font-weight: 500;
  color: #fff;
}
.explore-layout-two .explore-item .hover p {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #fff;
}
.explore-layout-two .explore-item .hover p:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.explore-layout-two .explore-item .hover p:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 9px;
}
.explore-layout-two .slick-dots {
  bottom: -80px;
  z-index: 15;
}
.explore-layout-two .slick-dots li {
  width: 24px;
  height: 24px;
}
.explore-layout-two .slick-dots li.slick-active button {
  border: 7px solid #fb5252;
}
.explore-layout-two .slick-dots li button {
  background: #f7f6f1;
  border: 5px solid rgba(251, 82, 82, 0.2);
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 3px;
}
.explore-layout-two .slick-dots li button:before {
  display: none;
}

.explore-layout-three .explore-item {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.explore-layout-three .explore-item img {
  width: 100%;
}
.explore-layout-three .explore-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.explore-layout-three .explore-item .content a {
  color: #fff;
}
.explore-layout-three .explore-item .content p {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.explore-layout-three .explore-item:hover {
  -webkit-box-shadow: 0px 19px 25px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 19px 25px 0px rgba(0, 0, 0, 0.13);
}
.explore-layout-three .explore-item:hover .content {
  background: #fff;
}
.explore-layout-three .explore-item:hover .content a {
  color: #343851;
}
.explore-layout-three .explore-item:hover .content p {
  color: #757c8c;
}

/*
======================================== 
  26 - Contact Section
========================================
*/
.contact-innar .contact-item {
  padding-right: 100px;
}
.contact-innar .contact-item .contact-lists {
  padding-top: 25px;
}
.contact-innar .contact-item .contact-list {
  padding-bottom: 10px;
}
.contact-innar .contact-item .contact-list .icon {
  padding-right: 20px;
}
.contact-innar .contact-item .contact-list:last-child {
  padding-bottom: 0;
}

.contact-innar .contact-form .input-full {
  margin-bottom: 25px;
}

.contact-innar .contact-form .textarea-full {
  margin-bottom: 20px;
}

.contact-innar .contact-form label {
  padding-bottom: 1px;
  color: #343851;
}

.contact-innar .contact-form input,
.contact-innar .contact-form textarea {
  width: 100%;
  padding: 12px 25px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}
.contact-innar .contact-form input:focus,
.contact-innar .contact-form textarea:focus {
  border-color: #fb5252;
}

.contact-innar .contact-form textarea {
  height: 100px;
}

.contact-innar .contact-form .button {
  font-weight: 400;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 3px;
}

/*
======================================== 
  28 - Homepages
========================================
*/
.background-sale {
  position: relative;
  overflow: hidden;
}
.background-sale .background-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.background-sale .background-shapes .bg-shape {
  position: absolute;
  background: #f2f1f4;
  width: 360px;
  height: 360px;
  border-radius: 50%;
}
.background-sale .background-shapes .bg-shape:nth-child(1) {
  width: 250px;
  height: 600px;
  border-radius: 100px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  left: 130px;
  top: -100px;
}
.background-sale .background-shapes .bg-shape:nth-child(2) {
  left: -50px;
  bottom: -20px;
}
.background-sale .background-shapes .bg-shape:nth-child(3) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -200px;
}
.background-sale .background-shapes .bg-shape:nth-child(4) {
  right: -50px;
  bottom: 100px;
}
.background-sale .container {
  position: relative;
  z-index: 3;
}

.background-testimonial .testimonial-carousel {
  background: url("../img/testimonial/testimonial-bg-2.png") no-repeat;
  background-size: contain;
}

.page-content-layout {
  border-top: 1px solid #eaeaea;
  background: #f7f7f7;
  margin-top: 90px;
}

.filter-layout .filter-menu li:not(:last-child) {
  padding-right: 10px;
}

.filter-layout .filter-menu a {
  color: #757c8c;
}
.filter-layout .filter-menu a i {
  padding-right: 5px;
}

.filter-layout .filter-property li:not(:last-child) {
  padding-right: 2px;
}

.filter-layout .filter-property li {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-layout .filter-property li.active {
  color: #fb5252;
}

.infoBox {
  overflow: hidden;
}

.infoBox img {
  position: absolute !important;
  top: 70px;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 9;
  background-color: rgba(20, 20, 20, 0.6);
}

.property-maps {
  margin: 60px 0 10px 0;
  width: 320px;
  height: 300px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  /* .img-container */
}

.property-maps .img-container {
  position: relative !important;
  height: 260px;
  width: 320px;
  display: block;
  background-size: cover;
  /* .title */
}

.property-maps .img-container .title {
  color: #343851;
  background: #fff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  height: 55px;
  padding: 16px 10px 0 20px;
  line-height: 1.7;
  overflow: hidden;
  font-weight: 200;
  position: absolute !important;
  font-weight: 600;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-maps .img-container .title:hover {
  color: #fb5252;
}

.property-maps .details {
  background-color: #fff;
  position: relative;
  list-style: none;
  height: 40px;
  z-index: 5;
  padding: 0 20px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.property-maps .details i {
  padding-right: 10px;
}

#maps .control-left-wrapper,
#maps .control-right-wrapper {
  cursor: pointer;
  margin: 14px 10px 0;
  position: relative;
}

#maps .control-left-wrapper .zoom-in,
#maps .control-right-wrapper .zoom-in,
#maps .control-left-wrapper .zoom-out,
#maps .control-right-wrapper .zoom-out,
#maps .control-left-wrapper .set-position,
#maps .control-right-wrapper .set-position,
#maps .control-left-wrapper .next-ads,
#maps .control-right-wrapper .next-ads,
#maps .control-left-wrapper .prev-ads,
#maps .control-right-wrapper .prev-ads {
  height: 42px;
  width: 42px;
  opacity: 0.7;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#maps .control-left-wrapper .zoom-in:hover,
#maps .control-right-wrapper .zoom-in:hover,
#maps .control-left-wrapper .zoom-out:hover,
#maps .control-right-wrapper .zoom-out:hover,
#maps .control-left-wrapper .set-position:hover,
#maps .control-right-wrapper .set-position:hover,
#maps .control-left-wrapper .next-ads:hover,
#maps .control-right-wrapper .next-ads:hover,
#maps .control-left-wrapper .prev-ads:hover,
#maps .control-right-wrapper .prev-ads:hover {
  opacity: 1;
}

#maps .control-left-wrapper .zoom-in:after,
#maps .control-right-wrapper .zoom-in:after {
  content: "\f067";
}

#maps .control-left-wrapper .zoom-out:after,
#maps .control-right-wrapper .zoom-out:after {
  content: "\f068";
  margin-top: 5px;
}

#maps .control-left-wrapper .set-position:after,
#maps .control-right-wrapper .set-position:after {
  content: "\f124";
  margin-top: 5px;
}

#maps .control-left-wrapper .next-ads:after,
#maps .control-right-wrapper .next-ads:after {
  content: "\f053";
  margin-top: 5px;
  float: left;
}

#maps .control-left-wrapper .prev-ads:after,
#maps .control-right-wrapper .prev-ads:after {
  content: "\f054";
  margin-top: 5px;
  float: left;
}

#maps .control-left-wrapper div:after,
#maps .control-right-wrapper div:after {
  padding-top: 0px;
  background-color: #fb5252;
  border: 1px solid #fb5252;
  font-family: "Font Awesome 5 Free";
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  bottom: 0;
  left: 0;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 900;
  line-height: 42px;
}

.preloader-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fb5252;
  z-index: 999;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}

.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-moz-keyframes folding {
  0%,
  10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes folding {
  0%,
  10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
  100% {
    top: 35px;
  }
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}

@keyframes text {
  100% {
    top: 35px;
  }
}

@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

/*
======================================== 
  29 - Other's Pages
========================================
*/
.error-layout-one {
  min-height: 1024px;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.error-layout-one:before {
  content: "";
  border-left: 700px solid #fb5252;
  border-top: 535px solid transparent;
  border-bottom: 535px solid transparent;
  position: absolute;
  left: 0;
  top: -0;
  opacity: 0.03;
  z-index: -1;
}

.error-layout-one h2 {
  color: #343851;
}

.error-layout-one h1 {
  font-size: 100px;
  color: #fb5252;
}

.error-layout-one p {
  margin-bottom: 30px;
}

table.blueTable {
  border: 1px solid #1c6ea4;
  background-color: #eeeeee;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td,
table.blueTable th {
  border: 1px solid #aaaaaa;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 12px;
}
table.blueTable tr:nth-child(even) {
  background: #d0e4f5;
}
table.blueTable thead {
  background: #1c6ea4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1c6ea4 100%);
  background: -webkit-linear-gradient(
    top,
    #5592bb 0%,
    #327cad 66%,
    #1c6ea4 100%
  );
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1c6ea4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  border-left: 1px solid #d0e4f5;
  text-align: center;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #d0e4f5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #d0e4f5 100%);
  background: -webkit-linear-gradient(
    top,
    #dcebf7 0%,
    #d4e6f6 66%,
    #d0e4f5 100%
  );
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #d0e4f5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}
