/* =======================================================
* Website Name: Findinn
* Template URL: https://ahmadarbab.me/findinn
* Author: codeglamour
* License: https://ahmadarbab.me/findinn/terms.html
======================================================== */


/* ----------------------
[Table of contents]
 
01.Default CSS
02.Preloader CSS
03.Navbar CSS
04.Login Signup Modal CSS
05.HOME PAGE 1 CSS
06.HOME PAGE 2 CSS
07.HOME PAGE 3 CSS
08.HOME PAGE 4 CSS
09.HOME PAGE 5 CSS
10.Gallery Page CSS
11.FAQ Page CSS
12.Shop Page CSS
13.Shop-Single Page CSS
14.Cart Page CSS
15.Checkout Page CSS
16.Order Page CSS
17.Single-Post CSS
18.Parallex Style Page CSS
19.Slider Style Page CSS
20.Map Header Page CSS
21.Listing Single Pages CSS
22.Create Listing Page CSS
23.Contact Page CSS
24.404 Page CSS
25.Profile Page CSS
26.Grid V1 CSS
27.Grid V2 CSS
28.Notification CSS
29.Message Page CSS
30.Manage Properties Page CSS
31.Inbox Page CSS
32.Footer CSS
33.Owl Carousel Nav CSS
34.Pages Search Area CSS
35.Video Icon Animation CSS
36.Pages Header Search Box CSS
37.Pagination CSS

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


 /*======================================
 ============== Default CSS =============
 ======================================== */

html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Nunito', sans-serif;
}
:root{
    --red: #ff5a5f;
    --white: #ffffff;
    --black: #000000;
    --bg-light: #f8f9fa;
}
h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
section{
    padding: 100px 0;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    font-size: 15px;
    padding: 0;
    margin: 0;
}
span{
  font-size: 14px;
}
.section-title{
    text-align: center;
    margin-top: -5px;
    margin-bottom: 50px;
}
.section-title h1{
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 15px;
}
.section-subtitle{
    margin-bottom: 15px;
}
.section-subtitle h1{
  font-weight: bold;
  font-size: 30px;
}
a{
    color: var(--red);
    transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-size: 15px;
}
a:hover{
    color: var(--red);
    text-decoration: none;
}
.btn{
    color: var(--white);
    background-color: var(--red);
    padding: 10px 18px;
    border: 2px solid var(--red);
    transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.btn:focus{
    box-shadow: none;
}
.btn:hover{
  color: var(--white);
  background-color: var(--red);
}
.pb-70{
    padding-bottom: 70px;
}
.pb-50{
    padding-bottom: 50px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-50{
  margin-bottom: 50px;
}
.color-white{
  color: var(--white)!important;
}
.color-black{
  color: var(--black)!important;
}
.color-red{
  color: var(--red);
}
.bg-black{
  background-color: #1f1e23;
}
.bold{
  font-weight: bold;
}
.relative{
  position: relative;
}
.fa-star{
  font-size: 15px;
}
.fs-18{
  font-size: 18px;
}
.form-control{
    height: 50px;
    border-radius: 5px;
}
.color-light {
  color: #e8e8e8;
}
.bg-none{
  background-color: transparent!important;
}
.show{
  display: block;
}
.hide{
  display: none;
}
.dark{
  filter: brightness(40%);
}
.form-control:focus{
  border-color: var(--red);
  box-shadow: 0 0 5px 0 var(--red);
}
.line{
  height: 2px;
  background-color: #efefefe8;
  margin: 10px 0;
}
.align{
  align-self: center;
}
.radius{
  border-radius: 5px;
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: var(--red);
}

/*======================================
 ===========  PreLoader CSS  ==========
 ======================================= */

 .loader_bg{
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 1100vh;
}
.loader{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.loader:before, .loader:after{
  content: '';
  border: 10px solid var(--red);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.loader:before{
  animation-delay: .3s;
}
@keyframes loader{
  0%{
      transform: scale(0);
      opacity: 0;
  }
  50%{
      opacity: 1;
  }
  100%{
      transform: scale(1);
      opacity: 0;
  }
}

/*======================================
 =============  Navbar CSS  ============
 ======================================= */

 .navbar-brand{
  width: 180px;
}
.navbar-brand img{
  width: 100%;
}
.nav-colored{
  background-color: var(--red)!important;
}
.navbar-toggler{
  border-color: var(--white)!important;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  background-color: var(--red);
}
.navbar{
  z-index: 10;
}
.navbar-area{
  background-color: transparent;
}
.navbar-nav .dropdown-menu{
 background-color: var(--red);
}
.navbar-nav .nav-link{
  color: var(--white)!important;
  font-size: 17px;
}
.dropdown-submenu {
  position:relative;
}
.navbar-nav .dropdown-item{
  padding: 10px 20px;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
}
.navbar-nav .nav-item{
  margin-right: 10px;
}
.nav-plus-icon{
  font-size: 20px;
}
.navbar-toggler{
  outline: none!important;
}
ul.dropdown-menu .dropdown-item{
  color: var(--white)!important;
  background-color: var(--red);
}
ul.dropdown-menu .dropdown-item:hover {
  color: var(--red)!important;
  background-color: var(--white)!important;
  padding-left: 30px!important;
}

.dropdown-item:active{
  background-color: var(--red)!important;
  color: var(--white)!important;
}
.navbar-area{
  background-color: transparent;
}
.navbar-nav .dropdown-menu{
 background-color: var(--red);
}
.navbar-nav .nav-link{
  color: var(--white)!important;
}
.navbar-toggler{
  outline: none!important;
}

/* rotate caret on hover */

.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
} 
.nav-btn .btn{
  background-color: var(--white);
  border-color: var(--white);
  color: var(--red);
}
.nav-btn .btn:hover{
  background-color: #ff787c;
  border-color: #ff787c;
  color: var(--white);
}

.nav-btn{
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 14px;
}

/*======================================
 ======== Login Signup Modal CSS =======
 ======================================= */

 .modal-content{
  padding: 20px;
}
.login-form .form-group span,
.signup-form .form-group span{
  position: absolute;
  top: 15px;
  right: 12px;
  color: #adadad;
}
.remember-me-checkbox{
  width: 18px;
  height: 18px;
  margin-top: 1px;
}
.login-form-heading h4,
.signup-form-heading h4{
  font-size: 20px;
}

/*===================================================================================================
 ======================================== HOME PAGE 1 CSS ===========================================
 ==================================================================================================== */

 /*=================================================
 ======= Index-1 & Index-5 Top Header CSS  ========
 ================================================== */
 
 .top-header3-box .form-control{
  height: 30px;
}
.top-header3-box button{
  font-size: 14px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 5px;
  right: 20px;
}
.top-header3-box button:focus{
  outline: none;
}

.top-header3-dropdown .nice-select{
  border: none;
  background: transparent;
  color: var(--white);
  height: 0px;
  line-height: 23px;
  padding-left: 6px;
}
.top-header3-dropdown .nice-select span{
  font-size: 15px;
}
.top-header3-dropdown .nice-select:after{
  margin-top: 9px;
}
.top-header3-dropdown .nice-select .list{
  background-color: var(--black);
  z-index: 12;
  margin-top: 35px;
}
.top-header3-dropdown .nice-select .list li:hover{
  background-color: var(--red);
  color: var(--white);
}
.top-header3-dropdown .nice-select .option.selected.focus {
  background-color: var(--red);
}
.top-header3-dropdown-icon{
  margin-top: 1px;
}

/*======================================
 ======= Index-1 Main Banner CSS =======
 ======================================= */

.home-main-banner-text-area{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*======================================
 = Index-1 Property Cities Section CSS =
 ======================================= */

.property-cities-img{
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.property-cities-img img{
  filter: brightness(50%);
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.property-cities-img:hover img{
  transform: scale(1.1) rotate(3deg);
}
.property-cities-img-txt{
  color: var(--white);
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}

/*======================================
 == Index-1 Why Choose Us Section CSS ==
 ======================================= */


 .why-choose-us-box-icon span{
  font-size: 40px;
}
.why-choose-us-dark-box span{
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  height: 100px;
  line-height: 100px;
  width: 100px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.why-choose-us-dark-box-textarea{
  background-color: #282f44;
  color: var(--white);
  padding: 70px 20px 40px 20px;
  border-radius: 5px;
  margin-top: -40px;
}
.why-choose-us-box span{
  color: var(--red);
  border-radius: 50px;
  height: 100px;
  line-height: 100px;
  width: 100px;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.why-choose-us-box-textarea{
  padding: 70px 20px 40px 20px;
  border-radius: 5px;
  margin-top: -40px;
  transition: .7s all ease;
  -webkit-transition: .7s all ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
}
.why-choose-us-box:hover span{
  background-color: var(--red);
  color: var(--white);
}
.why-choose-us-box:hover .why-choose-us-box-textarea{
  background-color: #282f44;
  color: var(--white);
}

/*======================================
 ====== Index-1 Video Section CSS ======
 ======================================= */

#home1-video{
  background-image: url(../images/video-pic.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0;
}
#home1-video::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000093;
}
.home1-video-icon{
  position: relative;
  z-index: 1;
  text-align: center;
}
.home1-video-icon p{
  font-size: 20px;
  font-weight: 600;
}
.play-icon{
  font-size: 18px;
  border-radius: 50%;
  color: var(--white)!important;
  background-color: var(--red);
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.play-icon::after, .play-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-animation: ripple 1.5s ease-out infinite;
         animation: ripple 1.5s ease-out infinite;
  background-color: var(--red);
  z-index: -1;
  }

/*======================================
 ===== Index-1 Subscribe Section CSS ===
 ======================================= */

#home1-subscribe-area{
  background-image: url(../images/subscribe-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#home1-subscribe-area::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000099;
}

/*======================================
 ===== Index-1 How it Works Section ====
 ======================================= */

.how-it-works-icon{
  font-size: 30px;
  position: relative;
  transform: rotate(-45deg);
}
.how-it-works-icon-box{
  display: block;
  height: 85px;
  margin: 0 auto;
  transform: rotate(45deg);
  width: 85px;
  border-radius: 20px;
  line-height: 92px;
}
.how-it-works-icon-box1{
  background: #0fca981a;
  border: 1px solid #0fca984d;
  color: #29cf8d;
}
.how-it-works-icon-box2{
  background: #ff8f001a;
  border: 1px solid #ff8f004d;
  color: #ff8f00;
}
.how-it-works-icon-box3{
  color: #1d96ff;
  background: #1d96ff1a;
  border: 1px solid #1d96ff4d;
}
.how-it-works-box h4{
  font-size: 20px;
  font-weight: 800;
  margin: 26px 0 10px 0;
}
.how-it-works-box p{
  color: #838383;
}
.how-it-works-box-arrow{
  position: absolute;
  right: -40px;
  top: 30px;
}

/*======================================
 ===== Index-1 Client Carousel CSS ======
 ======================================= */

.client-logo img{
  width: 100px!important;
  margin: 0 auto;
}

/*======================================
 ======== Index-1 Testimonial CSS =======
 ======================================= */

.testimonial-box{
  padding: 60px 30px;
  border: 1px solid #f1f1f1;
  border-radius: 30px 5px 5px 5px;
  border-top: 10px solid var(--red);
  margin-bottom: 27px;
}
.testimonial-box h4{
  font-size: 20px;
  font-family: bold;
  margin-bottom: 2px;
}
.testimonial-img{
  position: absolute;
  bottom: -25px;
  width: 60px!important;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.testimonial-quote-left{
  position: absolute;
  top: 20px;
  left: 10%;
  color: #ebebeb;
  font-size: 30px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.testimonial-quote-right{
  position: absolute;
  bottom: 10px;
  right: 10%;
  color: #ebebeb;
  font-size: 30px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.testimonial-box:hover .testimonial-img{
  transform: scale(1.08);
}
.testimonial-box:hover .testimonial-quote-right{
  color: var(--red);
}
.testimonial-box:hover .testimonial-quote-left{
  color: var(--red);
}

/*======================================
 =========== Index-1 Team CSS ===========
 ======================================= */

.team-box{
  box-shadow: 0 10px 31px 0 rgb(7 152 255 / 9%);
  padding: 6px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.team-img{
  border-radius: 5px;
  overflow: hidden;
  position: relative; 
}
.team-img img{
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.team-icons a{
  display: inline-block;
  background-color: var(--bg-light);
  border-radius: 50px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.team-social-icons a{
  color: var(--black);
}
.team-box:hover{
  margin-top: -10px;
}
.team-box:hover .team-img img{
  transform: scale(1.1);
  opacity: .8;
}

/*======================================
 ========== Index-1 Facts CSS ===========
 ======================================= */

 #facts {
  background-image: url(../images/facts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
#facts::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000099;
}
.facts_inner {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  z-index: 0;
}
.facts_num {
  position: relative;
  text-align: center;
}
.facts_num h6 {
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: bold;
}
.facts_inner h2 {
  font-size: 15px;
  text-transform: uppercase;
}

/*==========================================
 ===== Index-1 Featured Properties CSS =====
 =========================================== */

 .featured-property-box{
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  position: relative;
}
.featured-property-box-tag{
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 75px;
  z-index: 1;
  height: 25px;
  padding: 1px;
  background-color: #3e4c66;
  color: var(--white);;
}
.featured-property-box-heading{
  display: block;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.blog-heading{
  display: block;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.featured-property-box-img{
  position: relative;
}
.featured-property-box-img img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.featured-property-box-owner a{
  font-size: 15px;
  font-weight: bold;
  color: #3e4c66;
}
.featured-property-box-owner p{
  align-self: center;
  font-size: 14px;
}
.featured-property-box-owner a:last-child{
  float: right;
  color: var(--red);
}
.featured-property-box-img p{
  position: absolute;
  top: 20px;
  color: var(--white);
  background: var(--red);
  padding: 5px 20px 5px 15px;
}
.featured-property-box-owner-img{
  width: 60px!important;
  border: 2px solid var(--red);
  padding: 2px;
  position: absolute;
  bottom: -20px;
  right: 20px;
}
.featured-property-box-icons{margin: 28px 0px;}
.featured-property-box-txt h2{
  display: inline-block;
  padding: 5px 10px;
  background-color:var(--red);
  color: var(--white);;
  border-radius: 5px;
  font-size: 14px;
}
.featured-property-box-txt h4 a{
  font-weight: bold;
  font-size: 18px;
}
.bed-icon a{color: #0000ff;}
.bath-icon a{color: #57bb9a;}
.garage-icon a{color: #ff0000;}
.area-icon a{color: #9acd32;}

.featured-property-box-icons a{
  background: #e8e8e8;
  padding: 12px;
  border-radius: 5px;
}
.featured-property-box-txt h3{
  color: var(--red);
  font-size: 18px;
}

/*======================================
 ===== Index-1 Articles & Tips CSS =====
 ======================================= */

.blog{
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  position: relative;
}
.blog-img{
  position: relative;
}
.blog-datecomment{
  border-top: 1px solid #dddddd;
  margin-top: 15px;
  padding-top: 15px;
}
.blog-textarea h4 a{
  font-size: 18px;
}
.blog-heading{
  display: block;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.blog-owner-img{
  width: 60px!important;
  border: 2px solid var(--red);
  padding: 2px;
  position: absolute;
  bottom: -20px;
  right: 20px;
}


/*===================================================================================================
 ======================================= END HOME PAGE 1 CSS ========================================
 ==================================================================================================== */



/*===================================================================================================
 ========================================= HOME PAGE 2 CSS ==========================================
 ==================================================================================================== */

 /* ======================================
 ====== Index-2 Achievement Section =====
 ======================================== */

.achievements-box h4{
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 5px;
}
.achievements-box p{
  letter-spacing: 1px;
}

/*======================================
 ========= Index-2 About Us CSS =========
 ======================================= */

 #home2-about-us{
  background-image: url(../images/about3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.about-us-textarea{
  background-color: var(--red);
  color: var(--white);
}
.about-us-btn{
  background-color: var(--white)!important;
  color: var(--black)!important;
}
.about-us-box-heading{
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
}
.about-us-textarea{
  padding: 80px 30px;
}
.about-us-icon{
  font-size: 28px;
  border: 2px solid #fff;
  height: 60px;
  border-radius: 5px;
  width: 75px!important;
  line-height: 60px;
  text-align: center;
}
.about-mission-heading{
  font-size: 18px;
  font-weight: bold;
}
.about-mission-txt{
  margin-top: 4px;
}


/*======================================
 ======= Index-2 Why Choose Us CSS ======
 ======================================= */

 #home2-why-choose-us{
   background-image: url(../images/why-choose-us-bg.jpg);
   background-size: cover;
   background-repeat: no-repeat;
 }
 .why-choose-us-box-2{
  position: relative;
  overflow: hidden;
  padding: 160px 20px 60px 20px;
  background-color: var(--white);
  border: 1px solid #f1f1f1;
 }
 .home2-why-choose-us-area{
   position: relative;
   top: 90px;
   margin-bottom: 100px;
 }
 .why-choose-us-box-2 .why-choose-us-img-1{
   width: 100px;
   margin: 0 auto;
   position: absolute;
   top: 20px;
   left: 0;
   right: 0;
   text-align: center;
 }
 .why-choose-us-box-2 .why-choose-us-img-2{
  width: 100px;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  text-align: center;
}
 .why-choose-us-box-2 h4{
   font-size: 18px;
   font-weight: 700;
 }

 .why-choose-us-box-2 p{
  font-size: 13px;
}
.why-choose-us-read-more{
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
.why-choose-us-box-2:hover .why-choose-us-img-1{
  display: none;
}
.why-choose-us-box-2:hover .why-choose-us-img-2{
  top: 20px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.why-choose-us-box-2-txt{
  position: relative;
  top: 0px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.why-choose-us-box-2:hover .why-choose-us-box-2-txt{
  top: -15px;
}
.why-choose-us-box-2:hover .why-choose-us-read-more{
  bottom: 20px;
}


/*======================================
 ======== Index-2 Testimonial CSS =======
 ======================================= */

.home2-testimonial-heading-area{
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.home2-testimonial-clients-tag{
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--red);
  width: 110px;
  text-align: center;
  padding-top: 3px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 12px;
}

.home2-testimonial-heading h2{
  font-size: 30px;
  font-weight: bold;
}
.home2-testimonial-btn .btn{
  font-size: 13px;
  padding: 10px;
}
.home2-testimonial-quote-icon{
  color: var(--red);
  font-size: 40px;
}

/*======================================
 ===== Index-2 Widgets Section CSS ======
 ======================================= */

#widgets{
  background-image: url(../images/widgets-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: var(--white);
  overflow: hidden;
}
#widgets::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ff5a6069;
}
.widget-box{
  background-color: var(--red);
  padding: 50px 30px;
  margin: 1px;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.widget-box:hover{
  margin-top: -15px;
  box-shadow: 0 70px 70px 0 #ff5a5f8f;
}
.widget-box h4{
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 25px;
}

/*======================================
 ======= Index-2 Video Section CSS ======
 ======================================= */

#home2-video{
  background-image: url(../images/home2-video-bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  overflow: hidden;
  position: relative;
}

#home2-video::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000009a;
}

.home2-video-textarea{
  background-color: var(--red);
  color: var(--white);
  padding: 60px 20px;
}
.home2-video-btn{
  background-color: var(--white)!important;
  color: var(--black)!important;
}

/*=============================================
 ======= Index-2 Featured Properties CSS ======
 ============================================== */

.featured-property-box2{
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}
.featured-property-box2-img p{
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 0 8px;
  background-color: var(--red);
  color: var(--white);
}
.featured-property-box2-heading{
  font-size: 18px;
  font-weight: bold;
  color: var(--black);
}
.featured-property-box2-textarea{
  padding: 20px 10px;
}
.featured-property-box2-textarea .fa-map-marker-alt{
  color: var(--red);
}
.featured-property-box2-price{
  position: absolute;
  font-size: 15px;
  top: 10px;
  right: 10px;
  padding: 0 8px;
  color: var(--white);
  background-color: #3e4c66;
  border-radius: 4px;
}

/*=============================================
 ========= Index-2 Articles & Tips CSS ========
 ============================================== */

 .blog2{
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}
.blog2-heading{
  font-size: 18px;
  font-weight: bold;
  color: var(--black);
}
.blog2-textarea{
  padding: 20px 10px;
}

/*===================================================================================================
 ======================================= END HOME PAGE 2 CSS ========================================
 ==================================================================================================== */

/*===================================================================================================
 ========================================= HOME PAGE 3 CSS ==========================================
 ==================================================================================================== */

 /*=============================================
 =========== Index-3 Top Header CSS  ==========
 ============================================== */

.top-header{
  background-color: #1f1e23;
  padding: 20px 0;
}
.top-header-logo{
  width: 150px;
}
.top-header .media-left span{
  font-size: 40px;
  color: var(--white);
}
.top-header-phone{
  border-right: 3px solid var(--white);
  padding-right: 40px;
  margin-right: 40px;
}

/*=============================================
 ======= Index-3 Featued Properties CSS ======
 ============================================== */

.featured-property-box3{
  border: 1px solid #e8e8e8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.featured-property-box3-img img{
  filter: brightness(60%);
}
.featured-property-box3-tag{
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--white);
  padding: 0 8px;
  background-color: #00000044;
}
.featured-property-box3-price{
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: var(--red);
  font-weight: bold;
  font-size: 20px;
}
.featured-property-box3-stars{
  color: #febe42;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.featured-property-box3-textarea{
  padding: 20px 0px;
}
.featured-property-box3-specs{
  background-color: #f1f1f1;
  padding: 15px 0;
  margin: 15px 0;
}
.featured-property-box3-heading{
  font-size: 18px;
  font-weight: bold;
  color: var(--black);
}
.featured-property-box3-datecomment{
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  margin-top: 10px;
}

/*======================================
 ===== Index-3 Articles & Tips CSS =====
 ======================================= */

 .blog3{
  border: 1px solid #e8e8e8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog3-textarea{
  padding: 20px 0px;
}
.blog3-heading{
  font-size: 18px;
  font-weight: bold;
  color: var(--black);
}
.blog3-datecomment{
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  margin-top: 10px;
}


/*======================================
 ==== Index-3 Main Banner Facts CSS =====
 ======================================= */

 .home3-main-banner-text-area{
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%,-50%);
  background-color: #0000009c;
  padding: 50px 10px;
  border-top: 10px solid var(--red);
  width: 45%;
  border-radius: 5px;
  z-index: 1;
}
.home3-main-banner-text-area h1{
  font-size: 35px;
}
.home3-main-banner-text-area p{
  font-size: 14px;
}
.home3-main-banner-text-area-right-slide{
  top: 50%;
  left: 50%;
  transform: translate(-5%,-50%);
}

/*========================================
 ===== Index-3 Findhome Section CSS ======
 ========================================= */

#findhome{
  background-image: url(../images/finhome-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.findhome-box{
  border: 1px solid #f5f5f5;
  padding: 50px 30px;
  overflow: hidden;
}

.findhome-box img{
  width: 100px;
  margin: 0 auto;
}
.findhome-box h4{
  font-size: 18px;
  font-weight: bold;
}
.findhome-readmore{
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.findhome-box:hover .findhome-readmore{
  bottom: 10px;
}

/* =============================================
 ====== Index-3 Why Choose Us Section CSS ======
 =============================================== */

.why-choose-us-box-3-img img{
  width: 80px;
}
.why-choose-us-3-inquiry-form{
  background-color: var(--white);
  padding: 30px;
  border-radius: 5px;
}
.why-choose-us-3-inquiry-form .nice-select{
  float: none;
  height: 42px;
  border-radius: 5px;
  padding: 6px 12px;
  line-height: 28px;
  border: 1px solid #ced4da;
}
.why-choose-us-3-inquiry-form .form-control{
  height: 42px;
}
.why-choose-us-box-3-img span{
  border: 2px solid var(--red);
  height: 75px;
  width: 75px;
  display: block;
  border-radius: 5px;
  padding: 8px;
  margin-right: 20px;
}
.why-choose-us-box-3-icon{
  height: 75px;
  width: 75px;
  padding: 12px 0 0 15px;
  font-size: 30px;
  background-color: #ff5a6040;
  color: var(--red);
  border-radius: 5px;
}
.why-choose-us-3-inquiry-form .nice-select:focus{
  border-color: var(--red);
  box-shadow: 0 0 5px 0 var(--red);
}

/*======================================
 ======= Index-3 testimonial CSS ========
 ======================================= */

.home3-testimonial-img{
  width: 60px!important;
  border: 2px solid var(--red);
  padding: 3px;
}
.home3-testimonial-client-name h4{
  font-size: 20px;
  font-weight: 700;
}
.home3-testimonial-client-name p{
  font-size: 14px;
}
#home3-testimonials .owl-dots{
  margin-top: 30px!important;
}
#home3-testimonials .owl-dot.active span{
  background-color: var(--red)!important;
  color: var(--red)!important;
}
#home3-testimonials .owl-dot:focus{
  outline: none!important;
}

/*======================================
 ====== Index-3 Video Section CSS =======
 ======================================= */

#home3-video{
  background-image: url(../images/home2-video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: var(--white);
}
#home3-video::before{
  content: "";
  height: 100%;
  width: 100%;
  background: #00000096;
  position: absolute;
  top: 0;
  left: 0;
}
.home3-video-btn{
  height: 32vh;
}
.home3-video-btn .video-icon{
  background-color: transparent;
  border: 2px solid var(--red);
  text-align: center;
  line-height: 58px;
  padding-left: 2px;
}

/*======================================
 ===== Index-3 Property Cities CSS =====
 ======================================= */

 .home3-property-cities-img{
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.home3-property-cities-img img{
  filter: brightness(70%);
}
.home3-property-city-content{
  position: absolute;
  bottom: 50px;
  left: 20px;
}
.home3-property-city-content h4{
  font-size: 18px;
  font-weight: bold;
}
.home3-property-city-content p{
  font-size: 14px;
}

/*======================================
 ====== Index-3 Client Section CSS =====
 ======================================= */

.home3-client-logo{
  width: 60% !important;
  margin: 0 auto;
}

/*======================================
 ======= Index-3 Team Section CSS ======
 ======================================= */

.home3-team-content{
  background-color: #0000009e;
  padding: 20px 0;
  margin-top: -50px;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

 /*===================================================================================================
 ======================================= END HOME PAGE 3 CSS =========================================
 ===================================================================================================== */

 /*===================================================================================================
 ========================================= HOME PAGE 4 CSS ===========================================
 ===================================================================================================== */

 /*============================================
 ========== Index-4 Top Header CSS ===========
 ============================================= */

.top-header4-email{
  border-left: 3px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}

.top-header4-dropdown .nice-select{
  border: none;
  background: transparent;
  color: var(--white);
  height: 0px;
  line-height: 23px;
  padding-left: 6px;
}
.top-header4-dropdown .nice-select:after{
  margin-top: 9px;
}
.top-header4-dropdown .nice-select .list{
  background-color: var(--black);
  z-index: 12;
  margin-top: 35px;
}
.top-header4-dropdown .nice-select .list li:hover{
  background-color: var(--red);
  color: var(--white);
}
.top-header4-dropdown .nice-select .option.selected.focus {
  background-color: var(--red);
}
.top-header4-dropdown-icon{
  margin-top: 1px;
}

 /*================================================
 ======== Index-4 Featured Properties CSS =========
 ================================================== */

 .featured-property-box4{
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px;
}
.featured-property-box4-img img{
  filter: brightness(70%);
}
.featured-property-box4-heading{
  color: var(--black)!important;
  font-size: 18px;
  font-weight: bold;
}
.featured-property-box4-tag{
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #3e4c66;
  color: var(--white);
}
.featured-property-box4-featured-tag{
 position: absolute;
 top: 20px;
 left: 100px;
 padding: 2px 10px;
 border-radius: 2px;
 background-color: var(--red);
 color: var(--white);
}
.featured-property-box4-price{
 position: absolute;
 bottom: 10px;
 left: 10px;
 color: var(--white);
 font-size: 22px;
 font-family: bold;
}
.featured-property-box4-share-icon{
 position: absolute;
 bottom: 10px;
 right: 10px;
 background-color: #0f151fc9;
 color: var(--white)!important;
 display: block;
 border-radius: 5px;
 height: 33px;
 width: 33px;
 line-height: 34px;
 text-align: center;
}
.featured-property-box4-heart-icon{
 position: absolute;
 bottom: 10px;
 right: 50px;
 background-color: #0f151fc9;
 color: var(--white)!important;
 display: block;
 border-radius: 5px;
 height: 33px;
 width: 33px;
 line-height: 34px;
 text-align: center;
}
.featured-property-box4-user img{
 width: 40px!important;
}
.featured-property-box4-footer{
 border-top: 1px solid #eeeeee;
 margin-top: 15px;
 padding-top: 15px;
}

 /*======================================
 ====== Index-4 Articles & Tips CSS =====
 ======================================= */

 .blog4{
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px;
}
.blog4-img img{
  filter: brightness(70%);
}
.blog4-heading{
  color: var(--black)!important;
  font-size: 18px;
  font-weight: bold;
}
 .blog4-share-icon{
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #0f151fc9;
  color: var(--white)!important;
  display: block;
  border-radius: 5px;
  height: 33px;
  width: 33px;
  line-height: 34px;
  text-align: center;
 }
 .blog4-heart-icon{
  position: absolute;
  bottom: 10px;
  right: 50px;
  background-color: #0f151fc9;
  color: var(--white)!important;
  display: block;
  border-radius: 5px;
  height: 33px;
  width: 33px;
  line-height: 34px;
  text-align: center;
 }
.blog4-user img{
 width: 40px!important;
}
.blog4-footer{
 border-top: 1px solid #eeeeee;
 margin-top: 15px;
 padding-top: 15px;
}

/*=======================================
 ======= Index-4 Stats Section CSS ======
 ======================================== */

 #home4-stats{
  background-image: url(../images/stats-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#home4-stats::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000093;
}
.home4-stat-icon{
  display: inline-block;
  color: var(--white);
  height: 70px;
  width: 70px;
  font-size: 25px;
  line-height: 70px;
  background-color: var(--red);
  border-radius: 50%;
}
.home4-stat-count{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

/*======================================
 ======== Index-4 Testimonial CSS ======
 ======================================= */

 .home4-testimonial-img img{
  width: 60px !important;
}

/*======================================
 ==== Index-4 Welcome Section CSS ======
 ======================================= */

.home4-welcome-box{
  border: 1px solid #eeeded;
  padding: 40px 30px;
  position: relative;
  overflow: hidden; 
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.home4-welcome-box:hover{
  box-shadow: 0 0 10px 0 #e8e8e8;
}

/*======================================
 ======= Index-4 Team Section CSS ======
 ======================================= */

.home4-team-box{
  overflow: hidden;
  position: relative;
}
.home4-team-icon-1{
  position: absolute;
  top: 20px;
  left: -40px;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.home4-team-icon-2{
  position: absolute;
  top: 65px;
  left: -40px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.home4-team-icon-3{
  position: absolute;
  top: 110px;
  left: -40px;
  transition: .9s all ease;
  -webkit-transition: .9s all ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
}

.home4-team-box:hover .home4-team-icon-1{
  left:0;
}
.home4-team-box:hover .home4-team-icon-2{
  left:0;
}
.home4-team-box:hover .home4-team-icon-3{
  left:0;
}
.home4-team-content{
  background-color: rgba(0, 0, 0, 0.479);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
.home4-team-icons-list a{
  height: 35px;
  display: block;
  width: 35px;
  background-color: white;
  border-radius: 50%;
  line-height: 36px;
}

/*=======================================
 ======= Index-4 Video Section CSS ======
 ======================================== */

#home4-video{
  background-image: url(../images/home2-video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 200px 0;
}

#home4-video::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000093;
}

 /*===================================================================================================
 ======================================= END HOME PAGE 4 CSS =========================================
 ===================================================================================================== */


/*=====================================================================================================
 ========================================== HOME PAGE 5 CSS ===========================================
 ====================================================================================================== */

 /*===========================================
 ===== Index-5 Featured Properties CSS =======
 ============================================= */
 
 .featured-property-box5{
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.featured-property-box5-img{
  border-radius: 5px;
  overflow: hidden;
}
.featured-property-box5-img img{
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.featured-property-box5-heading{
  color: var(--white)!important;
  font-size: 18px;
  font-weight: bold;
}
.featured-property-box5-price{
 position: absolute;
 bottom:-50px;
 text-align: center;
 left: 0;
 width: 100%;
 color: var(--white);
 font-size: 22px;
 font-family: bold;
 transition: .8s all ease;
 -webkit-transition: .8s all ease;
 -moz-transition: all .8s ease;
 -ms-transition: all .8s ease;
 -o-transition: all .8s ease;
}
.featured-property-box5-readmore{
  position: absolute;
  bottom:-50px;
  text-align: center;
  width: 100%;
  left: 0;
  color: var(--white)!important;
  font-size: 15px;
  font-family: bold;
  transition: .8s all ease;
  -webkit-transition: .8s all ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
 }
.featured-property-box5-textarea{
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  width: 100%;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.featured-property-box5:hover .featured-property-box5-img img{
  filter: brightness(40%) blur(5px);
  transform: rotate(4deg) scale(1.03);
}
.featured-property-box5:hover .featured-property-box5-textarea{
  top: 50%;
}
.featured-property-box5:hover .featured-property-box5-price{
  bottom: 70%;
}
.featured-property-box5:hover .featured-property-box5-readmore{
  bottom: 70%;
}


 /*===========================================
 ========= Index-5 Articles & Tips CSS =======
 ============================================= */
 
 .blog5{
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.blog5-img{
  border-radius: 5px;
  overflow: hidden;
}
.blog5-img img{
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.blog5-heading{
  color: var(--white)!important;
  font-size: 18px;
  font-weight: bold;
}
.blog5-readmore{
  position: absolute;
  bottom:-50px;
  text-align: center;
  width: 100%;
  left: 0;
  color: var(--white)!important;
  font-size: 15px;
  font-family: bold;
  transition: .8s all ease;
  -webkit-transition: .8s all ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
 }
.blog5-textarea{
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  width: 100%;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.blog5:hover .blog5-img img{
  filter: brightness(40%) blur(5px);
  transform: rotate(4deg) scale(1.03);
}
.blog5:hover .blog5-textarea{
  top: 50%;
}
.blog5:hover .blog5-readmore{
  bottom: 70%;
}

/*=======================================
 ========= Index-5 Main Banner CSS ======
 ======================================== */

 .home5-main-banner{
  background-image: url(../images/main-banner/h5-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.home5-banner-content{
  padding: 180px 0 180px 10%;
}
.home5-main-banner::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000042;
}
.home5-banner-content-heading{
  font-size: 36px;
}
.home5-banner-content-specs{
  font-size: 16px;
}
.home5-banner-content-price{
  font-size: 30px;
}

/*==============================================
 ======= Index-5 Achievements Section CSS ======
 =============================================== */

#home5-achievements{
  background-image: url(../images/stats-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
#home5-achievements::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000ad;
}

/*=======================================
 ======== Index-5 Team Section CSS ======
 ======================================== */

.home5-team-box{
  border: 3px solid var(--red);
  border-right: none;
  position: relative;
  overflow: hidden;
}
.home5-team-content-box{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 6%;
  color: white;
  background-color: #00000085;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.home5-team-txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.home5-team-box:hover .home5-team-content-box{
  width: 100%;
}
.home5-team-box:hover .home5-team-txt{
  opacity: 1;
}

/*======================================
 ===== Index-5 How it Works Section ====
 ======================================= */

 .home5-how-it-works-icon{
  font-size: 30px;
  position: relative;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.home5-how-it-works-icon-box{
  display: block;
  height: 85px;
  margin: 0 auto;
  width: 85px;
  border-radius: 20px;
  line-height: 92px;
}
.home5-how-it-works-icon-box1{
  color: #29cf8d;
  background: #0fca981a;
  border: 1px solid #0fca984d;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.home5-how-it-works-icon-box2{
  background: #ff8f001a;
  border: 1px solid #ff8f004d;
  color: #ff8f00;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.home5-how-it-works-icon-box3{
  color: #1d96ff;
  background: #1d96ff1a;
  border: 1px solid #1d96ff4d;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.home5-how-it-works-box:hover .home5-how-it-works-icon-box1{
  transform: rotate(45deg);
}
.home5-how-it-works-box:hover .home5-how-it-works-icon-box2{
  transform: rotate(45deg);
}
.home5-how-it-works-box:hover .home5-how-it-works-icon-box3{
  transform: rotate(45deg);
}
.home5-how-it-works-box:hover .home5-how-it-works-icon{
  transform: rotate(-45deg);
}
.home5-how-it-works-box h4{
  font-size: 20px;
  font-weight: 800;
  margin: 26px 0 10px 0;
}
.home5-how-it-works-box p{
  color: #838383;
}
.home5-how-it-works-box-arrow{
  position: absolute;
  right: 40px;
  top: 30px;
  opacity: 0;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.home5-how-it-works-box:hover .home5-how-it-works-box-arrow{
  right: -40px;
  opacity: 1;
}

/*===================================================================================================
 ======================================= END HOME PAGE 5 CSS =========================================
 ===================================================================================================== */

/*======================================
 =========== Gallery Page CSS ==========
 ======================================= */

.gallery-img-links{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  opacity: 0;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.gallery-img img{
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  border-radius: 5px;
}
.gallery-img:hover img{
  filter: brightness(60%);
}
.gallery-img:hover .gallery-img-links{
  opacity: 1;
  top: 50%;
}

/*======================================
 ============= FAQ Page CSS ============
 ======================================= */

 #faq .card-header{
  background-color: var(--white);;
  border-radius: 5px;
}
.cards-area{
  background-color: var(--white);
  padding: 40px 20px 25px 20px;
  border-radius: 5px;
}
#faq .card{
  border-radius: 5px;
  margin-bottom: 15px;
  border-left: 3px solid var(--red);
}
.card-txt{
  margin-top: 2px;
}
.collapse .caret{
  position: absolute;
  top: 0;
}

/*======================================
 ============= Shop Page CSS ============
 ======================================= */

.search-bar{
  box-shadow: 0 0 5px 0 #c1c1c1;
  border-radius: 5px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.search-area-options .nice-select{
  color: var(--black);
  background: transparent;
  border: none;
  line-height: 52px;
  padding-left: 5px;
}
.search-area-options .nice-select:after{
  margin-top: 2px;
}
.shop-item{
  border: 1px solid #d0d0d0;
  padding: 3%;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-item .item-btn .btn{
  padding: 2% 4%;
}
.item-img img{
  width: 100%;
}
.item-txt a{
  font-size: 18px;
  font-weight: bold;
}
.item-txt a:nth-child(2){
  float: right;
  font-size: 20px;
  color: var(--red);
}

 /*==========================================
 ============ Shop-Single Page CSS ==========
 ============================================ */

 #shop-single .owl-theme .owl-dots .owl-dot:focus{
  outline: none!important;  
}
 #shop-single .owl-theme .owl-dots .owl-dot:first-child span{
   background-image:url(../images/shop-single/ss1.png)!important;
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   width: 90px;
   height: 90px;
   border-radius: 5px;
 }
 #shop-single .owl-theme .owl-dots .owl-dot:nth-child(2) span{
  background-image:url(../images/shop-single/ss2.png)!important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
#shop-single .owl-theme .owl-dots .owl-dot:last-child span{
  background-image:url(../images/shop-single/ss3.png)!important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
#shop-single .owl-theme .owl-dots .owl-dot.active span{
  filter: brightness(90%)!important;
}
.shop-single-images-area{
  box-shadow: 0 0 2px 0 #c1c1c1;
  padding: 20px;
  border-radius: 5px;
}
.shop-single-tabs h4{
  cursor: pointer;
  font-size: 18px;
}
.shop-single-tabs h4.active{
  color: red;
}
.shop-single-tabs{
  box-shadow: 0 0 2px 0 #c1c1c1;
  padding: 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.shop-single-description .description{
  padding: 40px 20px 20px 20px;
  box-shadow: 0 0 2px 0 #c1c1c1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.shop-single-description .review{
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 2px 0 #c1c1c1;
  padding: 40px 20px 20px 20px;
}

/*======================================
 ============= Cart Page CSS ===========
 ======================================= */

  #cart .line{
    margin: 40px 0;
  }
  .cart-box{
    box-shadow: 0 0 3px 0 #c1c1c1;
    padding: 40px 20px;
    border-radius: 5px;
  }
  .cart-details{
    display: none;
  }
  .cart-img img{
    width: 100px;
  }
  .cart-headings-area{
    box-shadow: 0 0 5px 0 #c1c1c17a;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .cart-headings-area h4{
    font-size: 18px;
  }
  .cart-items-area h4{
    padding: 30px 0;
    font-size: 20px;
  }
  .cart-img h4{
    padding: 0;
    align-self: center;
  }
  .cart-quantity{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .coupon-area .form-control{
    width: 68%;
  }
  .cart-totals{
    padding: 40px 20px;
    box-shadow: 0 0 3px 0 #c1c1c1;
    border-radius: 5px;
    margin-top: 50px;
  }
  .cart-totals h4{
    font-size: 20px ;
  }
  .cart-total-amount h4{
    font-size: 18px;
  }

/*======================================
 =========== Checkout Page CSS =========
 ======================================= */

  .billing .form-control{
    margin-bottom: 30px;
  }
  .order-area h4{
    font-size: 20px;
  }
  .your-order h4{
    font-size: 16px;
  }
  .billing{
    padding: 20px;
    box-shadow: 0 0 3px 0 #c1c1c1;
    border-radius: 5px;
  }
  .order-area{
    padding: 20px;
    box-shadow: 0 0 3px 0 #c1c1c1;
    border-radius: 5px;  
  }

/*======================================
 ============= Order Page CSS ==========
 ======================================= */

  .order-received{
    padding: 20px;
    box-shadow: 0 0 3px 0 #c1c1c1;
    border-radius: 5px;  
  }
  .order-details{
    margin-bottom: 30px;
  }

/*======================================
 ============ Single-Post CSS ==========
 ======================================= */

 .single-post-owner-n-date img{
   width: 50px;
   margin-right: 5px;
 }
 .single-post-highlighted-box{
   border-left: 4px solid var(--red);
   border-radius: 5px;
   padding: 25px;
 }
 .single-post-share-icons a{
  background-color: #efefef;
  color: #4c4c4c;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
 }


/*======================================
 ======= Parallex Style Page CSS =======
 ======================================= */

.parallex-style-header-txt{
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.parallex-style-header-txt2 h2{
  font-size: 45px;
  font-weight: bold;
}
.parallex-style-header-txt2 p{
  font-size: 18px;
  font-weight: 300;
}
.parallex-style-header-txt{
  padding: 0 10px;
 }
.parallex-style-header-txt h2{
  font-size: 42px;
  font-weight: bold;
}
.parallex-style-header-txt p{
  font-size: 18px;
}

/*======================================
 ======= Slider Style Page CSS =======
 ======================================= */

.slider-style-img img{
  filter: brightness(50%);
}
.slider-style-header-txt{
 text-align: center;
 position: absolute;
 top: 30%;
 left: 50%;
 transform: translate(-50%,-50%);
}
.slider-style-header-txt2 h2{
 font-size: 45px;
 font-weight: bold;
}
.slider-style-header-txt2 p{
 font-size: 18px;
 font-weight: 300;
}
.slider-style-header-txt{
 padding: 0 10px;
}
.slider-style-header-txt h2{
 font-size: 40px;
 font-weight: bold;
}
.slider-style-header-txt p{
 font-size: 18px;
}


/*======================================
 ========= Map Header Page CSS =========
 ======================================= */

.map-header-search-box{
  position: relative;
  margin-top: -50px !important;
}

/*======================================
 ======= Listing Single Pages CSS ======
 ======================================= */

.listing-single-title-heading h3{
  font-weight: bold;
  margin-bottom: 10px;
}
.single-v1-banner-img img{
  filter: brightness(50%);
}

 .listing-single-details-area-tags-n-details{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
}
.listing-single-box-heading{
  font-size: 20px;
}
.listing-single-title-price-icons span{
  color: var(--red);
  font-size: 22px;
}
.listed-by-img img{
  width: 80px;
}
.listed-by-txt p{
  line-height: 16px;
}
.listed-by-txt a{
  font-size: 13px;
}
.listing-single-details-area-tags span{
  background-color: var(--bg-light);
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  color: var(--red);
  margin: 0px 2px 6px 0px;
}
.listing-single-property-details-lists ul li{
  line-height: 25px;
}
.listing-single-property-details-lists ul li span{
  float: right;
  font-weight: 600;
}
.listing-single-property-attachment-files-area span{
  font-size: 30px;
  display: inline-block;
  background-color: var(--bg-light);
  height: 55px;
  width: 55px;
  text-align: center;
  border-radius: 5px;
  line-height: 55px;
}
.listing-single-features-lists-box{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
  margin-top: 25px;
}
.listing-single-features-lists ul{
  display: inline;
}
.listing-single-features-lists ul li{
  line-height: 30px;
  display: inline-block;
  margin: 2px;
}
.listing-single-location-box{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
  margin-top: 25px;
}
.listing-single-floor-plans{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
  margin-top: 25px;
}
.listing-single-floor-specs{
  background-color: var(--bg-light);
  padding: 10px;
  border-radius: 5px;
}

.listing-single-property-video{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
  margin-top: 25px;
}
.listing-single-property-video img{
  border-radius: 5px;
  filter: brightness(80%);
}
.listing-single-reviews-box{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
  margin-top: 25px;
}
.listing-single-similar-properties{
  margin-top: 25px;
}

/* Listing Single-V2 */

.listing-single-banner-icons{
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.listing-single-banner-view-photos-btn .btn{
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: var(--black);
  background-color: var(--white);
  border-color: var(--white);
  padding: 8px 14px;
}
.listing-single-banner-icons a{
  background-color: var(--white);
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 33px;
  color: var(--red);
  font-size: 16px;
  border-radius: 5px;
  margin: 2px;
}

/* Listing Single-V3 */

.single-v3-banner-img img{
  filter: brightness(60%);
}
#single-v3-banner-carousel .owl-nav.disabled {
  display: block!important;
}

/*======================================
 ======== Create Listing Page CSS ======
 ======================================= */

#create-listing .nice-select{
  float: none;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 6px 12px;
  height: 50px;
  line-height: 36px;
  border: 1px solid #ced4da;
}
#create-listing .nice-select .list{
  width: 100%;
}
#create-listing .nice-select:focus{
  border-color: var(--red);
  box-shadow: 0 0 5px 0 var(--red);
}
.create-listing-box-shadow{
    box-shadow: 0 0 5px 0 #c1c1c1;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.create-listing-headings{
  font-size: 20px;
  font-weight: bold;
}
.create-listing-check-boxes-area{
  width: 60%;
}
.create-listing-check-boxes-area .form-check{
  display: inline-block;
  margin: 5px;
}
.create-listing-property-media-img a{
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--white);
  background-color: var(--red);
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}
.create-listing-drop-file-box span{
  color: var(--red);
  font-size: 40px;
}
.create-listing-drop-file-box{
  padding: 80px 0;
  margin-bottom: 25px;
}



/*======================================
 ========== Contact Page CSS ===========
 ======================================= */

.contact-form .form-control{
  margin-bottom: 20px;
  }

.contact-follow-page{
  box-shadow: 0px 0px 9px 2px #cccccc5e;
  border-radius: 5px;
  padding:10% 5%;
}
.contact-details{
  padding: 0% 7%;
}
.contact-details .media-right h4{
  font-size: 18px;
}  
.contact-details a{
  color: var(--black);
}
.contact-address-icons{
  font-size: 18px;
  color: var(--red);
  margin-top: 2px;
  margin-right: 10px;
}
.follow-us li{
  display: inline;
}
.follow-us h3{
  font-weight: bold;
  font-size: 20px;
}
.follow-us a{
  color: var(--black);
  border: 1px solid var(--black);
  border-radius: 50%;
  font-size: 16px;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.follow-icons{
  margin-left: 8px;
  margin-top: 8px;
}
.follow-icon-second{
  margin-left: 9px;
}
.follow-icon-last{
  margin-left: 7px;
  margin-top: 9px;
}
.follow-us a:hover{
  color: var(--white);
  border-color: var(--red);
  background-color: var(--red);
}

.valid-feedback{
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  padding-left: 10px;
}
.invalid-feedback{
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  padding-left: 10px;
}


/*======================================
 ============= 404 Page CSS ============
 ======================================= */

#notfound{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.not-found-oops{
  font-size: 20vw;
  font-weight: 900;
  background: url('../images/404-bg.jpg') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

/*======================================
 ========== Profile Page CSS ===========
 ======================================= */

.user-img img{
  width: 30px;
}
.user-menu{
  cursor: pointer;
}
.user-dropdown:hover .user-menu-list{
  opacity: 1;
  visibility: visible;
  top: 35px;
}
.user-menu-list{
  background-color: black;
  border-radius: 5px;
  position: absolute;
  width: 180px;
  left: -20px;
  z-index: 12;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  top: -300px;
  transition: .2s all ease;
  -webkit-transition: .2s all ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.user-menu-list li a{
  color: var(--white);
  line-height: 30px;
  padding: 5px 20px;
  display: block;
}
.user-menu-list li:hover a{
  color: var(--red);
  background-color: #fff;
  padding-left: 25px;
}
.profile-main-box{
  padding: 30px;
  border-radius: 5px;
  margin-top: 50px;
}

.profile-img{
  width: 200px;
  margin-top: -90px;
  box-shadow: 0 0 5px 0 #cccccc;
  border: 2px solid #fff;
  border-radius: 50%;
}

/*======================================
 ============== Grid V1 CSS ============
 ======================================= */

.grid-v1-banner{
  background-image: url(../images/grid-v1-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.grid-v1-banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000b2;
}
.grid-v1-search-box{
  margin-bottom: 25px;
}
.grid-v1-search-box-btn{
  background: transparent;
  border: none;
  position: absolute;
  top: 13px;
  right: 25px;
}
.grid-v1-search-box-btn:focus{
  outline: none;
}

/*======================================
 ============== Grid V2 CSS ============
 ======================================= */

 .grid-v2-title{
   background-image: url(../images/grid-v2-banner.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   padding: 90px 0;
 }
.grid-v2-search-box{
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #9b9b9b3d;
  border-radius: 5px;
  margin-top: -36px;
  margin-bottom: 50px;
}
 .grid-v2-search-box .nice-select{
  float: none;
  border-radius: 5px;
  height: 20px;
  border: none;
  padding-left: 0;
  line-height: 17px;
  font-weight: bold;
}
.grid-v2-search-box .nice-select::after{
  margin-top: -4px;
}
.grid-v2-search-box .nice-select .list{
  width: 100%;
}
.grid-v2-search-box .media-left span{
  color: var(--red);
  font-size: 35px;
  margin-right: 10px;
}
.grid-v2-search-box .media-right .tour-time{
  font-size: 16px;
  font-weight: bold;
}
.tour-search-btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 24px 0;
}
.tour-time-box{
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
  margin-left: 10px;
}

/*=========================================
 ============== Notification CSS ==========
 ========================================== */
 
.notification-box img{
  width: 60px;
  margin-right: 15px;
  margin-top: -5px;
}
.notification-user-name{
  font-size: 17px;
}
.notification-box{
  padding: 30px 10px 30px 10px;
  border-bottom: 2px solid #f8f8f8;
}

/*=========================================
 ============== Message Page CSS ==========
 ========================================== */

.message-user-sec-detail img{
  width: 60px;
  margin-right: 15px;
  margin-top: -5px;
}
.message-sec{
  padding: 30px 10px 30px 10px;
  border-bottom: 2px solid #f8f8f8;
}

/*===================================================
 ============== Manage Properties Page CSS ==========
 ==================================================== */

.manage-featured-property-box4-tags{
  position: absolute;
  top: 10px;
  left: 10px;
}
.manage-featured-property-box4-tag{
 padding: 2px 10px;
 margin-right: 8px;
 border-radius: 2px;
 background-color: #3e4c66;
 color: var(--white);
}
.manage-featured-property-box4-featured-tag{
padding: 2px 10px;
border-radius: 2px;
background-color: var(--red);
color: var(--white);
}

/*=======================================
 ============ Inbox Page CSS ============
 ======================================== */

.inbox{
  padding: 0 20px;
  box-shadow: 0 0 8px 0 #ff5a5f21;
  border-radius: 5px;
}
.inbox-user-sec-detail img{
  width: 90px;
  margin-right: 15px;
}
.inbox-sec{
  padding: 30px 10px 30px 10px;
}

.inbox-user-reciver img{
  width: 70px;
  margin-right: 15px;
}
.inbox-user-reciver{
  background: #ffffffb8;
  padding: 10px 20px;
  border-radius: 5px;
}
.inbox-user-sender{
  background: #ffffffb8;
  padding: 10px 20px;
  border-radius: 5px;
}
.inbox-user-sender img{
  width: 70px;
  margin-left: 15px;
}

.sender-icons{
  margin-bottom: 15px;
}
.reciver-detail h4{
  font-size: 30px;
  font-weight: bold;
}
.reciver-detail p{
  font-size: 12px;
  color: #7b7b7b;
  line-height: 7px;
  margin-bottom: 15px;
}
.reciver-img img{
  width: 50%;
  margin-bottom: 15px;
}
.follow-box{
  padding: 10px 20px;
}
.reciver-detail-sec{
  padding: 20px 0 0 0;
  box-shadow: 0 0 8px 0 #ff5a5f21;
  border-radius: 5px;
}
.message-text-box{
  background: url('../images/inbox-bg.jpg');
  background-size: cover;
  padding: 20px;
  border-radius: 5px;  
  box-shadow: 0 0 8px 0 #ff5a5f21;
}
.inbox-input-icons{
  position: absolute;
  right: 15px;
  top: 5px;
}
.inbox-input-icons a{
  font-size: 18px;
}
.inbox-input-icons a i{
  margin-bottom: 10px;
}
.inbox-input-icons-send{
  font-size: 30px!important;
}
.inbox-input{
  margin-top: 150px;
}



/*=================================================================================
 =================================  Footer CSS  ===================================
 ================================================================================== */

 /*======================================
 ========== Index-2 Footer CSS  ========
 ======================================= */

/* Subscribe Box CSS */

#subscribe-area{
  padding-top: 50px;
  padding-bottom: 20px;
  color: var(--white);
  background-color: #1f1e23;
}
.sub-box-txt img{
  width: 128px;
}
.sub-box button{
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 35%;
}

/* Upper Footer CSS */

.upper-footer1 {
  background-color: #252429;
  color: #eaeaea;
  padding-top: 70px;
  padding-bottom: 20px;
}
.footer-logo a img{
  width: 120px;
}
.upper-footer1 .footer-logo-area-icons a{
  color: var(--white);
  display: inline-block;
  border: 1px solid var(--white);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  margin-right: 15px;
  border-radius: 15px;
}
.upper-footer1 .footer-logo-area-icons a:hover{
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.upper-footer1 .footer-list-heading{
  margin-bottom: 20px;
}
.upper-footer1 .footer-list-heading h4{
  color: var(--white);
  font-size: 20px;
  font-weight: bold;
}
.upper-footer1 .footer-list li{
  margin-bottom: 8px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.upper-footer1 .footer-list li:hover{
padding-left: 10px;
}
.upper-footer1 .footer-list li a{
 color: #eaeaea;
}
.upper-footer1 .footer-list .footer-arrow{
  font-size: 15px;
}

.upper-footer1 .latest-news a {
color: var(--white);
display: inline-block;
}
.upper-footer1 .latest-news span{
padding: 10px 0;
}
.upper-footer1 .latest-news a:hover {
color: var(--red);
}

.upper-footer1 .latest-news span {
color: #878787;
}
.lower-footer{
 background: #1F1E23;
 padding: 10px 0;
}
.lower-footer{
  text-align: center;
  color: var(--white);
}
.lower-footer-copyright-area a{
  font-weight: bold;
  color: var(--red);
}
.lower-footer-privacy-area a{
font-size: 15px;
  color: var(--white);
}

/*======================================
 ========= Index-1 Footer CSS  =========
 ======================================= */

.upper-footer2 {
  padding: 80px 0 25px 0;
  color: var(--white);
  background-color: #252429;
}
.upper-footer2 a{
  color: var(--white);
}
.upper-footer2 .latest-news a {
 color: var(--white);
 display: inline-block;
}
.upper-footer2 .latest-news span{
 padding: 10px 0;
}
.upper-footer2 .latest-news a:hover {
 color: var(--red);
}

.upper-footer2 .latest-news span {
 color: #878787;
}
.upper-footer2 .footer-contact-area span{
 display: inline-block;
 background-color: #3a4043;
 height: 40px;
 width: 40px;
 font-size: 20px;
 line-height: 40px;
 border-radius: 5px;
 padding-left: 12px;
 margin-right: 10px;
}
.upper-footer2 .footer-about-icons a{
 display: inline-block;
 background-color: #3a4043;
 height: 40px;
 width: 40px;
 font-size: 18px;
 line-height: 40px;
 border-radius: 5px;
 padding-left: 12px;
 margin-right: 10px;
}

/*======================================
 =======  Index-3/4/5 Footer CSS  ======
 ======================================= */

 .upper-footer3 {
  background-color: #252429;
  color: #eaeaea;
  padding-top: 70px;
  padding-bottom: 20px;
}
.upper-footer3 .footer-logo a{
  font-weight: bold;
  font-size: 30px;
  color: var(--white);
}

.upper-footer3 .footer-list-heading{
  margin-bottom: 20px;
}

.upper-footer3 .footer-list-heading h4{
color: var(--white);
  font-size: 22px;
  font-weight: bold;
}
.upper-footer3 .footer-list li{
  margin-bottom: 8px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.upper-footer3 .footer-list li a{
 color: var(--white);
}
.upper-footer3 .footer-list li p{
color: var(--white);
margin-top: 10px;
}
.upper-footer3 .footer-list .footer-arrow{
  font-size: 15px;
}


 /*=================================================================================
 ================================ END Footer CSS  ==================================
 ================================================================================== */


 /*======================================
 ======== Owl Carousel Nav CSS =========
 ======================================= */

.owl-nav{
  margin-top: -25px!important;
  opacity: 0;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
} 
.owl-carousel:hover .owl-nav{
  opacity: 1;
}
.owl-nav button.owl-prev span{
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: var(--white);
}
.owl-nav button.owl-next span{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: var(--white);
}

/*======================================
 ======== Pages Search Area CSS ========
 ======================================= */

 .pages-search-box{
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
}
.pages-search-box a{
  position: absolute;
  right: 35px;
  top: 35px;
  color: #adadad;
}
.product-categories-box{
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
}
.product-categories-box span{
  float: right;
}
.recent-products-box{
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
}
.featured-listing-box{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
}
.pages-selection-box{
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
}
.pages-selection-box .form-group a{
  position: absolute;
  right: 14px;
  top: 10px;
  color: #adadad;
}
.pages-selection-box .form-control{
  height: 42px;
}
.pages-selection-box .nice-select{
  float: none;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 6px 12px;
  line-height: 28px;
  border: 1px solid #ced4da;
}
.pages-selection-box .nice-select:focus{
  border-color: var(--red);
  box-shadow: 0 0 5px 0 var(--red);
}
.pages-mortgage-calculator-box{
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
}
.pages-mortgage-calculator-box .form-group span{
  position: absolute;
  right: 14px;
  top: 10px;
  color: #adadad;
}
.pages-mortgage-calculator-box .form-control{
  height: 42px;
}
.pages-mortgage-calculator-box .nice-select{
  float: none;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 6px 12px;
  line-height: 28px;
  border: 1px solid #ced4da;
}
.pages-mortgage-calculator-box .nice-select:focus{
  border-color: var(--red);
  box-shadow: 0 0 5px 0 var(--red);
}
.featured-listing-box .media-left img{
  width: 100px;
  border-radius: 5px;
  margin-right: 10px;
}
.recent-products-box .media-left img{
  border-radius: 5px;
  width: 100px;
  margin-right: 10px;
}
.pages-search-area h3{
  font-weight: bold;
  font-size: 18px;
}
.pages-search-area-tags{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
}
.pages-search-area-tags a{
  background-color: #f1f1f1;
  padding: 8px;
  margin: 4px;
  border-radius: 5px;
  display: inline-block;
}
.listing-pages-listed-by-box{
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #c1c1c1;
  margin-bottom: 25px;
}
.listing-pages-listed-by-box input{
  height: 42px;
  margin-bottom: 1rem;
}

/*========================================
 =======  Video Icon Animation CSS  ======
 ========================================= */
  
 .video-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--white)!important;
  background-color: var(--red);
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
}
.video-icon::after, .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-animation: ripple 1.5s ease-out infinite;
          animation: ripple 1.5s ease-out infinite;
  background-color: var(--red);
  z-index: -1;
  }
  
  @-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  }
  
  @keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  }


/*=============================================
 ========= Pages Header Search Box CSS ========
 ============================================== */

 .pages-search-box-input{
  margin-bottom: 1rem;
}
.pages-header-search-box{
  background-color: var(--white);
  padding: 2rem 2rem 1rem 2rem;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.pages-search-box-input .nice-select{
 float: none;
 border-radius: 5px;
 margin-bottom: 1rem;
 height: 50px;
 padding: 6px 12px;
 line-height: 35px;
 border: 1px solid #ced4da;
}
.pages-search-box-input .nice-select:focus{
 border-color: var(--red);
 box-shadow: 0 0 5px 0 var(--red);
}
.pages-search-box-input-icon{
  position: absolute;
  right: 25px;
  top: 18px;
  color: #adadad;
}

/*======================================
 ============ Pagination CSS ===========
 ======================================= */

 .my-pagination a{
  border-radius: 5px;
  border: 1px solid var(--red);
  padding: 6px 10px;
  margin-right: 5px;
  display: inline-block;
}
.my-pagination a:focus {
  background-color: var(--red)!important;
  color: var(--white);
}